	var theDate = ""
	theDate = document.lastModified
	document.write("<div class=update align=\"center\">");
	document.write("<font size=1 face=Arial>");
	document.write("Site last Updated: ");
	var tmpDate = theDate.substring(0, 10);
	document.write(tmpDate);
	document.write("</font>");
	document.write("</div>");
