function copyright(){ myDate = new Date(); myYear = "COPYRIGHT© RTK 2006-"+myDate.getFullYear()+" ALL RIGHTS RESERVED."; document.write(myYear); }