$(function(){
	$('a.anchor, .go-page-top a').click(function() {
		var smoothID = $(this).attr('href');
		$(smoothID).ScrollTo(650);
		return false;
	});
});
