(function($){
			
	$(function(){

    /* Hide pager if only one page */
    $(".list-pager ul").each(function(){ $(this).etpPagerVisability(); });


		$(".layout-section-4-col, .layout-section-2-col").each(function(){
			$(this).etpEqualHeights(true);	
		});

	});
	
})(jQuery)
