    var s1 = setInterval("loading.innerText+='.'", 100);
    var s2 = setInterval("loading.innerText = ''", 900);

    function window.onload()
    {
      clearInterval(s1);
      clearInterval(s2);
      loadingDiv.removeNode(true);
      HiddenDiv.style.display = "";
    }
document.writeln("<div id=\"loadingDiv\" style=\"position:absolute;left:40%;top:112px;\">");
document.writeln(" <table border=\"1\" width=\"260\" cellspacing=\"0\" cellpadding=\"0\" style=\"border-collapse: collapse;border-color: #000;FILTER: Alpha(opacity=90)\" bgcolor=\"#000000\">");
document.writeln("  <tr>");
document.writeln("   <td bgcolor=\"#111111\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("<style type=\"text/css\">html { FILTER: Alpha(opacity=40);z-index: 100;}</style>");
document.writeln("   <td style=\"font-size:12px;color:#ffffff\"  align=\"left\" height=28>");
document.writeln("  &nbsp;&nbsp;&nbsp;&nbsp;站点数据加载中,请稍候.   <span id=\"loading\"><\/span><\/td>");
document.writeln("   <td width=\"1\">");
document.writeln(" <span title=关闭 style=\"CURSOR: hand;color:#555555;font-size:12px;font-weight:bold;margin-right:4px;\" onClick=\"document.all.loadingDiv.style.display=\'none\'\">×<\/span>   <\/td>");
document.writeln("  <\/tr>");
document.writeln("    <\/table>");
document.writeln("   <\/td>");
document.writeln("  <\/tr>");
document.writeln(" <\/table>");
document.writeln("<\/div>")
document.writeln("<div id=HiddenDiv style=\"display:none\"><\/div>")

