//========= Output Footer ==========
document.write('<div align="center" style="font-size: 8pt; font-family: arial, helvetica;"><hr />');
document.write('<a href="login.php">Login</a> | ');
document.write('<a href="links.htm">Links</a> | ');
document.write('<a href="employment.php">Employment Opportunities</a> | ');
document.write('<a href="disclaimer.htm">Disclaimer</a> | ');
document.write('<a href="contact.htm">Contact Us</a> | ');
document.write('<a href="privacy.htm">Patient Privacy Notice</a>');
document.write('</div><br />');
document.write('<div style="font-size: xx-small; text-align: right; margin-top: -15px; padding-right: 10px;">');
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900

document.write('<a href="#" onClick="showDeveloper();">Web Design</a> &copy; 2002-'+theYear+' ');
document.write('<a style="text-decoration: none;" href="http://www.ddicomputer.com">');
document.write('Dynamic Decisions, Inc.</a></div>');
document.write('</body></html>');
function showDeveloper(){
 alert('Designed by Jose Rivera\n\ni-Net+ Certified Web Designer\n CIW Associate \n\nfor Dynamic Decisions, Inc.\n\n email: jrivera@ddicomputer.com');
}
