    <!--
    // let's preload the next image...
    if (document.images)
    {
      pic1= new Image(800,600);
      pic1.src="<NEXT_IMAGE>";
    }
    //-->

