
now = new Date;

thisYr = now.getYear();

if (thisYr < 1900) {
thisYr = thisYr + 1900;
}	