while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://i28.tinypic.com/4imuch.png";
break;}

if (numero == 1){
imagen = "http://i26.tinypic.com/6z7oxx.png";
break;}

if (numero == 2){
imagen = "http://i30.tinypic.com/1zpsg37.png";
break;}

if (numero == 3){
imagen = "http://i29.tinypic.com/24907.png";
break;}

if (numero == 4){
imagen = "http://i32.tinypic.com/2s6807t.png";
break;}

}
document.write('<a href="url del foro" target="_self" ><img src="' + imagen + '" border=0 style="width: 961px; height: 313px"></a>');
