(function(a){a.fn.fixHeights=function(){a.fixHeights.history[this.selector]=true;return this.height("auto").height(Math.max.apply(this,a(this).map(function(b,c){return a(c).outerHeight()}).toArray())).each(function(){var b=a(this);b.height(b.height()-(b.outerHeight()-b.height()))})};a.fixHeights=function(b){switch(b){case"refresh":a.each(a.fixHeights.history,function(c){a(c).fixHeights()});break}};a.fixHeights.history={}})(jQuery);
