$( document ).ready( function () {
	$( '#side' ).scrollFollow( {
	speed: 600,
	offset: 0
	} );
} );
