var footer ='';
footer += '<div id="footer">';
footer += '	<p>&copy; 2006 Overland Storage</p>';
footer += '	<ul id="footer_nav">';
footer += '		<li class="first"><a href="http://www.overlandstorage.com/home_termscond.html">Terms of use</a></li>';
footer += '		<li><a href="http://www.overlandstorage.com/privacy.html">Privacy</a></li>';
footer += '		<li><a href="http://www.overlandstorage.com/sitemap.html">Sitemap</a></li>';
footer += '	</ul>';
footer += '</div>';

document.write(footer);
