    priceWindow = null;
function closeWin(){if (priceWindow) priceWindow.close();}
    function openPrice(html_file) {
        closeWin();
        var w1=640, h1=465, x_ots=(screen.width-w1)/2-13, y_ots=(screen.height-h1)/2-70;
        var strFutures='top=' + y_ots + ',left=' + x_ots + ',width=' + w1 + ',height=' + h1 
            + ',toolbar=0,status=0,menubar=0,location=0,resizable=0,scrollbars=0';
            priceWindow = window.open(html_file, "price", strFutures);
    }

var _tops = new Array(
new count('http://hit5.hotlog.ru/cgi-bin/hotlog/count?s=118358&im=119'),
new count('http://u813.61.spylog.com/cnt?cid=81361&p=1'),
new count('http://d6.ce.b3.a1.top.list.ru/counter?id=1304316;t=223')
);

 function giv_stat(arr) {
             document.writeln('<div style="position:absolute; top:0; left:0; width:0; height:0; visibility:hidden">');
             for(var i=0; i<arr.length; i++) {
                  document.writeln(arr[i].str);
             }
document.write('<a href="http://www.liveinternet.ru/click" '+
'target=_blank><img src="http://counter.yadro.ru/hit?t57.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="" title="LiveInternet" '+
'border=0 width=88 height=31></a>');

             document.writeln('</div>');
 }
 
 
 function count(img_url,h,w) { 
         this.img_url = img_url;
         this.h = h || '31';
         this.w = w || '88';
         this.str = '<img src="' 
               + this.img_url  
               + '" border=0 height=' + this.h + 'width=' +this.w + 'alt="" />' ;
 return this;
 } 

