$(document).ready(function() {
	$("ul.paging").quickPager( {
		pageSize: 5,
		currentPage: 1,
		pagerLocation: "both"
	});
});

