//script externo
var hoy=new Date();
dia=hoy.getDate();
mes=hoy.getMonth()+1;
anyo=hoy.getYear();
anyo=hoy.getFullYear();
document.write(anyo);
