 $( document ).ready( function () {
   $( '#top_box' ).scrollFollow( {
    speed: 300,
    offset: 0,
    killSwitch: 'exampleLink',
    onText: 'Disable Follow',
    offText: 'Enable Follow',
	easing: "easeInOutCirc"
   } );
 } );

