while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://i26.tinypic.com/2wdum2f.png";
break;}

if (numero == 1){
imagen = "http://i38.tinypic.com/xfucyr.png";
break;}

}
document.write('<a href="http://ifwsimulacion.foroactivo.com/forum.htm" target="_self" ><img src="' + imagen + '" border=0 style="width: 700px; height: 400px"></a>');