function footer (){
//document.write("<img src='/cgi-bin/Count.cgi?sh=0&df=FMWCount.dat'>")
//document.write("<p align=center>")
//document.write("<font face=Arial size=1 color=#7f7f7f><i>D.A.Trowsdale&copy;&nbsp;</i></font>")
//document.write("<a href='mailto:dtrows@home.com'>")
//document.write("<img src='http://www.fmw.on.ca/images/DatsiteLogosm32.gif' width=149 height=20 border=0 alt='contact datsyte'></a>")
document.write("<font face=Arial size=1 color=#7f7f7f><i>Last Mod.")
var LastMod=document.lastModified
var LastMod=LastMod.substring(LastMod.indexOf(',')+1,LastMod.length-8);
document.write(LastMod+"</i></font></p>")

}