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

function printcopy(){
  document.write('2001-'+thisyear);
}

