	<!-- // 
		var nImg=randImg(1,4);
		var textoImg="";
		if (nImg==1) {textoImg="Iglesia de la Magdalena"}
		if (nImg==2) {textoImg="Museo de Baltasar Lobo"}
		if (nImg==3) {textoImg="Puente de Piedra"}
		if (nImg==4) {textoImg="Río Duero a su paso por Zamora"}
		document.write('<img src="images/Foto_03/foto'+nImg+'.jpg" width="95" height="65" border="0">');
	// -->
