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='<style>#cbn-wrap {width:200px;padding-top:26px;background:url(http://www.lostlaowai.com/graphics/cbn/head.png) no-repeat top center;}#cbn-wrap #cbn-body {float:left;width:200px;background:url(http://www.lostlaowai.com/graphics/cbn/body.png) repeat-y top center;padding:10px 0 0 0;}#cbn-wrap #cbn-icons {float:left;margin:0 12px;width:175px;}#cbn-wrap #cbn-body a.cbn-icon:link, #cbn-wrap #cbn-body a.cbn-icon:visited {display:block;float:left;width:35px;height:28px;background-position:2px 0; background-repeat:no-repeat;padding:0;margin:0;}#cbn-wrap #cbn-body a.cbn-icon:hover, #cbn-wrap #cbn-body a.cbn-icon:active {background-position:2px -28px;}#cbn-wrap #cbn-body a.cbn-prev {background-image: url(http://www.lostlaowai.com/graphics/cbn/prev.png);}#cbn-wrap #cbn-body a.cbn-home {background-image: url(http://www.lostlaowai.com/graphics/cbn/home.png);}#cbn-wrap #cbn-body a.cbn-rand {background-image: url(http://www.lostlaowai.com/graphics/cbn/rand.png);}#cbn-wrap #cbn-body a.cbn-join {background-image: url(http://www.lostlaowai.com/graphics/cbn/join.png);}#cbn-wrap #cbn-body a.cbn-next {background-image: url(http://www.lostlaowai.com/graphics/cbn/next.png);}#cbn-wrap #cbn-foot {clear:both;width:200px;height:5px;background:url(http://www.lostlaowai.com/graphics/cbn/foot.png) no-repeat top center;}</style><div id="cbn-wrap"><div id="cbn-body"><div id="cbn-icons"><a href="http://www.lostlaowai.com/_ringmaker.php?Go&amp;Prev&amp;45" target="_top" title="Visit previous China blog in the network" class="cbn-prev cbn-icon"></a><a href="http://www.lostlaowai.com/china-blog-network" target="_top" title="China Blog Network hub" class="cbn-home cbn-icon"></a><a href="http://www.lostlaowai.com/_ringmaker.php?Go&amp;Rand&amp;45" target="_top" title="Visit a random China blog in the network" class="cbn-rand cbn-icon"></a><a href="http://www.lostlaowai.com/china-blog-network-join" target="_top" title="Add your blog to the China Blog Network" class="cbn-join cbn-icon"></a><a href="http://www.lostlaowai.com/_ringmaker.php?Go&amp;Next&amp;45" target="_top" title="Visit next China blog in the network" class="cbn-next cbn-icon"></a></div></div><div id="cbn-foot"></div></div>';try{var pos=document;while(pos.lastChild&&pos.lastChild.nodeType==1)pos=pos.lastChild;innerXHTML(dat, pos);}catch(e){document.write(dat);}