$(window).load(function(){initABScrollingLayout()});function initABScrollingLayout(){$("#obframe .obitnavtabs .navcell31").unbind("click");$("#obframe .obitnavtabs .navcell31").removeClass("nav-selected");$("#obframe .obitnavtabs .navcell31").each(function(i,obj){let sectionName=$(this).data("tag");let section=$("#sn-"+sectionName);let sectionTitle=$(this).html();$(this).click(function(){document.getElementById("sn-"+sectionName).scrollIntoView({behavior:"smooth"});window.location.hash=sectionName});var loaded=section.attr("data-ld");if(1==loaded)return;var oid=$("#obitsbarV31").attr("data-oid");axpost("/pax/obpgsnvn","sn="+sectionName+"&oid="+oid,function(data){let htmlContent='

'+sectionTitle+"

";htmlContent+=data;section.show();section.html(htmlContent);section.attr("data-ld",1);$.each(tabLoadListeners,function(key,fn){fn(sectionName)})})});let wallInfo=google_tag_manager["GTM-K3VFHJP"].dataLayer.get("wall")}