today=new Date();
//document.write(today.getYear()); 
document.write(today.getFullYear()); 

