while(true){
aleatorio = Math.random();
numero = Math.round(aleatorio * 3);

if (numero == 0){
imagen = "http://i583.photobucket.com/albums/ss279/animefall/new_Logo_project01.jpg";
break;}

if (numero == 1){
imagen = "http://i583.photobucket.com/albums/ss279/animefall/new_Logo_project02.jpg";
break;}


if (numero == 2){
imagen = "http://i583.photobucket.com/albums/ss279/animefall/new_Logo_project03.jpg";
break;}




}
document.write('<a href="http://www.animefall.com.ar" target="_self" ><img src="' + imagen + '" border=0 style="width: 833px; height: 306px"></a>');
