function Banner(id, imagem, url, alt) {
	this.id = id;
	this.imagem = imagem;
	this.url = url;
	this.alt = alt;
}
