﻿function proximaPaginaNoticias(pagina){
	carregarDados("noticias_listagem_ajax.php?pagina=" + pagina, "lista_noticia_" + pagina, "get", '', 1); 
}
