//////////////////////////////////////////////////////////////////////////
// Automatic page  update display
//             thomas l. gibson
//////////////////////////////////////////////////////////////////////////
var undefined;
var mod_Test = document.lastModified;
if ((mod_Test !== undefined) && (mod_Test !== null))
{
  document.write('Last modified ', mod_Test);
}
