thismonth=5 - 1; thisdate=13; thisyear=2008; thisday = 3 - 1; today_calendar = ((thismonth + 1) + "/" + thisdate + "/" + thisyear); //document.write(today_calendar);