$(document).ready(function(){$("img.button").tooltip({effect:'slide',offset:[17,0]});$('a[href*=#]').click(function(){var duration=500;var easing='swing';var newHash=this.hash;if(this.hash==''){return true;}
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;}});});
