while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 10);

if (numero == 0){
imagen = "http://img23.xooimage.com/files/f/8/3/uverworld1-15995b4.png";
break;}

if (numero == 1){
imagen = "http://img40.xooimage.com/files/0/5/f/banner-1-1508710.png";
break;}

if (numero == 2){
imagen = "http://img43.xooimage.com/files/9/7/d/imagen169-1599625.png";
break;}

if (numero == 3){
imagen = "http://img24.xooimage.com/files/4/1/d/imagen180-copiar-1599641.png";
break;}

if (numero == 4){
imagen = "http://img41.xooimage.com/files/7/e/2/imagen1-1599658.png";
break;}

}
document.write('<a href="url del foro" target="_self" ><img src="' + imagen + '" border=0 style="width: 1000px; height: 350px"></a>');