// JavaScript date

copyright=new Date();
update=copyright.getFullYear();

document.write(""+ update + " ");
