<!--
var date = new Date();
var y = date.getYear();
if (y < 1000) y+= 1900;
document.write(y);
//-->