if (document.images) {

  imageSplash1on = new Image();
  imageSplash1on.src = "/pics/splash-education-on.gif";
  imageSplash2on = new Image();
  imageSplash2on.src = "/pics/splash-friendship-on.gif";
  imageSplash3on = new Image();
  imageSplash3on.src = "/pics/splash-landmarks-on.gif";
  imageSplash4on = new Image();
  imageSplash4on.src = "/pics/splash-scholarships-on.gif";
  imageSplash5on = new Image();
  imageSplash5on.src = "/pics/splash-genealogy-on.gif";
  imageSplash6on = new Image();
  imageSplash6on.src = "/pics/splash-veterans-on.gif";
  imageSplash7on = new Image();
  imageSplash7on.src = "/pics/splash-history-on.gif";
  imageSplash8on = new Image();
  imageSplash8on.src = "/pics/splash-preservation-on.gif";
  imageSplash9on = new Image();
  imageSplash9on.src = "/pics/splash-membership-on.gif";
  imageSplash10on = new Image();
  imageSplash10on.src = "/pics/splash-children-on.gif";
  imageSplash11on = new Image();
  imageSplash11on.src = "/pics/splash-patriotism-on.gif";
  
  imageSplash1off = new Image();
  imageSplash1off.src =  "/pics/splash-education-off.gif";
  imageSplash2off = new Image();
  imageSplash2off.src = "/pics/splash-friendship-off.gif";
  imageSplash3off = new Image();
  imageSplash3off.src = "/pics/splash-landmarks-off.gif";
  imageSplash4off = new Image();
  imageSplash4off.src = "/pics/splash-scholarships-off.gif";
  imageSplash5off = new Image();
  imageSplash5off.src = "/pics/splash-genealogy-off.gif";
  imageSplash6off = new Image();
  imageSplash6off.src = "/pics/splash-veterans-off.gif";
  imageSplash7off = new Image();
  imageSplash7off.src = "/pics/splash-history-off.gif";
  imageSplash8off = new Image();
  imageSplash8off.src = "/pics/splash-preservation-off.gif";
  imageSplash9off = new Image();
  imageSplash9off.src = "/pics/splash-membership-off.gif";
  imageSplash10off = new Image();
  imageSplash10off.src = "/pics/splash-children-off.gif";
  imageSplash11off = new Image();
  imageSplash11off.src =  "/pics/splash-patriotism-off.gif";
}