<!-- JavaScript for footer section of site 
footer  = "<hr />";
footer += "<h2 class='center'>";
footer += "		<a href='" + pth + "default.html'>Home</a>";
footer += "</h2>";
footer += "<p class='navigation'>";
footer += "		<a href='" + pth + "about.html'>About</a> | ";
footer += "		<a href='" + pth + "ghaassoc.html'>Activities &amp; Benefits</a> | ";
footer += "		<a href='" + pth + "ecksite.html'>Dark Sky Site</a> | ";
footer += "		<a href='" + pth + "mailto:ghonis@epix.net'>E-mail</a> | ";
footer += "		<a href='" + pth + "default.html'>Home</a> | ";
footer += "		<a href='" + pth + "pasite4.html'>Light Pollution</a>";
footer += "		<br />";
footer += "		<a href='" + pth + "links.html'>Links</a> | ";
footer += "		<a href='" + pth + "meminfo.html'>Membership Info</a> | ";
footer += "		<a href='" + pth + "events/index.html'>GHAAS Events</a> | ";
footer += "		<a href='" + pth + "news/index.html'>News &amp; Information</a> | ";
footer += "		<a href='" + pth + "weather.html'>Weather</a>";
footer += "	</p>";
footer += "	<p class='credits'>";
footer += "     GHAAS is a non-profit educational organization<br />	  ";
footer += "		&copy; 2011 GHAAS.  All rights reserved.<br />";
footer += "     Hosting Provided by <a href='http://www.1and1.com/?affiliate_id=307627'>1 & 1.com</a> and  <a href='http://www.casazza.net/'>Casazza.net</a> ";
footer += "</p>";				
-->

