// JavaScript Document

document.write('<table width="100%" border="0" cellspacing="0" id="footer">');
document.write('<tr>');
document.write('<td height="24"><img src="images/reliance_health.jpg" width="133" height="17" /></td>');
document.write('<td ><table width="100%" border="0" cellspacing="0" cellpadding="0" id="footerlink">');
document.write('<tr>');
document.write('<td width="57%"><a href="privancy.html">Privacy Policy</a> | <a href="legal.html">Legal Notice</a> | <a href="sitemap.html">Sitemap</a> | <a href="contactus.html">Contact Us</a></td>');
document.write('<td width="43%" align="right">&copy; Copyrights 2009 - Reliance Health</td>');
document.write('</tr>');
document.write('</table></td>');
document.write('<td align="right">Site by Reliance Internet Team </td>');
document.write('</tr>');     
document.write('</table>');