if (document.lastModified)
{
  document.write("Last Update: ");
  document.write(document.lastModified);
}