function Confirma(id) {
	if (confirm('Tem certeza que deseja apagar esta notícia ?')){
       window.location.href='apagar.php?id=' + id;
    } 
}
