,
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=
');
});
});