//========= 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">Privacy Statement</a>');
document.write('</div><br />');
document.write('<table width="100%" cellspacing="0" cellpadding="0">');
document.write('<tr><td style="font-size: xx-small; text-align: right;">');
document.write('<a href="#" onClick="showDeveloper();">Web Design</a> &copy; 2002-2003. ');
document.write('<a style="text-decoration: none;" href="http://www.ddidynex.com">');
document.write('Dynamic Decisions, Inc.</a></td></tr>');
document.write('</table></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@djtechonline.com');
}
