var scrolling=function(){var b=1000;$('a[href^="#"]').bind("click",function(){var c=$(this).attr("href");if(c=="#"){a("body")}else{a(c)}return(false)});function a(c){if($(c).offset()!=null){$("html,body").animate({scrollTop:$(c).offset().top},b,"swing",function(){if(c!="body"){window.location.hash=c}else{window.location.hash="#"}$(c).attr("tabindex","-1");$(c).focus();$(c).removeAttr("tabindex")})}}};
