copyright=new Date();
update=copyright.getYear();
if (update<1900) update += 1900;
//---write copyright
document.write("<p>Copyright &copy 2001-"+ update + "   North Narrabeen Surf Life Saving Club Inc.   All Rights Reserved.</p>");

