
/* ----- blitzprice.js ----- */
//LiveInternet counter
function counter_LiveInternet(document, screen){

<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t44.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='31' height='31'><\/a>");
<!--/LiveInternet-->
}

function banner(document){
        var arr_len=4;
        var ran_unrounded=Math.random()*arr_len;
        var r=Math.floor(ran_unrounded);
        banner=new Array(
                '<a href="http://www.bast.com.ua" target="_new"><img src="/banner/bast_banner.gif" border="0"/>',
                '<a href="http://www.esta.com.ua/antipotop.html" target="_new"><img src="/banner/neptun-msc_1.gif" border="0"/>',
                '<a href="#"><img src="/banner/sksweb.jpg" border="0"/>',
                '<a href="http://www.continent.com.ua" target="_new"><img src="/banner/continent.gif" border="0"/>',		
                '<a href="http://www.liderpk.dp.ua" target="_new"><img src="/banner/lider-plastic.gif" border="0"/>'
        );
        document.write(banner[r]);
        document.write('<');
        document.write('/');
        document.write('a');
        document.write('>');
}



