// JavaScript Document

function DevolveAno()
{
   hoje = new Date();
   ano = hoje.getYear();

//document.write(DevolveAno()); 
  return ano;

}



