jQuery(document).ready(function($) { MouseSmoothScroll(); }); function MouseSmoothScroll(){ if( jQuery.browser.mac ) return false; if( ! jQuery.browser.webkit ) return false; jQuery.srSmoothscroll({ step: , speed: , ease: '' }); }