
<!---// This goes in the footer of every page

//////////////////////////////
// (c) 2001 Michael L Hill Sr
// Date and Time v 1.0
/////////////////////////////

// Date Script
date= new Date();

//Locations
mod=document.lastModified;
// Displaying the Informations :
document.write("<br><font size=1 color=green>Date and Time ",date," ")
document.write("<br><font size=1 color=green>Last Date This Document Was Modified ",mod," ")

//---end--->

