<?php
	// Start session.
	session_start();
	
	// Set a key, checked in mailer, prevents against spammers trying to hijack the mailer.
	$security_token = $_SESSION['security_token'] = uniqid(rand());
	
	if ( ! isset($_SESSION['formMessage'])) {
		$_SESSION['formMessage'] = 'Please send me your details and question';	
	}
	
	if ( ! isset($_SESSION['formFooter'])) {
		$_SESSION['formFooter'] = 'Hilt De Vos - Actrice TV, Film, Theatre en Dance';
	}
	
	if ( ! isset($_SESSION['form'])) {
		$_SESSION['form'] = array();
	}
	
	function check($field, $type = '', $value = '') {
		$string = "";
		if (isset($_SESSION['form'][$field])) {
			switch($type) {
				case 'checkbox':
					$string = 'checked="checked"';
					break;
				case 'radio':
					if($_SESSION['form'][$field] === $value) {
						$string = 'checked="checked"';
					}
					break;
				case 'select':
					if($_SESSION['form'][$field] === $value) {
						$string = 'selected="selected"';
					}
					break;
				default:
					$string = $_SESSION['form'][$field];
			}
		}
		return $string;
	}
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="generator" content="RapidWeaver" />
		<link rel="icon" href="http://www.hiltdevos.com/favicon.ico" type="image/x-icon" />
		<link rel="shortcut icon" href="http://www.hiltdevos.com/favicon.ico" type="image/x-icon" />
		<link rel="apple-touch-icon" href="http://www.hiltdevos.com/apple-touch-icon.png" />
		
		
	<title>Contact</title>
	<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/styles.css"  />
	<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/colourtag.css"  />
	<link rel="stylesheet" type="text/css" media="print" href="../rw_common/themes/hv_xxl/print.css" />
	
	<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/width/640pxc.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/headerheight/150px.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/hsfs/big.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/ec1/text.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/ec12bg/colour.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/menufs/36px.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/menupos/abs.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/menuft/optima.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/meff/menu5.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/cft/lucida.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/cfts/13px.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/sidebar/none.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/ec45/300pxt.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/ec6/hide.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/ecfts/12px.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="../rw_common/themes/hv_xxl/css/bgimage/off.css" />
		<!-- Style variations - these are set up in the theme.plist -->
	<!-- User defined styles -->
		
	<script type="text/javascript" src="../rw_common/themes/hv_xxl/javascript.js"></script>
	<script type="text/javascript" src="../rw_common/themes/hv_xxl/scripts/jquery.js"></script>
	<script type="text/javascript" src="../rw_common/themes/hv_xxl/scripts/extracontent.js"></script>
	<script type="text/javascript" src="../rw_common/themes/hv_xxl/scripts/sliding_effect.js"></script>

	<!-- User defined javascript -->
	<!-- plugin header output -->
	<!-- User defined output -->
	
	<!--[if lte IE 6]>  
	<style type="text/css">
	img.bg,#stroke,#containerstroke,#myExtraContent3,#myExtraContent4,#myExtraContent5,#myExtraContent6{display: none;}
	body{margin-left: 30px;}
	#ie6msg{border:3px solid #c33; padding:5px; background:#fcc;}  
	#ie6msg h4{margin-bottom: 8px; padding:0;}  
	#ie6msg p{margin:8px; padding:0;}  
	#ie6msg p a.getie7{font-weight:bold;}  
	#ie6msg p a.ie6expl{font-weight:bold;}  
	</style>  
	<div id="ie6msg">  
	<h4>Did you know that your browser is out of date?</h4>  
	To get the best possible experience using my website I recommend that you upgrade your browser to a newer version. The current version is <a class="getie7" href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer 7</a> or <a class="getie8" href="http://www.microsoft.com/windows/Internet-explorer/default.aspx">Internet Explorer 8</a>. The upgrade is free. If you’re using a PC at work you should contact your IT-administrator. Either way, I'd personally like to encourage you to stop using IE6 and try a more secure and Web Standards-friendly browser.</br/>
	You could also try some other popular browsers like <a class="ie6expl" href="http://mozilla.com">FireFox</a>, <a class="ie6expl" href="http://www.apple.com/safari/">Safari</a> or <a class="ie6expl" href="http://www.opera.com">Opera</a>.
	</div>  
	<![endif]-->
	
	</head>
	<body>
	
		<!-- Start ExtraContent 6 -->
		<div class="subContent6">
		<div id="extraContainer6">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer6 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent6 -->
		<!-- End ExtraContent 6 -->
	
	<div id="stroke">
	<!-- Start ExtraContent 3 -->
		<div class="subContent3">
		<div id="extraContainer3">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer3 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent3 -->
		<!-- End ExtraContent 3 -->
		
		<!-- Start ExtraContent 4 -->
		<div class="subContent4">
		<div id="extraContainer4">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer4 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent4 -->
		<!-- End ExtraContent 4 -->
	<div id="navcontainer">
	<!-- Start Navigation3 -->
	<ul><li><a href="../ENindex.html" rel="self">Home</a></li><li><a href="../EN/encv.html" rel="self">CV</a></li><li><a href="../EN/enshowreel.html" rel="self">Showreel</a></li><li><a href="../EN/enfilmtv.html" rel="self">Film&TV</a></li><li><a href="../EN/entheater.html" rel="self">Theater</a></li><li><a href="../EN/enworkshop.html" rel="self">Workshop</a></li><li><a href="ENContact-Form.php" rel="self" class="current">Contact</a></li></ul>
		
	<!-- End navigation -->	
	</div>
	<!-- Start ExtraContent 5 -->
		<div class="subContent5">
		<div id="extraContainer5">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer5 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent5 -->
		<!-- End ExtraContent 5 -->
	
	</div>
	<div id="containerstroke"></div>
	<div id="container"><!-- Start container -->
		
	<div id="pageHeader"><!-- Start page header -->
	<div id="title"></div><h1><a href="http://www.hiltdevos.com/">Hilt De Vos</a></h1>
	<h2>Actrice, TV, Film, Theater en Dans</h2>
	<a href="http://www.hiltdevos.com/"><img src="../rw_common/images/HiltDeVos_010_97x125.gif" width="87" height="125" alt="Site logo"/></a>
	</div><!-- End page header -->

		<!-- Start ExtraContent 1 -->
		<div class="subContent1">
		<div id="extraContainer1">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer1 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent1 -->
		<!-- End ExtraContent 1 -->
	
	<div id="contentContainer"><!-- Start main content wrapper -->
	<div id="content"><!-- Start content -->
	
