aqPaging
Code example
// create paging container
$('#example').aqPaging({
current: 1, pages: 10, flip: true,
cb: function(p){ $('.brownbox b').html('Page '+p); }
});
// submit the form to call the flipping function
$('#example').aqPaging({current: 1, pages: 11});