$(function(){
  setupMoreButton(function(data){
    $(".list_items:first").append(data);
  });
});

