var test;
test=document.lastModified;
document.write('<font face=tahoma color="#003366" size="1">      <b>This page last modified: </font>');
document.write('<font face=tahoma color="#003366" size="1" </font>' +test);
