function footer()

{
   
   	document.write('<table border="0" width="680" cellpadding="3" cellspacing="0">');
	document.write('<tr>');
	document.write('<td class="smgy"> &nbsp; <img src="images/hon.gif" border="0" hspace="10"><a href="http://www.bbbonline.org/cks.asp?id=104111810372548862"><img src="images/bbbonline.gif" border="0"></a><br><br> &nbsp; &nbsp; Please review our <a href="privacy_policy.asp" class="footer">Privacy Policy</a>, <a href="editorial_policy.asp" class="footer">Editorial Policy</a>, <a href="terms.asp" class="footer">Terms of Use</a>, <!-- <a href="credits.asp" class="footer">Credits</a> or --> <a href="contactus.asp" class="footer">Contact Us</a> for more information.</td>');
	document.write('<td align="right" valign="bottom" class="smgy"><a href="sitemap.asp" class="footer">Sitemap</a> &nbsp;  &nbsp; </td>');
	document.write('</tr>');
	
	document.write('<tr>');
	document.write('<td colspan="2" class="smgy"> &nbsp; &nbsp; Unless Noted Otherwise, All Articles, Graphics and Animations Copyright &#169; 2004 UnderstandSurgery.com, All Rights Reserved.<br> &nbsp; &nbsp; Last Updated September 21, 2005</td>');
	document.write('</tr>');
	

	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/space.gif" width="1" height="1"></td>');
	document.write('</tr>');
	document.write('</table>');
}
	
function nav()

{

			document.write('<ul>');
			document.write('<li><a href="index.html">HOME&nbsp;</a>&nbsp;|&nbsp;</li>');
			document.write('<li><a href="bio.html">BIOGRAPHY&nbsp;</a>&nbsp;|&nbsp;</li>');
			document.write('<li><a href="contact.html">CONTACT</a></li>');
			document.write('</ul>');

}	