upDate=new Date(document.lastModified);
theMonth=upDate.getMonth()+1;
theDate=upDate.getDate();
theYear=upDate.getYear();
document.write("Last Updated " + theYear + "/" + theMonth + "/" + theDate);
