// JavaScript Document		
var fecha=new Date()
var ano=fecha.getFullYear()
document.write("" + ano + "<br>")
