// This scripts available from - http://www.viewsource.dk
// LOts of free Java Applets, DHTML and Javascript

// *****   This goes in the head section   *****


// *****   This goes in the body section   *****

<script language="JavaScript">
 
		  var myDate = document.lastModified
		  document.write("Last Modified: ");
		  document.write(myDate);
		  document.write();
		</script>