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