$(function(){
	$('.pagetop a').click(function(){
		$('#headerArea').ScrollTo(800, 'easeInOut');
	return false;})
});