document.writeln('</div> <!-- /div#page -->');
document.writeln('<div id="footer">');
document.writeln('	<div id="footerContent">');
document.writeln('		<div id="copyright">&copy;2009 The Jackson Laboratory</div>');
document.writeln('		<ul id="navFooter">');
document.writeln('			<li><a href="http://www.jax.org/index.html">Home</a></li>');
document.writeln('			<li><a href="http://www.jax.org/sitemap.html">Site map</a></li>');
document.writeln('			<li><a href="http://www.jax.org/about/legal.html">Terms of use</a></li>');
document.writeln('			<li><a href="http://www.jax.org/about/privacy.html">Privacy policy</a></li>');
document.writeln('		</ul>');
document.writeln('		<div id="tagline">');
document.writeln('			Leading the search for tomorrow\'\s cures		</div>');
document.writeln('		<div id="textControls">');
document.writeln('			Text size: <a id="textSmaller" href="#textControls">&ndash;</a> <a id="textBigger" href="#textControls">+</a>		</div>');
document.writeln('	</div> ');
document.writeln('	<!-- /div#footerContent -->');
document.writeln('</div> <!-- /div#footer -->');
document.writeln('</div> <!-- /div#container -->');
document.writeln('</body>');