function borrarNoticia() {
	return confirm('¿Deseas borrar la noticia? Los cambios son irreversibles.');
}

