$(document).ready(function () {
	$('#sidebar').scrollFollow({
		speed: 1000,
		easing: "easeInOutQuint",
		offset: 20
	});
});  
