Ldate=new Date(document.lastModified);
theYear=Ldate.getFullYear();
theMonth=Ldate.getMonth()+1;
theDay=Ldate.getDate();
document.write("2010/08/23");
//document.write(document.lastModified);