function innerXHTML(dat,obj){var par=new DOMParser();var xdc=par.parseFromString('<div xmlns="http://www.w3.org/1999/xhtml">'+dat+'</div>',"application/xhtml+xml").documentElement;for(i=0;i<xdc.childNodes.length;i++)obj.parentNode.appendChild(document.importNode(xdc.childNodes[i], true));}
var dat='<table border="0" cellpadding="2" cellspacing="0" style="border:2px outset #a0b0c0;margin:0px auto;font:normal 11px Verdana,sans-serif;background-image: url(\'http://www.1surehit.com/ring/codeback2.png\');color:#000000;"> <thead>  <tr>   <th style="text-align:center;font-size:11px;background: none;">1SureHit Webring</th>  </tr> </thead> <tbody>  <tr>   <td style="text-align:center;font-size:11px;background-color: none;">    <a href="http://1surehit.com/_ringmaker.php" style="color:#000080;" target="_top">Home</a> |    <a href="http://1surehit.com/_ringmaker.php?Join" style="color:#000080;" target="_top">Join</a> |    <a href="http://1surehit.com/_ringmaker.php?Go&amp;Rand&amp;6" style="color:#000080;" target="_top">Random</a>    <br /><a href="http://1surehit.com/_ringmaker.php?Go&amp;Prev&amp;6" style="color:#000080;" target="_top">Previous</a> |     <a href="http://1surehit.com/_ringmaker.php?Go&amp;Next&amp;6" style="color:#000080;" target="_top">Next</a>   </td>  </tr> </tbody></table>';try{var pos=document;while(pos.lastChild&&pos.lastChild.nodeType==1)pos=pos.lastChild;innerXHTML(dat, pos);}catch(e){document.write(dat);}