while(true){ aleatorio = Math.random(); numero = Math.round(aleatorio * 4); if (numero == 0){ imagen = "http://s7.directupload.net/images/120412/gt3ft65w.jpg"; break;} if (numero == 1){ imagen = "http://s14.directupload.net/images/120412/8p6izgnf.jpg"; break;} if (numero == 2){ imagen = "http://s14.directupload.net/images/120412/zsnsfm5a.jpg"; break;} if (numero == 3){ imagen = "http://s7.directupload.net/images/120412/v8mrvmbf.jpg"; break;} } document.write('');