// Establish year
now = new Date();
year = now.getYear();
if (year < 2000) {year = year +1900};