검색
모바일에 최적화된 통합검색을
체험하세요
UFO 소 납치 영상 옵션 메뉴 시작 통합검색 동영상 이미지 블로그 지식iN 뉴스 카페 어학사전 실시간검색beta 음악 사이트 웹문서 쇼핑 책 지식백과beta 지도 전문정보 뉴스라이브러리 더보기 function nx_clickTabMore (obj) { if (obj.parentNode.className == 'close') { if (typeof tab_more_callback == 'function') tab_more_callback('less') ; goOtherTCR(this, 'a=tmr.less&r=&i=&u=') ; } else { if (typeof tab_more_callback == 'function') tab_more_callback('more') ; goOtherTCR(this, 'a=tab.more&r=&i=&u=') ; } } function nx_closeTabMore () { var moreElem = document.getElementById('leftmenu_more') ; if (moreElem.parentNode.className != 'close') return ; oSearchTab.onClickMoreMenu(moreElem) ; } function nx_selectTab () { var selectedTab ; var selectedTabElem ; selectedTab = document.getElementById('topmenu_nexearch') ; if (selectedTab) { selectedTabElem = $Element(selectedTab) ; if (selectedTabElem.hasClass('off')) selectedTabElem.removeClass('off') ; selectedTabElem.addClass('on') ; selectedTabElem.show('block') ; } selectedTab = document.getElementById('leftmenu_nexearch') ; if (selectedTab) { selectedTabElem = $Element(selectedTab) ; if (selectedTabElem.hasClass('off')) selectedTabElem.removeClass('off') ; selectedTabElem.addClass('on') ; } } nx_selectTab(); var sf = document.getElementById('sf') ; if (sf) { var sf_chlds = sf.children ; if (sf_chlds.length > 0) { sf_chlds[0].className = sf_chlds[0].className + " firstchild" ; } } var nx_SmartFinderArea = [ {name:"movie", area:"mov"}, {name:"auto", area:"aut"}, {name:"game", area:"gam"}, {name:"health", area:"hth"} ] ; function nx_findSmartFinderArea (name) { for (var i = 0; i < nx_SmartFinderArea.length; i++) { if (nx_SmartFinderArea[i].name == name) { return nx_SmartFinderArea[i].area ; } } return null ; } function nx_setSmartFinderOpenClose (oButton) { var u, p ; if (oButton.type == "open") { u = urlexpand("?where=nexearch&sm=tab_sfb&query=" + headerfooter_query_encoded + "&ie=utf8" + (g_nx_nso?'&nso='+g_nx_nso:'') + "&sf=" + oButton.id) ; p = 'a=sfb_' + nx_findSmartFinderArea(oButton.id) + '.open&r=&i=&u=' + urlencode(u) ; } else if (oButton.type == "close") { u = urlexpand("?where=nexearch&sm=tab_sfb&query=" + headerfooter_query_encoded + "&ie=utf8" ) + (g_nx_nso?'&nso='+g_nx_nso:'') ; p = 'a=sfb_' + nx_findSmartFinderArea(oButton.id) + '.close&r=&i=&u=' + urlencode(u) ; } else { return ; } var a = document.createElement("a") ; a.href = u ; goOtherCR(a, p) ; location.href = a.href ; } function nx_initSmartFinder () { for (var i = 0; i < nx_SmartFinderArea.length; i++) { var oSmartFinderButton = new nhn.SmartFinderButton({ sButtonId : nx_SmartFinderArea[i].name, sDefaultType : (nx_SmartFinderArea[i].name == g_nx_selected_smartfinder) ? "open" : "close" }).attach({ click : function(o) { nx_setSmartFinderOpenClose(o) ; } }); } } nx_initSmartFinder() ;
(yyyy.mm.dd) var nx_opt_sort = 'r' ; var nx_opt_period = 'all' ; var nx_opt_area = 'all' ; function nx_searchOptionOpenDirect (doFocus) { $Element('nx_option_period_slide').hide() ; $Element('nx_option_period_direct').show() ; if (doFocus) { document.getElementById('nx_date_from').focus() ; tCR('a=opt.periodinput&u=javascript') ; } } function nx_searchOptionCloseDirect () { $Element('nx_option_period_direct').hide() ; $Element('nx_option_period_slide').show() ; if (nx_opt_period.match('^from') == 'from') { nx_opt_period = 'r' ; nx_searchOptionSubmit(); } tCR('a=opt.periodinputclose&u=javascript') ; } function nx_searchOptionSelect (type, value) { if (type == 'so') { switch (value) { case 'dd' : nx_opt_sort = value ; tCR('a=opt.sortdate&u=javascript') ; break ; case 'r' : default : nx_opt_sort = 'r' ; tCR('&a=opt.sortsim&u=javascript') ; break ; } } else if (type == 'p') { switch (value) { case '1d' : nx_opt_period = value ; tCR('a=opt.oneday&u=javascript') ; break ; case '1w' : nx_opt_period = value ; tCR('a=opt.oneweek&u=javascript') ; break ; case '1m' : nx_opt_period = value ; tCR('a=opt.onemonth&u=javascript') ; break ; case '1y' : nx_opt_period = value ; tCR('a=opt.oneyear&u=javascript') ; break ; case 'all' : default : nx_opt_period = 'all' ; tCR('a=opt.periodall&u=javascript') ; break ; case 'direct' : var from = document.getElementById('nx_date_from') ; var to = document.getElementById('nx_date_to') ; if (!from.value) { from.value = '1990.01.01' ; } else if (!checkDateInput(from.value)) { alertDateInput(from) ; return ; } if (!to.value) { var d = new Date(); to.value = d.getFullYear() + '.' + ((d.getMonth()+1) < 10 ? "0" : "") + (d.getMonth()+1) + '.' + (d.getDate() < 10 ? "0" : "") + d.getDate() ; } else if (!checkDateInput(to.value)) { alertDateInput(to) ; return ; } var from_val = from.value.replace(/\./g, '') ; var to_val = to.value.replace(/\./g, '') ; if (from_val > to_val) { var tmp_val = from_val ; from_val = to_val ; to_val = tmp_val ; } nx_opt_period='from' + from_val + 'to' + to_val ; tCR('a=opt.perioinputapply&u=javascript') ; break ; } } else if (type == 'a') { switch (value) { case 't' : nx_opt_area = value ; tCR('a=opt.fieldtit&u=javascript') ; break ; case 'all' : default : nx_opt_area = 'all' ; tCR('a=opt.fieldall&u=javascript') ; break ; } } else { alert('Invalid option!') ; } nx_searchOptionSubmit(); } function nx_searchOptionSelectPeriod (sDate) { var value = "" ; switch (sDate.option) { case 'all' : value = 'all' ; break ; default : value = sDate.option.substr(0, 2) ; break ; } nx_searchOptionSelect('p', value) ; } function nx_searchOptionSubmit () { var nso = 'so:' + nx_opt_sort + ',p:' + nx_opt_period + ',a:' + nx_opt_area ; var nsoElem = document.getElementById('nx_nso') ; var formElem = document.getElementById('nx_search_form') ; if (!nsoElem) { nsoElem = document.createElement('input') ; nsoElem.type = 'hidden' ; nsoElem.name = 'nso' ; formElem.appendChild(nsoElem) ; } nsoElem.value = nso ; nx_form_emul_charset(formElem) ; document.getElementById('nx_search_form').submit() ; } function nx_searchOptionReset () { tCR('a=opt.default&u=javascript') ; document.getElementById('nx_query').value = headerfooter_query ; document.getElementById('nx_search_form').submit() ; } function nx_searchOptionConvertPeriodFormat (val) { switch (val) { case '1d' : return "1day" ; case '1w' : return "1week" ; case '1m' : return "1month" ; case '1y' : return "1year" ; case 'all' : return "all" ; default : return "all" ; } } function nx_searchOptionInit () { var elem ; if (nx_opt_sort == 'dd') { elem = document.getElementById('nx_option_sort_date') ; } else { elem = document.getElementById('nx_option_sort_relevance') ; } if (elem) elem.parentNode.innerHTML = '' + elem.parentNode.innerHTML + '' ; if (nx_opt_area == 't') { elem = document.getElementById('nx_option_area_title') ; } else { elem = document.getElementById('nx_option_area_all') ; } if (elem) elem.parentNode.innerHTML = '' + elem.parentNode.innerHTML + '' ; var from_val, to_val ; var reset_date = 1 ; if (nx_opt_period.match('^from') == 'from') { nx_searchOptionOpenDirect(false) ; var from, to, to_pos ; from = nx_opt_period.substr(4, 8) ; to_pos = nx_opt_period.indexOf('to') ; if (to_pos) to = nx_opt_period.substr(to_pos+2, 8) ; from_val = from.substr(0, 4) + '.' + from.substr(4, 2) + '.' + from.substr(6, 2) ; to_val = to.substr(0, 4) + '.' + to.substr(4, 2) + '.' + to.substr(6, 2) ; if (!from_val || !to_val || !checkDateInput(from_val) || !checkDateInput(to_val)) { reset_date = 1 ; } else { reset_date = 0 ; } } if (reset_date) { var d = new Date(); from_val = '1990.01.01' ; to_val = d.getFullYear() + '.' + ((d.getMonth()+1) < 10 ? "0" : "") + (d.getMonth()+1) + '.' + (d.getDate() < 10 ? "0" : "") + d.getDate() ; } document.getElementById('nx_date_from').value = from_val ; document.getElementById('nx_date_to').value = to_val ; } nx_searchOptionInit() ; oDateSearchOption.initialize({ sPeriodFormId : "nx_option_period", sDefaultDate : nx_searchOptionConvertPeriodFormat(nx_opt_period), sSliderType : "nexearch", onChangeCallback : nx_searchOptionSelectPeriod });
가변대응을위한영역으로꼭필요합니다UFO 소 납치 영상 검색결과 시작
var s_qrecmd_more_t = 0 ; var s_qrecmd_more_b = 0 ; function qqrecmdCR (position, o, a) { var b_type = position == "bottom" ? "_b" : "" ; if (a == 'undefined') a = 'rsk.list3' ; var q = document.getElementById("nx_qrecmd" + b_type) ; if (o.className == "list_more") { a += "more" ; var c = "" ; if (! q) { q = document.getElementById("nx_qrecmd_crop" + b_type) ; } q.className = c ; o.className = "list_more close" ; o.innerHTML = "접기" ; if (position == "bottom") s_qrecmd_more_b = 1 ; else s_qrecmd_more_t = 1 ; } else { a += "close" ; if (! q) q = document.getElementById("nx_qrecmd_crop" + b_type) ; q.className = "closed" ; o.className = "list_more" ; o.innerHTML = "더보기" ; if (position == "bottom") s_qrecmd_more_b = 0 ; else s_qrecmd_more_t = 0 ; } return tCR(a, 1, "") ; } function qqrecmdCR_clear (position) { var b_type = position == "bottom" ? "_b" : "" ; var qrecmd_dd_more = document.getElementById("nx_qrecmd_more" + b_type) ; qrecmd_dd_more.className = "list_more" ; qrecmd_dd_more.innerHTML = "더보기" ; } function qrecmd_check2 (position, c) { var b_type = position == "bottom" ? "_b" : "" ; var s_qrecmd_more = position == "bottom" ? s_qrecmd_more_b : s_qrecmd_more_t ; var qrecmd_dd = document.getElementById("nx_qrecmd" + b_type) ; var qrecmd_ul = document.getElementById("nx_qrecmd_ul" + b_type) ; if (qrecmd_dd) { var qrecmd_dd_more = document.getElementById("nx_qrecmd_more" + b_type) ; if (c) { if (!s_qrecmd_more) qrecmd_dd.className = "" ; qrecmd_dd_more.style.display = "none" ; } if (qrecmd_dd.clientHeight < 30) { qrecmd_dd.className = "oneline" ; } else if (qrecmd_dd.clientHeight > 50) { if (qrecmd_dd.clientHeight > 94) qrecmd_dd.id = "nx_qrecmd_crop" + b_type ; if (!s_qrecmd_more) { qrecmd_dd.className = "closed" ; } qrecmd_dd_more.style.display = "block" ; } } } function qrecmd_height_check (c) { qrecmd_check2("top", c) ; qrecmd_check2("bottom", c) ; } function qrecmd_onresize () { var nx_qrecmd = document.getElementById("nx_qrecmd") ; var qrecmd_width = nx_qrecmd ? nx_qrecmd.clientWidth : qrecmd_width_old ; if (qrecmd_width_old != qrecmd_width) { qrecmd_height_check(1) ; qrecmd_width_old = qrecmd_width ; } }
정확도 최신순
전체 언론사 뉴스검색 결과입니다. 언론사선택
제가 답을 가르켜드리겠습니다.
소를 납치한 이유는 바로......

소는 소중하니깐