Ldate=new Date(document.lastModified);
theYear=Ldate.getFullYear();
theMonth=Ldate.getMonth()+1;
theDay=Ldate.getDate();
document.write("2012/02/01");
//document.write(document.lastModified);
