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