(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);if(h[1]){var e=a("[name="+h[1]+"]")}if(e&&e.length){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("body").animate({scrollTop:e.offset().top-20,scrollLeft:e.offset().left},b,d,function(){if(c){var i=a("<div><div>").css({position:"absolute",visibility:"hidden",top:e.offset().top-20+"px"}).attr("id",h[1]).appendTo(document.body);e.attr("id","");window.location=f;i.remove();e.attr("id",h[1])}});a("html").animate({scrollTop:e.offset().top-20,scrollLeft:e.offset().left},b,d)}return false})}}}})}})})(jQuery);
