update = new Date(document.lastModified);
mon = update.getMonth()+1;
day = update.getDate();
document.write(""+mon+"ŒŽ"+day+"“ú update");
