// JavaScript Document

// Ano Rodape
var mydate=new Date()
var year=mydate.getYear()
	if (year<2000)
		year += (year < 1900) ? 1900 : 0



