<?php 
 $page="contact";
 $captcha=True;
 include 'header.php';
?>

<p class="pageHeader">Contact Us</p>
<p>
CMAND is based at the Naval Postgraduate School in
Monterey, California, USA.  
<ul>
 <li><a href="http://www.nps.edu/About/MapsDirections.html">Directions</a>
 <li><a href="http://www.nps.edu/Visitors/GateAccessAndParking.html">Access</a>
</ul>
<!--
<form action="send_feedback.php" method="POST">
<p>
Please send us comments and/or questions:
<blockquote>
<table>
<tr>
<td>Name:</td><td><input type="text" name="name"></td>
<tr>
<td>Feedback:<td><textarea name="feedback" rows="5" cols="65" wrap="soft"></textarea></td>
</table>
<p>
<div class="g-recaptcha" data-sitekey="6LdpkRAUAAAAAOFymV7UKWw9A2zcX0x5lp3ZSZSa"></div>
<input type="hidden" name="formtime" value="<?php echo time();?>">
<input type="submit" value="Send">
<input type="reset" value="Clear">
</blockquote>
-->

<?php 
 include 'footer.php' 
?>
