update = new Date(document.lastModified)
theYear = update.getFullYear()
document.writeln(theYear)

