function fGetCookie(name) {
  var cookieValue = "";
  var search = name + "=";
  if(document.cookie.length > 0) { 
    offset = document.cookie.indexOf(search);
    if (offset != -1) { 
      offset += search.length;
      end = document.cookie.indexOf(";", offset);
      if (end == -1) end = document.cookie.length;
      cookieValue = unescape(document.cookie.substring(offset, end));
    }
  }
  return cookieValue;
}
function fSetCookie(name, value, time, tdomain) {
  var expire = "";
  if(tdomain){
	var domain = "; domain=56.com; path=/";
  }
  else{
	var domain = "";
  }
  if(time != "") {
    expire = new Date((new Date()).getTime() + time);
    expire = "; expires=" + expire.toGMTString();
  }
  document.cookie = name + "=" + escape(value) + expire + domain;
}
function fJ_get(name){
	var get  =location.search||location.hash;
	var start	=get.indexOf(name + '=');
	if (start == -1) return '';
	var len = start + name.length + 1;
	var end = get.indexOf('&',len);
	if (end == -1) end = get.length;
	return unescape(get.substring(len,end));
}
function randomChar(m){
	//m为随机字符串的长度
	var x="0123456789poiuytrewqasdfghjklmnbvcxzQWERTYUIOPLKJHGFDSAZXCVBNM";
	var tmp="";
	for(var i=0;i<m;i++) {
	tmp += x.charAt(Math.ceil(Math.random()*100000000)%x.length);
	}
	return tmp;
}
function inc(url,id){
	a = document.createElement( 'script' );
	if(id)a.setAttribute("id","script_"+id);
	a.setAttribute("charset","gb2312");
	a.type = 'text/javascript';
	a.src= url;
	document.getElementsByTagName('HEAD')[0].appendChild(a);
}
var expireDate=new Date();
var hours=expireDate.getHours();
var minutes=expireDate.getMinutes();
var seconds=expireDate.getSeconds();
var agt=navigator.userAgent.toLowerCase();
var isalexa=agt.indexOf("alexa")>-1?1:0;
var data='&r='+escape(document.referrer)+'&l='+escape(location.href);
var wole_all_s = fGetCookie("wl_all_s");
var wole_site_s = fGetCookie("wl_"+webid+"_s");
var isunion = fGetCookie("u_cid")?"1":"0";
var unioninfo = fGetCookie("u_info");
var member_id = fGetCookie("member_id");
var geoip = fGetCookie("geoip");
var c_h	= fGetCookie("c_h")?"y":"";
var unioninfoArray = unioninfo.split("--");
var unionid = unioninfoArray[0]?unioninfoArray[0]:'';
var siteid = unioninfoArray[1]?unioninfoArray[1]:'';
var all_ind_user = wole_all_s=="y"?"0":"1";
var site_ind_user = wole_site_s=="y"?"0":"1";
var lefttime=1000*(86400-hours*3600-minutes*60-seconds);
//inc('http://www.56.com/js/cw.js');

//9991stat
if(isunion==0 && (document.referrer.indexOf(".9991.")>-1 || document.referrer.indexOf(".2345.")>-1 || document.referrer.indexOf("hao123.com")>-1)){
	isunion="1"; 
	if(document.referrer.indexOf("hao123.com")>-1) {unionid="hao123"; u_info="hao123--0";}else{unionid="9991"; u_info="9991--0";}
	fSetCookie("u_cid","1","",1);
	fSetCookie("u_info",u_info,"",1);
}
//union
if(fJ_get('unid')){
	isunion="1";
	unionid = fJ_get('unid');
	siteid = fJ_get('usid');
	u_info=unionid+"--"+siteid;
	fSetCookie("u_cid",isunion,"",1);
	fSetCookie("u_info",u_info,"",1);
}

inc('http://stat2.corp.56.com/stat.htm?statid='+webid+'&site_ind_user='+site_ind_user+'&all_ind_user='+all_ind_user+'&isunion='+isunion+'&unionid='+unionid+'&siteid='+siteid+'&alexa='+isalexa+data);
fSetCookie("wl_all_s", "y", lefttime, 1);
fSetCookie("wl_"+webid+"_s", "y", lefttime, 0);
if (member_id.indexOf('guest') > -1) { fSetCookie("member_id","",lefttime,1); }
if (geoip.indexOf('-')<0) { fSetCookie("geoip","",1000,1);}
if (c_h == "" && location.href.match(/http:\/\/www.56.com\/\w\d\d\//) && (document.referrer == '' || document.referrer.indexOf('.56.com') < 0))  {
fSetCookie("c_h","y",30000,1);
inc('http://stat2.corp.56.com/check/?'+location.href);
}


// 判断是否给外面iframe了
try{
if (top.location != self.location && top.location.href.indexOf('56.com') < 0) {
document.write("<img src=http://acs.56.com/redirect/click/1531/http:// border=0 width=1 height=1>");
}}catch(e){}

// 搜索结果页面增加一个动态广告 
if (location.href.indexOf('http://so.56.com/index?') > -1) {
var ad_56com_height=1;var ad_56com_width=1;
document.write("<script src=http://acs.56.com/ac/ac_31.js></s"+"cript>");
}

//zhys9 090707
(function (){

	var lst=fGetCookie("lst");
	if(lst) {
		setInterval("inc('http://stat.56.com/php/lst.php')",200000);
		return;
	}else{
		if(member_id && member_id.indexOf("guest")!=0) {
			document.write("<img style='display:none;' src='http://stat.56.com/php/lst.php' />");
			setInterval("inc('http://stat.56.com/php/lst.php')",200000);
		}
	}
})();

void function(){
	function WebPlayerCtrlActiveExist(){try{var obj = new ActiveXObject("WEBPLAYER.WebPlayerCtrl.1");return true;}catch(e){return false;}}
	if (WebPlayerCtrlActiveExist()) { 
	document.write("<img src=http://s2.56.com/checkforactivex.jpg border=0 width=1 height=1 style=\"display:none\">");
	}
}();


