<!--hide script from old browsers
   function initArray() {
      this.length = initArray.arguments.length
      for (var i = 0; i < this.length; i++)
      this[i+1] = initArray.arguments[i]
   }
document.write("<HR NOSHADE><P>");
document.write("<P ALIGN='right'>");
document.write("<A HREF='javascript:history.back(1)'><IMG SRC='../imagedir/back.jpg' WIDTH='90' HEIGHT='40' BORDER='0' ALT='Back button'></A><BR>");
document.write("(Return to previous document)</P>");
document.write("<HR><DIV CLASS='home'>|&nbsp;<A HREF='../index.html'>HOME</A>&nbsp;|&nbsp;<A HREF='mailto:Leroy@theSturgesFamily.com'>EMAIL</A>&nbsp;|&nbsp;<A HREF='../surnames.html'>SURNAMES</A>&nbsp;|</DIV>");
document.write("<HR SIZE='4'>");
document.write("<DIV CLASS='mailtobox'>");
document.write("Comments and suggestions should be sent to:<BR>");
document.write("<A HREF='mailto:Leroy@theSturgesFamily.com'><IMG SRC='../imagedir/email.jpg' ALT='Mail-to' WIDTH='90' HEIGHT='40' CLASS='left'></A>");
document.write("email: <A HREF='mailto:Leroy@theSturgesFamily.com'>Leroy@theSturgesFamily.com</A> </DIV>");
document.write("<DIV CLASS='copy'>");
document.write("<HR SIZE='4'>");
document.write("<a href='http://www.fookes.com/notetab/index.html'> ");
document.write("<img src='../imagedir/notetab.gif' width='88' height='31' CLASS='right' alt='Note Tab'></A>");
document.write("<img src='./imagedir/spacer.gif' width='5' height='40' CLASS='right' alt='space'>");
document.write("<a href='http://www.frontiernet.net/~rjacob/gedpage.htm'> ");
document.write("<img src='../imagedir/gedpage.gif' width='130' height='40' CLASS='right' alt='Gedpage link'></A>");
document.write("&copy; 2002-2010, Leroy D. Sturges<BR>");
document.write("( This document was last updated on <I>");
   var MOYArray = new initArray("January","February","March","April",
                                "May","June","July","August","September",
                                "October","November","December");
   var LastModDate = new Date(document.lastModified);
   document.write(MOYArray[(LastModDate.getMonth()+1)], " ");
   document.write(LastModDate.getDate(), ", ");
   if (LastModDate.getYear()>1900)
     document.write(LastModDate.getYear(), ".");
   else if (LastModDate.getYear()<80)
     document.write((LastModDate.getYear()+2000), ".");
   else
     document.write((LastModDate.getYear()+1900), ".");
document.write("</I>)</DIV>");
//end hiding contents-->
