tloc="http://rudes.ru/rudlog/";
//tloc="http://www.afisha-sochi.ru/sites/rudes/rudlog/";

own=number;
rd_r="own="+own+"&im=104";

try {
rd_r=rd_r+"&rf="+escape(document.referrer)+"&pg="+
escape(window.location.href);
c = new Date(); c.setTime(c.getTime()+900000); 
z=document.cookie;
	var re="(^|;)[\\ ]*ownn"+own+"=([^;]+)($|;)";
	var re2 = new RegExp(re, "i")
	var y = re2.exec(z);
if(y==null){
	d = new Date()
	rd = d.getYear()+"-"+d.getMonth()+"-"+d.getDate()+"-"+d.getHours()+"-"+d.getMinutes()+"-"+d.getSeconds()
	randNum = ""+rd+"-"+Math.random();

	document.cookie="ownn"+own+"="+randNum+"; path=/; expires="+c.toGMTString()+";";
}else{
	var randNum=y[2]
}

} catch (exception) {};

	rd_r+="&randNum="+randNum

if(visible==1) wh="width=88 height=31";
else wh="width=1 height=1";

scrdata="&sw="+screen.width+"&sh="+screen.height+"&scd="+screen.colorDepth+"&spd="+screen.pixelDepth+"&n="+navigator.appName+"&nv="+navigator.appVersion; 

document.write("<a href='"+tloc+"stat/?own="+own+"' target='_top'><img"+
" src='"+tloc+"count.php?"+rd_r+scrdata+"' border=0 "+wh+" alt=\"Система статистики &quot;RUDlog&quot;\"></a>");

document.write("<!-- "+tloc+"count.php?"+rd_r+scrdata+" -->");



