/* carrega secci */
function noticia(id) {
	showCarregant();
	jQuery.ajax({ type: "POST", url: wwwroot+'/ajax', data: 'canal='+canal+'&sec=noticias&noticia='+id, success: redirect });
	return false;
}