function stripMMLPrefix(){var n=$("mml\\:math"),t=n.find("*").filter(function(){return/^mml:/i.test(this.tagName)}),i=$(t.get().reverse()),r=$.merge(i,n);r.replaceWith(function(){for(var i=this.tagName.replace(/^mml:/i,""),t=document.createElement(i),n=0;n<this.attributes.length;n++)t.setAttribute(this.attributes[n].name,this.attributes[n].value);return t.innerHTML=this.innerHTML,t})}$(document).ready(function(){$("a.internal-link").attr("href",function(n,t){if(typeof t!="undefined")return t.startsWith("#")?location.pathname+t:t});$('#divARTICLECONTENTTop a[href^="#"]').click(function(){return document.location.hash="",document.location.hash=this.hash,!1})})