jQuery(function($){
	$('#sub').scrollFollow({
		speed: 600,
		offset: 30,
		killSwitch: 'exampleLink',
		onText: 'Disable Follow',
		offText: 'Enable Follow'
	});
});
