jQuery.noConflict();
(function($) { 
  $(function() {
     $('.mcol').makeacolumnlists({cols: 3, colWidth: 305, equalHeight: 'ul', startN: 1});
     $('.mcol2').makeacolumnlists({cols: 3, colWidth: 293, equalHeight: 'ul', startN: 1});
  });
})(jQuery);

