$(function() {

	$('a.pagetop').click(

		function() {

			$('#top').ScrollTo(1000, 'easeout');

			return false;

		});

});
