var channel={homepage:function(){var a=0;
$("#what-people-are-saying .two-wide").each(function(){if($(this).height()>a){a=$(this).height()
}});
if(a<160){$("#what-people-are-saying .two-wide").css("height",160).css("min-height",160)
}else{$("#what-people-are-saying .two-wide").equalHeight()
}}};