

 
var content=new Array();

content[0]='images/gallery/home_page.jpg || '
content[1]='images/gallery/lay-low-1.jpg || '
content[2]='images/gallery/happyhour1.jpg || '
content[3]='images/gallery/pony1.jpg || '
content[4]='images/gallery/bancud1.jpg || '
content[5]='images/gallery/clydecommon1.jpg || '
content[6]='images/gallery/olive1.jpg || '
content[7]='images/gallery/chair1.jpg || '
content[8]='images/gallery/walla1.jpg || '
content[9]='images/gallery/blackwagon1.jpg || '



    if (document.images)
    {
      preload_image_object = new Image();
       var i = 0;
       for(i=0; i<=5; i++) {
        var textP =  content[i].split("||");
         preload_image_object.src = trim(textP[0]);
    	}
    }




