$(function(){  
$("a[href*='#']").slideScroll();  
});

$( document ).ready( function (){ $('.pageTop').scrollFollow({    offset: 50 });     });
