function _estat(_s, _p, _c)
{
	var _S="http://perso.estat.com/m/00/";
	var _M=_s+"?";
	_M+="n="+Math.round(Math.random()*1000000000);
	_M+="&c="+escape(_c);
	_M+="&p="+escape(_p);
	var _R;(typeof(top.location.href)=="string")?_R=escape(top.document.referrer):_R=escape(document.referrer);
	if (_R=="undefined"||_R=="")
		_R="_bm_";
	_M+="&r="+_R;
	if(typeof(screen)=="object")
	{
		_M+="&scw="+screen.width;
		_M+="&sch="+screen.height;
		_M+="&scp="+screen.colorDepth
	};
	document.write('<A HREF="http://www.estat.com/getstats?serial='+_s+'" TARGET="_blank"><IMG'+' BORDER="0" SRC="'+_S+_M+'"></A>')
}
_UJS=1;
