
function posrb(d, y){
    h=d;
    try{ t=document.getElementById('logo'); } catch (e){ h=d;}
    if(t){
        try{ h=t.height + 75 + y; } catch (e){ h=d;}
    }
    if(h){
        if (h<110)h=110;
        try{
            document.getElementById('rightbar').style.top = h + "px";
            document.getElementById('rightbar').style.visibility = "visible";
        } catch(e) {}
    }
}

function site_stats(ln,ra,cd,z) {
    if(!z||isNaN(z))z=0;
    posrb(250, z);
    s = document.getElementById('s_s_spacer');
    if (s) {
        s.innerHTML = '<i' + 'fr' + 'ame src=\'/tracking/counter.php?ln=' + ln +'&ra=' + ra + '&cd=' + cd +
                       '\' width=\'0\' height=\'0\' border=\'0\' scrolling=\'no\' ' +
                       ' style="border:0px;padding:0px;margin:0px;"' +
                       ' frameborder=\'0\' framepadding=\'0\'><' +
                       '/' + 'i' + 'fr' + 'ame>';
    }
}

