;(function($){
    $(document).ready(function () {
        $('#static-column').height(Math.max($('#news-column').height(), $('#static-column').height()));
    });
})(jQuery);

