var $j = jQuery.noConflict();

$j(document).ready(function() {
	$j("#about").columnize({columns: 2, balance: true});
});