var arrEdu_NFTab = ["Edu_NF01","Edu_NF02"]; var thisUrl = "http://"+ document.location.host.toLowerCase() +document.location.pathname.toLowerCase() + location.search ; $(document).ready(function(){ //setEdu_NFTab("Edu_NF01"); }); function fn_edu_right(inType){ edu_right_login() ; if (inType=="m") { edu_right_notice() ; edu_right_faq(); edu_right_banner1() ; edu_right_discount() ; edu_right_banner2() ; }else if (inType=="f") { edu_right_infodesk(); edu_right_banner2() ; edu_right_faq(); }else { edu_right_recomm_lecture(); edu_right_banner1() ; edu_right_index_eng_lesson(); edu_right_banner2() ; if (inType=="a") { fn_right_edu_shoppingbox(); } edu_right_faq(); } } // 로그인 function edu_right_login() { str = "" ; if(getCookie("SSOInfo") != null && getCookieA("MemArray","MemID") != "") { var myInfo = getCookieA("MemArray","MemName") ; str +='
'; str +='
'; str +='

'+myInfo+'님 반갑습니다!

'; str +='
'; str +='
'; str +='
'; str +=' '; str +='
'; str +='
나의 강의실
'; str +='
'; str +=' 개인정보수정로그아웃
'; str +='
'; str +='
'; str +='
'; str +='
'; } else { str +='
'; str +='
'; str +='

로그인을 해주세요

'; str +='
'; str +='
'; str +='
'; str +=' '; str +='
'; str +=' '; str +='
'; str +='
'; str +=' '; str +='
'; // str +=' '; str +='
회원가입 | 아이디· 비밀번호 찾기'; str +='
'; str +='
'; str +='
'; str +='
'; str +='
'; str +='
'; str +=' '; str +='
'; str +='
'; } document.write(str); } //공지사항 function edu_right_notice() { str = "" ; str +='
'; str +='
'; str +='

공지사항

'; str +='
'; str +='
'; str +=' '; str +='
'; $.getScript("http://static.joinsmsn.com/portal/data/edu/stat/edu_notice_bbs.js",function() { if(typeof(bbs_spnotice ) == "undefined") return; $("#notice .bd ul").html(fn_ui_common_bbs(bbs_spnotice)); }); str +='
'; document.write(str); } //추천강의 - 오른쪽 function edu_right_recomm_lecture() { str = "" ; str +='
'; str +='
'; str +='

이달의 추천강의

'; str +='
'; str +='
'; str +='
'; str +='
'; str +='
'; $.getScript("http://static.joinsmsn.com/portal/data/edu/stat/edu_lecture.js",function() { /*@lecture(start)@*/ /*@lecture(end)@*/ if(typeof(edu_index_month) == "undefined") return; $("#month_recom .bd div").html(fn_ui_lecture(edu_index_month)); }); str +='
'; str +='
'; document.write(str); } //영어 인기 레슨 - 오른쪽 function edu_right_index_eng_lesson(){ str = "" ; str +='
'; str +='
'; str +='

영어 인기 레슨 토픽 TOP5

'; str +='
'; str +='
'; str +='
    '; str +='
  1. '; str +='
'; str +='
'; $.getScript("http://static.joinsmsn.com/portal/data/edu/stat/edu_eng_lesson.js",function() { if(typeof(edu_index_eng_lesson ) == "undefined") return; $("#eng_topic .bd ol").html(fn_ui_common_number(edu_index_eng_lesson )); }); str +='
'; document.write(str); } function edu_right_banner1() { str = "" ; str +=' '; document.write(str); } function edu_right_banner2() { str = "" ; str +=' '; document.write(str); } function edu_right_faq() { str = "" ; str +=' '; document.write(str); } function edu_right_discount() { str = "" ; str +=' '; document.write(str); } // 쇼핑박스 function fn_right_edu_shoppingbox(){ document.write(''); document.write(''); document.write(''); } function edu_right_infodesk() { str = ""; str +='
'; str +='
'; str +='

서비스별 문의처

'; str +='
'; str +='
'; str +='
'; str +='
입학사정관제 교육과정
'; str +='
'; str +='
    '; str +='
  • 월~금 09:00~18:00(토,일 : 휴무)
  • '; str +='
  • 문의 전화 : 1566-2315
  • '; str +='
'; str +='
'; str +='
잉글리시타운
'; str +='
'; str +='
    '; str +='
  • 월~금 10:00~19:00(토,일 : 휴무)
  • '; str +='
  • 문의 전화 : 1600-5330
  • '; str +='
'; str +='
'; str +='
JRC중국어
'; str +='
'; str +='
    '; str +='
  • 월~금 09:00~18:00(토,일 : 휴무)
  • '; str +='
  • 교재발송 문의 : 02-735-5015
  • '; str +='
'; str +='
'; str +='
강좌 신청 및 취소, 광고 및 제휴 문의
'; str +='
'; str +='
    '; str +='
  • 교육센터 운영자에게 이메일 문의 바랍니다.'; str +=' edu@jcubei.com 메일문의하기
  • '; str +='
'; str +='
'; str +='
'; str +='
'; str +='
'; document.write(str); } /* // 추천강의 function fn_edu_lecture1(cate){ document.write('
'); document.write('
'); document.write('
'); document.write('
'); $.getScript("http://static.joinsmsn.com/portal/data/edu/stat/edu_lecture.js?"+ (new Date().getTime()), function() { var tjson; if(typeof(edu_index_month) == "undefined") return; else { var tjson = edu_index_month; } var str = ''; var tobj; var nexturl ; fcount = tjson.text.length ; fstart = (cate-1) * 5 ; for (i=fstart ; i < fstart+5 ;i++) { nexturl = tjson.link[i].value ; str = str + '
  • '+tjson.text[i].value+'
  • '; } $("#edu_lecture_ul"+cate+"").html(str); $("#edu_index_month ").show(); }); } function fn_edu_lecture(cate){ $.getScript("http://static.joinsmsn.com/portal/data/edu/stat/edu_lecture.js?"+ (new Date().getTime()), function() { var tjson; if(typeof(edu_index_month) == "undefined") return; else { var tjson = edu_index_month; } var str = ''; var tobj; var nexturl ; fcount = tjson.text.length ; fstart = (cate-1) * 5 ; for (i=fstart ; i < fstart+5 ;i++) { nexturl = tjson.link[i].value ; str = str + '
  • '+tjson.text[i].value+'
  • '; } return str ; }); } */ function fn_get_ab(inI, inType) { if (inI == "1") { outab ="b" ; outabname = "영어" }else { outab ="a" ; outabname = "중국어" } if (inType=="n") { outvalue = outabname ; }else{ outvalue = outab ; } return outvalue ; } function setEdu_NFTab(tabid) { try { for (i=0;i