$(document).ready(function() {
	
	$('#list').columnizeList({cols:3,constrainWidth:1});
});