
ng={};ng.jsonp_send=function(param,callback){$.getJSON(ng.url_jsonp+'?jcb=?',param,function(ret){callback(ret,param);});};ng.search_submit=function(url_prefix){var q=$("#q").val();var q_enc=hp.php_urlencode(q.replace(new RegExp("\\s|\\/","gi"),"-"));document.location.href=url_prefix+"/"+q_enc;return;}
ng.get_twit_search=function(){var param={};param.action="t_s";param.query=$("#q").val();param.page=1;param.count=4;ng.jsonp_send(param,ng.get_twit_search_process);}
ng.get_twit_search_process=function(ret,param){$("#twit_search").html(ret.html);}
ng.search_history=function(){var param={};param.action="h_u";param.query=$("#q").val();ng.jsonp_send(param,ng.search_history_process);}
ng.search_history_process=function(ret,param){}
ng.fb_share=function(){u=window.location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+hp.php_urlencode(u)
+'&t='+escape(hp.php_urlencode(t)),' Share on Facebook ','toolbar=0, status=0, width=626, height=436');return false;}
ng.twitter_share=function(q_enc){u=window.location.href;t=document.title;var param={};param.a="s";param.u=u;param.q_enc=q_enc;hp.nvg_jsonp_send(param,ng.twitter_share_process);}
ng.twitter_share_process=function(ret,param){if(ret.status=="OK"){window.open("http://twitter.com/home?status="+
param.q_enc+hp.php_urlencode(" "+ret.url_short),"twitter",'toolbar=0, status=0, width=800, height=400')
return;}
else{alert($ret.error);}}
hp={};hp.dialog_open=function(d_id,level){w_width=document.documentElement.clientWidth;w_height=document.documentElement.clientHeight;var dialog_screen=$("#dialog_screen");dialog_screen.css({"z-index":level});dialog_screen.show();var dialog=$(d_id);var d_width=dialog.attr("d_width");var d_height=dialog.attr("d_height");if(d_height=="e"){d_height=w_height-140;}
else{if(d_height>=(w_height-90))
d_height=w_height-90;}
var d_left=Math.round((w_width/2)-(d_width/2));var d_top=Math.round((w_height/2)-(d_height/2))-40;if(d_top<10)
d_top=10;var z_index=level+1;dialog.css({"background-color":"#ffffff","top":d_top,"left":d_left,"position":"fixed","_position":"absolute","width":d_width+"px","height":d_height+"px","z-index":z_index});dialog.show();}
hp.dialog_close=function(d_id,level){var dialog=$(d_id);dialog.hide();if(level==2)
$("#dialog_screen").hide();else
$("#dialog_screen").css({"z-index":(level-1)});}
hp.dialog_close_all=function(){$("[dialog]").hide();}
hp.nvg_jsonp_send=function(param,callback){$.getJSON(hp.nvg_url_jsonp+'?jcb=?',param,function(ret){callback(ret,param);});};hp.php_urlencode=function(str){var histogram={},unicodeStr='',hexEscStr='';var ret=(str+'').toString();var replacer=function(search,replace,str){var tmp_arr=[];tmp_arr=str.split(search);return tmp_arr.join(replace);};histogram["'"]='%27';histogram['(']='%28';histogram[')']='%29';histogram['*']='%2A';histogram['~']='%7E';histogram['!']='%21';histogram['%20']='+';histogram['\u00DC']='%DC';histogram['\u00FC']='%FC';histogram['\u00C4']='%D4';histogram['\u00E4']='%E4';histogram['\u00D6']='%D6';histogram['\u00F6']='%F6';histogram['\u00DF']='%DF';histogram['\u20AC']='%80';histogram['\u0081']='%81';histogram['\u201A']='%82';histogram['\u0192']='%83';histogram['\u201E']='%84';histogram['\u2026']='%85';histogram['\u2020']='%86';histogram['\u2021']='%87';histogram['\u02C6']='%88';histogram['\u2030']='%89';histogram['\u0160']='%8A';histogram['\u2039']='%8B';histogram['\u0152']='%8C';histogram['\u008D']='%8D';histogram['\u017D']='%8E';histogram['\u008F']='%8F';histogram['\u0090']='%90';histogram['\u2018']='%91';histogram['\u2019']='%92';histogram['\u201C']='%93';histogram['\u201D']='%94';histogram['\u2022']='%95';histogram['\u2013']='%96';histogram['\u2014']='%97';histogram['\u02DC']='%98';histogram['\u2122']='%99';histogram['\u0161']='%9A';histogram['\u203A']='%9B';histogram['\u0153']='%9C';histogram['\u009D']='%9D';histogram['\u017E']='%9E';histogram['\u0178']='%9F';ret=encodeURIComponent(ret);for(unicodeStr in histogram){hexEscStr=histogram[unicodeStr];ret=replacer(unicodeStr,hexEscStr,ret);}
return ret.replace(/(\%([a-z0-9]{2}))/g,function(full,m1,m2){return"%"+m2.toUpperCase();});}
hp.php_urldecode=function(str){var histogram={},ret=str.toString(),unicodeStr='',hexEscStr='';var replacer=function(search,replace,str){var tmp_arr=[];tmp_arr=str.split(search);return tmp_arr.join(replace);};histogram["'"]='%27';histogram['(']='%28';histogram[')']='%29';histogram['*']='%2A';histogram['~']='%7E';histogram['!']='%21';histogram['%20']='+';histogram['\u00DC']='%DC';histogram['\u00FC']='%FC';histogram['\u00C4']='%D4';histogram['\u00E4']='%E4';histogram['\u00D6']='%D6';histogram['\u00F6']='%F6';histogram['\u00DF']='%DF';histogram['\u20AC']='%80';histogram['\u0081']='%81';histogram['\u201A']='%82';histogram['\u0192']='%83';histogram['\u201E']='%84';histogram['\u2026']='%85';histogram['\u2020']='%86';histogram['\u2021']='%87';histogram['\u02C6']='%88';histogram['\u2030']='%89';histogram['\u0160']='%8A';histogram['\u2039']='%8B';histogram['\u0152']='%8C';histogram['\u008D']='%8D';histogram['\u017D']='%8E';histogram['\u008F']='%8F';histogram['\u0090']='%90';histogram['\u2018']='%91';histogram['\u2019']='%92';histogram['\u201C']='%93';histogram['\u201D']='%94';histogram['\u2022']='%95';histogram['\u2013']='%96';histogram['\u2014']='%97';histogram['\u02DC']='%98';histogram['\u2122']='%99';histogram['\u0161']='%9A';histogram['\u203A']='%9B';histogram['\u0153']='%9C';histogram['\u009D']='%9D';histogram['\u017E']='%9E';histogram['\u0178']='%9F';for(unicodeStr in histogram){hexEscStr=histogram[unicodeStr];ret=replacer(hexEscStr,unicodeStr,ret);}
ret=decodeURIComponent(ret);return ret;}