/*
| This JavaScript exists solely to allow me to include the following "stuff"
| at the bottom of many files, without requiring the server to support the
| <!-- #include virtual... --> mechanism (even though my Apache webserver
| does support that).
| As soon as I can think of a better, general text-inclusion mechanism,
| this thing is history.
|
| 2006-11-10 -bob,mon.
*/

     //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
signature_text = ''
  + '<hr style="width: 100%; margin-bottom: 0" />'
  + '<div id="Signature" style="float:left; text-align:left; color:#9f9f9f; background:inherit; font-size: 8pt; margin-top: 0">'
  + 'Homepage: <a href="http://montcs.bloomu.edu/~bobmon/" title="Instructor">montcs.bloomu.edu/~bobmon/</a><br />'
  + 'This webpage accessed at <i>' + Date().toString() + '</i>'
  + ' File last modified <i>' + document.lastModified + '</i>'
  + '<br />&copy; 2004-2009 Robert Montante unless otherwise indicated.  All rights reserved.'
  + '</div>'
     //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8

     //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
validButtons = ''
  + '<div id="ValidButtons" style="float:right; text-align:right; width:190px; margin:4px 0 0 0; padding:4px 0 0 0;">'
  + '  <a href="http://validator.w3.org/check?uri=referer"><img alt="Valid XHTML 1.0!" src="http://montcs.bloomu.edu/~bobmon/includes/valid-xhtml10.png" style="border:0;width:88px;height:31px" /></a>'
  + '  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img alt="Valid CSS!" src="http://montcs.bloomu.edu/~bobmon/includes/vcss.png" style="border:0;width:88px;height:31px" /></a>'
  + '</div>'
     //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8

document.write(signature_text);
document.write(validButtons);
