<!--
document.writeln('<script>');
document.writeln('var agora=new Date()');
document.writeln('var ano=agora.getYear()');
document.writeln('if (ano < 1000)');
document.writeln('ano+=1900');
document.writeln('document.write(""+ano+"")');
document.writeln('</script>');
//-->