_uacct = "UA-889764-6";
urchinTracker();

// LiveInternet counter
document.write(
	'<img src="http://counter.yadro.ru/hit?t14.6;r' +
	escape(document.referrer) + ((typeof(screen) == 'undefined') ? '' : ';s' +
	screen.width + '*' +
	screen.height + '*' +
	(screen.colorDepth ? screen.colorDepth : screen.pixelDepth)) + ';u' +
	escape(document.URL) + ';' +
	Math.random() +
	'" alt="LiveInternet" ' +
	'border="0" width="88" height="31" style="display: none" />'
);

// Mail.ru counter
d=document;
var a = '';
a += ';r=' + escape(d.referrer);
js = 10;
a += ';j=' + navigator.javaEnabled();
js = 11;
s = screen;
a += ';s=' + s.width + '*' + s.height;
a += ';d=' + (s.colorDepth ? s.colorDepth : s.pixelDepth);
js = 12;
js = 13;
d.write('<img src="http://d3.c3.b0.a1.top.list.ru/counter' +
'?id=1061784;t=48;js=' + js + a + ';rand=' + Math.random() +
'" ' + ' border="0" height="31" width="88" style="display: none" />');