    <!--

    if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();

image_url[0] = "http://www.icersboosterclub.org/_DESKTOPB.jpg";
image_url[1] = "http://www.icersboosterclub.org/_desktopa.jpg";
image_url[2] = "http://www.icersboosterclub.org/_rink25master.jpg";
image_url[3] = "http://www.icersboosterclub.org/_topold.jpg";
image_url[4] = "http://www.icersboosterclub.org/lionstatue_.jpg";
image_url[5] = "http://www.icersboosterclub.org/imnew.jpg";
image_url[6] = "http://www.icersboosterclub.org/vicepres.jpg";
image_url[7] = "http://icersboosterclub.org/NOPHOTO.gif";

       var i = 0;
       for(i=0; i<=6; i++) 
         preload_image_object.src = image_url[i];
    }

    //-->

