function pegaNoticia(){

   var url = 'noticia_home.php';
   
   var myAjax = new Ajax.Updater('lista_noticia', url, { method: 'get' , onLoading: 'teste'});
}
