// JavaScript Document

    <!--

    if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
      image_url[0] = "http://diva-divo.org/images/Location_Over.png";
      image_url[1] = "http://diva-divo.org/images/sr_topb-giftroll.jpg";
      image_url[2] = "http://diva-divo.org/images/Gallery_Over.png";
      image_url[3] = "http://diva-divo.org/images/WhatsUp_Over.png";
      image_url[4] = "http://diva-divo.org/images/HowItWorks_Over.png";
      image_url[5] = "http://diva-divo.org/images/WhatToExpect_Over.png";	  
      image_url[6] = "http://diva-divo.org/images/GetInvolved_Over.png";
      image_url[7] = "http://diva-divo.org/images/AboutUs_Over.png";
      image_url[8] = "http://diva-divo.org/images/Donations_Over.png";
      image_url[9] = "http://diva-divo.org/images/WhatsNews_Over.png";
      image_url[10] = "http://diva-divo.org/images/Referrals_Over.png";	
      image_url[11] = "http://diva-divo.org/images/ContactUs_Over.png";
      image_url[12] = "http://diva-divo.org/images/DonateButton_Over.png";
      image_url[13] = "http://diva-divo.org/images/HowItWorks_MainButton_Over.png";
      image_url[14] = "http://diva-divo.org/images/WhatToExpect_Over.png";
      image_url[15] = "http://diva-divo.org/images/GetInvolved_MainButton_Over.png";		  

       var i = 0;
       for(i=0; i<=3; i++) 
         preload_image_object.src = image_url[i];
    }

    //-->
 
  
