thismonth=11 - 1; thisdate=23; thisyear=2009; thisday = 2 - 1; today_calendar = ((thismonth + 1) + "/" + thisdate + "/" + thisyear); //document.write(today_calendar);