function login(n){var t=location.href;return n&&t.indexOf("#"+n)<0&&(t+="#"+n),location.href="//passport.cnblogs.com/login.aspx?ReturnUrl="+encodeURIComponent(t),!1}function logout(){return confirm("确认退出吗？")&&(location.href="//passport.cnblogs.com/logout.aspx?ReturnUrl="+encodeURIComponent(location.href)),!1}function register(){return location.href="//passport.cnblogs.com/register.aspx?ReturnUrl="+encodeURIComponent(location.href),!1}function LoadUserInfo(){var n="//passport.cnblogs.com";$.ajax({url:n+"/user/LoginInfo",dataType:"jsonp",success:function(t){$("#span_userinfo").html(t);var i=parseInt($("#current_spaceId").html());i>0&&$.ajax({url:n+"/user/NewMsgCount",data:"spaceUserId="+i,dataType:"jsonp",success:function(n){n&&$("#msg_count").html("("+n+")").show()}})}})}function google_search(){var t=document.getElementById("w").value,f="//www.google.com/search?q=",u,i,e,r,n;return t.indexOf("blog:")==0&&(u=t.indexOf(":"),i=t.indexOf(" "),u<i&&i<t.length)?(e=t.substring(u+1,i),location.href=f+encodeURIComponent("site:www.cnblogs.com/"+e+"/"+t.substring(i)),!1):(r=$.urlParam("t"),n="cnblogs.com",r=="b"?n="www."+n:r=="k"?n="kb."+n:r=="q"?n="q."+n:r=="n"&&(n="news."+n),location.href=f+encodeURIComponent("site:"+n+" "+t),!1)}$(function(){LoadUserInfo()})