// JavaScript Document

    <!--

    if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
      image_url[0] = "http://www.lakehillhouse.com/images/lhh_antique-th22-over.gif";
      image_url[1] = "http://www.lakehillhouse.com/images/lhh_antique-th21-over.gif";
      image_url[2] = "http://www.lakehillhouse.com/images/lhh_antique-th23-over.gif";
      image_url[3] = "http://www.lakehillhouse.com/images/lhh_antique-th24-over.gif";
      image_url[4] = "http://www.lakehillhouse.com/images/lhh_diamonds-th-over.gif";
      image_url[5] = "http://www.lakehillhouse.com/images/lhh_pearl-th2-over.gif";	  
      image_url[6] = "http://www.lakehillhouse.com/images/lhh_pearl-th1-over.gif";
	        image_url[7] = "http://www.lakehillhouse.com/images/lhh_artist-th20-over.gif";


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

    //-->
 
  