while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://img36.imageshack.us/img36/1498/banner1hjh.jpg";
break;}

if (numero == 1){
imagen = "http://imagehost.es/files/59108.jpg";
break;}

if (numero == 2){
imagen = "http://imagehost.es/files/61163.png";
break;}


}
document.write('<a href="http://jonalex2.tk/" target="_self" ><img src="' + imagen + '" border=0 style="width: 980px; height: 153px"></a>');