$(document).ready(function() {
    $("#links").infinitescroll({
        navSelector : "#pagination",
        nextSelector: "#next",
        itemSelector: "#links .post",
        animate: true,
        bufferPx : 150
    });
});

