var sectionFrontImagePool = new Array();
	

var s = document.URL;
var buff1 = s.split("tour-guide");
var buff2 = s.split("recreation-guide");

if (buff1[1]==".html") {

var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/tour-guide-main-1.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);
	

var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/tour-guide-main-2.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);


var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/tour-guide-main-3.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);



}else if (buff2[1]==".html"){

var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/recreation-guide-main-1.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);
	

var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/recreation-guide-main-2.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);


var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/recreation-guide-main-3.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);

} else{



	
var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/sightseeing-guide-main-1.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);
	

var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/sightseeing-guide-main-2.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);


var sectionFrontImg = new Object();
sectionFrontImg.path = "/kor/attractions/images/sightseeing-guide-main-3.jpg";
sectionFrontImg.alt = "hero image";
sectionFrontImagePool.push(sectionFrontImg);

}