$(function() {
	
	$('body').ScrollToAnchors({ duration: 2000 });
	
});
