$(document).ready(function(){$("a img.fade").fadeTo(1,1).hover( function(){$(this).fadeTo(200,0.3);},function(){$(this).fadeTo(400,1);}); $("article img").lazyload({placeholder: "/images/_.gif",effect: "fadeIn"});});$(document).ready(function(){$('a[href*=#]').click(function(){var duration=1000; var easing='swing'; var newHash=this.hash; var target=$(this.hash+',a[name='+this.hash.slice(1)+']').offset().top; var oldLocation=window.location.href.replace(window.location.hash,''); var newLocation=this; if(oldLocation+newHash==newLocation){if($.browser.safari) var animationSelector='body:not(:animated)'; else var animationSelector='html:not(:animated)'; $(animationSelector).animate({scrollTop:target},duration,easing,function(){window.location.href=newLocation;}); return false;}});});