(function(a){a.extend({smoothAnchors:function(b,d,c){b=b||"fast";d=d||null;c=(c===true||c==null)?true:false;a("a").each(function(g){var f=a(this).attr("href");if(f){if(f.indexOf("#")!=-1&&f.indexOf("#")==0){var h=f.split("#",2);var e=a("a[name='"+h[1]+"']");if(e){a(this).click(function(){if(a(document).height()-e.offset().top>=a(window).height()||e.offset().top>a(window).height()||a(document).width()-e.offset().left>=a(window).width()||e.offset().left>a(window).width()){a("html, body").animate({scrollTop:e.offset().top,scrollLeft:e.offset().left},b,d,function(){if(c){window.location=f}})}return false})}}}})}})})(jQuery);