// 동적으로 javascript 를 임포트 한다 document.importJavascript = function () { if (!arguments.length) return false; for (i=0; i"); } // Import skyjavascript framework if (typeof(Prototype) == "undefined") document.importJavascript("/_common/_js/prototype.js"); if (typeof(document.getCookie) == "undefined") document.importJavascript("/_common/_js/proto.document.js"); if (typeof(String.prototype.replaceAll) == "undefined") document.importJavascript("/_common/_js/proto.string.js"); if (typeof(setQueryParam) == "undefined") document.importJavascript("/_common/_js/func.browser.js"); if (typeof(Util) == "undefined") document.importJavascript("/_common/_js/class.util.js"); if (typeof(FormValidate) == "undefined") document.importJavascript("/_common/_js/class.validate_form.js"); if (typeof(PageNavigator) == "undefined") document.importJavascript("/_common/_js/class.page_navigator.js"); if (typeof(pageNavTpl) == "undefined") document.importJavascript("/_common/_js/template.page_navigation.js"); if (typeof(digitalsme) == "undefined") document.importJavascript("/_common/_js/proto.domain.js"); if (typeof(displayLogin) == "undefined") document.importJavascript("/_common/_js/login.js"); if (typeof(popup) == "undefined") document.importJavascript("/_common/_js/popup.js"); if (typeof(acecount) == "undefined") document.importJavascript("/_common/_js/acecount_script.js"); /************************************************************************************************** * Do not modify this script code for any purpose. * Copyright (C) 2001-2006 AmazingSoft.com All Rights Reserved. **************************************************************************************************/ if (typeof NU_rl == 'undefined') { // 회원가입URL 추가 if( document.URL.indexOf('_regist_complete.jsp') > 0 ) var NL_jn = 'join'; // Error404 URL 추가 if( document.URL.indexOf('error404.jsp') > 0 || document.URL.indexOf('error_message.jsp') > 0 ) var NL_ERR = 'err' // 내부검색어 추출 추가 if (typeof(digitalsme) == "object" && digitalsme.userId) { // Get javascript session var userid = digitalsme.sess.user.userId; var regno1 = digitalsme.sess.user.regNo1; var regno2 = digitalsme.sess.user.regNo2; if( typeof userid != 'undefined' ) var NL_id = userid ; if( typeof regno1 != 'undefined' && regno1.length == 6 ) var NL_ag = (new Date()).getYear()+1 - (1900+parseInt(regno1.substring(0,2))); if( typeof regno2 != 'undefined' && regno2.length == 7 ) var NL_gd = (regno2.substring(0,1)=='1'||regno2.substring(0,1)=='3')?'man':'woman'; } var NL_st = document.URL; if(NL_st.indexOf('search_result/search.jsp') > 0 && NL_st.indexOf('kwd=') > 0){ NL_st += '&'; NL_skey = NL_st.substring(NL_st.indexOf('kwd=')+4,NL_st.indexOf('&',NL_st.indexOf('kwd=')+4)); } var NU_rl = 'http://'+'weblog.digitalsme.com:8080'; var PCHKIMG = new Image(); var NL_bn = navigator.appName; if(document.URL.substring(0,8) == 'https://') { NU_rl = 'https://weblog.digitalsme.com/sslb1'; } else { if (NL_bn.indexOf("Netscape") > -1 || NL_bn=="Mozilla") setTimeout("PCHKIMG.src = NU_rl+'/?cookie';",1); else PCHKIMG.src = NU_rl+'/?cookie'; } if (typeof(_IX) == "undefined") document.importJavascript("/_common/_js/loginside_mainscript.js"); } /************************************************************************************************** * LogInside(E-Biz) Version 6.0 END **************************************************************************************************/