(function($){$.fn.matchheight=function(){var matchheight=0;return this.each(function(){var height=jQuery(this).outerHeight();if(matchheight<height)matchheight=height;}).css({height:matchheight+"px"});};})(jQuery);
