include "../include/top.html";
$top_zine = homepage_banner("TMSS016","","Y"); // 웹진정보
// MD 추천상품(기존)
//$recomm_data1 = tour_recomm("P"," AND GM01='1' ".$cf['on_site']['user_where']." and m_uid in('".implode("','",$cf['newyork_muid'])."') ",$cf['on_site']['user_order'],4);
//$recomm_data2 = tour_recomm("P"," AND GM01='1' ".$cf['on_site']['user_where']." and m_uid in('".implode("','",$cf['la_muid'])."') ",$cf['on_site']['user_order'],6);
//$recomm_data3 = tour_recomm("P"," AND GM01='1' ".$cf['on_site']['user_where']." and m_uid in('".implode("','",$cf['canada_muid'])."') ",$cf['on_site']['user_order'],2);
//$recomm_data_ca = tour_recomm("P"," AND GM01='1' ".$cf['on_site']['user_where']." and m_uid in('".implode("','",$cf['canada_muid'])."') ",$cf['on_site']['user_order'],6);
$main_movie = homepage_banner("TMSS001","","Y"); // 메인 동영상
$best_data = homepage_banner("TMSS003","","Y","7");// 베스트 투어상품
$banner5 = homepage_banner("TMSS005","","Y","5");// 이벤트
$banner6 = homepage_banner("TMSS006","","Y","1");// 주목, 이달의 여행정보
/*
if($cf['ag']=='NY'){
$guide_where = "and (emp_brench_cd='BRCH001' or emp_brench_cd='BRCH004') ";
$guide_title = "미동부 본사
미서부 지사";
}else if($cf['ag']=='LA'){
$guide_where = "and (emp_brench_cd='BRCH004' or emp_brench_cd='BRCH001') ";
$guide_title = "미동부 본사
미서부 지사";
}else if($cf['ag']=='TR'){
$guide_where = "and emp_brench_cd='BRCH003' ";
$guide_title = "캐나다 지사";
}
*/
// MD 추천상품(추가_181106)
//$data_best2 = ($cf['tab']=="L") ? tour_recomm("L"," and g_main4='Y' and disp_yn='Y' "," order_num ",5):tour_recomm("PD"," and GM04='1' and g_ok='Y' "," g_no ",4);
// 인기상품
//$data_best = tour_recomm("PD"," and GM04='1' and g_ok='Y' "," g_no ",6);
$data_best = tour_recomm("PD"," and GM04='1' and g_ok='Y' "," g_no ",4);
// 가이드 하단 리스트
//$guide_list = member_fetch(" AND mb_level < 10 AND emp_guide_view='Y' AND del_flag='N' ".$guide_where, " emp_manager_yn desc, bz_order_num asc ");
//spark(20190208): 가이드&인솔자만 나오도록 변경
//$guide_list = member_fetch(" AND mb_level < 10 AND emp_guide_view='Y' AND del_flag='N'");
$guide_list = member_fetch(" AND mb_level < 14 AND emp_depart_cd='DEPT006' AND emp_guide_view='Y' AND del_flag='N'");
//deanLog("main.html guide_list: ", $guide_list, "yoon");
// 동영상 랜덤하게 노출
$movie_rand = rand(0,count($main_movie)-1);
// 레이어 팝업 출력
//include "../popup/popup_layer.php";
?>