$.get(
   "noticias.php", {}, function(data)
   {
      $("#noticias_newsTicker").append(data).find("ul").newsTicker();
   }
)
