﻿
	
		var mainImagePool = new Array();
	
	
		var sectionImg = new Object();
		sectionImg.path = "/thai/local-tours/images/tour1.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/thai/local-tours/images/tour2.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/thai/local-tours/images/tour3.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/thai/local-tours/images/tour4.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/thai/local-tours/images/tour5.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	

