thisdate=new Date();
thisyear=thisdate.getFullYear();

function printcopy(){
  document.write(thisyear);
}

