// File:  lastModified.js
// Source: http://www.bgsu.edu/scripts/lastModified.js

if ( Date.parse( document.lastModified ) != 0 ) {
  document.write( "<div align=\"center\"><small><IMG SRC=\"/maner/common/updated.gif\" WIDTH=60 HEIGHT=12 BORDER=0 ALT=\"updated\">" );
  document.write( document.lastModified );
  document.writeln( "</small></div>" );
}
