$(function() {
  itemsPerPage = 12;
  $(".paginated").pagination();
  $("a[rel=image]").fancybox({ titleShow: false, autoScale: false });
});
