,
numPages: 9,
firstText: 'First',
lastText: 'Last',
nextText: 'Next',
prevText: 'Prev'
}
$(window).bind("load", function() {
$('.Label a,.box-title h2 a,.more-link,.intro .post-tag,.postags a,.ticker .post-tag,.tags a,.posts-link,.posts-title h2 a').each(function() {
var labelPage = $(this).attr('href');
$(this).attr('href',labelPage + '?max-results=');
});
});