$(document).ready(function(){     
    $('#longcolleft div').localScroll({
           target:'#page',
           onBefore:function(e, anchor, $target){
               $target.height($(anchor).height());
           }
       });
});

