// JavaScript Document


// By John Elliott; created 20 December 2002; last updated 02 June 2010
// Code the appearance and behavior of my copyright notice at top of every page

document.open();

document.write("<span style=\"position: absolute; top:620px; left:283px; visibility: visible;\">"
	+
	"<img src=\"i/mdw-signature431x82.gif\" alt=\"Maurine's signature\" />"
	+
	"</span>");

document.close();


