document.write(DayName(ThisWeekDay) + ", ");
document.write(MonthName(ThisMonth) + " " + ThisDay + ", " + ThisYear);

