/* GNB ±â´É ±¸ÇöÀ» À§ÇÑ function.*/ function uiGnbSet(){ if(!(document.compatMode && document.compatMode=="BackCompat")){ if ( document.getElementById('GNB') != null ) { document.getElementById('GNB').className = "gnb_dtd"; } } if ( document.getElementById('GNB_bx') != null ) { document.getElementById('GNB_bx').style.minWidth = document.getElementById('GNB').clientWidth + "px"; } } function uiGnbMnuOn(no){ for(var i=1;i<3;i++){ document.getElementById('GNB_mn0'+i).getElementsByTagName('a')[0].className = "gnb_m"; document.getElementById('GNB_mn0'+i).getElementsByTagName('div')[0].style.display = "none"; } document.getElementById('GNB_mn0'+no).getElementsByTagName('a')[0].className = "gnb_m on"; document.getElementById('GNB_mn0'+no).getElementsByTagName('div')[0].style.display = "block"; } function uiGnbMnuOff(no){ document.getElementById('GNB_mn0'+no).getElementsByTagName('a')[0].className = "gnb_m"; document.getElementById('GNB_mn0'+no).getElementsByTagName('div')[0].style.display = "none"; } var u_gnb_gameschban_tog = 1; function uiGnbGameSchBan() { if(u_gnb_gameschban == 1) { if(u_gnb_gameschban_tog == 1) { u_gnb_gameschban_tog = 0; document.getElementById('GNB_game_ban').style.display = "none"; document.getElementById('GNB_game_sch').getElementsByTagName('input')[0].focus(); } else { u_gnb_gameschban_tog = 1; document.getElementById('GNB_game_ban').style.display = "block"; } }else { try { if(u_gnb_gameschban_tog == 1) { document.getElementById('GNB_game_ban').style.display = "none"; } } catch ( e ) {} } }/* Netmarble Cookie */ NetmarbleCookie = { GetValue : function ( name ) { var nameOfCookie = name + "="; var x = 0; while ( x <= document.cookie.length ) { var y = (x+nameOfCookie.length); if ( document.cookie.substring( x, y ) == nameOfCookie ) { if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) endOfCookie = document.cookie.length; return unescape( document.cookie.substring( y, endOfCookie ) ); } x = document.cookie.indexOf( " ", x ) + 1; if ( x == 0 ) break; } return ""; }, GetSubValue : function ( realName, realValue ) { var strCookie = this.GetValue(realName, false); if(strCookie == "") return ""; var nPos = strCookie.indexOf(realValue+":"); var nLen = realValue.length + 1; var strTempName, strTempCookie; if(nPos != -1) { strTempName = strCookie.substring(nPos, nLen); strTempCookie = strCookie.substring(nPos+nLen, strCookie.length); nPos = strTempCookie.indexOf("|"); return unescape(strTempCookie.substring(0, nPos)); } else return ""; }, SetSubValue : function( name, subName, value ) { var todayDate = new Date(); todayDate.setHours(8); todayDate.setMinutes(59); todayDate.setSeconds(59); todayDate.setDate( todayDate.getDate() + 1 ); this.SetSubValueByExpireDate( name, subName, value, todayDate ); }, SetSubValueByExpireDate : function( name, subName, value, expire_date ) { if(name == '' || name == null) return; var strCookie = this.GetValue(name); var nPos = strCookie.indexOf(subName+":"); var nLen = subName.length + 1; var strTemp1, strTemp2; if(value == '' || value == null) { strTemp1 = strCookie.substring(0, nPos); strTemp2 = strCookie.substring(nPos+nLen, strCookie.length); nPos = strTemp2.indexOf("|") + 1; strTemp2 = strTemp2.substring(nPos, strCookie.length); strCookie = strTemp1 + strTemp2; } else { if(nPos != -1) { strTemp1 = strCookie.substring(0, nPos+nLen); strTemp2 = strCookie.substring(nPos+nLen, strCookie.length); nPos = strTemp2.indexOf("|"); strTemp2 = strTemp2.substring(nPos, strCookie.length); strCookie = strTemp1 + escape(escape(value)) +strTemp2; } else strCookie = strCookie + subName + ":" + escape(escape(value)) + "|"; } document.cookie = name+ "=" + strCookie + "; path=/; expires=" + expire_date.toGMTString() + "; domain=.netmarble.net"; }, SetValue : function( name, value ) { var todayDate = new Date(); todayDate.setHours(8); todayDate.setMinutes(59); todayDate.setSeconds(59); todayDate.setDate( todayDate.getDate() + 1 ); this.SetSubValueByExpireDate( name, '', value, todayDate ); }, SetValueByExpireDate : function ( name, expire_date ) { this.SetSubValue( name, '', 'y', expire_date ); } } /* rd È£Ãâ ±â´É ¼³Á¤ º¯¼ö */ var __NRD_ID = '__NRD_ID'; var __CRD_ID = '__CRD_ID'; var __CRD_ENABLED__ = true; var __NRD_ENABLED__ = true; /* ³Ý¸¶ºí GNB */ var NetmarbleGNB = { RdCode : function ( ) { return { "BI" :"201304110065", "EventBI" :"", "Tving" :"201304110068", "Movie" :"201304110069", "Comix" :"201304110070", "Cash" :"201304110071", "CC" :"201304110072", "Logout" :"201304110074", "Login" :"201304110073", "SmartGame" :"201304110067 ", "WebGame" :"201304110066", "MyGameButton" :"201304110077", "CBTButton" :"201304110076", "OBTButton" :"201304110075" }; }, Init : function() { /* ¼­ºê µµ¸ÞÀÎÀ¸·Î »çÀÌÆ® ÄÚµå º¸Á¤ (Nate)*/ if( window.location.host == 'nate.netmarble.net') { NetmarbleGNB.SiteCode = '30'; } else { NetmarbleGNB.SiteCode = '-1'; } NetmarbleGNB.ServiceCode = 'error'; NetmarbleGNB.Type = ''; NetmarbleGNB.IsLogin = false; NetmarbleGNB.UserID = ''; NetmarbleGNB.Width = '980'; NetmarbleGNB.Align = 'center'; NetmarbleGNB.HubSiteCode = ''; /* CSS */ var gnb_css = document.createElement( 'link' ); gnb_css.setAttribute( 'rel','stylesheet' ); gnb_css.setAttribute( 'type','text/css' ); gnb_css.setAttribute( 'href','http://c2.img.netmarble.kr/web/netmarble/gnb/v/css/gnb_v2.css' ); (document.getElementsByTagName('head')[0]).appendChild( gnb_css ); if ( NetmarbleGNB.Type == 'pop' ) { // none... } else { var div_GNB_bx = document.createElement( 'div' ); div_GNB_bx.setAttribute( 'id', 'GNB_bx' ); if ( NetmarbleGNB.Align == 'left' ) { div_GNB_bx.className = 'gnbAlignLeft'; } if ( document.body == null ) { document.lastChild.appendChild( div_GNB_bx ); } else { document.body.insertBefore(div_GNB_bx, document.body.firstChild); } } return true; }, /* ÀÎÁõ °øÅë Lib */ LoadSignJs : function() { var auth_js = document.createElement( 'script' ); auth_js.setAttribute( 'type','text/javascript' ); auth_js.setAttribute( 'src','http://sign.netmarble.net/getBeacon' ); (document.getElementsByTagName('head')[0]).appendChild( auth_js ); }, /* gnb ³ëÃâ ½ÃÀÛ */ Show : function() { this.Layout(); /* gnb Layout */ this.LoadData(); /* Àüü°ÔÀÓ, ½º¸¶Æ®Æù°ÔÀÓ, ¹è³Ê µî ·Îµå */ this.LoadSignJs(); /* ÀÎÁõ js */ // ¹Ù·Î°¡±â °Ë»ö if ( NetmarbleGNB.Type == 'event' || NetmarbleGNB.Type == 'pop' || NetmarbleGNB.Type == 'simple' ) { // À̺¥Æ®Çü, ÆË¾÷Çü, ½ÉÇÃÇüÀº ³ëÃâX } else { gnbGameSearch = new NetmarbleGnbSearch(); gnbGameSearch.setObj('gnbGameSearch','txtNetmarbleGameSearch', '', 'ifrNetmarbleGameSearch'); gnbGameSearch.setResultFunction( 'NetmarbleGNB.ShowGameSearchResult' ); gnbGameSearch.setData(arrNetmarbleGame); gnbGameSearch.setErrData(''); gnbGameSearch.setErrKey(''); if ( strSchPromotionUrl != null && strSchPromotionUrl != '' ) { gnbGameSearch.setGoUrl(strSchPromotionUrl); } } try { uiGnbGameSet('bo'); } catch (e) {}; try { uiGnbGameSet('web');} catch (e) {}; try { uiGnbGameSchBan() } catch (e) {}; uiGnbSet(); return true; }, /* GNB ·¹À̾ƿô */ Layout : function() { if ( NetmarbleGNB.Type == 'pop') { // none } else { var htmlLayout = ''; htmlLayout= '
' + '
' + this.Logo() + ( NetmarbleGNB.Type == 'hub' ? '
' : '' ) + /* Çãºê»çÀÌÆ® °ÔÀÓ ¸Þ´º */ '
' + '
'; if ( NetmarbleGNB.Type == 'event' ) { /* ³ëÃâ³»¿ë ¾øÀ½ */ } else if ( NetmarbleGNB.Type == 'simple' ) { htmlLayout += ''; } else { htmlLayout += ''; } htmlLayout += this.LoginButton() + '
' + /* [GNB À̹ÌÁö ¹è³Ê] : ½ÉÇÃÇü,À̺¥Æ®Çü,ÇãºêÇüÀÇ °æ¿ì ³ëÃâÇÏÁö ¾ÊÀ½. */ (( NetmarbleGNB.Type == 'simple' || NetmarbleGNB.Type == 'event' ) ? '' : '
' ); /* End of [GNB À̹ÌÁö ¹è³Ê] */ '
'; var objGNB_bx = document.getElementById('GNB_bx') if ( objGNB_bx == null ) { objGNB_bx = document.createElement('GNB_bx'); objGNB_bx.setAttribute('id','GNB_bx'); if ( document.body == null ) { document.lastChild.appendChild( objGNB_bx ); } else { document.body.insertBefore( objGNB_bx, document.body.firstChild ); } } objGNB_bx.innerHTML = (htmlLayout + this.RD() ); /* º» »çÀÌÆ® ¹Ù·Î°¡±â */ var goBody = document.createElement('a'); goBody.href = '#sub_contents'; goBody.className = 'gnb_hide'; goBody.setAttribute('alt','º» »çÀÌÆ® ¹Ù·Î°¡±â'); document.body.insertBefore( goBody, document.body.firstChild ); } /* PV */ document.body.insertBefore( this.PV(), document.body.firstChild ); /* Creteo */ if ( NetmarbleGNB.Type == '' ) { var creteo_id = 8448; if ( creteo_id != null && creteo_id != 0 ) { document.body.insertBefore( this.Creteo( creteo_id ), document.body.firstChild ); } } } , LoadData : function () { var Now = new Date('2014', '9','21','4','53','20' ); var WebGameList = { "layout_display_type":"round", /* 2´ÜÀ¸·Î ³ëÃâµÇ´Â À帣 : ceil, round, floor */ "adult": [ { "id":"22", "name":"½Å±Ô", "css":"new", "layout":"1", "hidden_layout":"false", "game": [ { "id":"po", "name":"ÆÄÀÌ·¯Ã÷:
Æ®·¹ÀúÇåÅÍ", "desc":"À帣ÆÄ±«! ¾×¼Ç ÀÚÀ¯!", "url":"http://pirates.netmarble.net/", "target":"_top", "rdcode":"201405260169", "icon":"H" } , { "id":"houndsr", "name":"ÇÏ¿îÁî:¸®·Îµå", "desc":"RPS, »õ·Î¿î À帣ÀÇ ½ÃÀÛ!", "url":"http://hounds.netmarble.net/", "target":"_top", "rdcode":"201407170078", "icon":"H" } , { "id":"mystic", "name":"¹Ì½ºÆ½ÆÄÀÌÅÍ", "desc":"Go Real ACTION! ¹Ì½ºÆ½ÆÄÀÌÅÍ!", "url":"http://mystic.netmarble.net/", "target":"_top", "rdcode":"201405260172", "icon":"N" } , { "id":"bf", "name":"ºê¸¯Æ÷½º", "desc":"¸¸µé°í, ½Î¿ì´Â »ó»ó·Â ¹èƲ!", "url":"http://bf.netmarble.net/", "target":"_top", "rdcode":"201405260209", "icon":"N" } , { "id":"eloa", "name":"¿¤·Î¾Æ", "desc":"2014³â È­·ÁÇÏ°í °­·ÂÇÑ Ã¹¹øÂ°, ¿¤·Î¾Æ", "url":"http://eloa.netmarble.net", "target":"_top", "rdcode":"201405260215", "icon":"N" } ], "sub": { } } , { "id":"1", "name":"RPG", "css":"rpg", "layout":"1", "hidden_layout":"false", "game": [ { "id":"monarch", "name":"¸ð³ªÅ©", "desc":"ÃÖÃÊÀÇ ºÎ´ëÀüÅõ! MMORPG ¸ð³ªÅ©!!", "url":"http://monarch.netmarble.net/", "target":"_top", "rdcode":"201405260144", "icon":"" } , { "id":"dho", "name":"´ëÇ×ÇØ½Ã´ë", "desc":"Ǫ¸¥ ´ë¾ç¿¡ ÆîÃÄÁö´Â ´ç½Å¸¸ÀÇ ¸ðÇè°ú ³¶¸¸!", "url":"http://dho.netmarble.net/", "target":"_top", "rdcode":"201405260184", "icon":"N" } , { "id":"dark", "name":"´ÙÅ©¿¡µ§", "desc":"Á¤Åë È£·¯ MMORPG ´ÙÅ©¿¡µ§!", "url":"http://dark.netmarble.net/", "target":"_top", "rdcode":"201405260197", "icon":"" } , { "id":"GNG", "name":"¸¶°èÃ̿¶óÀÎ", "desc":"¾×¼Ç ¸íÀÛÀÇ ±Íȯ!", "url":"http://mo.netmarble.net", "target":"_top", "rdcode":"201405260230", "icon":"" } , { "id":"yaburi", "name":"¾ßäºÎ¶ô¸®", "desc":"ÀÚ¿¬À» ¹è°æÀ¸·Î ÆîÃÄÁö´Â ÇÑÆíÀÇ µ¿È­ °°Àº ijÁÖ¾ó RPG", "url":"http://yaburi.netmarble.net/main.asp", "target":"_top", "rdcode":"201405260245", "icon":"" } , { "id":"stoneage", "name":"½ºÅæ¿¡ÀÌÁö", "desc":"»ì¾Æ ¿òÁ÷ÀÌ´Â °ø·æ°ú ÇÔ²² ¸ðÇèÀ» ¶°³ªÀÚ! ½ºÅæ¿¡ÀÌÁö", "url":"http://game3.netmarble.net/stoneage/", "target":"_top", "rdcode":"201405260260", "icon":"" } , { "id":"ssd", "name":"½Å¼±µµ", "desc":"Äè¼Ó ·¹º§¾÷ÀÇ Â¥¸´ÇÔÀ» Áñ°Ü¶ó!", "url":"http://ssd.netmarble.net/", "target":"_top", "rdcode":"201405260284", "icon":"" } ], "sub": { } } , { "id":"2", "name":"¾×¼Ç", "css":"ac", "layout":"1", "hidden_layout":"false", "game": [ { "id":"mstar", "name":"Ŭ·´¿¥½ºÅ¸", "desc":"365ÀÏ ³í½ºÅé Ŭ·´ÆÄƼ°¡ ¿­¸°´Ù! Ŭ·´ ¿¥½ºÅ¸!", "url":"http://mstar.netmarble.net/", "target":"_top", "rdcode":"201405260157", "icon":"N" } , { "id":"gundam", "name":"SD°Ç´ã", "desc":"»Ì°í ¸ðÀ¸°í ³ë´Â SD°Ç´ã ĸ½¶ÆÄÀÌÅÍ", "url":"http://gundam.netmarble.net/", "target":"_top", "rdcode":"201405260187", "icon":"N" } , { "id":"chase", "name":"±×·£µåüÀ̽º", "desc":"No.1 ¿Â¶óÀÎ ¾×¼Ç RPG", "url":"http://chase.netmarble.net/", "target":"_top", "rdcode":"201405260194", "icon":"N" } ], "sub": { } } , { "id":"16", "name":"½ºÆ÷Ã÷/FPS", "css":"sports", "layout":"1", "hidden_layout":"false", "game": [ { "id":"ma9", "name":"¸¶±¸¸¶±¸", "desc":"´ëÇѹα¹ No1 ¾ß±¸°ÔÀÓ!", "url":"http://ma9.netmarble.net/ma9/", "target":"_top", "rdcode":"201405260166", "icon":"N" } , { "id":"sf2", "name":"½ºÆä¼ÈÆ÷½º2", "desc":"THE FPS RELOADED ½ºÆä¼ÈÆ÷½º2", "url":"http://sf2.netmarble.net/", "target":"_top", "rdcode":"201405260218", "icon":"N" } , { "id":"ma9real", "name":"¸¶±¸´õ¸®¾ó", "desc":"World Class Baseball, ¸¶±¸´õ¸®¾ó", "url":"http://ma9real.netmarble.net/", "target":"_top", "rdcode":"201405260175", "icon":"" } , { "id":"cha9", "name":"Â÷±¸Â÷±¸", "desc":"Áñ°Å¿ö¾ß ÁøÂ¥ Ã౸´Ù!", "url":"http://cha9.netmarble.net", "target":"_top", "rdcode":"201405260251", "icon":"" } , { "id":"bill4", "name":"´ç±¸/Æ÷ÄϺ¼", "desc":"ÃÖ°íÀÇ Çã½½·¯µéÀÌ ¸ð¿´´Ù", "url":"http://game2.netmarble.net/igame/bill4/", "target":"_top", "rdcode":"201405260281", "icon":"" } ], "sub": { } } , { "id":"4", "name":"Æ÷Ä¿", "css":"poker", "layout":"1", "hidden_layout":"false", "game": [ { "id":"newpoker", "name":"´ºÆ÷Ä¿", "desc":"7+1ÀÇ Â¥¸´ÇÑ ½ÂºÎ", "url":"http://game1.netmarble.net/newpoker/", "target":"_top", "rdcode":"201405260154", "icon":"" } , { "id":"low", "name":"·Î¿ì¹ÙµÏÀÌ", "desc":"ºí·¯ÇÎÀÇ Áø¼ö", "url":"http://game1.netmarble.net/low/", "target":"_top", "rdcode":"201405260181", "icon":"N" } , { "id":"spoker2", "name":"7Æ÷Ä¿", "desc":"Á¤Åë Æ÷Ä¿ÀÇ ¹¦¹Ì", "url":"http://game1.netmarble.net/spoker2/", "target":"_top", "rdcode":"201405260206", "icon":"N" } , { "id":"highlow", "name":"ÇÏÀ̷οì", "desc":"ÇÏÀÌ! ·Î¿ì! 2¸íÀÇ ½ÂºÎ", "url":"http://game1.netmarble.net/7cardhighlow/", "target":"_top", "rdcode":"201405260227", "icon":"" } , { "id":"sutda", "name":"¼¸´Ù", "desc":"1940 ÇÑÆÇ½ÂºÎ ½ºÅ丮", "url":"http://game1.netmarble.net/sutda/", "target":"_top", "rdcode":"201405260239", "icon":"" } , { "id":"hoola", "name":"ÈǶó", "desc":"½±°í, Àç¹ÌÀÖ´Â ¸ÅÁ÷Ä«µå", "url":"http://game1.netmarble.net/hoola/", "target":"_top", "rdcode":"201405260266", "icon":"" } , { "id":"texasholdem", "name":"ÅØ»ç½ºÈ¦´ý", "desc":"¿ÃÀκ£ÆÃÀÇ", "url":"http://game1.netmarble.net/holdem/index.asp", "target":"_top", "rdcode":"201405260269", "icon":"" } ], "sub": { } } , { "id":"3", "name":"°í½ºÅé", "css":"gostop", "layout":"1", "hidden_layout":"false", "game": [ { "id":"dbmatgo", "name":"´ë¹Ú¸Â°í", "desc":"»ýȰÇü ¸Â°í, ´ë¹Ú¸Â°í", "url":"http://game1.netmarble.net/dbmatgo/", "target":"_top", "rdcode":"201405260160", "icon":"N" } , { "id":"tazza", "name":"Ÿ¥", "desc":"À̹ø¿£ °ÔÀÓÀÌ´Ù!", "url":"http://game1.netmarble.net/tazza/", "target":"_top", "rdcode":"201405260191", "icon":"" } , { "id":"gostop", "name":"°í½ºÅé", "desc":"»ö´Ù¸¥ °í½ºÅéÀÇ »õ·Î¿î Àç¹Ì", "url":"http://game1.netmarble.net/gostop/", "target":"_top", "rdcode":"201405260203", "icon":"" } , { "id":"majak", "name":"¸¶ÀÛ", "desc":"104°³ÀÇ ÆÐ·Î Áñ±â´Â ¦ ¸ÂÃ߱⠰ÔÀÓ", "url":"http://game1.netmarble.net/majak/", "target":"_top", "rdcode":"201405260236", "icon":"" } , { "id":"mdgoplus", "name":"Ç÷¯½º¸Â°í", "desc":"À°±¤? º¹ºÒº¹? ¹«¾ùÀÌ °É·Áµµ ´ë¹Ú!", "url":"http://game1.netmarble.net/mdgostopplus/", "target":"_top", "rdcode":"201405260233", "icon":"" } ], "sub": { } } , { "id":"5", "name":"º¸µå/ijÁÖ¾ó", "css":"board", "layout":"2", "hidden_layout":"false", "game": [ { "id":"baduk", "name":"¹ÙµÏnTV", "desc":"¹ÙµÏÀÇ ¸ðµç°Í ¹ÙµÏnTV", "url":"http://baduk.netmarble.net/", "target":"_top", "rdcode":"201405260163", "icon":"N" } , { "id":"moma", "name":"¸ðµÎÀǸ¶ºí", "desc":"Ãß¾ïÀÇ ±¹¹Î°ÔÀÓ, ¸ðµÎÀǸ¶ºí!", "url":"http://modoo.netmarble.net/", "target":"_top", "rdcode":"201405260178", "icon":"N" } , { "id":"yutgame", "name":"À·³îÀÌ", "desc":"ÆÀÀüÀ¸·Î ´õ¿í Áñ°Å¿öÁø õ»óÀÇ", "url":"http://game2.netmarble.net/igame/yutgame/", "target":"_top", "rdcode":"201405260200", "icon":"" } , { "id":"n_sachunsung", "name":"»çõ¼º", "desc":"¸Ó¸®°¡ ÁÁ¾ÆÁö´Â À¯ÄèÇÑ Å¬¸¯! New »çõ¼º", "url":"http://game2.netmarble.net/Sachunsung/", "target":"_top", "rdcode":"201405260221", "icon":"" } , { "id":"janggi2", "name":"Àå±â", "desc":"´ëÇѹα¹ Ç¥ÁØ Àå±â·ê äÅÃ! ³Ý¸¶ºíÀå±â", "url":"http://game2.netmarble.net/igame/janggi/", "target":"_top", "rdcode":"201405260248", "icon":"" } , { "id":"famchat", "name":"ij¸¯Ãª", "desc":"Music! Talk! Love! °íǰ°Ý À½¾Ç¹æ¼Û äÆÃ", "url":"http://chat.netmarble.net/famchat/", "target":"_top", "rdcode":"201405260257", "icon":"" } , { "id":"cmind", "name":"ijġ¸¶Àεå", "desc":"±×¸²À¸·Î ÅëÇÏ´Â »ö´Ù¸¥ Àç¹Ì! ijġ¸¶Àεå", "url":"http://cmind.netmarble.net/main.asp", "target":"_top", "rdcode":"201405260275", "icon":"" } , { "id":"game_pack", "name":"°ÔÀÓÆÑ", "desc":"½¯Æ´¾ø´Â ¹«ÇÑ °ÔÀÓÀÇ Àç¹Ì", "url":"http://gamepack.netmarble.net/", "target":"_top", "rdcode":"201405260287", "icon":"" } , { "id":"picture", "name":"Ʋ¸°±×¸²Ã£±â", "desc":"²ÄÁî¿Í ÇÔ²²Çϴ Ʋ¸°±×¸²Ã£±â", "url":"http://game2.netmarble.net/igame/picture/", "target":"_top", "rdcode":"201405260290", "icon":"" } , { "id":"assult", "name":"¾î½äÆ®±â¾î", "desc":"·Îº¿µéÀÇ ÆÄ¿ö ÀüÅõ. ¾î½äÆ®±â¾î", "url":"http://game3.netmarble.net/cp_site/assult/", "target":"_top", "rdcode":"201405260293", "icon":"" } , { "id":"shanghai", "name":"»óÇÏÀÌ", "desc":"µÎ³ú ´Ü·Ã Ŭ¸¯ »óÇÏÀÌ", "url":"http://game2.netmarble.net/igame/shanghai/", "target":"_top", "rdcode":"201405260296", "icon":"" } , { "id":"bcrossplus", "name":"¹èƲ°¡·Î¼¼·Î+", "desc":"³¹¸»ÄûÁîÀÇ Áø¼ö! ¹èƲ°¡·Î", "url":"http://game2.netmarble.net/igame/bcrossplus", "target":"_top", "rdcode":"201405260299", "icon":"" } , { "id":"richmarble", "name":"¸®Ä¡¸¶ºí", "desc":"10¾ï ¸¸µé±â ÁÖ»çÀ§ º¸µå°ÔÀÓ! ¸®Ä¡¸¶ºí", "url":"http://game2.netmarble.net/igame/richmarble/", "target":"_top", "rdcode":"201405260302", "icon":"" } , { "id":"omok", "name":"¿À¸ñ", "desc":"´Ù¼¸ ¾ËÀÇ Ä¡¿­ÇÑ µÎ³ú ½Î¿ò ¿À¸ñ", "url":"http://game2.netmarble.net/igame/omok/", "target":"_top", "rdcode":"201405260305", "icon":"" } , { "id":"avatar", "name":"¾Æ¹ÙŸ", "desc":"¹«ÇÑ º¯½ÅÀÇ Áñ°Å¿ò", "url":"http://avatar.netmarble.net/", "target":"_top", "rdcode":"201405260308", "icon":"" } , { "id":"poweral", "name":"ÆÄ¿ö¾Ë±î±â", "desc":"ÀÏŸÀ̵æÀÇ ½ÂºÎ ÆÄ¿ö ¾Ë±î±â", "url":"http://game2.netmarble.net/igame/poweral/", "target":"_top", "rdcode":"201405260311", "icon":"" } , { "id":"kkoonda", "name":"ÆÄ¿öÄôÄôµû", "desc":"»ç¶ûÀÇ ³¡¸»ÀÕ±â", "url":"http://game2.netmarble.net/kkoongda/", "target":"_top", "rdcode":"201407310062", "icon":"" } , { "id":"flash", "name":"Ç÷¡½Ã°ÔÀÓ", "desc":"½É½ÉÇÒ¶©, °¡º±°Ô Áñ±â´Â Ç÷¡½Ã°ÔÀÓ ÇÑÆÇ!", "url":"http://flashgame.netmarble.net/", "target":"_top", "rdcode":"201405260314", "icon":"" } ], "sub": { } } ], "child": [ { "id":"22", "name":"½Å±Ô", "css":"new", "layout":"1", "hidden_layout":"false", "game": [ { "id":"po", "name":"ÆÄÀÌ·¯Ã÷:
Æ®·¹ÀúÇåÅÍ", "desc":"À帣ÆÄ±«! ¾×¼Ç ÀÚÀ¯!", "url":"http://pirates.netmarble.net/", "target":"_top", "rdcode":"201405260169", "icon":"H" } , { "id":"houndsr", "name":"ÇÏ¿îÁî:¸®·Îµå", "desc":"RPS, »õ·Î¿î À帣ÀÇ ½ÃÀÛ!", "url":"http://hounds.netmarble.net/", "target":"_top", "rdcode":"201407170078", "icon":"H" } , { "id":"mystic", "name":"¹Ì½ºÆ½ÆÄÀÌÅÍ", "desc":"Go Real ACTION! ¹Ì½ºÆ½ÆÄÀÌÅÍ!", "url":"http://mystic.netmarble.net/", "target":"_top", "rdcode":"201405260172", "icon":"N" } , { "id":"bf", "name":"ºê¸¯Æ÷½º", "desc":"¸¸µé°í, ½Î¿ì´Â »ó»ó·Â ¹èƲ!", "url":"http://bf.netmarble.net/", "target":"_top", "rdcode":"201405260209", "icon":"N" } , { "id":"eloa", "name":"¿¤·Î¾Æ", "desc":"2014³â È­·ÁÇÏ°í °­·ÂÇÑ Ã¹¹øÂ°, ¿¤·Î¾Æ", "url":"http://eloa.netmarble.net", "target":"_top", "rdcode":"201405260215", "icon":"N" } ], "sub": { } } , { "id":"1", "name":"RPG", "css":"rpg", "layout":"1", "hidden_layout":"false", "game": [ { "id":"monarch", "name":"¸ð³ªÅ©", "desc":"ÃÖÃÊÀÇ ºÎ´ëÀüÅõ! MMORPG ¸ð³ªÅ©!!", "url":"http://monarch.netmarble.net/", "target":"_top", "rdcode":"201405260144", "icon":"" } , { "id":"dho", "name":"´ëÇ×ÇØ½Ã´ë", "desc":"Ǫ¸¥ ´ë¾ç¿¡ ÆîÃÄÁö´Â ´ç½Å¸¸ÀÇ ¸ðÇè°ú ³¶¸¸!", "url":"http://dho.netmarble.net/", "target":"_top", "rdcode":"201405260184", "icon":"N" } , { "id":"dark", "name":"´ÙÅ©¿¡µ§", "desc":"Á¤Åë È£·¯ MMORPG ´ÙÅ©¿¡µ§!", "url":"http://dark.netmarble.net/", "target":"_top", "rdcode":"201405260197", "icon":"" } , { "id":"GNG", "name":"¸¶°èÃ̿¶óÀÎ", "desc":"¾×¼Ç ¸íÀÛÀÇ ±Íȯ!", "url":"http://mo.netmarble.net", "target":"_top", "rdcode":"201405260230", "icon":"" } , { "id":"yaburi", "name":"¾ßäºÎ¶ô¸®", "desc":"ÀÚ¿¬À» ¹è°æÀ¸·Î ÆîÃÄÁö´Â ÇÑÆíÀÇ µ¿È­ °°Àº ijÁÖ¾ó RPG", "url":"http://yaburi.netmarble.net/main.asp", "target":"_top", "rdcode":"201405260245", "icon":"" } , { "id":"stoneage", "name":"½ºÅæ¿¡ÀÌÁö", "desc":"»ì¾Æ ¿òÁ÷ÀÌ´Â °ø·æ°ú ÇÔ²² ¸ðÇèÀ» ¶°³ªÀÚ! ½ºÅæ¿¡ÀÌÁö", "url":"http://game3.netmarble.net/stoneage/", "target":"_top", "rdcode":"201405260260", "icon":"" } , { "id":"ssd", "name":"½Å¼±µµ", "desc":"Äè¼Ó ·¹º§¾÷ÀÇ Â¥¸´ÇÔÀ» Áñ°Ü¶ó!", "url":"http://ssd.netmarble.net/", "target":"_top", "rdcode":"201405260284", "icon":"" } ], "sub": { } } , { "id":"2", "name":"¾×¼Ç", "css":"ac", "layout":"1", "hidden_layout":"false", "game": [ { "id":"mstar", "name":"Ŭ·´¿¥½ºÅ¸", "desc":"365ÀÏ ³í½ºÅé Ŭ·´ÆÄƼ°¡ ¿­¸°´Ù! Ŭ·´ ¿¥½ºÅ¸!", "url":"http://mstar.netmarble.net/", "target":"_top", "rdcode":"201405260157", "icon":"N" } , { "id":"gundam", "name":"SD°Ç´ã", "desc":"»Ì°í ¸ðÀ¸°í ³ë´Â SD°Ç´ã ĸ½¶ÆÄÀÌÅÍ", "url":"http://gundam.netmarble.net/", "target":"_top", "rdcode":"201405260187", "icon":"N" } , { "id":"chase", "name":"±×·£µåüÀ̽º", "desc":"No.1 ¿Â¶óÀÎ ¾×¼Ç RPG", "url":"http://chase.netmarble.net/", "target":"_top", "rdcode":"201405260194", "icon":"N" } ], "sub": { } } , { "id":"16", "name":"½ºÆ÷Ã÷/FPS", "css":"sports", "layout":"1", "hidden_layout":"false", "game": [ { "id":"ma9", "name":"¸¶±¸¸¶±¸", "desc":"´ëÇѹα¹ No1 ¾ß±¸°ÔÀÓ!", "url":"http://ma9.netmarble.net/ma9/", "target":"_top", "rdcode":"201405260166", "icon":"N" } , { "id":"sf2", "name":"½ºÆä¼ÈÆ÷½º2", "desc":"THE FPS RELOADED ½ºÆä¼ÈÆ÷½º2", "url":"http://sf2.netmarble.net/", "target":"_top", "rdcode":"201405260218", "icon":"N" } , { "id":"ma9real", "name":"¸¶±¸´õ¸®¾ó", "desc":"World Class Baseball, ¸¶±¸´õ¸®¾ó", "url":"http://ma9real.netmarble.net/", "target":"_top", "rdcode":"201405260175", "icon":"" } , { "id":"cha9", "name":"Â÷±¸Â÷±¸", "desc":"Áñ°Å¿ö¾ß ÁøÂ¥ Ã౸´Ù!", "url":"http://cha9.netmarble.net", "target":"_top", "rdcode":"201405260251", "icon":"" } , { "id":"bill4", "name":"´ç±¸/Æ÷ÄϺ¼", "desc":"ÃÖ°íÀÇ Çã½½·¯µéÀÌ ¸ð¿´´Ù", "url":"http://game2.netmarble.net/igame/bill4/", "target":"_top", "rdcode":"201405260281", "icon":"" } ], "sub": { } } , { "id":"5", "name":"º¸µå/ijÁÖ¾ó", "css":"board", "layout":"2", "hidden_layout":"false", "game": [ { "id":"baduk", "name":"¹ÙµÏnTV", "desc":"¹ÙµÏÀÇ ¸ðµç°Í ¹ÙµÏnTV", "url":"http://baduk.netmarble.net/", "target":"_top", "rdcode":"201405260163", "icon":"N" } , { "id":"moma", "name":"¸ðµÎÀǸ¶ºí", "desc":"Ãß¾ïÀÇ ±¹¹Î°ÔÀÓ, ¸ðµÎÀǸ¶ºí!", "url":"http://modoo.netmarble.net/", "target":"_top", "rdcode":"201405260178", "icon":"N" } , { "id":"yutgame", "name":"À·³îÀÌ", "desc":"ÆÀÀüÀ¸·Î ´õ¿í Áñ°Å¿öÁø õ»óÀÇ", "url":"http://game2.netmarble.net/igame/yutgame/", "target":"_top", "rdcode":"201405260200", "icon":"" } , { "id":"n_sachunsung", "name":"»çõ¼º", "desc":"¸Ó¸®°¡ ÁÁ¾ÆÁö´Â À¯ÄèÇÑ Å¬¸¯! New »çõ¼º", "url":"http://game2.netmarble.net/Sachunsung/", "target":"_top", "rdcode":"201405260221", "icon":"" } , { "id":"janggi2", "name":"Àå±â", "desc":"´ëÇѹα¹ Ç¥ÁØ Àå±â·ê äÅÃ! ³Ý¸¶ºíÀå±â", "url":"http://game2.netmarble.net/igame/janggi/", "target":"_top", "rdcode":"201405260248", "icon":"" } , { "id":"famchat", "name":"ij¸¯Ãª", "desc":"Music! Talk! Love! °íǰ°Ý À½¾Ç¹æ¼Û äÆÃ", "url":"http://chat.netmarble.net/famchat/", "target":"_top", "rdcode":"201405260257", "icon":"" } , { "id":"cmind", "name":"ijġ¸¶Àεå", "desc":"±×¸²À¸·Î ÅëÇÏ´Â »ö´Ù¸¥ Àç¹Ì! ijġ¸¶Àεå", "url":"http://cmind.netmarble.net/main.asp", "target":"_top", "rdcode":"201405260275", "icon":"" } , { "id":"game_pack", "name":"°ÔÀÓÆÑ", "desc":"½¯Æ´¾ø´Â ¹«ÇÑ °ÔÀÓÀÇ Àç¹Ì", "url":"http://gamepack.netmarble.net/", "target":"_top", "rdcode":"201405260287", "icon":"" } , { "id":"picture", "name":"Ʋ¸°±×¸²Ã£±â", "desc":"²ÄÁî¿Í ÇÔ²²Çϴ Ʋ¸°±×¸²Ã£±â", "url":"http://game2.netmarble.net/igame/picture/", "target":"_top", "rdcode":"201405260290", "icon":"" } , { "id":"assult", "name":"¾î½äÆ®±â¾î", "desc":"·Îº¿µéÀÇ ÆÄ¿ö ÀüÅõ. ¾î½äÆ®±â¾î", "url":"http://game3.netmarble.net/cp_site/assult/", "target":"_top", "rdcode":"201405260293", "icon":"" } , { "id":"shanghai", "name":"»óÇÏÀÌ", "desc":"µÎ³ú ´Ü·Ã Ŭ¸¯ »óÇÏÀÌ", "url":"http://game2.netmarble.net/igame/shanghai/", "target":"_top", "rdcode":"201405260296", "icon":"" } , { "id":"bcrossplus", "name":"¹èƲ°¡·Î¼¼·Î+", "desc":"³¹¸»ÄûÁîÀÇ Áø¼ö! ¹èƲ°¡·Î", "url":"http://game2.netmarble.net/igame/bcrossplus", "target":"_top", "rdcode":"201405260299", "icon":"" } , { "id":"richmarble", "name":"¸®Ä¡¸¶ºí", "desc":"10¾ï ¸¸µé±â ÁÖ»çÀ§ º¸µå°ÔÀÓ! ¸®Ä¡¸¶ºí", "url":"http://game2.netmarble.net/igame/richmarble/", "target":"_top", "rdcode":"201405260302", "icon":"" } , { "id":"omok", "name":"¿À¸ñ", "desc":"´Ù¼¸ ¾ËÀÇ Ä¡¿­ÇÑ µÎ³ú ½Î¿ò ¿À¸ñ", "url":"http://game2.netmarble.net/igame/omok/", "target":"_top", "rdcode":"201405260305", "icon":"" } , { "id":"avatar", "name":"¾Æ¹ÙŸ", "desc":"¹«ÇÑ º¯½ÅÀÇ Áñ°Å¿ò", "url":"http://avatar.netmarble.net/", "target":"_top", "rdcode":"201405260308", "icon":"" } , { "id":"poweral", "name":"ÆÄ¿ö¾Ë±î±â", "desc":"ÀÏŸÀ̵æÀÇ ½ÂºÎ ÆÄ¿ö ¾Ë±î±â", "url":"http://game2.netmarble.net/igame/poweral/", "target":"_top", "rdcode":"201405260311", "icon":"" } , { "id":"kkoonda", "name":"ÆÄ¿öÄôÄôµû", "desc":"»ç¶ûÀÇ ³¡¸»ÀÕ±â", "url":"http://game2.netmarble.net/kkoongda/", "target":"_top", "rdcode":"201407310062", "icon":"" } , { "id":"flash", "name":"Ç÷¡½Ã°ÔÀÓ", "desc":"½É½ÉÇÒ¶©, °¡º±°Ô Áñ±â´Â Ç÷¡½Ã°ÔÀÓ ÇÑÆÇ!", "url":"http://flashgame.netmarble.net/", "target":"_top", "rdcode":"201405260314", "icon":"" } ], "sub": { } } ] } ; var SmartGameList = [ { "id" : "", "name" : "¸ó½ºÅͱæµéÀ̱â", "title":"¾×¼ÇRPG", "rdcode" : "201405150358", "url" : "http://www.netmarble.net/mobile/monster", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/07/071423/monster_pc_200.png", "icon" : "H" } , { "id" : "", "name" : "¸ðµÎÀǸ¶ºí", "title":"ijÁÖ¾ó", "rdcode" : "201405150359", "url" : "http://www.netmarble.net/mobile/momak", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/moma_pc.png", "icon" : "H" } , { "id" : "", "name" : "¼¼ºì³ªÀÌÃ÷", "title":"¾×¼ÇRPG", "rdcode" : "201405150363", "url" : "http://www.netmarble.net/mobile/sknights", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/nmimg/sknights/icon/20140711/sknights_pc.png", "icon" : "H" } , { "id" : "", "name" : "µå·¡°ï°¡µå", "title":"MMORPG", "rdcode" : "201405280064", "url" : "http://www.netmarble.net/mobile/dragu", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/05/221513/dg_pc_200x200.png", "icon" : "" } , { "id" : "", "name" : "¸¶±¸¸¶±¸2014", "title":"½ºÆ÷Ã÷", "rdcode" : "201405280066", "url" : "http://www.netmarble.net/mobile/ma92013", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/09/301635/ma92014_200x200.png", "icon" : "" } , { "id" : "", "name" : "¸¶±¸¸¶±¸¶óÀ̺ê", "title":"½ºÆ÷Ã÷", "rdcode" : "201408120037", "url" : "http://www.netmarble.net/mobile/ma9rm", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/08/121137/ma9rm_pc_200_0812.png", "icon" : "" } , { "id" : "", "name" : "Å¥ºê½ºÆ®¶óÀÌÄ¿", "title":"¶óÀÎÄÞº¸RPG", "rdcode" : "201409300042", "url" : "http://www.netmarble.net/mobile/pjt", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/09/301044/cubestriker_pc.png", "icon" : "" } , { "id" : "", "name" : "Â÷±¸Â÷±¸", "title":"½ºÆ÷Ã÷", "rdcode" : "201406060064", "url" : "http://www.netmarble.net/mobile/chagu2014", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/05/210957/pc.png", "icon" : "" } , { "id" : "", "name" : "´ÙÇÔ²²´øÀü¿Õ", "title":"¾×¼ÇRPG", "rdcode" : "201405150365", "url" : "http://www.netmarble.net/mobile/heroes", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/dungeonking_pc.png", "icon" : "" } , { "id" : "", "name" : "Çб³2014", "title":"SNG", "rdcode" : "201405150384", "url" : "http://www.netmarble.net/mobile/myschool", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/05/161905/school_200x200.png", "icon" : "" } , { "id" : "", "name" : "´ÙÇÔ²² ³ªÀ̼¦", "title":"½ºÆ÷Ã÷", "rdcode" : "201405280063", "url" : "http://www.netmarble.net/mobile/golf", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/05/261228/golf_pc_200.png", "icon" : "" } , { "id" : "", "name" : "º£À̽ºº¼¸Å´ÏÀú", "title":"½ºÆ÷Ã÷", "rdcode" : "201406130068", "url" : "http://www.netmarble.net/mobile/yagamkakao", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/nmimg/yagamkakao/thumbnail/200.png", "icon" : "" } , { "id" : "", "name" : "´ÙÇÔ²²ºØºØºØ", "title":"·¹À̽Ì", "rdcode" : "201405150368", "url" : "http://www.netmarble.net/mobile/boong", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/10/081520/boong_200x200.png", "icon" : "" } , { "id" : "", "name" : "´ÙÇÔ²²Â÷Â÷Â÷", "title":"·¹À̽Ì", "rdcode" : "201405150388", "url" : "http://www.netmarble.net/mobile/chachacha", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/chachacha_pc.png", "icon" : "" } , { "id" : "", "name" : "ÄûÁñ", "title":"ÆÛÁñ", "rdcode" : "201407180080", "url" : "http://www.netmarble.net/mobile/quizzle", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/07/211539/quizzle_pc.png", "icon" : "" } , { "id" : "", "name" : "¿µ¿õÀ»¸¸³ª´Ù", "title":"TCG", "rdcode" : "201405150367", "url" : "http://www.netmarble.net/mobile/whm", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/09/041902/pc_200x200.png", "icon" : "" } , { "id" : "", "name" : "Ǫ¸¥»ï±¹Áö", "title":"Àü·«RPG", "rdcode" : "201407020110", "url" : "http://www.netmarble.net/mobile/bluesam", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/06/191458/KakaoTalk_20140619_112005643.png", "icon" : "" } , { "id" : "", "name" : "°Ç¹öµåS", "title":"ºñÇུÆÃ", "rdcode" : "201405150391", "url" : "http://www.netmarble.net/mobile/gunbird", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/gunbird_pc.png", "icon" : "" } , { "id" : "", "name" : "¿Ãų¸ó½ºÅÍ", "title":"½´ÆÃ", "rdcode" : "201405150366", "url" : "http://www.netmarble.net/mobile/akmonster", "target" : "_blank", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/allkillmonster_pc.png", "icon" : "" } , { "id" : "", "name" : "¾î½ºÅä´Ï½Ã¾Ævs", "title":"¾×¼Ç´ëÀü", "rdcode" : "201405150386", "url" : "http://www.netmarble.net/mobile/astovs", "target" : "_blank", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/astonishia_pc.png", "icon" : "" } , { "id" : "", "name" : "ÇູÇÑÇǾƴϽºÆ®", "title":"¸®µë¾×¼Ç", "rdcode" : "201405150387", "url" : "http://www.netmarble.net/mobile/theplayer", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/pianist_pc.png", "icon" : "" } , { "id" : "", "name" : "·±´×¸ó", "title":"·±¾×¼ÇRPG", "rdcode" : "201405280065", "url" : "http://www.netmarble.net/mobile/runningmon", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/05/271052/runningmon_200_200_pc.png", "icon" : "" } , { "id" : "", "name" : "µµÀü!µ¿È­!", "title":"·±¾×¼ÇRPG", "rdcode" : "201406060065", "url" : "http://www.netmarble.net/mobile/hellkid", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/05/281858/hellkid_pc_200.png", "icon" : "" } , { "id" : "", "name" : "»ó¼ÓÀÚ±æµéÀ̱â", "title":"µµ½Ã°æ¿µSNG", "rdcode" : "201407020112", "url" : "http://www.netmarble.net/mobile/healing", "target" : "_top", "image" : "http://c3.img.netmarble.kr/web/6N/2014/06/201016/Icon_android_200x200.png", "icon" : "" } , { "id" : "", "name" : "¿µ¿õÀü±â", "title":"RPG", "rdcode" : "201407020113", "url" : "http://www.netmarble.net/mobile/masterm", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/herodiary_pc.png", "icon" : "" } , { "id" : "", "name" : "»ï±¹ÁöÆÛÁñ´ëÀü", "title":"ÆÛÁñRPG", "rdcode" : "201405150385", "url" : "http://www.netmarble.net/mobile/zeus", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/sampuzzle_pc.png", "icon" : "" } , { "id" : "", "name" : "¾ß±¸°¨µ¶k", "title":"½ºÆ÷Ã÷", "rdcode" : "201405150389", "url" : "http://www.netmarble.net/mobile/yagamk", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/baseballk_pc.png", "icon" : "" } , { "id" : "", "name" : "»þÀÌ´×½ºÅ丮", "title":"RPG", "rdcode" : "201405150390", "url" : "http://www.netmarble.net/mobile/greenbe", "target" : "_top", "image" : "http://c2.img.netmarble.kr/web/_event/2014/nmb/icon/shiningstory_pc.png", "icon" : "" } ]; var HubGameList = [ { "id":"21","game": [ { "area":"21", "areaname":"FPS", "name":"½ºÆä¼ÈÆ÷½º2", "rdcode":"201103300021", "image":"http://c1.img.netmarble.kr/web/6N/2013/04/2228/sf2.gif", "url":"http://sf2.netmarble.net", "target":"_top" } , { "area":"21", "areaname":"FPS", "name":"½¦µµ¿ìÄÄÆÛ´Ï", "rdcode":"201110040014", "image":"http://c1.img.netmarble.kr/web/6N/2013/04/2228/shadow.gif", "url":"http://shadow.netmarble.net/", "target":"_top" } ] }, { "id":"22","game": [ ] }, { "id":"25","game": [ ] }, { "id":"54","game": [ { "area":"54", "areaname":"¸¶±¸¸¶±¸", "name":"¸¶±¸¸¶±¸", "rdcode":"201204030142", "image":"http://c1.img.netmarble.kr/web/6N/2013/04/2230/ma9.gif", "url":"http://ma9.netmarble.net", "target":"_top" } , { "area":"54", "areaname":"¸¶±¸¸¶±¸", "name":"¸¶±¸´õ¸®¾ó", "rdcode":"201204030144", "image":"http://c1.img.netmarble.kr/web/6N/2013/04/2230/ma9real.gif", "url":"http://ma9real.netmarble.net/", "target":"_top" } , { "area":"54", "areaname":"¸¶±¸¸¶±¸", "name":"¸¶±¸:°¨µ¶À̵ÇÀÚ", "rdcode":"201204030145", "image":"http://c1.img.netmarble.kr/web/6N/2013/04/2230/ma9gm.gif", "url":"http://ma9gm.netmarble.net", "target":"_top" } ] } ]; var BannerList = [ {"GnbBanner" : [ ] , "HubBanner" : [ ] , "SmartGameNotice": [ ] , "WebGameNotice" : [ ] , "SearchBanner" : [ ] } ]; var BestGameList = { "moma": { "name" : "¸ðµÎÀǸ¶ºí", "rdcode" : "201203050092", "url" : "http://modoo.netmarble.net/", "target" : "_top" } , "bf": { "name" : "ºê¸¯Æ÷½º", "rdcode" : "201312300127", "url" : "http://bf.netmarble.net/", "target" : "_top" } , "ma9": { "name" : "¸¶±¸¸¶±¸", "rdcode" : "201312300128", "url" : "http://ma9.netmarble.net/ma9/", "target" : "_top" } , "mstar": { "name" : "Ŭ·´¿¥½ºÅ¸", "rdcode" : "201312300129", "url" : "http://mstar.netmarble.net/", "target" : "_top" } , "dho": { "name" : "´ëÇ×ÇØ½Ã´ë", "rdcode" : "201312300130", "url" : "http://dho.netmarble.net/", "target" : "_top" } }; var Popup = []; /* Çãºê»çÀÌÆ® °ÔÀÓ¸®½ºÆ® */ NetmarbleGNB.ShowHubSiteMenu( HubGameList ); /* Àüü°ÔÀÓ ¸®½ºÆ® */ NetmarbleGNB.ShowWebGameList( WebGameList, BestGameList ); /* ½º¸¶Æ®Æù°ÔÀÓ ¸®½ºÆ® */ NetmarbleGNB.ShowSmartGameList( SmartGameList ); /* Àüü°ÔÀÓ °øÁö, ½º¸¶Æ®Æù°ÔÀÓ °øÁö, ÀϹÝGNB¹è³Ê, ÇãºêGNB¹è³Ê, °ÔÀÓ°Ë»ö¹è³Ê */ NetmarbleGNB.ShowBanner( BannerList[0] ); /* TODO : GNB ÆË¾÷ */ NetmarbleGNB.ShowPopup( Now, Popup ); } , /* ·£´ý Á¤¼ö ÃßÃâ */ GetRandom : function ( iMin, iMax ) { return Math.floor(Math.random() * (iMax - iMin + 1)) + iMin; }, /* ³¯Â¥ Object ¹Ýȯ */ GetDate : function ( pDateStr ) { if ( pDateStr == null ) { return new Date(); } else { var tempStr = pDateStr.split('-'); var tempDate = new Date(); tempDate.setYear( tempStr[0] ); tempDate.setMonth( eval(tempStr[1])-1 ); tempStr = tempStr[2].split(' '); tempDate.setDate( tempStr[0] ); if ( tempStr.length < 3 ) { /* '2010-11-23' Çü½Ä */ tempDate.setHours( 0 ); tempDate.setMinutes( 0 ); tempDate.setSeconds( 0 ); } else if ( tempStr.length == 3 ) { /* '2010-11-23 ¿ÀÈÄ 4:00:00' Çü½Ä */ if ( tempStr[1] == '¿ÀÈÄ' ) { tempStr = tempStr[2].split(':'); if ( eval(tempStr[0]) == 12 ) { /* ¿ÀÈÄ 12½Ã */ tempDate.setHours( eval(tempStr[0])); } else { tempDate.setHours( 12 + eval(tempStr[0])); } } else { tempStr = tempStr[2].split(':'); if ( eval(tempStr[0]) == 12 ) { /* ¿ÀÀü 12½Ã */ tempDate.setHours( eval(tempStr[0]) - 12); } else { tempDate.setHours( eval(tempStr[0])); } } tempDate.setMinutes( eval(tempStr[1])); tempDate.setSeconds( eval(tempStr[2])); } else { /* '2010-11-23 16:00' Çü½Ä */ tempStr = tempStr[1].split(':'); tempDate.setMinutes( eval(tempStr[0])); tempDate.setSeconds( eval(tempStr[1])); } return tempDate; } }, /* ³Ý¸¶ºí BI */ Logo : function() { if ( NetmarbleGNB.Type == 'pop') { return ''; } else if ( NetmarbleGNB.Type == 'event' ) { if ( NetmarbleGNB.SiteCode == 30 ) { return ''+ '°ÔÀÓ'; } else { return ''+ 'À̺¥Æ®'; } } else { return ''; } }, /* °øÅëÆË¾÷ */ ShowPopup : function( dtNow, aPopupList ) { if ( aPopupList != null && aPopupList.length != null ) { for ( var i = 0 ; i < aPopupList.length; i++ ) { if ( this.GetDate(aPopupList[i].startDate) <= dtNow && this.GetDate(aPopupList[i].finishDate) > dtNow ) { if (( aPopupList[i].login_yn == 'y' && 'true' == NetmarbleGNB.IsLogin ) || ( aPopupList[i].login_yn == 'n' && 'false'== NetmarbleGNB.IsLogin )) { //cookie check var gnb_cookie_value = NetmarbleCookie.GetSubValue( 'netmarble_gnb_popup', aPopupList[i].cookie ); var check_cookie = false; if (aPopupList[i].login_yn == 'y' ) { if ( gnb_cookie_value != NetmarbleGNB.UserID ) { check_cookie = true; } } else { if ( gnb_cookie_value != 'y' ) { check_cookie = true ; } } if ( check_cookie ) { // 1¹ø¸¸ ³ëÃâ if ( aPopupList[i].autoCookie.toLowerCase() == 'y' ) { var exp_date = this.GetDate( aPopupList[i].finishDate ); exp_date.setFullYear( exp_date.getFullYear()+1 ); if ( aPopupList[i].login_yn == 'y' ) { NetmarbleCookie.SetSubValueByExpireDate( 'netmarble_gnb_popup', aPopupList[i].cookie, NetmarbleGNB.UserID, exp_date ); } else { NetmarbleCookie.SetSubValueByExpireDate( 'netmarble_gnb_popup', aPopupList[i].cookie, 'y', exp_date ); } } else { if ( aPopupList[i].login_yn == 'y' ) { NetmarbleCookie.SetSubValue( 'netmarble_gnb_popup', aPopupList[i].cookie, NetmarbleGNB.UserID ); } else { NetmarbleCookie.SetSubValue( 'netmarble_gnb_popup', aPopupList[i].cookie, 'y' ); } } var nSW = screen.width; var nSH = screen.height; var nPointW = nSW / 2; var nPointH = nSH / 2 - 40; var n_gnb_popup_url = ''; var n_gnb_popup_height = 0; var n_gnb_popup_width = 0; if ( aPopupList[i].externalCheck != null && aPopupList[i].externalCheck == 'Y' ) { var check_js = NewTag( 'script','',''); check_js.setAttribute( 'type','text/javascript' ); check_js.setAttribute( 'charset', 'euc-kr' ); check_js.setAttribute( 'src', aPopupList[i].externalCheckUrl+"?callback=GnbPopupCallBack" ); (document.getElementsByTagName('head')[0]).appendChild( check_js ); n_gnb_popup_url = aPopupList[i].url; n_gnb_popup_height = aPopupList[i].height; n_gnb_popup_width= aPopupList[i].width; } else { // open window window.open( aPopupList[i].url, 'gnb_popup','resizable=no, scrollbars=no,toolbar=no, channelmode=no, location=no, directories=no, menubar=no, width='+aPopupList[i].width+', height='+aPopupList[i].height+', top=' + nPointH + ', left=' + nPointW ); } break; } } } } } }, /* Çãºê»çÀÌÆ® °ÔÀÓ¸®½ºÆ® */ ShowHubSiteMenu : function( aGameList ) { if ( NetmarbleGNB.Type == 'hub') { var oHubGnbGameList = document.getElementById('HubGnbGameList'); if ( oHubGnbGameList != null ) { if ( aGameList != null && aGameList.length != null ) { for ( var i = 0 ; i < aGameList.length ; i++ ) { if ( aGameList[i].id == NetmarbleGNB.HubSiteCode ) { var html = ''; for ( var j = 0 ; j < aGameList[i].game.length ; j++ ) { html += '
  • '+ ''+aGameList[i].game[j].name+'
  • '; } oHubGnbGameList.innerHTML = ''; break; } } } } } }, /* Àüü°ÔÀÓ °øÁö, ½º¸¶Æ®Æù°ÔÀÓ °øÁö, ÀϹÝGNB¹è³Ê, ÇãºêGNB¹è³Ê, °ÔÀÓ°Ë»ö¹è³Ê */ ShowBanner : function( aBannerList ) { var objShow; var intRand; // Àüü°ÔÀÓ °øÁö if ( aBannerList.WebGameNotice != null && aBannerList.WebGameNotice.length != null && aBannerList.WebGameNotice.length > 0 ) { objShow = document.getElementById('WebGameNotice'); if ( objShow != null ) { intRand = this.GetRandom( 0,aBannerList.WebGameNotice.length - 1 ); NetmarbleGNB.DefaultWebGameNotice = ''+ aBannerList.WebGameNotice[intRand].title + ''; objShow.innerHTML = NetmarbleGNB.DefaultWebGameNotice ; } } // ½º¸¶Æ®Æù°ÔÀÓ °øÁö if ( aBannerList.SmartGameNotice != null && aBannerList.SmartGameNotice.length != null && aBannerList.SmartGameNotice.length > 0 ) { objShow = document.getElementById('SmartGameNotice'); if ( objShow != null ) { intRand = this.GetRandom( 0,aBannerList.SmartGameNotice.length - 1 ); objShow.innerHTML = ''+ aBannerList.SmartGameNotice[intRand].title + ''; } } // ÇãºêGNB¹è³Ê if ( NetmarbleGNB.Type == 'hub' ) { if ( aBannerList.HubBanner != null && aBannerList.HubBanner.length != null && aBannerList.HubBanner.length > 0 ) { if ( objShow != null ) { intRand = this.GetRandom( 0,aBannerList.HubBanner.length - 1 ); objShow.innerHTML = ''+ ''+ aBannerList.HubBanner[intRand].title + ''+ ''; } } } else { // ÀϹÝGNB¹è³Ê if ( aBannerList.GnbBanner != null && aBannerList.GnbBanner.length != null && aBannerList.GnbBanner.length > 0 ) { objShow = document.getElementById('GnbBanner'); if ( objShow != null ) { intRand = this.GetRandom( 0,aBannerList.GnbBanner.length - 1 ); objShow.innerHTML = ''+ ''+ aBannerList.GnbBanner[intRand].title + ''+ ''; } } } // °ÔÀÓ°Ë»ö¹è³Ê if ( aBannerList.SearchBanner != null && aBannerList.SearchBanner.length != null && aBannerList.SearchBanner.length > 0) { objShow = document.getElementById('GNB_game_ban'); if ( objShow != null ) { intRand = this.GetRandom( 0,aBannerList.SearchBanner.length - 1 ); objShow.style.backgroundImage = "url(\'" + aBannerList.SearchBanner[intRand].image + "\')"; objShow.style.backgroundRepeat = "no-repeat"; objShow.innerHTML = (''+aBannerList.SearchBanner[intRand].title+''+ 'GO'); u_gnb_gameschban = 1; /* ¹Ù·Î°¡±â°Ë»ö ÀÖÀ½. */ } } }, /* Àüü°ÔÀÓ »ó´Ü [OBT],[CBT],[³»°ÔÀÓ] ¹öư Ŭ¸¯ ÃʱâÈ­ */ InitGameSelectButton : function () { /* ¹öư OFF */ var objList = document.getElementsByName('ButtonGameSelect'); for ( var i = 0; i < objList.length ; i++ ) { objList[i].className = ''; } /* °ÔÀÓ¿¡ Àû¿ëµÈ class Á¦°Å */ objList = document.getElementsByName( 'game' ); for ( var i = 0; i < objList.length ; i++ ) { objList[i].className = ''; } /* Àüü°ÔÀÓ °øÁö */ if ( NetmarbleGNB.DefaultWebGameNotice == null ) { NetmarbleGNB.DefaultWebGameNotice = ''; } document.getElementById('WebGameNotice').innerHTML = NetmarbleGNB.DefaultWebGameNotice; }, /* Àüü°ÔÀÓ »ó´Ü [OBT],[CBT],[³»°ÔÀÓ] ¹öư Ŭ¸¯ À̺¥Æ® */ ClickGameSelectButton : function ( pType ) { /* ÃʱâÈ­ */ this.InitGameSelectButton(); /* ¼±ÅÃÇÑ ¹öư on */ var objButton = document.getElementById(pType); objButton.className = 'gnb_gm_on'; var classType = 'gnb_g_'+ pType; var noticeMessage = ''; // class Àû¿ë var objGameList = document.getElementsByName('game'); var iTrueCount = 0; for ( var i = 0; i < objGameList.length ; i++ ) { if ( objGameList[i].getAttribute( pType ) == 'true') { objGameList[i].className = classType; iTrueCount++; } } if ( iTrueCount == 0 ) { if ( pType == 'my' ) { pType ='issue'; /* ºñ·Î±×ÀÎ/³»°ÔÀÓÀÌ ¾ø´Ù.-->À̽´°ÔÀÓÀ¸·Î Àû¿ë */ noticeMessage = '·Î±×ÀÎÇÏ¸é ³»°ÔÀÓÀ» È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù.'; classType = 'gnb_g_'+ pType; // Css ÀçÀû¿ë for ( var i = 0; i < objGameList.length ; i++ ) { if ( objGameList[i].getAttribute( pType ) == 'true') { objGameList[i].className = classType; iTrueCount++; } } } else if ( pType == 'obt' ) { noticeMessage = 'OBT ÁßÀÎ °ÔÀÓÀÌ ¾ø¾î¿ä.'; } else if ( pType == 'cbt' ) { noticeMessage = 'CBT ÁßÀÎ °ÔÀÓÀÌ ¾ø¾î¿ä.'; } } if ( noticeMessage != '' ) { document.getElementById('WebGameNotice').innerHTML = noticeMessage; } }, /* Àüü°ÔÀÓ ¸®½ºÆ® */ Game : function( gameInfo, aBestGameList ) { /* ¹Ù·Î°¡±â °Ë»öÀ» À§ÇØ °ÔÀÓ¸®½ºÆ® º¯¼ö ¼¼ÆÃ */ arrNetmarbleGame[ arrNetmarbleGame.length ] = [ gameInfo.id, gameInfo.name, gameInfo.url, gameInfo.rdcode ]; /* TODO : °Ë»ö¿ë RDCODE */ var obt = ''; /* OBT */ var cbt = ''; /* CBT */ var issue = ''; /* issue : ºñ·Î±×Àνà µðÆúÆ® ¼¼ÆÃ */ var best = ''; /* Ãßõ°ÔÀÓ */ if ( gameInfo.icon == 'B') { cbt = 'true'; } else if ( gameInfo.icon == 'N' || gameInfo.icon == 'S' ) { obt = 'true'; } else if ( gameInfo.icon == 'H' ) { issue = 'true'; } best = (eval('aBestGameList.'+gameInfo.id ) == null ? '' : 'true' ); return '
  • '+ ''+ gameInfo.name + ''+ '
  • '; }, ShowWebGameList : function ( pWebGameList, aBestGameList ) { var objWebGameList = document.getElementById('WebGameList') ; if ( objWebGameList != null ) { var html = '
    '+ '
    '+ '

    '+ '
    '+ '
    '+ /* [°ÔÀÓ°Ë»ö] */ '
    '+ '°ÔÀӹٷΰ¡±â'+ '
    '+ ''+ 'GO'+ '
    '+ ''+ '
    '+ /* End Of [°ÔÀÓ°Ë»ö]*/ '
    '+ '
    PC°ÔÀÓ ´Ý±â
    '+ '
    '; aWebGameList = pWebGameList.adult; html += '
    '; html += '
    '; var ac_dp_count = 0; /* ¾×¼ÇRPG/¾×¼Ç½ºÆ÷Ã÷ À帣ÀÇ °ÔÀÓ¸®½ºÆ® °¹¼ö¿¡ µû¶ó 2´ÜÀ¸·Î ºÐ¸®Çϱâ À§ÇØ... */ if ( aWebGameList != null && aWebGameList.length != null ) { for ( var i = 0; i < aWebGameList.length ; i++ ) { html += '
    '+ '
    '+ aWebGameList[i].name +'
    '; /* 1´ÜÀ¸·Î ³ëÃâµÇ´Â À帣 */ if ( aWebGameList[i].layout == 1 ) { html += '
      '; for ( var j = 0; j < aWebGameList[i].game.length ; j++ ) { html += this.Game( aWebGameList[i].game[j], aBestGameList ); } if( aWebGameList[i].sub.id != null ) { html += '
    • '+ aWebGameList[i].sub.name +'
    • '; for ( var j = 0 ; j < aWebGameList[i].sub.game.length ; j++ ) { html += this.Game( aWebGameList[i].sub.game[j], aBestGameList ); } } html += '
    '; /* 2´ÜÀ¸·Î ³ëÃâµÇ´Â À帣 */ } else { var dp_count = aWebGameList[i].game.length; /* Àüü °ÔÀÓ °¹¼ö */ if ( pWebGameList.layout_display_type != null && pWebGameList.layout_display_type == 'ceil' ) { dp_count = Math.ceil( (dp_count / 2.0)); /* 2´ÜÀ¸·Î ³ëÃâ -> ¿Ã¸² */ } else if ( pWebGameList.layout_display_type != null && pWebGameList.layout_display_type == 'floor' ) { dp_count = Math.floor( (dp_count / 2.0)); /* 2´ÜÀ¸·Î ³ëÃâ -> ¹ö¸² */ } else { dp_count = Math.round( (dp_count / 2.0)); /* 2´ÜÀ¸·Î ³ëÃâ -> ¹Ý¿Ã¸² */ } /* 1´Ü */ html += '
      '; for ( var j = 0; j < dp_count ; j++ ) { html +=this.Game( aWebGameList[i].game[j], aBestGameList ); } /* 2´Ü */ html += '
      '; for ( var j = dp_count ; j < aWebGameList[i].game.length ; j++ ) { html +=this.Game( aWebGameList[i].game[j], aBestGameList ); } html += '
    '; } html += '
    '; } } html += '
    '; objWebGameList.innerHTML = html; } }, /* ½º¸¶Æ®Æù °ÔÀÓ ¸®½ºÆ® */ ShowSmartGameList : function ( aGameList ) { var objSmartGameList = document.getElementById('SmartGameList'); if ( objSmartGameList != null && aGameList!= null && aGameList.length != null ) { var html = ''; objSmartGameList.innerHTML = html; } }, /* ij½¬ÃæÀü¹öư */ CashButton : function() { if ( NetmarbleGNB.IsLogin ) { return 'ij½¬ÃæÀü'; } else { return 'ij½¬ÃæÀü'; } }, /* ·Î±×ÀÎ ¹öư */ LoginButton : function () { if ( NetmarbleGNB.Type == 'event' && NetmarbleGNB.SiteCode == '30' ) { return ''; } else { var loginText = '·Î±×ÀÎ'; var loginClass = 'gnb_bt_login'; var loginUrl = 'http://login.netmarble.net/login/login.asp?l_url='; var loginClick = 'javascript:void(0);'; var loginRdCode = this.RdCode().Login; var loginTarget = ''; if ( NetmarbleGNB.IsLogin ) { loginText = '·Î±×¾Æ¿ô'; loginClass = 'gnb_bt_logout'; loginRdCode = this.RdCode().Logout; if ( NetmarbleGNB.Type == 'event') { loginTarget = __CRD_ID; if ( loginUrl.indexOf( 'r_url=' ) >= 0 ) { var start_idx = loginUrl.indexOf( 'r_url=' )+6; var last_idx = loginUrl.indexOf( '&', start_idx ); if ( last_idx < 0 ) { last_idx = loginUrl.length; } loginUrl = loginUrl.substring( 0,start_idx ) + encodeURIComponent( 'http://'+location.hostname+'/nmasp/gnb/LogoutEnd.asp')+ loginUrl.substring( last_idx, loginUrl.length ) ; } } } else { var l_url = ''; if ( NetmarbleGNB.Type == 'simple') { l_url = 'http://www.netmarble.net'; loginUrl = 'http://login.netmarble.net/login/login.asp?l_url='+ encodeURIComponent(l_url); } else if ( NetmarbleGNB.Type == 'event') { l_url = ''; loginUrl = 'http://login.netmarble.net/popuplogin/PopupLogin.Asp?returnURL=' + encodeURIComponent( 'http://'+location.hostname+'/nmasp/gnb/LoginEnd.asp') + '&IsNewWindow=Y'; } else { try { l_url = top.location.href; } catch ( e ) { l_url = document.location.href; } if ( l_url.indexOf( 'l_url=' ) >= 0 ) { var start_idx = l_url.indexOf( 'l_url=' )+6; var last_idx = l_url.indexOf( '&', start_idx ); if ( last_idx < 0 ) { last_idx = l_url.length; } l_url = l_url.substring( start_idx,last_idx ); } else { l_url = encodeURIComponent(l_url); } loginUrl = 'http://login.netmarble.net/login/login.asp?l_url='+ encodeURIComponent(l_url); } } return '
    '+ ''+loginText+''+ '
    '; } }, /* PV Áý°è¿ë iframe */ PV : function() { var pvUrl = 'http://nls.netmarble.net/pv.asp?nls_site='+NetmarbleGNB.SiteCode +'&nls_cate='+NetmarbleGNB.ServiceCode +'&nls_url='+document.URL+'&nls_ref='+document.referrer+'&nls_screen='+screen.availWidth+'_'+screen.availHeight ; var goPV = document.createElement('iframe'); goPV.setAttribute('src',pvUrl); goPV.setAttribute('width',0); goPV.setAttribute('height',0); goPV.setAttribute('frameborder',0); goPV.setAttribute('style','display:none;position:absolute;left:0;top:-100px;width:0;height:0;border:0px solid #f00;'); return goPV; }, Creteo : function( id ) { var ifr = document.createElement('iframe'); ifr.setAttribute('src', 'http://gnb.netmarble.net/gnb/creteo.asp?id='+id ); ifr.setAttribute('width',0); ifr.setAttribute('height',0); ifr.setAttribute('frameborder',0); ifr.setAttribute('style','display:none;position:absolute;left:0;top:-100px;width:0;height:0;border:0px solid #f00;'); return ifr; }, /* RD È£Ãâ¿ë iframe */ nrd : function (rdcode,elem,target) { try { if (__NRD_ENABLED__) { var frm = document.getElementById( __NRD_ID ); frm.action = "http://nrd.netmarble.net/" + rdcode + ".rd"; frm.url.value = (elem != null ? elem.href : ""); frm.target = (target == null ? "_self" : target); frm.submit(); return false; } } catch(x) { } return true; }, clickrd : function ( rdcode ) { try { if ( rdcode != null && rdcode != '' ) { if (__CRD_ENABLED__) { var clink, ifrm; clink = "http://nrd.netmarble.net/" + rdcode + ".cr"; ifrm = document.getElementById( __CRD_ID ); ifrm.src = clink; return true; } } } catch(x) { } return true; }, RD : function() { return '