document.write('

¸ÞÀΰ¡±â

' + '

BGM

' + '' +'
' +' ' +' ' +' ' +'
' +'
' +' ¼­ºñ½º °Ë»ö¿µ¿ª' +' ' +'
' +'
Àüü°Ë»ö
' +' ' +' ' +' ' +' ' +' ' +'
' +' ' +'
' +' ' +' ' +'
' +'
' +'
' +' ' +'
' + '
ȸ¿ø´ÔÀÇ ³»À½¾Ç³ëÆ®' + ' ' + '
' + '
'); document.write (''); document.write (''); /* °øÅë */ function CHECK(){ return false; } function seclectSearch(num) { var searchObj = document.getElementById('searchWrap'); if (num == "1") { var arrSelect = document.getElementsByName('search_select1'); document.forms['search'].style.display = "block"; document.forms['search_section'].style.display = "none"; arrSelect[0].checked = "checked"; document.forms['search'].input_search1.value = document.forms['search_section'].input_search2.value; } else { var arrSelect = document.getElementsByName('search_select2'); document.forms['search'].style.display = "none"; document.forms['search_section'].style.display = "block"; arrSelect[1].checked = "checked"; document.forms['search_section'].input_search2.value = document.forms['search'].input_search1.value; } } function selectView() { var selectObj = document.getElementById("search_layer"); if (selectObj.style.display == "block") { selectObj.style.display = "none"; } else { selectObj.style.display = "block"; } } function Chgbg(obj, color) { obj.style.backgroundColor = color; return false; } var arrCategory = ['Àüü°Ë»ö','¾ÆÆ¼½ºÆ®','°î','¾Ù¹ü','°¡»ç','°Ô½Ã¹°']; var currIdx = 0; //ÇöÀç¼±ÅÃÄ«Å×°í¸® /** * select_chg() - °Ë»öÄ«Å×°í¸® ¼±Åà */ function select_chg(idx){ document.getElementById("search_layer").style.display = "none"; document.getElementById("selectTxt").innerHTML = arrCategory[idx]; document.getElementById("selectTxt2").innerHTML = arrCategory[idx]; currIdx = idx; } /** * search() - °Ë»ö */ function go_search(){ var query; var form = document.search; var p_form; if(document.getElementById("choice4").checked){ p_form = document.search_section; form.target = "_self"; query = encodeURIComponent(p_form.input_search2.value); query = query.replace(/&/gi, "%26"); //except case if(query==""){ alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä!"); document.getElementById("input_search2").focus(); return; } var v = currIdx; //ºÐ·ù°ª /* $.getJSON("/interface/ajax_URIEncode.asp?query="+query,function(res){ go_search_submit(++v, res[0].msg); }); */ go_search_submit(++v, query); }else{ p_form = document.search; form.action = "http://search.nate.com/search/all.html"; //query = encodeURIComponent(p_form.input_search1.value); //query = query.replace(/&/gi, "%26"); //except case form.q.value = p_form.input_search1.value; if(query==""){ alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä!"); document.getElementById("query").focus(); return; } form.target = "_blank"; form.submit(); } } /** * wishid °¡Á®¿À±â * getWishId() */ function getWishId(){ var wishid = ""; try{ if( typeof(window.parent.frames["musicmain"]) == 'object') { //wishid = parent.document.frames["musicwish"].document.wish_form.wish_id.value; wishid = window.parent.frames["musicwish"].document.wish_form.wish_id.value; } }catch(e){ }finally{ return wishid; } } /** * go_search_submit() - °Ë»ö */ function go_search_submit(v, res){ try{ndr_onclick('cms1','RSB01');}catch(e){} var url = ''; switch (v) { case 7: url = 'http://search.nate.com/search/all.html?q='+res; window.open(url); break; default: url = 'http://music.search.cyworld.com/cymusic/search.html?query='+res+'&v='+v+'&wishid='+getWishId(); document.location.href = url; } } /* °Ë»ö¾î ÀÚµ¿¿Ï¼º */ document.getElementById("acIfrm").src = "/interface/ioh0420_cm.html?s=cymusic&ku=0&ll=12&rp=cs&uv=0&fn=search&v=101";