var ed=new Date();
var now=ed.getTime();
function gv_cnzz (offset){
var endstr = document.cookie.indexOf(";",offset);
if(endstr==-1){
endstr=document.cookie.length;
}
return unescape(document.cookie.substring(offset,endstr));
}
function gc_cnzz(name){
var arg=name+"=";
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 null;
}
var agt=navigator.userAgent.toLowerCase();
data='&agt='+escape(agt)+'&r='+escape(document.referrer)+'&aN='+escape(navigator.appName)+'&lg='+escape(navigator.systemLanguage)+'&OS='+escape(navigator.platform)+'&aV='+escape(navigator.appVersion)+'&ntime=0.56919900 1213236724';
//for review look times
cnzz_a=gc_cnzz("cnzz02");
if(cnzz_a!=null){
cnzz_a=parseInt(cnzz_a);
cnzz_a=cnzz_a+1;
}else{cnzz_a=0;}
data=data+'&repeatip='+cnzz_a;
rtime=gc_cnzz("rtime");
ltime=gc_cnzz("ltime");
cnzz_eid=gc_cnzz("cnzz_eid");
if(cnzz_eid==null){
cnzz_eid=Math.floor(Math.random()*100000000)+"-"+document.referrer;
}
if(ltime<1000000){
rtime=0;
ltime=0;
}else{rtime=parseInt(rtime);}
if(rtime<1) rtime=0;
ltime=parseInt(ltime);
now=parseInt(now);
if(((now-ltime)>43200*1000)&&(ltime>0)) rtime=rtime+1;
data=data+'&rtime='+rtime+'&cnzz_eid='+escape(cnzz_eid)+'&showp='+escape(screen.width+'x'+screen.height);
document.write('
');
document.write('
');
ed.setTime(ed.getTime() + 500*86400);
document.cookie="cnzz02="+cnzz_a+";expires="+ed.toGMTString()+"; path=/";
ed.setTime(now + 1000*86400*182);
document.cookie="rtime="+rtime+";expires="+ed.toGMTString()+";path=/";
document.cookie="ltime="+now+";expires="+ed.toGMTString()+";path=/";
document.cookie="cnzz_eid="+escape(cnzz_eid)+";expires="+ed.toGMTString()+";path=/";