function ver_imagen()
	{
	n=0;
	this[n++]="http://www.entrefotos.net/images/galerias/home/01_CarlosAlvarez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/02_JuanBaraja.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/03_JorgeMiguelBlazquez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/04_PatriciaBofill.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/05_RogelioCamargo.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/06_Natachacarretero.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/07_BorjaDelgado.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/08_Dhikena.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/09_AlejandraDuarte.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/10_LeticiaFelgueroso.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/11_MariaFernandezArmero.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/12_AxelleFossier.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/13_PepeFrisuelos.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/14_PedroGimenez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/15_SusanaGiron.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/16_MargaritaGonzalez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/17_RamonGonzalez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/18_AngelGutierrez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/19_RaulHerrero.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/20_MatiIrizarri.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/21_AnaJRevuelta.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/22_LopezGaliacho.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/23_MarioMagan.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/24_JoseManuelMagano.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/25_JuanDeMarcos.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/26_DomingoMartin.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/27_AliciaMoneva.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/28_RubenMorales.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/29_JoseRamonMoreno.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/30_MariaPrimo.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/31_PilarPequeno.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/32_FernandoPuche.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/33_AlvaroSuarez.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/34_AngelicaSuela.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/35_IsabelTallos.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/36_MichikoTotoki.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/37_EmiliaValencia.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/38_MariaJesusVelasco.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/39_MercedesVizcaino.jpg";
	this[n++]="http://www.entrefotos.net/images/galerias/home/40_AlbertoZarzosa.jpg";
	this.N=n;
	}
var imagen=new ver_imagen();
src= imagen[ Math.floor(Math.random() * imagen.N) ] ;
document.write("<img src="+src+">");