<!--//
var lastmod = document.lastModified;
var lastmoddate = Date.parse(lastmod);
if(lastmoddate != 0) {
    document.writeln("Last update: <I>" + lastmod + "</I>");
}
//-->