preload_image_object = new Array();
var arrPhotographSrc = new Array();
		  		arrPhotographSrc[0] = "images/spacer.gif";
				arrPhotographSrc[1] = "images/Connors-Kyoto-2006,2007-[06SM167].jpg";
				arrPhotographSrc[2] = "images/Connors-Tokyo-2006,2008-[06SM109].jpg";
				arrPhotographSrc[3] = "images/07SM-L005.2.jpg";
				arrPhotographSrc[4] = "images/Connors-Berlin-2005-[05SM082].jpg";
				arrPhotographSrc[5] = "images/Connors-Berlin-2005,2006-[05SM019].jpg";
				arrPhotographSrc[6] = "images/Connors-Beijing-2008-[08SM112].jpg";
				arrPhotographSrc[7] = "images/Connors-Aerial5[08SM-L005.3].jpg";
				arrPhotographSrc[8] = "images/Connors-Beirut-2007,2008-[07SM155].jpg";
				arrPhotographSrc[9] = "images/Connors-NewYorkCity-2004[04SM103].jpg";
				arrPhotographSrc[10] = "images/07SM-L006.3-NEG.jpg";
				arrPhotographSrc[11] = "images/Connors-Berlin-2005,2008-[05SM101].jpg";
				arrPhotographSrc[12] = "images/Connors-Beijing-2008,2009-[08SM062].jpg";
				arrPhotographSrc[13] = "images/Connors-Aerial1[08SM-L005.4].jpg";
				arrPhotographSrc[14] = "images/Connors-Nagasaki-2006-[06SM123].jpg";
				arrPhotographSrc[15] = "images/Connors-Damascus-2007,2008-[07SM091].jpg";
				arrPhotographSrc[16] = "images/Connors-Niigata-2006,2007-[06SM228].jpg";
				arrPhotographSrc[17] = "images/Connors-Aerial3[08SM-L006.1].jpg";
				arrPhotographSrc[18] = "images/Connors-Beirut-2007,2008-[07SM015].jpg";
				arrPhotographSrc[19] = "images/Connors-HongKong-2004-[04WN013].jpg";
				arrPhotographSrc[20] = "images/07SM-L007.3.jpg";
				arrPhotographSrc[21] = "images/Connors-Nagasaki-2006,2009-[06SM134].jpg";
								
 var i = 0;
       for(i=0; i<=21; i++) {
         preload_image_object[i] = new Image();
         preload_image_object[i].src = arrPhotographSrc[i];
        }
       
	   
	   ///"http://mattconnors.com/SITE5/" +
        
