<?php 

// Cached template, do not edit

 ?><?php $vars["page_title"] = "Please "; ?>
<?php
			 xt_show_template("header.phtml", $vars);
			?>

<form action=".phtml" method="post">
Email address:<br/>
<input type="text" name="email_address" value="<?php 
			if ("" != "" &&
				$vars["email_address"] == "") {
				echo "";
			}
			else {
				echo $vars["email_address"];
			}
			?>">
<br/>
:<br/>
<input type="" name="" value="">
<br/>
<input type="submit" value="">
</form>

<a href=".phtml"> for an </a>

<?php
			 xt_show_template("footer.phtml", $vars);
			?>