var footer_str = '';

footer_str += '<p><a class="footer" href="index.html">home</a> | <a href="winner.htm" class="footer">winner</a> | <a href="dinner.htm" class="footer">award dinner</a> | <a href="about.htm" class="footer">about</a> | <a href="recipients.htm" class="footer">recipients</a> | <a href="committee.htm" class="footer">committee</a> | <a href="nominate.htm" class="footer">nominate</a></p>';

footer_str += '<img src="images/spacer_grey.gif" width="450" height="1" border="0"><br>';

footer_str += '<p class="grey8">&#169;2009 <a href="http://www.cbc-network.org" target="_blank" class="footer">Center for Bioethics and Culture Network</a>. All Rights Reserved.</p>';


document.write ( footer_str );