function ano(){

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

}

