var AXPX='';
var c=l=f=0;

nowtime=parseInt((new Date()).getTime()/1000);
nt=new Date();
gyear = nt.getFullYear();
gmonth = nt.getMonth() + 1;
 if(gmonth < 10){gmonth = "0"+gmonth;}
gday = nt.getDate();
 if(gday < 10){gday = "0"+gday;}
gmday = nt.getDay();

ghour = nt.getHours();
 if(ghour < 10){ghour = "0"+ghour;}
gmin = nt.getMinutes();
 if(gmin < 10){gmin = "0"+gmin;}
gsec = nt.getSeconds();
 if(gsec < 10){gsec = "0"+gsec;}

youbi=new Array("Sun","Mon","tue","Wed","Thr","Fri","Sat");
date= ghour +':'+ gmin +':'+ gsec;

ymd = gyear +':'+ gmonth +':'+ gday +'('+ youbi[ gmday ] +')';

if(document.cookie){
	ck=document.cookie.split("; ");
	i=0;
	while(ck[i]){
		if(ck[i].substr(0,5)=="futo="){
			tmp=ck[i].substr(5,ck[i].length).split(".");
			c=tmp[0];
			l=tmp[1];
			f=tmp[2];
			break;
		}
		i++;
	}

}
if(c == 'NaN')c=1;
c++;
r=top.document.referrer+"";
s=screen;sw=s.width;sh=s.height;d=s.colorDepth;
if(f == 'undefined')f=ymd+date;
if(f == '')f=ymd+date;
if(l == '')l="---";
	q=c+'<>'+ymd+'<>'+date+'<>'+l+'<>'+f+'<>'+sw+'<>'+sh+'<>'+d+'<>'+r;
	exp=new Date();
	exp.setTime(nowtime*1000+31536000000);
	document.cookie='futo='+c+'.'+ymd+date+'.'+f+'; expires='+exp.toGMTString();
	AXPX='<img src="./counter/count2.cgi?log;;'+q+'">';


			document.write(	AXPX);