$(function(){
	$("a.pagetop").click(function(){
		$.scrollTo("#page", 300);
		return false;
	});
});

