$(document).ready(function () {		
	$('.block_large ul').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.
	});
});// JavaScript Document
