

//载入中代码
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("<div class=\"tixin\" id=\"tixin\">　【通知】：亲爱的慧友，本站服务器正在调整中……可能出现暂时不能访问，由此，给您带来不便，请谅解！<\/div>")




//document.writeln("<script type=\"text\/javascript\" src=\"\/tp\/services_float\/float_Service.js\"><\/script>")
