function printLinksDown() 

{
document.write("<div align='center'>");
document.write("<br>");
document.write("<a href='clinician.html' class='down'>clinician</a>&nbsp;<span class='down2'>::</span>&nbsp;"); 
document.write("<a href='services.html' class='down'>services</a>&nbsp;<span class='down2'>::</span>&nbsp;"); 
document.write("<a href='gettingstarted.html' class='down'>getting started</a>&nbsp;<span class='down2'>::</span>&nbsp;"); 
document.write("<a href='resources.html' class='down'>resources</a>&nbsp;<span class='down2'>::</span>&nbsp;"); 
document.write("<a href='locations.html' class='down'>locations</a>&nbsp;<span class='down2'>::</span>&nbsp;");
document.write("<a href='contactus.html' class='down'>contact us</a>&nbsp;<span class='down2'>::</span>&nbsp;"); 
document.write("<a href='index.html' class='down'>home</a>"); 
document.write("<br><br><div class='down'>© Copyright 2006-2009 Menopause and Sexual Healthcare PC - <a href='http://www.menopauseandsexualhealthcare.com' class='down'>www.menopauseandsexualhealthcare.com</a> - All rights reserved. <br> Please direct any questions or comments about this web site <a href='mailto:westwildwood@gmail.com' class='down'>here</a>.</div>");

document.write("<br></div>");
} 

