// scroll //
$(function(){
   $('.pagetop a').click(function(){
　　$('#pagetop').ScrollTo(500, 'easeout');
　　return false;
   });
})