function startSmoothScroll(speed, easing) { (function($){ $(document).ready(function(){ $.smoothAnchors(speed, easing, false); }); })(jQuery); }
