function Quotidiano(ID,Nome) {
	this.ID = ID
	this.Nome = Nome
}
