$(document).ready(function(){
    $(".columns").equalHeights(300, 30000);
});

