copyright=new Date();
update=copyright.getFullYear();
//---write copyright

document.write("Copyright &#169; 2008-"+ update + "    (PHA)    All rights Reserved.<br />Last Updated:");
//----write date
document.write(document.lastModified);
document.write("<br />PHA, P.O. Box 591, Walhalla, SC 29691");
