var uid=GetCookie("userid")
var um=GetCookie("jcusername");
var furl=document.location;
function Ustitle()
	{ if(uid!=null&&typeof(uid)!='undefined'&&um!=null&&typeof(um)!='undefined')
		{
	 	$("#dvustitle").html("<ul><li class=\"user-info\"><strong>"+um+"</strong> 您好,欢迎来到锦程物流网</li><li><a href='http://www.jctrans.com/office/index.html' target='_blank'>我的办公室</a></li><li><a href='http://www.jctrans.com/office/login.html?flag=1&forward="+furl+"'>退出</a></li></ul>");
		//	var loc=GetCookie("jcloc");
		//	if(loc==null){SetCookie("jcloc","2",1000*60,"/",".jctrans.com");loc="2";}
	 	//	var url ="http://www.jctrans.com/mscount.aspx?callback=?&ur="+um;
	 	//	$.getJSON(url,function(data){
	 	//		var ur=data.ur;
	 	//		if(ur==null||ur=="")
	 	//		{$("#dvustitle").html("<ul><li class=\"user-info\"><strong>"+um+"</strong> 您的位置是"+(loc=="2"?"二级市场<a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a>":"一级市场<a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a>")+"，您还可以进入<a href='javascript:void(0)' onclick=\"GoMarket('"+loc+"')\">"+(loc=="1"?"二级市场":"一级市场")+"</a><a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a></li><li><a href='http://www.jctrans.com/office/index.html' target='_blank'>我的办公室</a></li><li><a href='http://www.jctrans.com/office/login.html?flag=1&forward="+furl+"'>退出</a></li></ul>");}
	 	//		var str=ur.split(',');var b=true;
	 	//		for(i=0;i<str.length;i++){if(str[i]=="111"||str[i]=="112"||str[i]=="113"){b=false;;break;}}
    	//		$("#dvustitle").html("<ul><li class=\"user-info\"><strong>"+um+"</strong> 您的位置是"+(loc=="2"?"二级市场<a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a>":"一级市场<a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a>")+"，您还可以进入<a href='javascript:void(0)' onclick=\""+(b==true?"GoMarket('"+loc+"')":"javascript:alert('您无权进入一级市场')")+"\">"+(loc=="1"?"二级市场":"一级市场")+"</a><a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a></li><li><a href='http://www.jctrans.com/office/index.html' target='_blank'>我的办公室</a></li><li><a href='http://www.jctrans.com/office/login.html?flag=1&forward="+furl+"'>退出</a></li></ul>");
    	//	});  
    	}
    	else
    	{
    	    $("#dvustitle").html("<ul><li>您好,欢迎来到锦程物流网！</li><li><a href='http://www.jctrans.com/login.html' target='_blank'>[请登录]</a></></li><li><a href='http://www.jctrans.com/Reg/register.html' target=_blank>[免费注册]</a></></li></ul>");
    	}
    } 
   
      	 //document.write("<scri"+"pt type=\"text/javascr"+"ipt\" src=\"http://shipping.jctrans.com/content/js/jsmarket.js\"></scr"+"ipt>");  	

  function GoMarket(i){
  	if(i=="1"){
  		SetCookie("jcloc","2",1000*60,"/",".jctrans.com");
  		$("#dvustitle").html("<ul><li class=\"user-info\"><strong>"+um+"</strong> 您的位置是二级市场<a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a>，您还可以进入<a href='javascript:void(0)' onclick=\"GoMarket('2')\">一级市场</a><a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a></li><li><a href='http://www.jctrans.com/office/index.html' target='_blank'>我的办公室</a></li><li><a href='http://www.jctrans.com/office/login.html?flag=1&forward="+furl+"'>退出</a></li></ul>");
		MarketInfo(2);
	}  
   else if(i=="2"){
   		SetCookie("jcloc","1",1000*60,"/",".jctrans.com");   
   		$("#dvustitle").html("<ul><li class=\"user-info\"><strong>"+um+"</strong> 您的位置是一级市场<a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a>，您还可以进入<a href='javascript:void(0)' onclick=\"GoMarket('1')\">二级市场</a><a href=\"http://www.jctrans.com/lh/zhuanti/01_03.htm\" target=\"_blank\" class=\"imglink\"><img src=\"http://style.jctrans.com/pub/img_bg.gif\" /></a></li><li><a href='http://www.jctrans.com/office/index.html' target='_blank'>我的办公室</a></li><li><a href='http://www.jctrans.com/office/login.html?flag=1&forward="+furl+"'>退出</a></li></ul>");}
   		MarketInfo(1);
   		RefreshPage();
  }
  function MarketInfo(i)
  {	
  	  if(document.location.href.indexOf("/yj.htm")>-1){
  	  	AjaxInfo("hyjlst",i,0);
  	  }
  }
  function AjaxInfo(objname,i,loc)
  {
  	  var gurl="";
  	  var str=$("#hyjlst").html();
  	  if(loc==0){
  	  	if(i==1){gurl="/ajaxinfo.aspx?flag=10";}else if(i==2){gurl="/ajaxinfo.aspx?flag=11"}
  	  }
  	  if(gurl!="")
  	  {
  	  	$.ajax({type: "get",
		url: gurl,
		beforeSend: function(XMLHttpRequest){
			
			$("#hyjlst").html("<div style='height:100px;text-align:center'><img src='/images/loader.gif' broder=0 /></div>");	
		},
		success: function(data, textStatus){
			if(data.length>0)
			{$("#hyjlst").html(data)}
			else{$("#hyjlst").html(str)};
		},
		complete: function(XMLHttpRequest, textStatus){
			//$("#hyjlst").html("");
		},
		error: function(){
			$("#hyjlst").html(str);
		}
		});
	}
  }
  Ustitle();
