function jScroll(anchorPoint){
	$.scrollTo(anchorPoint, 1800, {easing: 'elasout'});
}
