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