// My Story footer
document.write("<br><br><hr color='#9A2EBE'>");
document.write("<TABLE  cellpadding='0' cellspacing=0  width='100%'>");
document.write("	<TBODY><TR><TD colspan=2>");
document.write("			<IMG border= height=1 src='pictures/spacer.gif' width=1></TD>");
document.write("		 </TR>");
document.write("        <TR>");
document.write("          <TD align=middle height=40>");
document.write("            <TABLE class=header cellpadding='0' cellspacing=0  width='100%'>");
document.write("              <TBODY>");
document.write("              <TR>");
document.write("				<TD align=middle>");
document.write("					<FONT face='Verdana, Arial, Helvetica, sans-serif' size=1>");
document.write("This is the UNEDITED version of this book.  I am looking for an editor/collaborator.<br>  ");
document.write("If you are an interested editor or publisher please contact me. <br>  <br>");
document.write("Write me at Write me at jfreedom2 (at) hotmail.com<br>");
document.write("			<P><A HREF='#Top'>Return to Top</A></P>");
document.write("					</FONT>");
document.write("				  </TD></TR>");
document.write("			</TBODY></TABLE>");
document.write("		</TD>");
document.write("	</TR>");
document.write("</TBODY>");
document.write("</TABLE>");


