countersDiv=document.getElementById('counters');
function addEvent(obj,evt,fn){if (typeof obj.attachEvent!='undefined'){obj.attachEvent( "on" + evt, fn );}else if(typeof obj.addEventListener!='undefined'){obj.addEventListener( evt, fn, false );}else{}}

cntCode = ''+
'<!--LiveInternet counter--><img src="//counter.yadro.ru/hit;FS-family?r'+
escape(document.referrer)+((typeof(screen)=='undefined')?'':
';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
';;'+Math.random()+
'" width=1 height=1 alt="">'+
'<!--/LiveInternet--> '+

(('/'==window.location.pathname)?'<a href="http://www.andnet.ru/" rel="nofollow" target="_blank"><img src="/images/common/paysyst/and-logo.png" width="88" height="31" alt="АНД сетевые и серверные решения" /></a>':'')+
'<!--LiveInternet logo--><a href="http://www.liveinternet.ru/click;FS-family" target=_blank><img '+
'src="//counter.yadro.ru/logo;FS-family?45.2" border=0 '+
'width=31 height=31 title="liveinternet.ru"></a><!--/LiveInternet--> '+
'<!--Rating@Mail.ru COUNTEr--><!--<a target=_top'+
'href="http://top.mail.ru/jump?from=1341234"><img'+
'src="http://d7.c7.b4.a1.top.list.ru/counter?id=1341234;t=69"'+
'border=0 height=31 width=38'+
'alt="Рейтинг@Mail.ru"/></a>--><!--/COUNTER-->';

addEvent(window,'load',function(){$(countersDiv).html(cntCode)});

