$(function(){$(".scroll").click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var a=$(this.hash);a=a.length&&a||$("[name="+this.hash.slice(1)+"]");if(a.length){a=a.offset().top;$("html,body").animate({scrollTop:a},1E3);return false}}})});

