<?php
//include top of the page
include_once('top.php');
?>


<div id="location">
<div id="map">
<img src="images/underground.jpg" alt="map" />
<p>&nbsp;</p>
</div>
<h2>Underground Location</h2>
<p>4th Saturdays</p>
<p>Ask a DJ</p>
<p>San Francisco, CA</p>
</div>

<?php
//include bottom
include_once('bottom.php');
?>
