var cText = ''
cText += '<TABLE  WIDTH="900" BORDER=0 CELLPADDING=0 CELLSPACING=0>'
cText += '<tr>'
/*cText += '<td  ALIGN=CENTER> <HR align="center" WIDTH=95% size=0 COLOR="#003366"> </td>'*/
cText += '</tr>'
cText += '<tr>'
cText += '<td  ALIGN=CENTER> <div align="center"><A HREF="home.html"'
cText += 'class="footerlink">Home</a>&nbsp;<font class="footermenu">|'
cText += '<A HREF="aboutUs.html" class="footerlink"> About Us</a>&nbsp;|'
cText += '<A HREF="mailto:administrator@clintechresearch.com"'
cText += 'class="footerlink"> Support</a>&nbsp;|'
cText += '<A HREF="contactUs.asp" class="footerlink"> Contact&nbsp;|'
cText += '<A HREF="careers.html" class="footerlink"> Careers |'
cText += '<A HREF="privacy.html" class="footerlink"> Privacy Policy&nbsp;|'
cText += '<A HREF="termsOfUse.html" class="footerlink"> Terms of Use '
cText += '</a></font>'
cText += '</div></td>'
cText += ' </tr>'
cText += '<tr>'
cText += '<td  ALIGN=CENTER>'
cText += '<div align="center"><font class="footer_up">Copyright © 2006 - 2008,'
cText += '<a href="mailto:info@clintechresearch.com" class="footer_up" >'
cText += ' ClinTech Research LLC</a> All Rights Reserved<br>'
cText += '</font> </div></td>'
cText += ' </tr>'
cText += '</TABLE>'
document.write(cText)