var lm = document.lastModified

if (Date.parse(lm) != 0)
  document.write("Last Modified on: " + lm)
