function goUrl(tNum){
	switch(tNum){
		case 1:
			location.href = '/tour/promote/pro1-0.jsp';
			break;      
		case 2:
			location.href = '/tour/promote/pro2-0.jsp';
			break;
		case 3:
			location.href = '/tour/servlet/GetSpotByClassServlet?class_id=1';
			break;
		case 4:
			location.href = '/tour/servlet/GetSpotByClassServlet?class_id=2';
			break;
		case 5:
			location.href = '/tour/servlet/GetSpotByClassServlet?class_id=3';
			break;
		case 6:
			location.href = '/tour/servlet/GetSpotByClassServlet?class_id=4';
			break;
		case 7:
			location.href = '/tour/promote/page05-0.jsp';
			break;
		case 8:
			location.href = '/tour/frontend_folog/index.jsp';
			break;							
		default:
			location.href = '#';
			break;
	}
}

function goSpot(fid){
	location.href = '/tour/servlet/GoSpotServlet?spot_id='+fid;
}
