/***********************************************

 This is the function to find the beginning day

for the calendar requested

***********************************************/

now = new Date;

thisyear = now.getFullYear();

document.write(thisyear);