﻿$(function() {
	$('#pagetop a').click(function() {
		$('#header').ScrollTo('normal', 'easeout');
		return false;
	});
});
