    //jQuery.noConflict();
    jQuery(document).ready(function($){
    	
    	//the columns for the articles
        jQuery('.mcol').makeacolumnlists({cols: 3, colWidth: 310, equalHeight: 'ul', startN: 1});
        
        //the columns for the nab menu
        jQuery('.mcol2').makeacolumnlists({cols: 5, colWidth: 185, equalHeight: 'ul', startN: 1});
       
    });
