var LastModDate = new Date(document.lastModified)
document.write("<b>Letzte Aktualisierung:</b> ")
document.write(LastModDate.getDate(),".",LastModDate.getMonth()+1,".",LastModDate.getFullYear())