// Description:  to let visitors know the date that the script was updated, but not the time 
// With this simple script,  you can do just that! Very neat!


// In BODY, insert


// in file datestmp.js

var m = document.lastModified
var p = m.length-8

document.write(m.substring(p, 0))

