lastmodify = document.lastModified;
timestrip = lastmodify.lastIndexOf(" ");
lastmodify = lastmodify.substring(0, timestrip);
document.write(lastmodify+"<BR>");