
		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="../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="9" 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>');
	