var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); var article_fontSize = getCookie("article_fontSizePx") if(isNaN(article_fontSize) == true || article_fontSize == null || typeof(article_fontSize) == "undefined") article_fontSize = 4; else article_fontSize = parseInt(article_fontSize, 10); function fnSetFont(fontSize) { $("#articlebody").removeClass("article0" + article_fontSize.toString()); $("#articlebody").addClass("article0" + fontSize.toString()); var expiry = new Date(); var name = "article_fontSizePx"; var path = "/"; var domain = ".joinsmsn.com"; var secure = ""; var value = fontSize; expiry.setDate(expiry.getDate() + 90); setCookie(name, value, expiry, path, domain, secure); article_fontSize = fontSize; } function fnFontPlus() { var nFontSize = 0; if(article_fontSize < 6) { nFontSize = article_fontSize + 1; fnSetFont(nFontSize); } } function fnFontMinus() { var nFontSize = 0; if (article_fontSize > 1) { nFontSize = article_fontSize - 1; fnSetFont(nFontSize); } } //메일 function fnSendEmail(siteType, totalId) { var sEmailPageUrl = ""; var sWinName = "emailarticle"; var sWinopts = "left=0,top=0,width=370,height=495,scrollbars=0,resizable=0"; var theForm = document.frmSaveBlog; if(siteType.toLowerCase() == "joongang"){ sEmailPageUrl = "https://web.archive.org/web/20120806020440/http://article.joinsmsn.com/news/option/article_email.asp?Total_ID=" + totalId; }else if(siteType.toLowerCase() == "joongangdaily"){ // 중앙데일리는 aid 로 한다. sEmailPageUrl = "/news/article/option/Article_Email.aspx?aid=" + totalId; }else{ sEmailPageUrl = "https://web.archive.org/web/20120806020440/http://live.joinsmsn.com/news/option/article_email.asp?Total_ID=" + totalId; } window.open("about:blank", sWinName, sWinopts); theForm.action = sEmailPageUrl; theForm.target = sWinName; theForm.submit(); } // 팝업창 띄우기 function popupWindow(Url, windowName, Width, Height, scroll) { if ((scroll == null) || (scroll == "")) { scroll = "no"; } var win = window.open(Url, windowName, "toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=" + scroll + ",resizable=no,top=50,left=50,width=" + Width + ",height=" + Height); if (win != null) win.focus(); } // 팝업창 띄우기(top, left 추가) function popupWindow2(Url, windowName, Top, Left, Width, Height, scroll) { if ((scroll == null) || (scroll == "")) { scroll = "no"; } var win = window.open(Url, windowName, "toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=" + scroll + ",resizable=no,top=" + Top + ",left=" + Left + ",width=" + Width + ",height=" + Height); if (win != null) win.focus(); } //인쇄 function fnSendPrint(siteType, totalId, ctg) { var sPrintPageUrl = ""; var sWinName = "printarticle"; var sWinopts = "left=0,top=0,width=650,scrollbars=1,resizable=1"; if(siteType.toLowerCase() == "joongang"){ sPrintPageUrl = "https://web.archive.org/web/20120806020440/http://article.joinsmsn.com/news/option/article_print.asp?ctg=" + ctg + "&total_id=" + totalId; }else if(siteType.toLowerCase() == "joongangdaily"){ sPrintPageUrl = "/news/article/option/article_print.aspx"; sWinopts = "left=0,top=0,width=600,scrollbars=1,resizable=1"; }else{ sPrintPageUrl = "https://web.archive.org/web/20120806020440/http://live.joinsmsn.com/news/option/article_print.asp?ctg=" + ctg + "&total_id=" + totalId; } window.open(sPrintPageUrl, sWinName, sWinopts); } function ArticleDic(){ popupWindow2("https://web.archive.org/web/20120806020440/http://endic.naver.com/small_index.nhn","ic",100,700,437,575,"yes"); } function ArticleBlogScrap(aid) { with(document.frmSaveBlog){ action = "https://web.archive.org/web/20120806020440/http://blog.joinsmsn.com/center/joins/outbound_scrap_pre.asp"; user_id.value = getCookieA("MemArray","MemID"); source.value = "[중앙데일리] 기사 본문 읽기"; board_idx.value = aid; subject.value = $("#articletitle").html(); content.value = "" + $("#articlebody").html() + "
"; window.open("about:blank","Blog","toolbar=no, location=0, directory=no, status=no, menubar=no, scrollbars=no, resizable=yes, top=200, left=350, width=200, height=200"); target = "Blog"; submit(); } } // ########## 중앙데일리 수정 e //블로그 function fnSaveBlog(siteType, aid ,cid, master_code, gubun) { var sSiteType; var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0; var theForm = document.frmSaveBlog; theForm.action = "https://web.archive.org/web/20120806020440/http://blog.joinsmsn.com/center/joins/outbound_scrap_pre_utf8.asp"; theForm.user_id.value = getCookie("Joins_MemID"); var Blog = window.open("about:blank","Blog","toolbar=no, location=0, directory=no, status=no, menubar=no, scrollbars=no, resizable=yes, top=200, left=350, width=200, height=200"); theForm.target = "Blog"; //portal, joongang if(siteType.toUpperCase().substring(0,1) == "P") sSiteType = "P" else sSiteType = "J" if(document.getElementById("scrap")!=null) { if(isIE) { //블로그 퍼가기 조회수 누적(블로그는 맨 마지막 gubun값이 "s" 다른건 다 "r") fnArticleCounterCheck(aid, cid, master_code, sSiteType, "s"); } } theForm.submit(); } //msn function fnSendMsn(totalId) { var oMsnMessenger; var AppID = "99995597"; var emailID = ""; var expiry = new Date(); var name = "joins_article_msn"; var path = "/"; var domain = "joinsmsn.com"; var secure = ""; var urlData = location.href; var start_point = ""; var end_point = ""; var value = totalId; expiry.setTime(expiry.getTime() + 1 * (24 * 60 * 60 * 1000)); setCookie(name, value, expiry, path, domain, secure); if(!getCookie(name)) { alert ("쿠키설정가 허용되지 않은 경우 다른기사가 전송될 수 있습니다. \n\n인터넷옵션에서 쿠키허용을 확인해 주세요."); return false; } eval('try {oMsnMessenger = new ActiveXObject("MSNMessenger.P4QuickLaunch");} catch (e) {oMsnMessenger = null;}'); if(oMsnMessenger != null) oMsnMessenger.LaunchApp(AppID, emailID); } //콘텐트 구매 function fnBuyContent() { var sConboxPageUrl = "https://web.archive.org/web/20120806020440/http://conbox.joinsmsn.com"; window.open(sConboxPageUrl, "conbox", ""); } //pdf보기 function fnViewPdf(totalId, pressdate, pressMyun, pressPan, pressCategory) { var sPdfPageUrl = "https://web.archive.org/web/20120806020440/http://pdf.joinsmsn.com/article/article_view.asp?Total_ID=" + totalId + "&PressDate=" + pressdate + "&PressCategory=" + pressCategory + "&PressMyun=" + pressMyun; window.open(sPdfPageUrl, "pdf", "left=0,top=0,width=735,height=660,scrollbars=1,resizable=1"); } // Elis 모바일 전송 function sendmobile(aid, ctg) { var sMobilePageUrl = "https://web.archive.org/web/20120806020440/http://ec.512.co.kr/web/link.jsp?mcode=10151&nid=" + aid; window.open(sMobilePageUrl, "mobilearticle", "left=0,top=0,width=710,height=690,scrollbars=0,resizable=1"); } } /* FILE ARCHIVED ON 02:04:40 Aug 06, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:50:16 Apr 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.587 exclusion.robots: 0.077 exclusion.robots.policy: 0.067 cdx.remote: 0.056 esindex: 0.008 LoadShardBlock: 172.782 (3) PetaboxLoader3.datanode: 80.984 (4) PetaboxLoader3.resolve: 152.233 (2) load_resource: 78.459 */