// puts a line with hyperlinks to "Map & Directions * Contact Us * Site Map"

document.write("<div style=\"text-align:center;\">")
document.write("  <font face=\"Georgia, Times New Roman, Times, serif\" size=\"2\">")
document.write("    <a href=\"http://maps.google.com/maps?q=6218%2BGeorge%2BWashington%2BMemorial%2BHwy,%2BYorktown,%2BVA%2B23692\" ")
document.write("     target=\"_blank\">Map &amp; Directions</a> &#149; ")
document.write("    <a href=\"../About/contact.html\">Contact Us</a> &#149;")
document.write("    <a href=\"/Site_Index/index.html\">Site Map</a>")
document.write("  </font>")
document.write("</div>")
