$(function(){

  // You'll want to do this whenever the column heights change.
  $('.column > :last-child').equalizeBottoms();

});

