$(document).ready(function(){$(".scroll").click(function(e){e.preventDefault();var b=this.href;var f=b.split("#");var a=f[1];var d=$("#"+a).offset();var c=d.top;$("html, body").animate({scrollTop:c},500)})});
