document.writeln("<DIV id=img style=\"POSITION: absolute\"><a href=\"zxbm.asp\"><IMG");
document.writeln("src=\"3lyygzsimages/zxbm_002.jpg\" width=\"217\" height=\"145\" border=\"0\" onclick=pause_resume();");
document.writeln("onmouseover=\"this.style.cursor='hand';\"></a></DIV>");
document.writeln("<SCRIPT language=JavaScript>");
document.writeln("<!-- Begin");
document.writeln("var xPos = 20;");
document.writeln("var yPos = document.body.clientHeight;");
document.writeln("var step = 2;");
document.writeln("var delay = 30;");
document.writeln("var height = 0;");
document.writeln("var Hoffset = 0;");
document.writeln("var Woffset = 0;");
document.writeln("var yon = 0;");
document.writeln("var xon = 0;");
document.writeln("var pause = true;");
document.writeln("var interval;");
document.writeln("img.style.top = yPos;");
document.writeln("function changePos() {");
document.writeln("width = document.body.clientWidth;");
document.writeln("height = document.body.clientHeight;");
document.writeln("Hoffset = img.offsetHeight;");
document.writeln("Woffset = img.offsetWidth;");
document.writeln("img.style.left = xPos + document.body.scrollLeft;");
document.writeln("img.style.top = yPos + document.body.scrollTop;");
document.writeln("if (yon) {");
document.writeln("yPos = yPos + step;");
document.writeln("}");
document.writeln("else {");
document.writeln("yPos = yPos - step;");
document.writeln("}");
document.writeln("if (yPos < 0) {");
document.writeln("yon = 1;");
document.writeln("yPos = 0;");
document.writeln("}");
document.writeln("if (yPos >= (height - Hoffset)) {");
document.writeln("yon = 0;");
document.writeln("yPos = (height - Hoffset);");
document.writeln("}");
document.writeln("if (xon) {");
document.writeln("xPos = xPos + step;");
document.writeln("}");
document.writeln("else {");
document.writeln("xPos = xPos - step;");
document.writeln("}");
document.writeln("if (xPos < 0) {");
document.writeln("xon = 1;");
document.writeln("xPos = 0;");
document.writeln("}");
document.writeln("if (xPos >= (width - Woffset)) {");
document.writeln("xon = 0;");
document.writeln("xPos = (width - Woffset);");
document.writeln("   }");
document.writeln("}");
document.writeln("function start() {");
document.writeln("img.visibility = \"visible\";");
document.writeln("interval = setInterval('changePos()', delay);");
document.writeln("}");
document.writeln("function pause_resume() {");
document.writeln("if(pause) {");
document.writeln("clearInterval(interval);");
document.writeln("pause = false;");
document.writeln("}");
document.writeln("else {");
document.writeln("interval = setInterval('changePos()',delay);");
document.writeln("pause = true;");
document.writeln("   }");
document.writeln("}");
document.writeln("start();");
document.writeln("//  End -->");
document.writeln("</script\>");