$(function(){
$('.pageTop a').click(function(){
$('#wrapper').ScrollTo(1000, 'easeout');
return false;
});
})