function Sponsor()
{
   this.SponsorCnt=6;
   this.LineCnt=3;
   sponsor=new initStringArray(LineCnt*SponsorCnt);
   this.sponsor[0]="<A HREF='mailto:wcs@sitesurfer.com'>"+
      "William C. Shaw - Attorney At Law</A>";
   this.sponsor[1]="Port St. John, Florida";
   this.sponsor[2]="Phone: (407) 631-6750";
   this.sponsor[3]="<A HREF='mailto:pvsk86a@pro.com'>"+
      "Jerry W. Rowton - Amsoil Dealer</A>";
   this.sponsor[4]="Titusville, Florida";
   this.sponsor[5]="Phone: (800)-452-6012";
   this.sponsor[6]="<A HREF='./reunion.html'>"+
      "Class Reunions</A>";
   this.sponsor[7]="The Gaston Co., 111 Old Hickory Blvd. SW, #13, Nashville, TN, 37221";
   this.sponsor[8]="Phone: (615) 673-1869";
   this.sponsor[9]="Kenco Electric Inc - Industrial/Commercial Only";
   this.sponsor[10]="Dallas, TX  75238";
   this.sponsor[11]="Office 214-343-1837 Fax 214-343-1839";
   this.sponsor[12]="<A HREF='./hobbytrk.html'>"+
      "The Gaston Company - HobbyTrack Gun-Related Software</A>";
   this.sponsor[13]="Princeton, TX  75407";
   this.sponsor[14]="Office: (972)734-3357 ";
   this.sponsor[15]="<A HREF='http://members.home.net/kairis'>"+
      "SAS Consultant Serving Phoenix Area - SAS Quality Partner</A>";
   this.sponsor[16]="Phoenix, Arizona Phone";
   this.sponsor[17]="Office: (602) 963-7967";
}

