while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://h.imagehost.org/0056/meriiiiiiii.jpg";
break;}

if (numero == 1){
imagen = "http://h.imagehost.org/0784/asdadsas.jpg";
break;}

if (numero == 2){
imagen = "http://i.imagehost.org/0525/wowchristina3.jpg";
break;}

}
document.write('<a href="http://www.wowchristina.foroactivo.com" target="_self" ><img src="' + imagen + '" border=0 style="width: 799px; height: 450px"></a>');