setTimeout(function(){
var ho=document.getElementById('menu').clientHeight;
var hn=document.body.clientHeight-230;
if(document.getElementById('content').clientHeight>hn)
  hn=document.getElementById('content').clientHeight;
document.getElementById('menu').style.height=hn+'px';
hn=hn-ho-15;
document.getElementById('menu').innerHTML+="<div style='margin-top:"+(hn>0 ? hn : 50)+"px;'><a href='http://www.liveinternet.ru/click' target=_blank><img src='http://counter.yadro.ru/hit?t52.1;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='' title='LiveInternet: показано число просмотров и посетителей за 24 часа' border='0' width='88' height='31'></a></div>";
},100);
