<!--
/*
FooterNavBar.js
Copyright (c) 2003 Vertex42, LLC. All Rights Reserved.
*/
//-->

//You Need a Javascript Enabled Browser// <script> 
<!-- Hide Script from Old Browsers

document.write(" <DIV class='FootNav' id='Footer_Nav'> ")
document.write(" [&nbsp; ")
document.write(" <a href='\/index.html' class='Footer'> Home </a> ")
document.write(" &nbsp;|&nbsp; ")
document.write(" <a href='\/sitemap.html' class='Footer'> Sitemap </a> ")
document.write(" &nbsp;|&nbsp; ")
document.write(" <a href='\/about.html' class='Footer'> About Us </a> ")
document.write(" &nbsp;|&nbsp; ")
document.write(" <a href='\/privacy.html' class='Footer'> Privacy </a> ")
document.write(" &nbsp;|&nbsp; ")
document.write(" <a href='\/terms.html' class='Footer'> Legal Stuff </a> ")
document.write(" &nbsp;] ")
document.write(" </DIV> ")


// </script>
// End Hiding Script -->