$(document).ready(function(){
  $( '#right_menu_area' ).scrollFollow({
    speed: 1500, 
    offset: 0, 
    delay: 300
  });
});
