var nFoto;
var Fecha = new Date();
			
nSegundos = Fecha.getMilliseconds()
nFoto = parseInt((nSegundos*nFotos/999)+1,10)-1;
document.writeln("<img src='imagenes/foto_inicio_" + nFoto + ".jpg' alt='Bruce Springsteen' ></td>");
Fecha = "";

