//bottom bar navigation
//once the site is complete, will need to put full path for Contacts.html
//NPSMP Bottom Bar
document.writeln("<tr>");
document.writeln("<td colspan='2' align='center' bgcolor='white'>");
document.writeln("<a href='http://www.ohio.gov' target='_blank'>State of Ohio</a> | ");
document.writeln("<a href='http://www.ohiodnr.com/owrc' target='_blank'>Ohio Water Resources Council </a>| ");
document.writeln("<a href='http://www.epa.ohio.gov/' target='_blank'>Ohio EPA</a> | ");
document.writeln("<a href='http://www.dnr.state.oh.us/Default.aspx' target='_blank'>Ohio Department of Natural Resources</a> | ");
document.writeln("<a href='Contacts.html'>Contact Us</a>");
document.writeln("</td></tr>");
