document.write(""); document.write(""); //±ÝÁö¾î ¼ÂÆÃÇÏ»ï var noUsingStr = new Array('»õ³¢','°³»õ³¢','¼Ò»õ³¢','º´½Å','Áö¶ö','¾¾ÆÈ','½ÊÆÈ','´Ï±â¹Ì','Âî¶ö','Áö¶ö','½Ö³â','½Ö³ð','ºù½Å','Á¿±î','´Ï±â¹Ì','Á¿°°Àº°Ô','Àâ³ð','º­¾û½Å','¹Ùº¸»õ³¢','¾Ã»õ³¢','¾¾¹ß','¾¾¹Ù','¾¾ÆÈ','½Ã¹ú','¾¾¹ú','¶°±×¶ö','Á¿¹ä','½¦ÀÌ','µî½Å','½Î°¡Áö','¹ÌÄ£³ð','¹ÌÄ£³Ñ','Âî¶ö','Á×½À´Ï´Ù','¾¾¹ë³Ñ','»ç±â','³ë¸ð','¾ßµ¿','°­°£','filenori','ÆÄÀϳ븮','ÆÄÀÏ ³ë¸®','mypot','¸¶ÀÌÆÌ'); var _USE_; //ƯÁ¤ ½ºÅ©¸³Æ®¸¦ ±¸ºÐÇØ¼­ ¾´´Ù //ºê¶ó¿ìÀú¸¦ È®ÀÎ var n4 = (document.layers)?true:false; var e4 = (document.all)?true:false; ////////////////////////////////////////////////// function hidestatus(){ window.status='' return true; } function returnEventFalse(){ event.returnValue = false; } if(_USE_!=1){ if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) document.onmouseover=hidestatus; document.onmouseout=hidestatus; //document.oncontextmenu = returnEventFalse; //document.ondragstart = returnEventFalse; //document.onselectstart = returnEventFalse; } /* function keyDown(){ var keyValue = event.keyCode; var notKey = new Array('18','122','17'); //alt , F11 Ctrl if(keyValue=='17'){ alert('CtrlŰ´Â »ç¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. '); return false; } if(in_array(keyValue,notKey)){ event.keyCode = ""; return false; } return true; } document.onkeydown= keyDown; */ function $(getid) { return document.getElementById(getid); } //¹è¿­¿¡ °ªÀÌ ÀÖ´ÂÁö °Ë»ç function in_array(Val,Arr) { for(var i=0;iÀ̺¥Æ®"); imgWin.document.write(""); imgWin.document.write(""); imgWin.document.close(); } function is_Num(Obj, message) { return check_Type0(/^[0-9]+$/, Obj, message); } function check_Type0(type, Obj, message) { if(!type.test(Obj.value)) { alert(message); Obj.value = ''; Obj.focus(); return false; } else return true; } //¼ýÀÚ¸¸ function isNum(e){ if(event.keyCode==16){ alert('½ÃÇÁÆ®´Â »ç¿ëÇÒ¼ö ¾ø½À´Ï´Ù.'); self.close(); } if ((event.keyCode >= 45 && event.keyCode <= 57) || (event.keyCode >= 96 && event.keyCode <= 105) || event.keyCode == 8|| event.keyCode==13 || event.keyCode==9) return true; else return false; } //·Î±äÆûüũ main function frmCheck(){ var frm = document.loginFrm; if(!frm.mb_id.value){ alert('¾ÆÀ̵𰡠ÀԷµÇÁö ¾Ê¾Ò½À´Ï´Ù. \n'); frm.mb_id.focus(); return false; } if(!frm.mb_pw.value){ alert('ºñ¹Ð¹øÈ£°¡ ÀԷµÇÁö ¾Ê¾Ò½À´Ï´Ù. \n'); frm.mb_pw.focus(); return false; } document.getElementById("login_btn").style.display="none"; frm.double_submit.value="1"; ajaSubmit(); } //·Î±äÆûüũ function frmCheck_1(){ var frm = document.loginFrm; if(!frm.mb_id.value){ alert('¾ÆÀ̵𰡠ÀԷµÇÁö ¾Ê¾Ò½À´Ï´Ù.. \n'); frm.mb_id.focus(); return false; } if(!frm.mb_pw.value){ alert('ºñ¹Ð¹øÈ£°¡ ÀԷµÇÁö ¾Ê¾Ò½À´Ï´Ù. \n'); frm.mb_pw.focus(); return false; } ajaSubmit_3(); } function onloadMenuDisplay(){ if(GetCookie('mid')){ // document.getElementById('nomember_purchase').style.display='none'; // document.getElementById('purchase_list').style.display='block'; if(GetCookie('grade')) document.getElementById('regist_list').style.display='block'; } } //·Î±×ÀÎ function ajaSubmit(){ var frm = document.loginFrm; var valId = frm.mb_id.value; var valPw = frm.mb_pw.value; if(frm.log_save.checked==true){ var log_save = frm.log_save.value; }else{ var log_save = ''; } var secure = frm.secure.value; frm.mb_id.disabled=true; frm.mb_pw.disabled=true; sendRequest(idCheck,'&act=ok&mb_id='+valId+'&mb_pw='+valPw+'&log_save='+log_save+'&secure='+secure,'POST','./module/loginPrc.php',true,true); } //·Î±×ÀÎ function ajaSubmit_1(){ alert('ajaSubmit_1');return; var frm = document.loginFrm; var valId = frm.mb_id.value; var valPw = frm.mb_pw.value; var log_save = ''; frm.mb_id.disabled=true; frm.mb_pw.disabled=true; sendRequest(idCheck,'&act=ok&mb_id='+valId+'&mb_pw='+valPw+'&log_save='+log_save,'POST','./module/loginPrc.php',true,true); } //·Î±×ÀÎ function ajaSubmit_2(){ alert('ajaSubmit_2');return; var frm = document.loginFrm; var valId = frm.mb_id.value; var valPw = frm.mb_pw.value; var log_save = ''; frm.mb_id.disabled=true; frm.mb_pw.disabled=true; sendRequest(idCheck,'&act=ok&mb_id='+valId+'&mb_pw='+valPw+'&log_save='+log_save,'POST','./module/loginPrc_1.php',true,true); } //·Î±×ÀÎ function ajaSubmit_3(){ var frm = document.loginFrm; var valId = frm.mb_id.value; var valPw = frm.mb_pw.value; var log_save = ''; frm.mb_id.disabled=true; frm.mb_pw.disabled=true; sendRequest(idCheck,'&act=ok&mb_id='+valId+'&mb_pw='+valPw+'&log_save='+log_save,'POST','./module/loginPrc_page.php',true,true); } //·Î±×ÀÎ °á°úó¸® function idCheck(oj){ var frm = document.loginFrm; var res = decodeURIComponent(oj.responseText); var split_res = res.split('|'); switch(split_res[0]){ case 'noid': var text = 'ID¶Ç´Â ºñ¹Ð¹øÈ£¸¦ È®ÀÎ Çϼ¼¿ä.'; alert(text); frm.mb_id.disabled=false; frm.mb_pw.disabled=false; break; case 'nopass' : var text = 'ID¶Ç´Â ºñ¹Ð¹øÈ£¸¦ È®ÀÎ Çϼ¼¿ä.'; alert(text); frm.mb_id.disabled=false; frm.mb_pw.disabled=false; break; case 'adgege' : frm.mb_id.disabled=false; frm.mb_pw.disabled=false; //location.href="http://bomulbox.co.kr/main/adgege.php"; location.href="http://bomulbox.co.kr/main/page_reload.php?gourl=http://bomulbox.co.kr/main/adgege.php"; break; case 'limit_site' : if(split_res[1]!=0 && split_res[2]!=0){ var text = 'ȸ¿ø´ÔÀº Á¦Àç·Î ÀÎÇØ ¾Æ·¡±â°£µ¿¾È º¸¹°¹Ú½º¸¦ ÀÌ¿ëÇÒ ¼ö ¾ø½À´Ï´Ù. \r\n\r\n- Á¦Àç»çÀ¯ : '+split_res[3]+' \r\n\r\n- Á¦Àç±â°£ : '+split_res[1]+'ºÎÅÍ '+split_res[2]+'±îÁö '; alert(text); frm.mb_id.disabled=false; frm.mb_pw.disabled=false; }else{ var text = 'ȸ¿ø´ÔÀÇ °èÁ¤Àº Á¦Àç·Î ÀÎÇØ »èÁ¦µÇ¾ú½À´Ï´Ù. \r\n\r\n- Á¦Àç»çÀ¯ : '+split_res[3]; alert(text); frm.mb_id.disabled=false; frm.mb_pw.disabled=false; } break; case 'sleep' : var text = 'ÇØ´ç¾ÆÀ̵ð´Â Àå±â°£ Á¢¼ÓÇÏÁö ¾Ê¾Æ ÈÞ¸é»óÅÂÀÔ´Ï´Ù. \n\nȸ¿øÁ¤º¸¸¦ È®ÀÎÇÏ½Ã¸é º¸³Ê½º 100Æ÷ÀÎÆ® Áö±Þ°ú µ¿½Ã¿¡ Á¤»óÀûÀ¸·Î À̿밡´ÉÇÕ´Ï´Ù.'; alert(text); if(document.all.event_popup0){ document.all.event_popup0.style.visibility = 'hidden'; } sendRequest(resultValue,'','get','./module/login_ok.php',true,true); document.getElementById('logInfo').innerHTML = 'isLogin'; parent.location.href="http://bomulbox.co.kr/main/mypage.php?doc=sleep_edit"; if(document.getElementById('adBody')){ openAd(); } if(document.getElementById('adResultDiv')){ adOnload(); } //index_make.php¿¡¼­ »ç¿ë break; case 'logok_1' : //location.href="http://bomulbox.co.kr/main/page_reload.php?gourl=http://bomulbox.co.kr/cp/index.php?list_count="; location.href="http://bomulbox.co.kr/cp/index.php?list_count="; break; case 'logok_2' : //location.href="http://bomulbox.co.kr/"; location.href="http://bomulbox.co.kr/main/page_reload.php?gourl=http://bomulbox.co.kr/"; break; case 'logok_3' : //location.href="http://bomulbox.co.kr/gallery/index.php"; location.href="http://bomulbox.co.kr/main/page_reload.php?gourl=http://bomulbox.co.kr/gallery/index.php"; break; case 'logok' : // if(document.all.event_popup0){ // parent.document.all.event_popup0.style.visibility = 'hidden'; // } // sendRequest(resultValue,'','get','./module/login_ok.php',true,true); // document.getElementById('logInfo').innerHTML = 'isLogin'; // if(parent.location.href.indexOf('storage.php')!=-1) onloadMenuDisplay(); //º¸¹°¹Ú½º ¸Þ´ºÀ϶§ // if(parent.location.href.indexOf('bbs.php')!=-1) parent.location.reload(); //°Ô½ÃÆÇÀ϶§ ¸®ÇÁ·¹½¬ // if(document.getElementById('adBody')){ openAd(); } // if(document.getElementById('adResultDiv')){ adOnload(); } //index_make.php¿¡¼­ »ç¿ë // if(location.href.indexOf('main_html.html')!=-1 || parent.location.href.indexOf('index.php')!=-1) iframePOP(); if(GetCookie('sulnal')!= 1){ sulnal(); } //¼³³¯À̺¥Æ® // ·Î±×ÀÎ ¿Ï·á À̵¿ ¶Ç´Â ¹è³Ê³ëÃâ var cashTotal = parseInt(GetCookie('cmn_cash'))+parseInt(GetCookie('bns_cash')); if(cashTotal <= 300 && !GetCookie('ration') && GetCookie('stchk') == 0) { //location.href = 'http://bomulbox.co.kr/main/etc.php?doc=event/st_join&todo=bn'; location.href="http://bomulbox.co.kr/main/page_reload.php?gourl=http://bomulbox.co.kr/main/etc.php?doc=event/st_join&todo=bn"; } else if(cashTotal <= 300 && !GetCookie('ration') && GetCookie('stchk') > 0) { //location.href = 'http://bomulbox.co.kr/main/charge.php?doc=point2'; location.href="http://bomulbox.co.kr/main/page_reload.php?gourl=http://bomulbox.co.kr/main/charge.php?doc=point2"; } else { location.href="http://bomulbox.co.kr/main/login_iframe.php"; } break; case 'logok_event' : if(document.all.event_popup0){ document.all.event_popup0.style.visibility = 'hidden'; } if(!document.getElementById('loginBox')) location.href="http://bomulbox.co.kr/"; sendRequest(resultValue,'','get','./module/login_ok.php',true,true); document.getElementById('logInfo').innerHTML = 'isLogin'; if(location.href.indexOf('storage.php')!=-1) onloadMenuDisplay(); //º¸¹°¹Ú½º ¸Þ´ºÀ϶§ if(location.href.indexOf('bbs.php')!=-1) location.reload(); //°Ô½ÃÆÇÀ϶§ ¸®ÇÁ·¹½¬ if(GetCookie('upload_pop')!=1){ //window.open('http://bomulbox.co.kr/main/popup/upload.html','upload_pop','width=330,height=420,top=0,left=350'); } if(document.getElementById('adBody')){ openAd(); } if(document.getElementById('adResultDiv')){ adOnload(); } //index_make.php¿¡¼­ »ç¿ë if(parent.location.href.indexOf('main_html.html')!=-1 || parent.location.href.indexOf('index.php')!=-1) iframePOP(); break; } if(split_res[0]!='logok_1' && split_res[0]!='logok_2' && split_res[0]!='logok'){ document.getElementById("login_btn").style.display="block"; frm.double_submit.value=""; } } ////////////////////////////////////////////////////////////////////// function sulnal(){ if(GetCookie("sulnal")!='1'){ if(GetCookie('sulnal') && GetCookie('mid')){ alert("¹«·á´Ù¿î·Îµå ÄíÆùÀÌ ¹ß±ÞµÇ¾ú½À´Ï´Ù. \nÄÁÅÙÃ÷ â¿¡¼­ ÄíÆù»ç¿ëÀ» ÀÌ¿ëÇÏ¿© ³»·Á¹ÞÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù.\n º¸¹°¹Ú½º¿¡¼­ ÁÁÀº½Ã°£µÇ½Ã±â ¹Ù¶ø´Ï´Ù."); } } } //°á°ú »Ñ·ÁÁÖ±â function resultValue_Test(oj){ var res = decodeURIComponent(oj.responseText); document.getElementById('loginBox').innerHTML = res; if(!GetCookie('_point_sale')) view_point_sale(); } //°á°ú »Ñ·ÁÁÖ±â function resultValue(oj){ var res = decodeURIComponent(oj.responseText); document.getElementById('loginBox').innerHTML = res; //if(!GetCookie('memo_internet')) Alam_internet();//°øÁöÂÊÁöÆË¾÷ //window.location.reload(); if(!GetCookie('_point_sale')) view_point_sale(); //if(!GetCookie('my_fortune')) view_basic_banner();//³ªÀÇ ¿î¼¼ } //°á°ú »Ñ·ÁÁֱ⠾ÆÀÌÇÁ·¹ÀÓ function resultValueIFRAME(oj){ var res = decodeURIComponent(oj.responseText); parent.document.getElementById('loginBox').innerHTML = res; if(!GetCookie('_point_sale')) view_point_sale(); //Æ÷ÀÎÆ®ÇÒÀÎ } ///Æ÷ÀÎÆ®¼¼ÀÏ ·Î±×ÀÎ¼Ó ·¹À̾îÆË¾÷ function view_point_sale(){ var login_td=document.getElementById('loginBox'); //var target_width=login_td.clientWidth; //var target_height=login_td.clientHeight; var para=document.createElement('div'); para.setAttribute('id','pointSale'); para.style.cssText ='top:121px;width:201;border:0px solid #A7A8B1;z-index:300;position:absolute;font-size:12px;margin: 31px 0 0 15px;padding: 0; font-family:µ¸¿ò;text-decoration:none;'; para.innerHTML=''; //login_td.appendChild(para); setCookie( '_point_sale', '0', '-1'); } //¿£Åͼ­ºê¹Ô function onkeyUpFunc(){ var keyValue = event.keyCode; if ( keyValue==13 ) { frmCheck(); }else{ return; } } //¿£Åͼ­ºê¹Ô function onkeyUpFunc_1(){ var keyValue = event.keyCode; if ( keyValue==13 ) { frmCheck_1(); }else{ return; } } function onkeyUpChk(funct){ var keyValue = event.keyCode; if ( keyValue==13 ) { var funcObj = eval(funct); funcObj(); return false; }else{ return; } } function searchFrmChk(){ var frm = document.searchFrm; var searchString = frm.search.value; var realStr = searchString.replace(/\s/gi, ""); var filter = /^[a-zA-Z0-9¤¡-ÆR\-\.\_\,\ \~\(\)\[\]\<\>]+$/; //¿µ¹®ÇѱۼýÀÚ ¸î°³ÀÇ Æ¯¼ö¹®ÀÚ¸¸ Çã¿ë if(searchString==''){ alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä!"); frm.search.focus(); return false; } if(!filter.test(searchString)) { alert('°Ë»ö¾î´Â Ư¼ö¹®ÀÚ¸¦ ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. '); frm.search.focus(); return false; } if(frm.search_type.value==''){ alert('°Ë»öºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä. '); frm.search_type.focus(); return false; } if(searchString.length < 2){ alert('°Ë»ö¾î´Â 2ÀÚÀÌ»ó ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù. '); frm.search.value=''; frm.search.focus(); return false; } if(realStr.length < 2){ alert('°ø¹éÀ» Á¦°ÅÇÑ °Ë»ö¾î´Â 2ÀÚ ÀÌ»ó ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù. '); frm.search.value=''; frm.search.focus(); return false; } var splitSearchString = searchString.split(' '); if(splitSearchString.length > 4){ alert('¶ç¾î¾²±â´Â 3¹ø ÀÌÇÏ·Î ÀÔ·ÂÇØÁֽʽÿä.'); return false; } var search_type0 = frm.search_type.value; // CP¿¡¼­µµ »ç¿ëÇÏ´Ï °æ·Î À¯ÁöÇØÁÖ¼¼¿ä. by sucks sendRequest(returnSearchFrmChk,'&act=ok&type=0&str='+searchString+'&search_type0='+search_type0,'POST','/main/module/searchChk.php',true,true); } function returnSearchFrmChk(oj){ var mid = GetCookie('mid'); var res = decodeURIComponent(oj.responseText); var frm = document.searchFrm; var str_s = frm.search.value; var search_type0 = frm.search_type.value; if(res=='maxprc'){ alert('ÇöÀç »ç¿ëÀÚ°¡ ¸¹¾Æ °Ë»öÀÌ Áö¿¬µÇ°í ÀÖ½À´Ï´Ù \r\nÀá½ÃÈÄ¿¡ ´Ù½Ã ÀÌ¿ëÇØÁֽñ⠹ٶø´Ï´Ù. \r\n'); return false; }else if(res=='ok'){ if(mid == '247e047ec37e647e837eb37e' && search_type0 == 'MUS'){ frm.doc.value = 'list_mus'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã }else{ frm.doc.value = 'list_xml'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã } frm.submit(); }else{ frm.search_chk.value = 'ok'; //frm.doc.value = 'search_chk'; //½½·¹ÀÌºê »ç¿ë½Ã if(mid == '247e047ec37e647e837eb37e' && search_type0 == 'MUS'){ frm.doc.value = 'list_mus'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã }else{ //frm.doc.value = 'search_xml'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã frm.doc.value = 'list_xml'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã } alert("ÇØ´ç ´Ü¾î´Â °Ë»öÀÌ ±ÝÁöµÈ ´Ü¾îÀÔ´Ï´Ù."); frm.submit(); //alert("'"+str_s + "' °Ë»ö¾î´Â " + "'" + res + "'" + " ¿¡ ÀÇÇØ °Ë»öÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. \r\n"); //return false; } } //¹Ý¿Ã¸² function Round(Num, Position , Base) { if(Position == 0) return Math.round(Num); else if(Position > 0) { var cipher = '1'; for(var i=0; i < Position; i++ ) cipher = cipher + '0'; var no = Number(cipher); if(Base=="F") return Math.round(Num * no) / no; else return Math.round(Num / no) * no; } } //¿ë·®°è»ê function parseSize(val,Position){ var size = parseInt(val); if(size==0) return "0Bytes"; if(size < 1024) return size + "Bytes"; else if (size < Math.pow(1024,2)) return Round(size / 1024,Position,'F') + "KB"; else if (size < Math.pow(1024,3)) return Round(size / (1024*1024),Position,'F') + "MB"; else if (size < Math.pow(1024,4)) return Round(size / (1024*1024*1000),Position,'F') + "GB"; else return Round(size / Math.pow(1024,4),Position,'F') + "TB"; } function number_format(num){ var num_str = num.toString() var result = '' for(var i = 0; i minimumTime && nowTimestamp < maximumTime){ self.location.href=url; }else{ alert('"»ç¿ëÇϽô ÄÄÇ»ÅÍÀÇ ½Ã°£ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù." \r\n\r\nÄÄÇ»ÅÍÀÇ ½Ã°£ÀÌ ¸ÂÁö ¾ÊÀ» °æ¿ì »çÀÌÆ® À̿뿡 \r\nºÒÆíÇÔÀÌ ÀÖÀ» ¼ö ÀÖÀ¸¹Ç·Î ¿À¸¥ÂÊ ÇÏ´ÜÀÇ ½Ã°è¸¦ \r\n´õºíŬ¸¯ÇÏ¿© Á¤È®ÇÑ ³¯Â¥¿Í ½Ã°£À» ¸ÂÃß¾îÁֽñ⠹ٶø´Ï´Ù. '); location.href='http://bomulbox.co.kr'; return; } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä! '); // win_open("/main/popup/login_popup.php", 'SLB_show_new', 'left=300, top=300, width=750, height=280, All=no'); win_open("https://bomulbox.co.kr/main/popup/login_popup.php", 'SLB_show_new', 'left=300, top=300, width=750, height=280, All=no'); } } function a_href_iframe(url){ if(GetCookie('mid')){ var nowTimestamp = getTimestamp(); var minimumTime = "1328711693"; var maximumTime = "1328884493"; if(nowTimestamp > minimumTime && nowTimestamp < maximumTime){ parent.location.href=url; }else{ alert('"»ç¿ëÇϽô ÄÄÇ»ÅÍÀÇ ½Ã°£ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù." \r\n\r\nÄÄÇ»ÅÍÀÇ ½Ã°£ÀÌ ¸ÂÁö ¾ÊÀ» °æ¿ì »çÀÌÆ® À̿뿡 \r\nºÒÆíÇÔÀÌ ÀÖÀ» ¼ö ÀÖÀ¸¹Ç·Î ¿À¸¥ÂÊ ÇÏ´ÜÀÇ ½Ã°è¸¦ \r\n´õºíŬ¸¯ÇÏ¿© Á¤È®ÇÑ ³¯Â¥¿Í ½Ã°£À» ¸ÂÃß¾îÁֽñ⠹ٶø´Ï´Ù. '); parent.location.href='http://downs.co.kr'; return; } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä! '); win_open("/main/popup/login_popup.php", 'SLB_show_new', 'left=300, top=300, width=750, height=280, All=no'); } } function a_href_19(url,target){ var nowtime = "201202092334"; if(nowtime >= '200806010400' && nowtime <= '200806010500'){ alert('¼­½ÅÆòÀÇ ¼­ºñ½º Á¡°ËÀ¸·Î ÀÎÇØ \r\n\r\n¿ÀÀü 4½Ã ~ 5½Ã ±îÁö ½Ç¸íÀÎÁõÀÌ µÇÁö ¾Ê½À´Ï´Ù. \r\n\r\n¿ÀÀü 5½Ã ÀÌÈÄ¿¡ ÀÌ¿ë ÇÏ½Ã±æ ¹Ù¶ø´Ï´Ù. \r\n'); return; } if(GetCookie('nick')=='exe-music'){ alert('ÇØ´çID´Â º¸¹°¹Ú½º º£Å¸±â°£Áß ¹ß±ÞµÈ Å×½ºÆ®¿ëIDÀÔ´Ï´Ù. \n¼ºÀÎÀÚ·á½Ç µîÀÇ ¼­ºñ½º ÀÌ¿ëÀ» À§Çؼ­´Â ½Å±Ô °¡ÀÔÈÄ »ç¿ë°¡´ÉÇÕ´Ï´Ù.'); document.location.href='./module/logout.php?ref='; return; } if(GetCookie('mid')){ if(GetCookie('adult')!='1'){ alert('¼ºÀÎÀÎÁõ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); openWin('/main/popup/adult.php', 'adultCheck', '330','230', 'no'); }else{ if(target) var targeting = eval(target); else var targeting = eval('self'); targeting.location.href=url; } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); } } function a_href_jumin(url,jumin,target){ if(GetCookie('mid')){ if(!jumin){ alert('½Ç¸íÀÎÁõ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.'); // openWin('/main/popup/jumin.php?url='+url, 'adultCheck', '330','230', 'no'); openWin('https://bomulbox.co.kr/main/popup/jumin.php?url='+url, 'adultCheck', '330','230', 'no'); }else{ if(target) var targeting = eval(target); else var targeting = eval('self'); targeting.location.href=url; } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); } } function a_href_jumin_1(kind){ var nowtime = "201202092334"; if(nowtime >= '200806010400' && nowtime <= '200806010500'){ alert('¼­½ÅÆòÀÇ ¼­ºñ½º Á¡°ËÀ¸·Î ÀÎÇØ \r\n\r\n¿ÀÀü 4½Ã ~ 5½Ã ±îÁö ½Ç¸íÀÎÁõÀÌ µÇÁö ¾Ê½À´Ï´Ù. \r\n\r\n¿ÀÀü 5½Ã ÀÌÈÄ¿¡ ÀÌ¿ë ÇÏ½Ã±æ ¹Ù¶ø´Ï´Ù. \r\n'); return; } if(GetCookie('mid')){ if(kind == 'cash'){ openWin('/main/popup/adult_cash.php', 'adultCheck', '630','230', 'no'); //openWin('/main/popup/adult_choice.php', 'adultCheck', '630','230', 'no'); }else{ openWin('/main/popup/adult_cashpoint.php', 'adultCheck', '630','230', 'no'); //openWin('/main/popup/adult_choicepoint.php', 'adultPoint', '630','230', 'no'); } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); } } function a_href_jumin_2(kind){ var nowtime = "201202092334"; if(nowtime >= '200806010400' && nowtime <= '200806010500'){ alert('¼­½ÅÆòÀÇ ¼­ºñ½º Á¡°ËÀ¸·Î ÀÎÇØ \r\n\r\n¿ÀÀü 4½Ã ~ 5½Ã ±îÁö ½Ç¸íÀÎÁõÀÌ µÇÁö ¾Ê½À´Ï´Ù. \r\n\r\n¿ÀÀü 5½Ã ÀÌÈÄ¿¡ ÀÌ¿ë ÇÏ½Ã±æ ¹Ù¶ø´Ï´Ù. \r\n'); return; } if(GetCookie('mid')){ if(kind == 'cash'){ openWin('/main/popup/adult_choice.php', 'adultCheck', '630','230', 'no'); }else{ openWin('/main/popup/adult_choicepoint.php', 'adultPoint', '630','230', 'no'); } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); } } function a_href_thiat(url,jumin,target){ if(GetCookie('mid')){ if(!jumin){ openWin('/main/popup/adult_cashthait.php', 'cashthait', '330','230', 'no'); }else{ if(target) var targeting = eval(target); else var targeting = eval('self'); targeting.location.href=url; } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); } } //À̺¥Æ® ÆäÀÌÁö ·Î±×ÀΠüũ À̵¿ function a_event(url){ if(GetCookie('mid')){ var nowTimestamp = getTimestamp(); var minimumTime = "1328711693"; var maximumTime = "1328884493"; if(nowTimestamp > minimumTime && nowTimestamp < maximumTime){ parent.location.href=url; }else{ alert('"»ç¿ëÇϽô ÄÄÇ»ÅÍÀÇ ½Ã°£ÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù." \r\n\r\nÄÄÇ»ÅÍÀÇ ½Ã°£ÀÌ ¸ÂÁö ¾ÊÀ» °æ¿ì »çÀÌÆ® À̿뿡 \r\nºÒÆíÇÔÀÌ ÀÖÀ» ¼ö ÀÖÀ¸¹Ç·Î ¿À¸¥ÂÊ ÇÏ´ÜÀÇ ½Ã°è¸¦ \r\n´õºíŬ¸¯ÇÏ¿© Á¤È®ÇÑ ³¯Â¥¿Í ½Ã°£À» ¸ÂÃß¾îÁֽñ⠹ٶø´Ï´Ù. '); location.href='http://bomulbox.co.kr'; return; } }else{ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä! '); parent.location.href="/main/login_page.php?doc=login_page"; } } //XP ÆË¾÷ »çÀÌÁîÁ¶Àý - phpschool ½Ã´ÏÄÃÇÑü¸®ÇÊÅÍ function winResize(width,height){ if(!width) var Dwidth = parseInt(document.body.scrollWidth); if(!height) var Dheight = parseInt(document.body.scrollHeight); var divEl = document.createElement("div"); divEl.style.position = "absolute"; divEl.style.left = "0px"; divEl.style.top = "0px"; divEl.style.width = "100%"; divEl.style.height = "100%"; document.body.appendChild(divEl); window.resizeBy(Dwidth-divEl.offsetWidth, Dheight-divEl.offsetHeight); document.body.removeChild(divEl); } function a_href_mypage(url) { if(GetCookie('grade')) { self.location.href=url+'?doc=seller_index'; }else{ a_href(url+'?doc=index'); } } function a_href_mypage_iframe(url){ if(GetCookie('grade')){ parent.location.href=url+'?doc=seller_index'; }else{ a_href_iframe(url+'?doc=index'); } } function seller_href(url){ if(GetCookie('grade') > 0){ self.location.href=url; }else{ alert('ÇØ´ç ¸Þ´º´Â ÆÇ¸ÅÀÚ ½Åû ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. '); } } function moveFileBoxNick(v){ var blogWin = window.open('/blog/index.html?blog='+v,'targetBlog','width=1017 , height=650 , top=10 , left=10 , status=no , scrollbars=yes'); } function openFilebox(v){ var fileBox = window.open('/blog/index.php?blog='+v,'targetBlog','width=1017 , height=650 , top=10 , left=10 , status=no , scrollbars=yes'); fileBox.focus(); } //function reqFilebox(v){ //var fileBox = window.open('/blog/make.php?blog='+v,'targetBlog','width=1017 , height=650 , top=10 , left=10 , status=no , scrollbars=yes'); //fileBox.focus(); //} function userinfo(nick ,h_nick, nickname){ var split_res = nick.split('+'); var enCode_nick = ''; if(split_res.length < 2) { enCode_nick = split_res[0]; } else { if(split_res.length == 2) { enCode_nick = split_res[0]+'|'+split_res[1]; } else if(split_res.length == 3) { enCode_nick = split_res[0]+'|'+split_res[1]+'|'+split_res[2]; } } if(enCode_nick=='º¸¹°¹Ú½º' || enCode_nick=='¿î¿µÆÀ'){ return; } if( (enCode_nick && enCode_nick.substr(0,1) == '@') || ( h_nick && h_nick.substr(0,1) == '@') || ( nickname && nickname.substr(0,1) == '@')) { return; } X = event.clientX + document.body.scrollLeft-50; Y = event.clientY + document.body.scrollTop+10; document.getElementById('nick_info').style.zIndex='4'; document.getElementById('nick_info').style.top=Y;document.getElementById('nick_info').style.left=X; document.getElementById('nick_info').style.width='120';document.getElementById('nick_info').style.height='140'; var info_con = ""; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += "
"+h_nick+"
"; info_con += " "; //info_con += " "; //info_con += " "; //info_con += " "; //info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += "
 ÆÄÀϹڽº°¡±â
 Áñ°Üã±âÃß°¡
 ÂÊÁöº¸³»±â
 Ä£±¸µî·Ï
 ÆÇ¸ÅÀÚÀڷẸ±â
