$(document).ready(function () {
	
	
		$('#mylist').easyListSplitter({ 
			colNumber: 2 // Insert here the number of columns you want. Consider that the plugin will create the number of cols requested only if there are enough items in the list.
		});
		
});
