
var footerOutput;
	footerOutput = '<img src="/img/footer_nav/footer_nav.gif" width="760" height="34" border="0" usemap="#footermap" alt="" />';
	footerOutput += '<map name="footermap" id="footermap">';

	footerOutput += '<area shape="rect" coords="79,14,137,27" href="about_overview.html" alt="About Us" />';

	footerOutput += '<area shape="rect" coords="202,14,278,27" href="tips_overview.html" alt="Tips & Tools" />';

	footerOutput += '<area shape="rect" coords="345,15,439,27" href="know_laws_overview.html" alt="Know the Laws" />';

	footerOutput += '<area shape="rect" coords="507,16,541,26" href="news_overview.html" alt="News" />';

	footerOutput += '<area shape="rect" coords="607,15,673,28" href="contact_us.html" alt="Contact Us" />';

footerOutput += '</map>';	
document.write(footerOutput);