while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 2);

if (numero == 0){
imagen = "http://i398.photobucket.com/albums/pp63/nova__album/Foro/Portal/banner_noviembre.png";
break;}

if (numero == 1){
imagen = "http://i398.photobucket.com/albums/pp63/nova__album/Foro/Portal/banner_huerto.png";
break;}

}
document.write('<a href="url del foro" target="_self" ><img src="' + imagen + '" border=0 style="width: 600px; height: 410px"></a>');