update = new Date(document.lastModified)
theDate = update.getDate()
theMonth = update.getMonth() + 1
theYear = update.getFullYear()
document.writeln(" &nbsp; Laatst bijgewerkt op " + theDate + "/" + theMonth + "/" + theYear +  "&nbsp;&nbsp;")

