var tc_user="YFENKE";
var tc_class="10";
var tc_union="";
var tc_type="1";
var tc_style="7";
if (tc_user==null) tc_user="YFENKE";
_dw('<img WIDTH=0 EIGHT=0 src=http://stat.t2t2.com/log/log1.htm?default&user='+tc_user+' border=0></a>');
function _dw(string) {document.write(string);}

//站长统计开始
function gv_cnzz(of){
	var es = document.cookie.indexOf(";",of);
	if(es==-1) es=document.cookie.length;
	return unescape(document.cookie.substring(of,es));
}
function gc_cnzz(n){
	var arg=n+"=";
	var alen=arg.length;
	var clen=document.cookie.length;
	var i=0;
	while(i<clen){
	var j=i+alen;
	if(document.cookie.substring(i,j)==arg) return gv_cnzz(j);
	i=document.cookie.indexOf(" ",i)+1;
	if(i==0)	break;
	}
	return -1;
}
var cnzz_ed=new Date();
var cnzz_now=parseInt(cnzz_ed.getTime());
var cnzz_data='&r='+escape(document.referrer.substr(0,512))+'&lg='+escape(navigator.systemLanguage)+'&ntime=0.15158000 1272725095';
var cnzz_a=gc_cnzz("cnzz_a8711");
if(cnzz_a!=-1) cnzz_a=parseInt(cnzz_a)+1;
else cnzz_a=0;
var rt=parseInt(gc_cnzz("rtime"));
var lt=parseInt(gc_cnzz("ltime"));
var cnzz_st = parseInt((cnzz_now-lt)/1000);
var cnzz_sin = gc_cnzz("sin8711");
if(cnzz_sin==-1) cnzz_sin='none';
if( document.referrer.split('/')[2]!=document.domain ) cnzz_sin=document.referrer;
var cnzz_eid=gc_cnzz("cnzz_eid");
if(cnzz_eid==-1) cnzz_eid=Math.floor(Math.random()*100000000)+"-"+1272725095+"-"+document.referrer.substr(0,64);
if(lt<1000000){rt=0;lt=0;}
if(rt<1) rt=0;
if(((cnzz_now-lt)>500*86400)&&(lt>0)) rt++;
cnzz_data=cnzz_data+'&repeatip='+cnzz_a+'&rtime='+rt+'&cnzz_eid='+escape(cnzz_eid)+'&showp='+escape(screen.width+'x'+screen.height)+'&st='+cnzz_st+'&sin='+escape(cnzz_sin.substr(0,512))+'&res=0';
document.write('<a href="http://www.cnzz.com/stat/website.php?web_id=8711" target=_blank title="&#31449;&#38271;&#32479;&#35745;"><img border=0 width=0 height=0 hspace=0 vspace=0 src="http://icon.cnzz.com/pic.gif" /></a>');
document.write('<img src="http://zs3.cnzz.com/stat.htm?id=8711'+cnzz_data+'" border=0 width=0 height=0 />');

var cnzz_et=(86400-cnzz_ed.getHours()*3600-cnzz_ed.getMinutes()*60-cnzz_ed.getSeconds());
cnzz_ed.setTime(cnzz_now+1000*(cnzz_et-cnzz_ed.getTimezoneOffset()*60));
document.cookie="cnzz_a8711="+cnzz_a+";expires="+cnzz_ed.toGMTString()+ "; path=/";
document.cookie="sin8711="+escape(cnzz_sin)+ ";expires="+cnzz_ed.toGMTString()+";path=/";
cnzz_ed.setTime(cnzz_now+1000*86400*182);
document.cookie="rtime="+rt+";expires="+cnzz_ed.toGMTString()+ ";path=/";
document.cookie="ltime="+cnzz_now+";expires=" + cnzz_ed.toGMTString()+ ";path=/";
document.cookie="cnzz_eid="+escape(cnzz_eid)+ ";expires="+cnzz_ed.toGMTString()+";path=/";
//站长统计结束


//太极统计开始
var m_tc_server="vip1.t2t2.com";
var m_tc_website="14190";
var m_tc_parent_website="0";
var m_tc_style="1";
function SetCookie(sName, sValue, timeKeep)
{
	var now=new Date();
	var expireTime= new Date(now.valueOf()+timeKeep*60000*60);
	document.cookie = sName + "=" + escape(sValue) + "; path=/; expires=" + expireTime.toGMTString() + ";";
}

function GetCookie(sName)
{
	var aCookie = document.cookie.split("; ");
	for (var i=0; i < aCookie.length; i++)
	{
		var aCrumb = aCookie[i].split("=");
		if (sName == aCrumb[0]) 
			return unescape(aCrumb[1]);
	}
	return null;
}

function GetCurrentDateTime()
{
    var date = new Date();
    var current=new String("");
    current += date.getFullYear()+"-";
    current += date.getMonth() + 1+"-";
    current += date.getDate()+" ";
    current += date.getHours()+":";
    current += date.getMinutes()+":";
    current += date.getSeconds();
    return current;
}

m_tc_parent_website=m_tc_parent_website=="0"?m_tc_website:m_tc_parent_website;
//	Cookie名称
var m_tc_cookie_unique="tc_total_cookie_"+m_tc_website;
var m_tc_cookie_all_uniquee="tc_total_cookie_parent_"+m_tc_parent_website;
var m_tc_cookie_datetime="tc_total_cookie_datetime_"+m_tc_website;
// 是否唯一用户；24小时算一次
var m_tc_unique_user;
var m_tc_all_unique_user;
if (GetCookie(m_tc_cookie_unique)==null)
{
	m_tc_unique_user="1";
	SetCookie(m_tc_cookie_unique,"1",24);
}
else
	m_tc_unique_user="0";
if (GetCookie(m_tc_cookie_all_uniquee)==null)
{
	m_tc_all_unique_user="1";
	SetCookie(m_tc_cookie_all_uniquee,"1",24);
}
else
	m_tc_all_unique_user="0";
// 访问时间
var m_tc_datetime=GetCookie(m_tc_cookie_datetime);
SetCookie(m_tc_cookie_datetime,GetCurrentDateTime(),365*24);
if (m_tc_datetime==null)
	m_tc_datetime="";

// 统计代码
document.write("<iframe src=\"http://"+m_tc_server+"/log.htm?website_id="+m_tc_website+"&unique="+m_tc_unique_user+"&all_unique="+m_tc_all_unique_user+"&dpi="+escape(screen.width)+"*"+escape(screen.height)+"&jsversion=&color="+escape(screen.colordepth)+"&language="+escape(navigator.browserLanguage)+"&location="+escape(location.href)+"&refer="+escape(document.referrer)+"&datetime="+escape(m_tc_datetime)+"\" style=\"display:none;width:0;height:0;\"></iframe>");
// 图标
switch (m_tc_style)
{
	case "1":		// 图标
		document.write("<a href=\"http://report.textclick.com/?website_id="+m_tc_website+"\" target=_blank title=\"太极统计最权威的网站流量统计\"></a>");
		break;
	case "2":		// 文字，样例：[太极统计]
		document.write("<a href=\"http://report.textclick.com/?website_id="+m_tc_website+"\" target=_blank>[太极统计]</a>");
		break;
	case "3":		// 文字，样例：[本站统计]
		document.write("<a href=\"http://report.textclick.com/?website_id="+m_tc_website+"\" target=_blank>[本站统计]</a>");
		break;
	default:
		break;
}
//太极统计结束
