// check that there is a lastModified date
if( Date.parse( document.lastModified ) != 0 )

// if so, write a message stating what that date is
document.write( "Page updated: " + document.lastModified );