/* script for the present year to automatically be added to the copyright line */
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright &#169; 2005 - "+ update + "<br /> By: Our Lady of Peace Cathedral <br />All rights reserved.");

