<!--
function go_URL(num){

		
		if (num=="001"){
			location.href="http://busan.paradisehotel.co.kr/kr/main/";
		}
		else if (num=="002"){
			location.href="http://jeju.paradisehotel.co.kr/kr/main/";
		}
		else if (num=="003"){
			location.href="http://incheon.paradisehotel.co.kr/kr/main/";
		}
		else if (num=="004"){
			location.href="http://www.safaripark-hotel.com/";
		}
		else if (num=="005"){
			location.href="http://dogo.paradisehotel.co.kr/kr/main/";
		}
	
		else if (num=="111"){
			location.href="http://busan.paradisehotel.co.kr/en/main/";
		}
		else if (num=="222"){
			location.href="http://jeju.paradisehotel.co.kr/en/main/";
		}
		else if (num=="333"){
			location.href="http://incheon.paradisehotel.co.kr/en/main/";
		}
		else if (num=="444"){
			location.href="http://www.safaripark-hotel.com/";
		}
		else if (num=="555"){
			location.href="http://dogo.paradisehotel.co.kr/en/main/";
		}
	
					
}
//-->