<div class="message-text"><?php echo $_SESSION['formMessage']; unset($_SESSION['formMessage']); ?></div><br />

<form action="./files/mailer.php" method="post" enctype="multipart/form-data">
	 <div>
		<label>Name:</label> *<br />
		<input class="form-input-field" type="text" value="<?php echo check('element0'); ?>" name="form[element0]" size="40"/><br /><br />

		<label>Email:</label> *<br />
		<input class="form-input-field" type="text" value="<?php echo check('element1'); ?>" name="form[element1]" size="40"/><br /><br />

		<label>Subject:</label> *<br />
		<input class="form-input-field" type="text" value="<?php echo check('element2'); ?>" name="form[element2]" size="40"/><br /><br />

		<label>Phone:</label> <br />
		<input class="form-input-field" type="text" value="<?php echo check('element3'); ?>" name="form[element3]" size="40"/><br /><br />

		<label>Message:</label> <br />
		<textarea class="form-input-field" name="form[element4]" rows="8" cols="38"><?php echo check('element4'); ?></textarea><br /><br />

		<div style="display: none;">
			<label>Spam Protection: Please don't fill this in:</label>
			<textarea name="comment" rows="1" cols="1"></textarea>
		</div>
		<input type="hidden" name="form_token" value="<?php echo $security_token; ?>" />
		<input class="form-input-button" type="reset" name="resetButton" value="Reset" />
		<input class="form-input-button" type="submit" name="submitButton" value="Send" />
	</div>
</form>

<br />
<div class="form-footer"><?php echo $_SESSION['formFooter']; unset($_SESSION['formFooter']); ?></div><br />

<?php unset($_SESSION['form']); ?>
	</div><!-- End content -->
	</div><!-- End main content wrapper -->
	<div id="sidebarContainer"><!-- Start Sidebar wrapper -->
    <div id="sidebar"><!-- Start sidebar content -->
	<h1 class="sideHeader"></h1><!-- Sidebar header -->
	 <!-- sidebar content such as the blog archive links -->
	<div id="myExtraContent3"><br /><H1>M E N U</H1><br /></div><br /><br /><div id="myExtraContent5"><br /><a href="index.html" rel="self">Nederlandse versie</a><br /><br /><br />BE: +32 (0)4-98029192<br />NL: +31 (0)6-24554605<br /><img class="imageStyle" alt="Contact_175L" src="files/contact_175l.gif" width="175" height="146" /><br /><br /><br /><br /><br /><a href="http://workshophartenvier.com" rel="self"><img class="imageStyle" alt="WSH4-BannerB" src="files/wsh4-bannerb.jpg" width="250" height="59" /></a><br /></div><!-- sidebar content you enter in the page inspector -->
	</div><!-- End sidebar content -->
	</div><!-- End sidebar wrapper -->
	<div class="clearer"></div>
	
		<!-- Start ExtraContent 2 -->
		<div class="subContent2">
		<div id="extraContainer2">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer2 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent2 -->
		<!-- End ExtraContent 2 -->
		
	<div id="footer"><!-- Start Footer -->
	<p>&copy; 2011 Hilt De Vos NL  | Webdesign: stedia productie</p>
	</div><!-- End Footer -->
	
	<!-- Start ExtraContent 7 -->
		<div class="subContent7">
		<div id="extraContainer7">
		<!-- ExtraContent gets rendered here -->
		</div><!-- #extraContainer7 -->
		<div style="clear:both;"></div>
		</div><!-- .subContent7 -->
		<!-- End ExtraContent 7 -->
		
	<div id="breadcrumbcontainer"><!-- Start the breadcrumb wrapper -->
	
	</div><!-- End breadcrumb -->
	</div><!-- End container -->
<!-- Start Google Analytics -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25389379-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script><!-- End Google Analytics -->
</body>
</html>
