    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:11px;\">");
document.writeln(" <table border=\"1\" width=\"260\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse: collapse;FILTER: Alpha(opacity=90)\" bgcolor=\"#ffffff\">");
document.writeln("  <tr>");
document.writeln("   <td bgcolor=\"#e0e0e0\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("   <td style=\"font-size:12px;color:#ff6666\">");
document.writeln(" 提示   <\/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("  <tr>");
document.writeln("   <td>");
document.writeln("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("     <tr>");
document.writeln("   <td width=\"35\" align=\"center\">");
document.writeln("    <\/td>");
document.writeln("   <td style=\"font-size:12px;color:#000000;height:25px;\">    &nbsp;&nbsp;站点数据加载中,请稍候.<span id=\"loading\"><\/span>");
document.writeln("   <\/td>");
document.writeln("     <\/tr>");
document.writeln("   <\/table><\/td>");
document.writeln("   <\/tr>");
document.writeln(" <\/table>");
document.writeln("<\/div>")
document.writeln("<div id=HiddenDiv style=\"display:none\"><\/div>")
