$(document).ready(function() {
	$('a[@href^="#"]').click(function() {
		$(this.hash).ScrollTo(400);
		return false;
	});
});

