(function($) {
    jQuery(function($) {
	$(function(){
		$('.wide').columnize({ columns: 3 });
	});
    });
}) (jQuery);

