/* jQuery Equal heights plugin v. 1.0.7 by status201.nl */ !function(i){i.fn.equalHeights=function(n){var o,e=i.extend({},{onResize:!0,onLoad:!0},n),t={},h=[],s=0,u=0,a=i(this);return a.length<2?this:(e.onResize&&i(window).resize(function(){o&&window.clearTimeout(o),o=window.setTimeout(function(){a.equalHeights({onResize:!1,onLoad:!1})},100)}),e.onLoad&&i(window).on("load",function(){a.equalHeights({onResize:!1,onLoad:!1})}),a.each(function(){(h=i(this)).height("auto"),(s=h.height())>0&&(u=h.position().top,u in t?s>t[u]?(t[u]=s,i(a).filter(function(){return i(this).position().top==u}).height(s)):h.height(t[u]):(t[u]=s,h.height(t[u])))}),this)}}(jQuery);