
hoje = new Date();
Ano  = hoje.getYear()

function MostraAno(){
document.write(Ano);
}


