cnsd=document;
cnst=escape(cnsd.title);
cnst=cnst.replace(/\+/g,'%2B');
cnsa=navigator.appName;
cnsn=(cnsa.substring(0,2)=='Mi')?0:1;
cnss=screen;cnspx=(cnsn==0)?cnss.colorDepth:cnss.pixelDepth;
if (cnsd.getElementById)
{
	var i=cnsd.createElement('img');
	var iurl='http://show-light.ru/cnstats/cnt-combined.php?i=7';
	var amp=String.fromCharCode(38);
	iurl+=amp+'e='+cnss.width+'.'+cnss.height;
	iurl+=amp+'d='+cnspx+amp+'r='+escape(cnsd.referrer);
	iurl+=amp+'p='+escape(cnsd.location)+amp+'t='+cnst;
	i.src=iurl;
	i.width=1;i.height=1;i.border=0;
	cnsd.getElementById('cnstats_span').appendChild(i);
}
