

var time=new Date();
var year=time.getYear();
 document.write( " " + year + " ");
