<html>
<head>
<title>Contact Us</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p>Send us an email!</p>
<p> </p>
<form name="form1" method="post" action="send_email.php">
<p> Your Email:
<input name="from" type="text" maxlength="50">
</p>
<p> Subject:
<input name="subject" type="text" size="45" maxlength="75">
</p>
<p>
<textarea name="body" cols="50" rows="15" wrap="VIRTUAL">Type in your message here. No html allowed.</textarea>
</p>
<p>
<input type="submit" name="Submit" value="Send Email">
<input type="reset" name="Submit2" value="Reset Form">
</p>
<p>Please only submit once. </p>
<p>Script Created by: <a href="http://www.statix.f2s.com" target="_blank">SXDesigns</a></p>
</form>
<p> </p>
</body>
</html>