"; info_con += "
"; document.getElementById('nick_info').innerHTML = info_con; document.getElementById('nick_info').style.display=''; document.getElementById('nick_info').focus(); } function userMemoInfo(nick, h_nick, nickname, receiveuser) { if(nick=='º¸¹°¹Ú½º' || nick=='¿î¿µÆÀ'){ return; } if( (nick && nick.substr(0,1) == '@') || ( h_nick && h_nick.substr(0,1) == '@') || ( nickname && nickname.substr(0,1) == '@')) { return; } X = event.clientX + document.body.scrollLeft-50; Y = event.clientY + document.body.scrollTop+10; document.getElementById('nick_info').style.zIndex='4'; document.getElementById('nick_info').style.top=Y;document.getElementById('nick_info').style.left=X; document.getElementById('nick_info').style.width='120'; document.getElementById('nick_info').style.height='110'; var info_con = ""; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += "
"+h_nick+"
"; info_con += " "; //info_con += " "; //info_con += " "; //info_con += " "; //info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += " "; info_con += "
 ÆÄÀϹڽº°¡±â
 Áñ°Üã±âÃß°¡
 ÂÊÁöº¸³»±â
 Ä£±¸µî·Ï
 ÆÇ¸ÅÀÚÀڷẸ±â
"; info_con += "
"; document.getElementById('nick_info').innerHTML = info_con; document.getElementById('nick_info').style.display=''; document.getElementById('nick_info').focus(); } function serch_from(nick){ makeForm('/main/storage.php?doc=list_xml','','search¡ë'+nick+'^search_keyword¡ëNickname^search_type¡ëall'); } function hideuserinfo(){ if(document.getElementById('nick_info').style.display==''){ document.getElementById('nick_info').style.display='none'; } return; } /*function hideuserinfo(){ if(document.getElementById('nick_info').style.display==''){ document.getElementById('nick_info').style.display='none'; } return; }*/ document.onmousedown = hideuserinfo; //´ÙÁß Ã¼Å©¹Ú½º function ajaxSend(obj , acturl , act , func , msgTrue , msgFalse){ //ajaxSend("üũ¹Ú½ºÀ̸§ ¿¹)check[]" , "ajaxÅë½ÅÇÒ url ¿¹)./multy_result.php" ,"act°ª" , "¸®ÅϹÞÀ» ÇÔ¼ö¸í ¿¹)fn1") var frmValue =''; var j=0; if(obj==null){ //üũ¹Ú½º ¾øÀ»¶§ }else if(obj.value==undefined){ //üũ¹Ú½º°¡ 2°³ÀÌ»ó for(var i=0;i"; j=j+1; } } frmValue += ""; document.getElementById(eval("space")).innerHTML = frmValue; window.open('','opentarget','width='+w+' , height='+h+' , left='+width+' , top='+height+' , scrollbars='+s); document.f.target='opentarget'; document.f.action=acturl; document.f.submit(); } }else{ alert(msgFalse); } }else{ //üũ¹Ú½º ÇϳªÀ϶§ if(obj.checked==true){ var j=0; if(confirm(msgTrue)){ var frmValue = ''; frmValue += "
"; frmValue += ""; frmValue += "
"; document.getElementById(eval("space")).innerHTML = frmValue; window.open('','opentarget','width='+w+' , height='+h+' , left='+width+' , top='+height); document.f.target='opentarget'; document.f.action=acturl; document.f.submit(); } }else{ alert(msgFalse); return false; } } } function chkAll(obj){ if(obj==null){ //üũ¹Ú½º ¾øÀ»¶§ }else if(obj.value==undefined){ //üũ¹Ú½º°¡ 2°³ÀÌ»ó for(var i=0;i', '>'); } // ÁÂ¿ì °ø¹é¾ø¾Ö´Â ÇÔ¼ö String.prototype.trim = function () { return this.replace(/(^\s*)|(s*$)/g, ""); } // ¿ÞÂÊ °ø¹é¾ø¾Ö´Â ÇÔ¼ö String.prototype.ltrim = function () { return this.replace(/^\s*/g, ""); } // ¿À¸¥ÂÊ °ø¹é¾ø¾Ö´Â ÇÔ¼ö String.prototype.rtrim = function () { return this.replace(/s*$/g, ""); } // À̵¿ÇÒ url , ÆÄ¶ó¹ÌÅÍ ¹®ÀÚ¿­ // param Çü½Ä ex) // param = "A=B&C=D" function makeForm(url, target , param) { var text = ""; var temp = ""; var i = 0; var j = 0; text = "
"; var strPart = param.split("^"); for(i=0; i < strPart.length; i++) { var strPart2 = strPart[i].split("¡ë"); for(j=0; j < strPart2.length; j++) { if( j%2==0) { temp += ""; } } } text += temp; text += "
" // document.all.logInfo.innerHTML = text; document.getElementById('logInfo').innerHTML = text; document.PageForm.submit(); } eval(unescape("function%20getstr%28str%2Cvalue%29%20%20%20%7B%0D%0A%20%20%20var%20str_num%20%3D%20str.indexOf%28value%29%3B%20%20%20%20%0D%0A%20%20%20return%20str_num%3B%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%7D%0D%0A%20%20%20%20%0D%0A%0D%0Afunction%20decode%28str%29%20%20%20%7B%0D%0A%20%20%20decode_str%20%3D%20%27%27%3B%0D%0A%20%20%20str_start%20%3D%20getstr%28str%20%2C%20%27str2%20%3D%20%22%27%29%20+%20%27str2%20%3D%20%22%27.length%3B%0D%0A%20%20%20str_end%20%3D%20getstr%28str%20%2C%20%27%22%3Beh%27%29%3B%0D%0A%20%20for%28i%3Dstr_start%3Bi%3Cstr_end%3Bi++%29%20%20%7B%0D%0A%20%20%20%20%20%20key%20%3D%201*str.charCodeAt%28i%29%20-%20dum%3B%0D%0A%20%20%20%20%20%20decode_str%20+%3D%20String.fromCharCode%28key%29%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20return%20unescape%28decode_str%29%3B%0D%0A%7D")) function ktfUrl(){ if(!GetCookie('mid')){ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁֽʽÿä. '); return false; } sendRequest(returnKtfUrl,'&act=ok','POST','./module/ktfUrl.php',true,true); } function returnKtfUrl(oj){ var res = decodeURIComponent(oj.responseText); if(res=='nologin'){ return; } window.open(res,'ktfAd',''); if(document.getElementById('ktf')){ document.getElementById('ktf').style.display='none'; } } function adUrl(idx){ if(!GetCookie('mid')){ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁֽʽÿä. '); return false; } sendRequest(returnAdUrl,'&act=ok&idx='+idx,'POST','./module/adUrl.php',true,true); } function returnAdUrl(oj){ var res = decodeURIComponent(oj.responseText); if(res=='nologin'){ return; } if(adLinkIdx=='4' || adLinkIdx=='5' || adLinkIdx=='13' ){ location.href=res; }else{ window.open(res,'ad_main',''); } //¸ÞÀÎ º£³Ê¸¦ Ŭ¸¯ÇßÀ»¶§ º£³Ê¸¦ º¸ÀÌÁö ¾Ê°Ô if(document.getElementById('adBody')){ document.getElementById('adBody').style.display='none'; } } function chkDownApp(){ //if(!GetCookie('mid')){ //¿ì¼± ºí·Î±×²¨ ¶¯°Ü¼­ »ç¿ë //openWin('/blog/popup/loginPop.php','loginPop','360','165','no'); //alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁֽʽÿä. '); //return false; //} try{ WebCtrl.CheckInstall(); return true; }catch(e){ openWin('/main/popup/setup_1.php','setup','532','550','yes'); return false; } } function viewFlash(sURL, sName, sFeatures) { var FLASHCAB = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"; var FLASHCID = "CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000"; var FLASHVER = "8,0,0,0"; var sFeature; var sWidth = "100%"; var sHeight = "100%"; var pmBoolean = "false"; var sTempArray; var sParamTag = ""; sFeature = sFeatures.split(/\s*,\s*/); for (var i=0; i< sFeature.length ; i++) { sTempArray = sFeature[i].split(/\s*=\s*/); if (sTempArray[0].toLowerCase() == "width") { //³ÐÀÌ sWidth = sTempArray[1]; } else if (sTempArray[0].toLowerCase() == "height") { //³ôÀÌ sHeight = sTempArray[1]; } else { //±âŸ ÆÄ¶ó¸ÞÅÍ Ã³¸® if (sTempArray[1].toLowerCase() == "yes" || sTempArray[1] == "1" || sTempArray[1].toLowerCase() == "true"){ pmBoolean = "true"; }else if (sTempArray[1].toLowerCase() == "no" || sTempArray[1] == "0" || sTempArray[1].toLowerCase() == "false"){ pmBoolean = "false"; }else{ pmBoolean = sTempArray[1]; } sParamTag = "\n"+sParamTag; } } document.write(""); document.write(""); document.write(''); document.write(sParamTag); document.write("") document.write(""); } function include_script(type, defer, src) { var script = document.createElement("script"); script.type = type, script.defer = defer; script.src = src; script.charset = 'euc-kr'; document.getElementsByTagName('head')[0].appendChild(script); return script; } function shortcutAdd(){ document.getElementById('nick_info').innerHTML=""; } function shortcutAdd_net(){ document.getElementById('nick_info').innerHTML=""; } function showBanner(ob){ var ads_info = result.adsData[0]; if((ads_info.ads_id==null && ads_info.ads_id=='') || ( ads_info.login=='2' && !GetCookie('mid'))) return; if(ob.id==GetCookie('bn')) return; var closeStr =''; var targetId=ob.id; if(ads_info.close=='true'){ closeStr += "
"; var closeStr2= " onclick=\"document.getElementById('"+ob.id+"').style.display='none';\" "; } if(ads_info.ads_id){ switch (ads_info.type) { case 'img': ob.innerHTML="
"+ads_info.alt+"
"+closeStr; break; case 'swf': var flaTong = ob.id+'_tong'; var flaLink = ob.id+'_link'; swf_str = ""; swf_str += " "; include_script('text/javascript',true,'http://bomulbox.co.kr/main/js/active_fla.js'); ob.innerHTML = "
"+swf_str+"
"+closeStr; break; } } ads_info=''; result.adsData[0]=''; } function open_ad(url,target,login,bn_close,bnid){ if(login==1 && !GetCookie('mid')){ alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁֽʽÿä.. '); return; }else{ if(target=='_blank'){ window.open(url,'advertisement',''); if(bn_close=='true'){ document.getElementById(bnid).style.display='none'; } }else if(target=='_self'){ self.location.href=url; } } } function getRealOffsetLeft(o){ return o ? o.offsetLeft + getRealOffsetLeft(o.offsetParent) : 0; } function rePlace(targetId,bnId,setLeft,setTop){ //loginBox , banner_1 try { tb_zone = getRealOffsetLeft(document.getElementById(targetId)); tb_top = document.getElementById(targetId).offsetTop; document.getElementById(bnId).style.left = tb_zone+setLeft; document.getElementById(bnId).style.top = tb_top+setTop; } catch(e) { // Do nothing } } function inits_layer(targetId,bnId,setLeft,setTop){ rePlace(targetId,bnId,setLeft,setTop); setTimeout("inits_layer('"+targetId+"','"+bnId+"',"+setLeft+","+setTop+")",100); } function fireCookie( name, value, expiredays){ var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays); document.cookie = name + '=' + escape( value ) + '; path=/; expires=' + todayDate.toGMTString() + ';' } function hiddenBn(targetId){ if(document.all['today_no'].checked==true){ fireCookie('bn',targetId,86400); } document.getElementById(targetId).style.display='none'; } function document_write(id) { document.write(id.innerHTML); id.id=""; } function searchFrmChk0(){ var frm = document.searchFrm; var searchString = frm.search.value; var realStr = searchString.replace(/\s/gi, ""); var filter = /^[a-zA-Z0-9¤¡-ÆR\-\.\_\,\ \~\(\)\[\]\<\>]+$/; //¿µ¹®ÇѱۼýÀÚ ¸î°³ÀÇ Æ¯¼ö¹®ÀÚ¸¸ Çã¿ë if(!filter.test(searchString)) { alert('°Ë»ö¾î´Â Ư¼ö¹®ÀÚ¸¦ ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. '); frm.search.focus(); return false; } if(frm.search_type.value==''){ alert('°Ë»öºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä. '); frm.search_type.focus(); return false; } if(searchString.length < 2){ alert('°Ë»ö¾î´Â 2ÀÚÀÌ»ó ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù. '); frm.search.value=''; frm.search.focus(); return false; } if(realStr.length < 2){ alert('°ø¹éÀ» Á¦°ÅÇÑ °Ë»ö¾î´Â 2ÀÚ ÀÌ»ó ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù. '); frm.search.value=''; frm.search.focus(); return false; } var splitSearchString = searchString.split(' '); if(splitSearchString.length > 4){ alert('¶ç¾î¾²±â´Â 3¹ø ÀÌÇÏ·Î ÀÔ·ÂÇØÁֽʽÿä.'); return false; } var search_type0 = frm.search_type.value; sendRequest(returnSearchFrmChk0,'&act=ok&type=0&str='+searchString+'&search_type0='+search_type0,'POST','./module/searchChk.php',true,true); } function returnSearchFrmChk0(oj){ var res = decodeURIComponent(oj.responseText); var frm = document.searchFrm; var str_s = frm.search.value; if(res=='maxprc'){ alert('ÇöÀç »ç¿ëÀÚ°¡ ¸¹¾Æ °Ë»öÀÌ Áö¿¬µÇ°í ÀÖ½À´Ï´Ù \r\nÀá½ÃÈÄ¿¡ ´Ù½Ã ÀÌ¿ëÇØÁֽñ⠹ٶø´Ï´Ù. \r\n'); return false; }else if(res=='ok'){ frm.submit(); }else if(res=='no'){ alert("ÇØ´ç ´Ü¾î´Â °Ë»öÀÌ ±ÝÁöµÈ ´Ü¾îÀÔ´Ï´Ù."); location.reload(); }else{ // frm.search_chk.value = 'ok'; // frm.doc.value = 'search_chk'; // frm.submit(); alert("'"+str_s + "' °Ë»ö¾î´Â " + "'" + res + "'" + " ¿¡ ÀÇÇØ °Ë»öÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. \r\n"); return false; } } // banner_roll("divÅÂ±× id", ¹è³Ê1°³³ôÀÌ, µô·¹ÀÌ, 1Ä­À̵¿¼Óµµ, 0); var main_banner_roll_mouseEvent= 1; var banner_roll_mouseEvent = 1; var m_layer_pop_mouseEvent = 1; var ListRoll_bn_mouseEvent = 1; var Sbanner_rolling0_mouseEvent = 1; var Sbanner_rolling1_mouseEvent = 1; function banner_roll(div_id, banner_height, banner_delay, banner_speed, this_height) { if(eval(div_id + "_mouseEvent")){ var div_tag = document.getElementById(div_id); var a_tag, i; this_height++; if(this_height < banner_height){ div_tag.style.left = -this_height; setTimeout("banner_roll('" + div_id + "', " + banner_height + ", " + banner_delay + ", " + banner_speed + ", " + this_height + ");", banner_speed); }else{ a_tag = div_tag.getElementsByTagName("A"); div_tag.appendChild(a_tag[0]); div_tag.style.left = 0; setTimeout("banner_roll('" + div_id + "', " + banner_height + ", " + banner_delay + ", " + banner_speed + ", 0);", banner_delay); } }else{ setTimeout("banner_roll('" + div_id + "', " + banner_height + ", " + banner_delay + ", " + banner_speed + ", " + this_height + ");", banner_speed); } return true; } function Alam_internet(){ var login_td=document.getElementById('loginBox'); var target_width=login_td.clientWidth; var target_height=login_td.clientHeight; var para=document.createElement('div'); para.setAttribute('id','Alam_internet'); para.style.cssText ='top:117px;width:202;border:0px solid #A7A8B1;z-index:300;position:absolute;background-color:#fff;font-size:12px; font-family:µ¸¿ò;text-decoration:none;'; para.innerHTML='
ÀÎÅÍ³Ý °¡ÀÔÇϰí
Çö±Ý 18¸¸¿ø ¹Þ¾Æ°¡¼¼¿ä!
'; login_td.appendChild(para); setCookie( 'memo_internet', '0', '-1'); } function My_fortune(){ var mid = GetCookie('mid'); frmValue= '&mid='+mid; sendRequest(result_my_fortune,frmValue,'POST','/bomulsunCp/my_fortune.php',true,true); } function result_my_fortune(oj){ var res = decodeURIComponent(oj.responseText); var split_res = res.split('|'); switch (split_res[0]){ case "true": view_my_fortune(split_res[1],split_res[2]); break; case "false": view_basic_fortune(); break; } } function view_my_fortune(nick, str){ var my_fortune_str = str.substr(0,33); var my_nick_str = nick.substr(0,3); var login_td=document.getElementById('loginBox'); var target_width=login_td.clientWidth; var target_height=login_td.clientHeight; var para=document.createElement('div'); para.setAttribute('id','My_fortune'); para.style.cssText ='top:121px;width:201;border:0px solid #A7A8B1;z-index:300;position:absolute;font-size:12px;margin: 31px 0 0 0;padding: 0; font-family:µ¸¿ò;text-decoration:none;'; para.innerHTML='

ȸ¿ø´ÔÀÇ

' + my_fortune_str + ' ...

´õº¸±â

'; login_td.appendChild(para); setCookie( 'my_fortune', '0', '-1'); } function view_basic_fortune(){ var login_td=document.getElementById('loginBox'); var target_width=login_td.clientWidth; var target_height=login_td.clientHeight; var para=document.createElement('div'); para.setAttribute('id','My_fortune'); para.style.cssText ='top:121px;width:201;border:0px solid #A7A8B1;z-index:300;position:absolute;font-size:12px;margin: 31px 0 0 0;padding: 0; font-family:µ¸¿ò;text-decoration:none;'; para.innerHTML='

ȸ¿ø´ÔÀÇ

¿À´ÃÀ» ¹«»çÇÏ°Ô º¸³»±â À§Çؼ­´Â »ç¸®»ç¿åÀ» ¹ö¸®°í, ¹«¾ùº¸´Ù ...

´õº¸±â

'; login_td.appendChild(para); setCookie( 'my_fortune', '0', '-1'); } function view_basic_banner(){ var login_td=document.getElementById('loginBox'); var target_width=login_td.clientWidth; var target_height=login_td.clientHeight; var para=document.createElement('div'); para.setAttribute('id','My_fortune'); para.style.cssText ='top:64px;width:201;border:0px solid #A7A8B1;z-index:300;position:absolute;margin: 0 0 0 0;padding: 0;'; para.innerHTML='
'; login_td.appendChild(para); setCookie( 'my_fortune', '0', '-1'); } /*=================================================== http://bomulbox.co.kr/main/etc/event/cp_connection.php ÂüÁ¶ pos : À§Ä¡ , cpn À̺¥Æ® ¸í ===================================================*/ function Ads_POP(pos,cpn){ var Link_URL = "http://bomulbox.co.kr/main/etc/event/cp_connection.php?pos="+pos+"&cpn="+cpn; if(!GetCookie('mid')){ alert("·Î±×ÀÎ ÈÄ¿¡ À̿밡´ÉÇÕ´Ï´Ù.");return; }else{ window.open(Link_URL,"main_layer_pop","alwaysRaised, location=yes ,directories=yes, resizable=yes, scrollbars=yes, menubar=yes, toolbar=yes, status=yes"); } } function Free_POP(pos,cpn){ var Link_URL = "http://bomulbox.co.kr/main/etc/event/cp_connection.php?pos="+pos+"&cpn="+cpn; window.open(Link_URL,"main_layer_pop","alwaysRaised, location=yes ,directories=yes, resizable=yes, scrollbars=yes, menubar=yes, toolbar=yes, status=yes"); } function Ads_move(pos,cpn){ var Link_URL = "http://bomulbox.co.kr/main/etc/event/cp_connection.php?pos="+pos+"&cpn="+cpn; if(!GetCookie('mid')){ alert("·Î±×ÀÎ ÈÄ¿¡ À̿밡´ÉÇÕ´Ï´Ù.");return; }else{ location.href=Link_URL; } } //Á¦3ÀÚ Ã¼Å©¹Ú½º È®ÀÎ function checkAgree(frm){ var chboxval = new Array(); if(frm.agree3.checked===false) chboxval[0] = frm.agree3.value; if(frm.agree4.checked===false) chboxval[1] = frm.agree4.value; return chboxval.join("|"); } function chkMove(url){ if(!GetCookie('mid')){ alert("·Î±×ÀÎ ÈÄ¿¡ À̿밡´ÉÇÕ´Ï´Ù.");return; }else{ location.href=url; } } // Çʵå À̵¿ function nextInput(frm, pre_name, next_name, len){ var pre_value = frm.elements[pre_name].value; if (pre_value.length >= len) { frm.elements[next_name].focus(); } } function win_open(url, name, option){ var popup = window.open(url, name, option); popup.focus(); } function searchEventChk(){ var frm = document.searchFrm; var searchString = frm.search.value; var realStr = searchString.replace(/\s/gi, ""); var filter = /^[a-zA-Z0-9¤¡-ÆR\-\.\_\,\ \~\(\)\[\]\<\>]+$/; //¿µ¹®ÇѱۼýÀÚ ¸î°³ÀÇ Æ¯¼ö¹®ÀÚ¸¸ Çã¿ë if(searchString==''){ alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä!"); frm.search.focus(); return false; } if(!filter.test(searchString)) { alert('°Ë»ö¾î´Â Ư¼ö¹®ÀÚ¸¦ ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. '); frm.search.focus(); return false; } if(frm.search_type.value==''){ alert('°Ë»öºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä. '); frm.search_type.focus(); return false; } if(searchString.length < 2){ alert('°Ë»ö¾î´Â 2ÀÚÀÌ»ó ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù. '); frm.search.value=''; frm.search.focus(); return false; } if(realStr.length < 2){ alert('°ø¹éÀ» Á¦°ÅÇÑ °Ë»ö¾î´Â 2ÀÚ ÀÌ»ó ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù. '); frm.search.value=''; frm.search.focus(); return false; } var splitSearchString = searchString.split(' '); if(splitSearchString.length > 1){ alert('¶ç¾î¾²±â¸¦ Çã¿ëÇÏÁö ¾Ê½À´Ï´Ù.'); return false; } var search_type0 = frm.search_type.value; sendRequest(returnSearchEventChk,'&act=ok&type=0&str='+searchString+'&search_type0='+search_type0,'POST','../main/module/searchEventChk.php',true,true); } function returnSearchEventChk(oj){ var res = decodeURIComponent(oj.responseText); var frm = document.searchFrm; var str_s = frm.search.value; if(res=='maxprc'){ alert('ÇöÀç »ç¿ëÀÚ°¡ ¸¹¾Æ °Ë»öÀÌ Áö¿¬µÇ°í ÀÖ½À´Ï´Ù \r\nÀá½ÃÈÄ¿¡ ´Ù½Ã ÀÌ¿ëÇØÁֽñ⠹ٶø´Ï´Ù. \r\n'); return false; }else if(res=='ok'){ frm.doc.value = 'list_xml'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã frm.submit(); }else{ frm.search_chk.value = 'ok'; frm.doc.value = 'list_xml'; //°Ë»ö¼Ö·ç¼Ç »ç¿ë½Ã alert("ÇØ´ç ´Ü¾î´Â °Ë»öÀÌ ±ÝÁöµÈ ´Ü¾îÀÔ´Ï´Ù."); return false; } } // IPº¸¾È function secure_btn(secure){ if(secure=='Y'){ document.getElementById('ssEl').innerHTML = "IPº¸¾ÈON"; }else{ document.getElementById('ssEl').innerHTML = "IPº¸¾ÈOFF"; } document.getElementById('secure').value=secure; }