function pp(src){
var rn=Math.round(Math.random()*100000);
document.write('<img src="http://'+src+'&rn='+rn+'" height=1 width=1 border=0>');
}
pp('counter.rambler.ru/top100.cnt?255271');
