//document.writeln(dia (hoy) + " " + mes(hoy) + " " + hoy.getDate() + ", " + Year);
document.writeln(mes(hoy) + " " + hoy.getDate() + ", " + Year);
