(function(a){a.fn.equalizeCols=function(){var b=0;return this.css("height","auto").each(function(){b=Math.max(b,this.offsetHeight)}).css("height",b).each(function(){var c=this.offsetHeight;if(c>b){a(this).css("height",b-(c-b))}})}})(jQuery);
