$(document).ready(function() {
	$(".pagetop a").click(function() {
		$('html,body').animate({scrollTop: 0}, 300);
		return false;
	});
});
