$(function(){
  $(".noticia").each(function(i){
      $(this).addClass('n'+i);
  })
})
