<!--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 SIZE='4'>");
document.write("<DIV CLASS='mailtobox'>");
document.write("Comments and suggestions should be sent to:<BR>");
document.write("<A HREF='mailto:SueDavis@CedarvilleHigh.com'><IMG SRC='../imagedir/email.jpg' ALT='Mail-to' WIDTH='90' HEIGHT='40' CLASS='left'></A>");
document.write("email: <A HREF='mailto:SueDavis@CedarvilleHigh.com'>SueDavis@CedarvilleHigh.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("&copy; 2002-2008, 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-->
