﻿var toplinkinfo="";
function get_msgcount(){
   var num=0;
   num=$.cookie("msgcount");
   if(num==null)num=0;
   return "新短信(<a href='http://my.516.com/admin/index.action?id=2&item=sxx' >"+num+"</a>)";
}
function getlogin(id){
      
      toplinkinfo="";//管理中心及516.com的头部信息
      mytop="";//个人主页的头部信息
      if(document.getElementById("pagetoplink")!=null){
			  //toplinkinfo+="|<a class=\"utilDiv\" href='http://my.516.com/admin/index.action?id=10&item=kgdjm' >我看过的视频</a>";
			  toplinkinfo+=" | <a href=\"http://www.516.com\" onClick=\"this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.516.com/\');return(false);\" style=\"behavior: url(#default#homepage)\">设为首页</a>";
			  toplinkinfo+=" | <a href='http://www.516.com/help/index.html' target=_blank >帮助</a>"; 
	       if(login_user_id>0){
	         login_nick_name=login_nick_name.replace(/\"/g,"");
	         toplinkinfo="欢迎您,<a href='http://"+login_user_name+".516.com' target=_blank >"+login_nick_name+"</a>&nbsp;"+get_msgcount()+toplinkinfo;          
	         toplinkinfo+=" | <a href='http://www.516.com/user/logout.action' >退出</a>";
	       }else{
	         toplinkinfo=" | <a href=\"javascript:window.external.addFavorite('http://www.516.com','我要乐')\" >加入收藏</a>"+toplinkinfo;
	         toplinkinfo=" | <a class=\"utilDiv\" href='http://www.516.com/user/regindex.action' >免费注册</a>"+toplinkinfo;
	         toplinkinfo="<b><a class='utilDiv' href='http://www.516.com/user/login.action' >登录</a></b>"+toplinkinfo; 
	       }
		   if(id){
				document.getElementById(id).innerHTML=toplinkinfo;
		   }else{
				toplinkwrite("#pagetoplink",toplinkinfo);
		   }
       }
       if(document.getElementById("mypagetoplink")!=null){
	       if(login_user_id>0){
	         login_nick_name=login_nick_name.replace(/\"/g,"");
	         mytop="欢迎您,<a href='http://"+login_user_name+".516.com/' target=_blank >"+login_nick_name+"</a>&nbsp;"+get_msgcount()+toplinkinfo;
	         mytop+="<a href=\"#\" onclick=\"javascript:this.blur();document.getElementById('nav_list').style.display='block';\" title=\"我要乐导航\" >我要乐导航</a>";
	         mytop+="<a href='http://www.516.com/user/logout.action' >退出</a>";
	       }else{
	         mytop+="<a id=\"tool-bar-login\" href=\"#\" onClick=\"doLogin();\" title=\"登录\">登录</a>|";
			 mytop+="<a href=\"http://www.516.com/user/regindex.action\" target=\"_blank\" title=\"注册\">注册</a>|";
			 mytop+="<a href=\"#\" onclick=\"javascript:this.blur();document.getElementById('nav_list').style.display='block';\" title=\"我要乐导航\" >我要乐导航</a>";
	       }
	       toplinkwrite("#mypagetoplink",mytop);	       
       }       
}

 
function getSearchHead(){ 
	var ele=document.getElementById('div_search_Head');
   	if(ele){			  
		toplinkinfo+=" | <a href=\"javascript:try{this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.516.com/search/index.html');return(false);}catch(e){}\" style=\"behavior: url(#default#homepage)\">设为首页</a>";
		toplinkinfo+=" | <a href='http://www.516.com/help/index.html' target=_blank >帮助</a>"; 
	    if(login_user_id>0){
			login_nick_name=login_nick_name.replace(/\"/g,"");
			var index="&nbsp;<a  href='http://www.516.com/index.html' >516首页</a>&nbsp;|&nbsp;"; 
	         toplinkinfo="欢迎您,<a href='http://"+login_user_name+".516.com' target=_blank >"+login_nick_name+"</a>&nbsp;"+index+get_msgcount()+toplinkinfo;          
	         toplinkinfo+=" | <a href='http://www.516.com/user/logout.action' >退出</a>";
	    }else{
			toplinkinfo=" | <a href=\"javascript:window.external.addFavorite('http://www.516.com','我要乐')\" >加入收藏</a>"+toplinkinfo;	        
			toplinkinfo="<b><a href='http://www.516.com/index.html' >516首页</a></b>"+toplinkinfo; 
	    }
		
		ele.innerHTML=toplinkinfo;
    } 		
}
function toMyHome(){
	if(login_user_id>0)
		window.location = "http://" + login_user_name + ".516.com/";
	else
		alert("请先登录或注册");
}
function t_findMyHome(){
	if(login_user_id>0)
		window.location = "http://"+login_user_name+".516.com/index.html";
	else
		alert("请先登录或注册");
}
function t_manageMyHome(){
	if(login_user_id>0)
		window.location = "http://"+login_user_name+".516.com/my/space/admin/index.action";
	else
		alert("请先登录或注册");
}

function toplinkwrite(vbody,vcontent){
  $(vbody).html(vcontent);
}
function login_timmers(){
   getLoginedInfo();
   getlogin();
   getSearchHead();
}
login_timmers();
setInterval('login_timmers()',5000);
