// $(document).ready(function(){
//     $(document).endlessScroll({
// 	bottomPixels: 100,
// 	callback: function(p) {
// 	    $.get("/more/" + p + "/", function(data) {
// 		$("#trusted_updates").append(data);
// 	    });
// 	    return true;
// 	}
//     });
// });

