/* script for the present year to automatically be added to the copyright line */
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright &#169; 1998 - "+ update + "<br /> By: Barbara A. Martzall <br />All rights reserved.");


