document.writeln("<script language=\"javascript\">");
document.writeln("<!--");
document.writeln("function hide_right() {");
document.writeln("    if (document.layers) {");
document.writeln("	document.right_ad.visibility=\"hide\"");
document.writeln("    }");
document.writeln("    else if (document.all) {");
document.writeln("	document.getElementById(\"right_ad\").style.display=\"none\";");
document.writeln("    }");
document.writeln("}");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<div id=\"right_ad\" name=\"right_ad\" style=\"width: 100%px; z-index: 0; position: absolute; right: 0px; top: 0px;\">");
document.writeln("    <div align=center><A href=\"http:\/\/www.xise.cn\" target=_blank><img src=\"http:\/\/www1.xise.cn\/imges\/blank.gif\" width=\"100%\" height=\"500\" border=0><\/A><br><br>");
document.writeln("<\/div>")
document.writeln("<br>");
document.writeln("");
document.writeln("<!-- OTHER AD END -->");
document.writeln("");
document.writeln("");
document.writeln("<!-- script for left and right advertisement -->");
document.writeln("<script LANGUAGE=\"JavaScript\">");
document.writeln("<!--");
document.writeln("var lastScrollX = 0;");
document.writeln("var lastScrollY = 0;");
document.writeln("");
document.writeln("function heartBeat() {");
document.writeln("  var diffY = document.body.scrollTop;");
document.writeln("  var diffX = document.body.scrollLeft;");
document.writeln("  var leftD = document.getElementById(\"left_ad\");");
document.writeln("  var rightD = document.getElementById(\"right_ad\");");
document.writeln("");
document.writeln("  if (diffY != lastScrollY) {");
document.writeln("    percent = .1 * (diffY - lastScrollY);");
document.writeln("    if (percent > 0)");
document.writeln("      percent = Math.ceil(percent);");
document.writeln("    else");
document.writeln("      percent = Math.floor(percent);");
document.writeln("    ");
document.writeln("    if (leftD) leftD.style.pixelTop += percent;");
document.writeln("    if (rightD) rightD.style.pixelTop += percent;");
document.writeln("");
document.writeln("    lastScrollY = lastScrollY + percent;");
document.writeln("  }");
document.writeln("");
document.writeln("  if (diffX != lastScrollX) {");
document.writeln("    percent = .1 * (diffX - lastScrollX);");
document.writeln("    if (percent > 0)");
document.writeln("      percent = Math.ceil(percent);");
document.writeln("    else");
document.writeln("      percent = Math.floor(percent);");
document.writeln("");
document.writeln("    if (leftD) leftD.style.pixelLeft += percent;");
document.writeln("    if (rightD) rightD.style.pixelLeft += percent;");
document.writeln("");
document.writeln("    lastScrollX = lastScrollX + percent;");
document.writeln("  }");
document.writeln("}");
document.writeln("");
document.writeln("window.setInterval(\"heartBeat()\", 0);");
document.writeln("\/\/-->");
document.writeln("<\/script>")