var hoy = new Date();
document.write(hoy.getFullYear());
