while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://i35.tinypic.com/14lt25t.jpg";
break;}

if (numero == 1){
imagen = "http://i38.tinypic.com/71k8lj.jpg";
break;}

if (numero == 2){
imagen = "http://i36.tinypic.com/339q33l.gif";
break;}

}
document.write('<a href="http://ps3marine49.foroactivo.com/" target="_self" ><img src="' + imagen + '" border=0 style="width: 640px; height: 480px"></a>');