while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://i38.tinypic.com/34t49ww.jpg";
break;}

if (numero == 1){
imagen = "http://i38.tinypic.com/2zfqqea.jpg";
break;}



/*AQUÍ SE PEGA LOS OTROS CÓDIGOS*/

}
document.write('<a href="url del foro" target="_self" ><img src="' + imagen + '" border=0 style="width: 960px; height: 320px"></a>');