<!-- 
lastModDate = new Date(document.lastModified)
lastModMonth = lastModDate.getMonth() + 1
lastModDay = lastModDate.getDate()
lastModYear = lastModDate.getYear()
document.write(lastModDay+ "." + lastModMonth + "." + lastModYear ) 
// -->


