<!-- Old brower hide
<!-- Original: Kenneth Preston <drkennan@ionet.net> -->
<!-- Archived: http://javascriptsource.com -->         
<!-- Modifications: a) Original "Page Updated" text removed in -->
<!-- favor of "Last modified on" b) "Old browser hide" comment-->
<!-- added c) Lengthy credit comment removed in favor of      -->
<!-- "Archived" comment d) Converted from inline to external  -->
<!-- Javascript file.  Changes made by: Amanda R. Holling,     -->
<!-- <alsatia-aT-angelfire-DoTcoM>, 11/2001.                   -->

<!-- Begin
var m = "Last modified on " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("</center>");
// End -->

