        //jQuery.noConflict();
        jQuery(document).ready(function($){
        
            $('.mcol').makeacolumnlists({cols: 3, colWidth: 0, equalHeight: false, startN: 1});
           
        });
