$(function(){
     $("#pagetop a").click(function(){
     $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top-30 }, 'slow','swing');
     return false;
     })
});
