var thisY = (new Date()).getYear();
if( thisY < 2000 ){ thisY = thisY +1900; }
document.write(thisY);


