function printToday() {
	jsToday = Date();
	document.write(jsToday);
}