var calendarDate = getCalendarDate();
var clockTime = getClockTime();
document.write(calendarDate);
document.write('&nbsp;');
document.write(clockTime);
