var banner_4=new Array();
banner_4[0]='
';
banner_4[1]='
';
banner_4[2]='
';
rnd_4=(Math.floor(Math.random()*100))%3;
function banner_rote_4(){
document.write(banner_4[rnd_4]);
while(1){
var tmplr=(Math.floor(Math.random()*100))%3;
if(tmplr!=rnd_4) break;
}
//setTimeout("banner_rote_4()",10000);
}
banner_rote_4()