var m = document.lastModified;
var p = m.length-8;

function WriteFooter() {
  document.write(
    "<HR align=center size=3>",
    "<table width= '100%'><tr><td>",
    "<CENTER>",
    "<a href='http://www.mrmaloney.com/mr_maloney/comment_form2.html' target='_blank'><span class=FOOTQUES>questions anyone?</span></a>",
    "<BR><span class=FOOT>",
        "<a href='http://www.mrmaloney.com/mr_maloney/about.html'>~~ about this site ~~</a>",
        "<br>Last Modified:  ",m.substring(p, 0),"</span>",
	"<span class=FOOTLOC>",
	" by <a href='mailto:mister.maloney@gmail.com'>mister.maloney@gmail.com</a>.",
        "<br>Copyright &copy; 2002 Michael Maloney. All Rights Reserved.",
    "</span></CENTER>",
    "</td></tr></table>"
  )
}
