$(document).ready(function(){$('a[href*=#]').click(function(){var duration=1500;var easing='swing';var newHash=this.hash;var target=$(this.hash).offset().top;var oldLocation=window.location.href.replace(window.location.hash,'');var newLocation=this;if(oldLocation+newHash==newLocation)
{$('html:not(:animated),body:not(:animated)').animate({scrollTop:target},duration,easing,function(){window.location.href=newLocation;});return false;}});var body=document.body,docEl=document.documentElement;$(window).scroll(function(){var scrollTop=Math.max(docEl.scrollTop,body.scrollTop)/8;body.style.backgroundPosition='0px '+(-scrollTop)+'px';});})();
