function anchor_fix(){var b=document.getElementsByTagName("A");var a;var d=new RegExp("(^|"+self.location.host+xcart_web_dir+"/)#([\\w\\d_]+)$");for(var c=0;c<b.length;c++){if(b[c].href&&(a=b[c].href.match(d))){b[c].href='javascript:void(self.location.hash = "'+a[2]+'");'}}}if(window.addEventListener){window.addEventListener("load",anchor_fix,false)}else{if(window.attachEvent){window.attachEvent("onload",anchor_fix)}};
