var update=new Date(document.lastModified);var theMonth= update.getMonth() +1; theDate=update.getDate(); theYear=update.getYear();document.write("Ultimo aggiornamento:  "+theDate+"."+theMonth+"."+theYear)
