today=new Date();
curYear=today.getFullYear();
document.write(curYear);