function mudaNovidade(foto) {
	document.getElementById("fotoNovidade").src = foto;
}