var topLocation=window.top.location;var matches=topLocation.toString().match(/^(.+?)#(.*)$/);if(topLocation.toString().indexOf("webvisor")==-1){if(matches){topLocation.replace(matches[1]+"#"+window.location.pathname+window.location.search)}else{topLocation.replace("/#"+window.location.pathname+window.location.search)}}window.top.storedLocation=window.top.location.toString();function copyTitle(){setTimeout("copyRSSNode()",1);top.document.title=window.document.title}function copyRSSNode(){return false;var a=window.top.document.getElementsByTagName("head");var c=window.document.getElementsByTagName("head");var d=a[0].getElementsByTagName("link");var b=window.document.getElementsByTagName("link");for(var f=0;f<b.length;f++){if(b[f].type.indexOf("rss")!=-1){i=b.length;for(var e=0;e<d.length;e++){if(d[e].type.indexOf("rss")!=-1){d[e].setAttribute("href",b[f].href);e=d.length}}}}}if(top.application){top.application.attachEvent(window,"load",copyTitle)};