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

function WriteFooter() {
  document.write(
    "<HR align=center size=3>",
    "<table width= '100%'><tr><td>",
    "<CENTER>",
    "<img src='http://www.mrmaloney.com/nssl/images/revert.gif' alt='go back' width='80' height='20' border='0' onclick='history.go(-1)' />",
	"<br><a href='http://www.mrmaloney.com/nssl/bot_start.htm'>home</a> | <a href='http://www.mrmaloney.com/nssl/schedule.htm'>schedule</a> | <a href='http://www.mrmaloney.com/nssl/events.htm'>events</a> | <a href='http://www.mrmaloney.com/nssl/docs.htm'>documents</a> | <a href='http://www.mrmaloney.com/nssl/picts.htm'>image scrapbook</a>",
	"<br><span class=FOOTQUES>questions: <a href='http://www.mrmaloney.com/nssl/comment_form_2.html' target='_blank'>webmaster?</a></span>",
	"<span class=FOOTLOC>",
	"<br>Copyright &copy; 2003 North Shore Science League. All Rights Reserved.",
	"</span>",
    "<BR><span class=FOOT>",
        "Last Modified:  ",m.substring(p, 0)," by <a href='mister.maloney@gmail.com'>mister.maloney@gmail.com</a></span>",
	"<br><a href='http://mem2designs.mrmaloney.com' target='_blank'><img src='http://www.mrmaloney.com/mem2designs/imgs/mem2link4_tanbk.gif' alt='mem2 designs' border='0' /></a>",
	"</CENTER>",
    "</td></tr></table>"
  )
}
