<!--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]
   }
   var MOYArray = new initArray("January","February","March","April",
                                "May","June","July","August","September",
                                "October","November","December");
   var LastModDate = new Date(document.lastModified);
   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='../Graphics/notetab.gif' width='88' height='31' CLASS='right' alt='Note Tab'></A>");
   document.write("&copy; 2001-2002, all rights reserved, Lighthouse Photo Repair<BR>");
   document.write("( This document was last updated on <I>");
   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-->
