$( document ).ready( function ()
	{
		$( '#scrollbox' ).scrollFollow(
			{
				speed: 1000,
				offset: 0,
				container: 'container',
				killSwitch: 'killSwitch',
				onText: 'スクロールしない',
				offText: 'スクロールする'
			}
		);
	}
);
