// JavaScript Document

document.write ("<hr>");
document.write ("<table width=\"100\%\"><tr><td align=\"center\">");
document.write ("<a href=\"index.html\" target=\"_top\">Home</a> | ");
document.write ("<a href=\"about.html\" target=\"_top\">About Us</a> | ");
document.write ("<a href=\"outreach.html\" target=\"_top\">Workshops</a> | ");
document.write ("<a href=\"contact.html\" target=\"_top\">Contact Us</a> | ");
document.write ("<a href=\"gm_info.html\" target=\"_top\">Information</a> | ");
document.write ("<a href=\"stay_connected.html\" target=\"_top\">Stay Connected</a> ");
document.write ("</td></tr></table>");
