document.write=function(J){var L=!window.opera&&!/Apple/.test(navigator.vendor);if(J.match(/^<\//)){return }if(!window.opera){J=J.replace(/&(?![#a-z0-9]+;)/g,"&amp;")}J=J.replace(/<([a-z]+)(.*[^\/])>$/,"<$1$2></$1>");if(!L){J=J.replace(/(<[a-z]+)/g,'$1 xmlns="http://www.w3.org/1999/xhtml"')}var H;try{H=document.createElementNS("http://www.w3.org/1999/xhtml","div")}catch(K){H=document.createElement("div")}H.innerHTML=J;var I;if(!L){I=document.getElementsByTagName("*");I=I[I.length-1]}else{I=document;while(I.lastChild&&I.lastChild.nodeType==1){I=I.lastChild}}var G=H.childNodes;try{I.parentNode.appendChild(G[0])}catch(K){I.parentNode.appendChild(H)}};