<!--
if (document.images) {
	ln_tour_one = new Image();
	ln_tour_one.src = jrootUrl + "/images/ln_tour_one.gif";	
	ln_tour_one_on = new Image();
	ln_tour_one_on.src = jrootUrl + "/images/ln_tour_one_on.gif";	
	
	ln_tour_two = new Image();
	ln_tour_two.src  = jrootUrl + "/images/ln_tour_two.gif";	
	ln_tour_two_on = new Image();
	ln_tour_two_on.src = jrootUrl + "/images/ln_tour_two_on.gif";	
	
	ln_tour_three = new Image();
	ln_tour_three.src  = jrootUrl + "/images/ln_tour_three.gif";	
	ln_tour_three_on = new Image();
	ln_tour_three_on.src = jrootUrl + "/images/ln_tour_three_on.gif";	
	
	ln_tour_four = new Image();
	ln_tour_four.src  = jrootUrl + "/images/ln_tour_four.gif";	
	ln_tour_four_on = new Image();
	ln_tour_four_on.src = jrootUrl + "/images/ln_tour_four_on.gif";	

}


//-->