// JavaScript Document
copyright=new Date();
update=copyright.getYear();

//---write copyright
document.write("Copyright © "+ update + " ");