function resizeHeight(){try{var ID=0;var hashURL=String(location.hash).substr(1);var pageURL=String(location.pathname).substr(1).replace(/\/$/,"").replace(/\//g,"-")+String(location.search).replace(/\?/g,"_");if(hashURL)ID=hashURL;else{hashURL=String(parent.location.hash).substr(1);if(/\[(\d+)\]/i.test(hashURL))ID=hashURL.match(/\[(\d+)\]/)[1];};parent.tabArray.splice(ID,1,pageURL);parent.location.hash=pageURL+"["+ID+"]";parent.document.getElementById("FRAME_"+ID).style.height=document.getElementById("page").offsetHeight+36+"px";parent.document.getElementById("loading").style.display="none";}catch(e){document.getElementById("page").style.width="760px";document.getElementById("page_top").innerHTML='<a href="/"><img src="/images/frame_logo.gif"/></a>';document.getElementById("page_bottom").innerHTML='Copyright 2004-2009 RainBlog. All Rights Reserved. <a href="http://rainspace.net/" target="_blank">烟雨空间</a> 版权所有<br /><a href="http://rain520.net/" target="_blank"><img src="/logo/RainPowered.gif" alt="RainBlog2.0"/></a>';}};function changeDispaly(obj,action){var id=String(obj.id).substr(3);if(obj.className=="show"){obj.className="hide";document.getElementById("td_"+id).style.display="none";}else{obj.className="show";document.getElementById("td_"+id).style.display="block";try{action(id);}catch(e){}};resizeHeight();};function regrep(content){content=String(content);content=content.replace(/\x26/g,"&amp;");content=content.replace(/\x20/g,"&nbsp;");content=content.replace(/\x22/g,"&quot;");content=content.replace(/\x27/g,"&#39;");content=content.replace(/\x3c/g,"&lt;");content=content.replace(/\x3e/g,"&gt;");content=content.replace(/\x0d\x0a|\x0d|\x0a/g,"<br />");return content;};