

mydate=new Date(); 
year=mydate.getFullYear(); 
{ 
document.write("Copyright " + "&copy;  " 
+  year + "  All rights reserved") ; 
}


