if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
			image_url[0] = "http://www.thetaylorgroupofcompaines.com/images/BG_Filler.jpg";
			image_url[1] = "http://www.thetaylorgroupofcompaines.com/images/header-logo.jpg";
			image_url[2] = "http://www.thetaylorgroupofcompaines.com/images/logo-spacer.gif";
			image_url[3] = "http://www.thetaylorgroupofcompaines.com/images/header-fill.jpg";
			image_url[4] = "http://www.thetaylorgroupofcompaines.com/images/table-spacer.gif";
			image_url[5] = "http://www.thetaylorgroupofcompaines.com/images/header-big-red.jpg";
			image_url[6] = "http://www.thetaylorgroupofcompaines.com/images/bigred-spacer.gif";
			image_url[7] = "http://www.thetaylorgroupofcompaines.com/images/gel-header-left.jpg";
			image_url[8] = "http://www.thetaylorgroupofcompaines.com/images/gel-header-center.jpg";
			image_url[9] = "http://www.thetaylorgroupofcompaines.com/images/Home_Button.png";
			image_url[10] = "http://www.thetaylorgroupofcompaines.com/images/gel-header-right.jpg";
			image_url[11] = "http://www.thetaylorgroupofcompaines.com/images/TL_corner.jpg";
			image_url[12] = "http://www.thetaylorgroupofcompaines.com/images/SB_corner.jpg";
			image_url[13] = "http://www.thetaylorgroupofcompaines.com/images/TC_corner.jpg";
			image_url[14] = "http://www.thetaylorgroupofcompaines.com/images/TR_corner.jpg";
			image_url[15] = "http://www.thetaylorgroupofcompaines.com/images/CL_corner.jpg";
			image_url[16] = "http://www.thetaylorgroupofcompaines.com/images/CR_corner.jpg";
			image_url[17] = "http://www.thetaylorgroupofcompaines.com/images/BL_corner.jpg";
			image_url[18] = "http://www.thetaylorgroupofcompaines.com/images/BC_corner.jpg";
			image_url[19] = "http://www.thetaylorgroupofcompaines.com/images/BR_corner.jpg";
			image_url[20] = "http://www.thetaylorgroupofcompaines.com/images/zoomloader.gif";
			image_url[21] = "http://www.thetaylorgroupofcompaines.com/images/Taylor_images.gif";
			
       var x;
       for(x in image_url) 
	{
         preload_image_object.src = image_url[x];
	}
    }   
  

