<!--
var h=(Math.random()*5);
 if (h <1) document.writeln("<img src=img/foto/foto.gif>");
 if (h > 1 && h < 2) document.writeln("<img src=img/foto/foto1.gif>");
 if (h > 2 && h < 3) document.writeln("<img src=img/foto/foto2.gif>");
 if (h > 3 && h < 4) document.writeln("<img src=img/foto/foto3.gif>");
 if (h > 4 && h < 5) document.writeln("<img src=img/foto/foto4.gif>");
 // -->