
	
		var mainImagePool = new Array();
		var sectionImg = new Object();		
	
	
		sectionImg.path = "/tc/images/title-image.jpg";
		sectionImg.alt = "alt 1";
		mainImagePool.push(sectionImg);
	
		sectionImg.path = "/tc/images/title-image.jpg";
		sectionImg.alt = "alt 2";
		mainImagePool.push(sectionImg);
	
		sectionImg.path = "/tc/images/title-image.jpg";
		sectionImg.alt = "alt 3";
		mainImagePool.push(sectionImg);
	
		sectionImg.path = "/tc/images/title-image.jpg";
		sectionImg.alt = "alt 4";
		mainImagePool.push(sectionImg);
	
		sectionImg.path = "/tc/images/title-image.jpg";
		sectionImg.alt = "alt 5";
		mainImagePool.push(sectionImg);
	
