var fecha = "30/04/2008";

function fechaActulizacion () {
  document.write(fecha);
}
