jQuery(document).ready(function(){
   			jQuery("#sidebar-home li:nth-child(3n), .bottom-home-sidebar .widget:nth-child(3n)").addClass("last-child");
            jQuery('#sidebar-home > li').makeacolumnlists({cols: 3, colWidth: 293, equalHeight: 'ul', startN: 1});
});


