$(function(){
   $('#jump_to_top').click(function(){
   $('#header').ScrollTo(140, 'easeout');
   return false;
   });
})