
		document.write('<table cellspacing="0" cellpadding="0" border="0">');
			document.write('<tr>');
				document.write('<td>');
				document.write('<a href="about/overview.html" class="footer">about us</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="services/overview.html" class="footer">services</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="news/default.html" class="footer">news &amp; events</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="opinions/ct.html" class="footer">opinions</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="resource/library.html" class="footer">resources</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="jobs/benefits.html" class="footer">careers</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="locations/in.html" class="footer">Locations</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="blog/index.asp" class="footer">blogs</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="exam/signin.asp" class="footer" target="_new">university</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="intranet2/handbook.asp" class="footer" target="_new">Intranet</a><br>');
				document.write('</td>');
				//document.write('<td>');//
				//document.write('<a href="https://www.hchb.com/homecareconnections/PortalWeb/login.aspx?ReturnUrl=%2fhomecareconnections%2fDefault.aspx" target="_new" class="footer">physicians portal</a><br>');//
				//document.write('</td>');//
				document.write('<td>');
				document.write('<a href="about/contact.html" class="footer">contact</a><br>');
				document.write('</td>');
				document.write('<td>');
				document.write('<a href="default.html" class="footer">home</a><br>');
				document.write('</td>');
			document.write('</tr>');
			document.write('<tr>');
				document.write('<td colspan="12" align="center" class="copyright">');
				document.write('Copyright 2007 &copy; Nightingale Home Healthcare. All rights reserved.<br>');
				document.write('</td>');
			document.write('</tr>');
		document.write('</table>');
	