<html>
<head>
<script>
function CenterIt()
{    stillloadingDiv.style.pixelLeft =document.body.clientWidth/2 +document.body.scrollLeft- stillloadingDiv.offsetWidth/2;
   stillloadingDiv.style.pixelTop=document.body.clientHeight/2+document.body.scrollTop - stillloadingDiv.offsetHeight;
   document.recalc(true);
   //alert( stillloadingDiv.style.pixelLeft);
   //alert( stillloadingDiv.style.pixelTop);
}
</script>
</head>
<body onload="CenterIt();" onscroll="CenterIt();" onresize="CenterIt();">
http://expert.csdn.net/Expert/topic/2443/2443144.xml?temp=.5092432<DIV id=stillloadingDiv align=center style="position:absolute;WIDTH: 398;HEIGHT: 53">
  <TABLE class=text height=16 cellSpacing=0 cellPadding=0 width=100% align=right
bgColor=#003366 border=0>
    <TBODY>
    <TR>
      <TD vAlign=center align=CENTER HEIGHT="60">
        <P><font color="#FFFFFF"><b>??????????????????</b></font><FONT COLOR="#FFFFFF" CLASS="load"><BR>
          <BR>
          </FONT><font color="#FFFFFF">???????????????????</font></P>
        <P><font color="#FFFFFF">?????????????</font></P>
      </TD>
    </TR>
    </TBODY>
  </TABLE>
</DIV>
<br>
<br>
<br>
<br>
<br>
</body>
</html>