function Footer()
{
		var myfooter=document.getElementById("footerbottom");
		myfooter.innerHTML="<nobr><img src='images/dot.gif' width='70' height='20' align='middle' /><span class='footer'>&copy; 2012 Aptus Endosystems, Inc. All rights reserved.</span>  &nbsp; <a href='index.html' class='footer'>Home</a> |  <a href='medpro-main.html' class='footer'>Medical Professionals</a> |  <a href='patients-main.html' class='footer'>Patients</a> |  <a href='news-main.html' class='footer'>News &amp; Events</a> |  <a href='about-main.html' class='footer'>About</a> |  <a href='contact-main.html' class='footer'>Contact</a> |  <a href='sitemap.html' class='footer'>Sitemap</a> |  <a href='disclaimer.html' class='footer'>Disclaimer</a></nobr>";
}

