//滚动开始

function sc5(){
 document.getElementById("ccidapDiv1").style.top=(document.documentElement.scrollTop+document.documentElement.clientHeight-document.getElementById("ccidapDiv1").offsetHeight)+"px";
 document.getElementById("ccidapDiv1").style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById("ccidapDiv1").offsetWidth)+"px";
}

function scall(){
sc5();
}
window.onscroll=scall;
window.onresize=scall;
window.onload=scall;

function killErrors() {
    return true;
}
window.onerror = killErrors;
document.write("<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0' id='ccidapDiv1' style='position:absolute; width:100%; z-index:100; text-align: center; background-image:url(piao/bg.gif); height: 38px;' name='ccidapDiv1'><tr><td align='center'><table width='1000' align='center' border='0' cellspacing='0' cellpadding='0'><tr><td width='629'><IMG border=0 src='piao/d1.gif' width=629 height=38></td><td width='199' align='left' style='FONT-FAMILY: Verdana; FONT-SIZE: 24px; PADDING: 0px;color: #000000;font-weight: bold;'><script>Response()</script></td><td width='172' ><a href='#dg'><img border='0' src='piao/d2.gif' width='268' height='38' /></a></td></tr></table></td></tr></table>")
//滚动结束
