,
            numPages: 9,
            firstText: 'الصفحة الأول',
            lastText: 'الصفحة الأخيرة',
            nextText: 'الصفحة التالية',
            prevText: 'الصفحة السابق'
        }
        $(window).bind("load", function() { 
        $('.Label a').each(function() {
          var labelPage = $(this).attr('href');
          $(this).attr('href',labelPage + '?max-results=');
        });
        });