function DisplaySiteInfoFooter() {
	document.write("<div id='siteInfo'>");
	document.write("<div align='center'> <a href='aboutus.htm'>About Us</a> | <a href='SiteMapCathealth.htm'>Site");
   document.write("Map</a> | <a href='PrivacyDisclaimer.htm'>Privacy Policy</a> | <a href='contactus.htm'>Contact Us</a> | &copy; 2005-2009 ");
   document.write("Dr. Christianne.Schelling");
  	document.write("</div>");
	document.write("</div>");
}
