/* Documentation: http://plugins.jquery.com/project/makeacolumnlists */

jQuery(document).ready(function(){

	if ( jQuery('.blogroll').length ) { 
		jQuery('.blogroll').makeacolumnlists({cols:2,colWidth:0,equalHeight:false,startN:1});
	}
	if ( jQuery('#sidebar-right .xoxo.archives').length ) { 
		jQuery('#sidebar-right .xoxo.archives').makeacolumnlists({cols:2,colWidth:0,equalHeight:false,startN:1});	
	}
	if (jQuery('#sidebar-right .xoxo.categories').length ) {
		jQuery('#sidebar-right .xoxo.categories').makeacolumnlists({cols:2,colWidth:0,equalHeight:false,startN:1});
	}
	
	
});




