// JavaScript Document
var sitepath = "http://www.phicare.com";
<!--Footer-->

var d = new Date();
var currentyear = d.getFullYear();

document.write('  			<div class="bottom">');
document.write('  			  <table width="100%" cellspacing="0" cellpadding="0">');
document.write('                <tr>');
document.write('                  <td valign="top" class="bottom-left"></td>');
document.write('                  <td valign="top" class="botttom-bg"></td>');
document.write('                  <td valign="top" class="bottom-right"></td>');
document.write('                </tr>');
document.write('              </table>');
document.write('			</div>');
document.write('			<p class="footer-link"><a href="'+sitepath+'/index.html">Home</a>|<a href="'+sitepath+'/patient-services.html">Patient Services</a>|<a href="'+sitepath+'/recruitment.html">Recruitment</a>|<a href="'+sitepath+'/training.html">Training</a>|<a href="'+sitepath+'/testimonials.html">Testimonials</a>|<a href="'+sitepath+'/company.html">Company</a>|<a href="'+sitepath+'/calendar.html">Calendar</a>|<a href="'+sitepath+'/contact.html">Contact Us</a>|<a href="'+sitepath+'/webmail">Email</a>|<a href="https://generations.idb-sys.com/Views/login.aspx">Schedules</a></p>');
document.write('			<p class="footer-link">Copyright 2006-'+currentyear+' Professional Healthcare, Inc.</p>');

<!--Footer-->
