$(document).ready(function(){
	// Your code here
	if ($('.search-results article').length > 1) {
		itemsPerPage = 10;
		$('.search-results').pagination();
	}
});
