var timeoutId;function Init(b){$("#sb_form_q").focus();$("#sw_nav").hide();addMapsLink(b);$(".sn_trendItem").hover(function(){var a=$(this);a.addClass("sn_hover");setTimeout(function(){SelectTrend(a,true)},200)},function(){$(this).removeClass("sn_hover")});$(".sn_trendItem a").click(function(b){b.preventDefault();var a=$(this.parentNode.parentNode.parentNode);a.addClass("sn_hover");setTimeout(function(){SelectTrend(a,true)},200)});$(".sn_trendItem").click(function(){var b=$(this).attr("id").replace("sn_trendItem",""),a=$("#sn_trendDetail"+b),c=a.find("h3").text();clearTimeout(timeoutId);CallBeacon(c,"c")});$(".sn_authorImg img").one("load",function(){$(this).css("background-image","none").unbind()}).one("error",function(){$(this).hide()});var a=$("#sn_trendItem1");if(a!=null){a.addClass("sn_hover");SelectTrend(a,false)}}function addMapsLink(a){$('<div id="sn_rightPane"><div id="sn_twitterMapLink"><a href="'+a.mapsLinkHref+'"><span>'+a.mapsLinkText+"</span></a></div></div>").appendTo("#sw_main")}function SelectTrend(b,e){if(b)if(!$(b).hasClass("sn_hover"))return;var c=$(b).attr("id").replace("sn_trendItem",""),f=$(".sn_trendList"),g=$(".sn_trendDetail");f.find("li").removeClass("sn_trendItemSelected");g.hide();$(".sn_trendItemSelectedArrow").hide();var d=$("#sn_trendItem"+c),a=$("#sn_trendDetail"+c);d.addClass("sn_trendItemSelected");a.show();d.find(".sn_trendItemSelectedArrow").show();ResizeImage(a.find(".sn_trendImg img"));if(e){var h=a.find("h3").text();clearTimeout(timeoutId);timeoutId=setTimeout(function(){CallBeacon(h,"h")},5e3)}}function ResizeImage(d){if(d){var b=100,c=100,a=$(d);a.removeAttr("width").removeAttr("height");if(a.width()>a.height()&&a.width()>c)a.width(c);else a.height()>b&&a.height(b)}}function CallBeacon(b,a){var c="/social/search?q="+encodeURIComponent(b)+"&t_p="+encodeURIComponent(a);$.get(c,null)};
