thismonth=7 - 1; thisdate=4; thisyear=2009; thisday = 7 - 1; today_calendar = ((thismonth + 1) + "/" + thisdate + "/" + thisyear); //document.write(today_calendar);