/*

	easyListSplitter 1.0.2 - jQuery Plugin
	Created by Andrea Cima Serniotti - http://www.madeincima.eu

*/

jQuery.noConflict();
jQuery(document).ready(function () {
	
	  jQuery('div#content_linke_sp').attr('class','js');
	  
		jQuery('.menu_unterauswahl').easyListSplitter({ 
			colNumber: 3 // 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.
		});
		
});


