//Links at the bottom script
function printLinksDown() 

{
document.write("<div align='center'>");
document.write("<br><br>");
document.write("<a href='index.htm' class='down2'>services</a>&nbsp;::&nbsp;"); 
document.write("<a href='mission.htm' class='down2'>mission</a>&nbsp;::&nbsp;"); 
document.write("<a href='about.htm' class='down2'>resources</a>&nbsp;::&nbsp;"); 
document.write("<a href='clients.htm' class='down2'>clients</a>&nbsp;::&nbsp;"); 
document.write("<a href='contact.htm' class='down2'>contact</a>&nbsp;"); 
document.write("<br><br><div class='down2'>© Copyright 2007 Issues and Answers, Inc. - <a href='http://www.issues-and-answers.com' target='_blank'><font color='cccccc' class='down2'>www.issues-and-answers.com</font></a> - All rights reserved. <br> Please direct any questions or comments about this web site <a href='mailto:westwildwood@gmail.com'><font color='cccccc' class='down2'>here</font></a>.<br><br></div>");}