var year = (new Date()).getYear();
if (year < 1000) year += 1900
document.write(new String(year));
