

//载入中代码
function zairu(AD_ID,spanAD_ID)
{
document.getElementById(AD_ID).innerHTML = document.getElementById(spanAD_ID).innerHTML;
document.getElementById(spanAD_ID).innerHTML = "";
}

//滚屏代码
var currentpos,timer; 
var bdy = (document.documentElement && document.documentElement.clientWidth)?
document.documentElement:document.body; 
function initialize() 
{ 
timer=setInterval("scrollwindow()",28); 
} 
function sc(){ 
clearInterval(timer); 
} 
function scrollwindow() 
{ 
currentpos=bdy.scrollTop; 
window.scroll(0,++currentpos); 
if (currentpos != bdy.scrollTop) 
sc(); 
} 
document.onmousedown=sc;
document.ondblclick=initialize;

document.writeln("<script type=\"text\/javascript\" src=\"\/tp\/services_float\/float_Service.js\"><\/script>")
//document.writeln("<div class=\"tixin\" id=\"tixin\">　亲爱的慧友，为了配合目前的网络不良信息整治，智慧论坛、个人心灵家园现在关闭，给您造成的不便，请谅解！其它一切功能保持正常！欢迎大家访问！<\/div>")