$(document).ready(function(){NCJTC.about.lookForHashScrolls()});NCJTC.about={lookForHashScrolls:function(){if(window.location.hash){var n=window.location.hash.substring(1);$("body").animate({scrollTop:$("#"+n).offset().top},1e3);$("html").animate({scrollTop:$("#"+n).offset().top},1e3)}}}