<?php
// Prepare to start the session.
// First find out the path.
if (substr($_SERVER['REQUEST_URI'],-1,1) != "/"){
	// The url doesn't end in a /
	for($i=strlen($_SERVER['REQUEST_URI']); $i>= 0; $i--){
		if (substr($_SERVER['REQUEST_URI'],$i,1) == "/"){
			// We've found the last / in the string.
			$ck_path = substr($_SERVER['REQUEST_URI'],0,$i+1);
			break;
		} else {
			// do nothing
		}
	}
} else {
	$ck_path = $_SERVER['REQUEST_URI'];
}
			        // Lifetime (min * sec)
session_set_cookie_params((40 * 60),$ck_path);
session_start(); ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>VancouFur 2012 - Contact Vancoufur</title>
<link href="css/vancoufur_main.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="main" align="center">
	<div id="content" align="left">
		<div id="banner">
          <a href="http://vancoufur.ca"><img src="images/bannernew.png" alt="Vancoufur - " /></a>        </div>
        <div id="nav"> <a href="about.html"><img src="images/about.jpg" alt="about" width="167" height="25" /></a><br />
            <a href="reg.html"><img src="images/registration.jpg" alt="Registration" width="167" height="30" /></a><br />
            <a href="hotel.html"><img src="images/hotel.jpg" alt="Hotel" width="167" height="30" /></a><br />
            <a href="dealers.html"><img src="images/dealers.jpg" alt="Dealers" width="167" height="29" /></a><br />
            <a href="artshow.html"><img src="images/art_show.jpg" alt="Art Show" width="167" height="29" /></a><br />
            <a href="events.html"><img src="images/events.jpg" alt="Events" width="167" height="31" /></a><br />
            <a href="goh.html"><img src="images/goh.jpg" alt="Guest oh Honor" width="167" height="29" /></a> <a href="volunteer.php?contact_selected=Volunteer For VancouFur"><img src="images/volunteer.jpg" alt="Volunteer" width="167" height="28" /></a><br />
            <a href="http://www.bcfurries.com/forum/index.php?board=65.0"><img src="images/forums.jpg" alt="Forums" width="167" height="29" /></a><br />
            <a href="contact.php"><img src="images/contact.jpg" alt="Contact" width="167" height="30" /><br />
            </a> <a href="benefactors.html"><img src="images/benefactors_btu.png" alt="Benefactors" width="167" height="31" /></a><br />
            <br />
            <br />
            <div id="twitter"><a href="http://twitter.com/VancouFUR"><img src="images/twitter.jpg" alt="Twitter" width="145" height="37" /></a>
                <ul id="twitter_update_list">
                </ul>
              <a href="http://twitter.com/VancouFUR" id="twitter-link" style="display:block;text-align:right; padding-top:15px; padding-right:5px;">Follow Us On Twitter</a>
                <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
                <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/VancouFUR.json?callback=twitterCallback2&amp;count=3"></script>
            </div>
        </div>
      <div id="text">
   <h1><img src="images/titles/contact.png" alt="Contact Vancoufur Staff" /></h1>
        <p>If you would like to contact VancouFur about any questions, ideas or even to volunteer please fill out this form and a representative of vanoufur will contact you as soon as they are able.</p>
        <p>Please make sure you are clear what department you are reaching if you looking to reach a specific department.</p>
        <p>&nbsp;</p>
         
	 <?php // prep the contact script
	$anti_spam = true;
	 include('includes/contact_script.inc.php'); ?>
        <div id="bottom"></div>
      </div>
        <div id="footer">
          <p><a href="http://vancoufur.ca">Home</a> | <a href="about.html">About</a> | <a href="hotel.html">Hotel</a> |<a href="dealers.html"> Dealers </a>| <a href="events.html">Events</a> | <a href="volunteer.php?contact_selected=Volunteer For VancouFur">Volunteer</a> | <a href="http://www.bcfurries.com/forum/index.php?board=65.0s">Forums </a>| <a href="contact.php">Contact</a></p>
          <p><em>Copyright © 2011-2012 Vancoufur Convention<br />
            Banner art by <a href="http://zer0dram0n.deviantart.com/">Apoxon</a></em></p>
        </div>
	</div>


</div>


</body>
</html>
