now = new Date();
months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
m = now.getMonth();
today = now.getDate();
thisyear = now.getYear();
thismonth = months[m];