/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

(function(b){b.fn.matchHeight=function(c){var a=0;this.each(function(){a=Math.max(a,b(this).height())});c&&(a=Math.max(a,c));return this.each(function(){b(this).css("min-height",a)})}})(jQuery);

