/*01/03/99, ffl, file:lst_up.js */
update = new Date(document.lastModified)
theDate= update.getDate()
theMonth = update.getMonth()  + 1
theYear = update.getYear()
document.writeln
("last update: " + theMonth + "/" + theDate + "/"
+ theYear)



