P2.blog = function() {
  return {
    page: function() {
      P2.page();
      $(function() {
        $('#blog-top').serialScroll({
              target: 'div.c',
              items:  'div.item',
              prev:   'div.l a',
              next:   'div.r a',
              start:  0,
              force:  true,
              cycle:  false });
        });
      P2.votes();
      return this;
    }
  };
}();

