function carregaNoticia(id){
  oAjax = new Ajax.Updater('ajax_conteudo','noticias2.php?id='+id);
}

function carregaPage(pars){
  oAjax = new Ajax.Updater('pager','pager.php?pg='+pars);
}
