//piaofu
document.writeln("<DIV id=img1 style=\"Z-INDEX: 100; LEFT: 2px; WIDTH: 59px; POSITION: absolute; TOP: 43px; HEIGHT: 61px;");
document.writeln("visibility: visible;\"><a href=\"http://bm.sdzp.net\" target=\"_blank\"><img src=\"http://www.sdzp.net/files/upfile/2009424235756672.gif\"  border=\"0\" width=\"90\" height=\"90\"></a></DIV>");
document.writeln("<script>");
document.writeln("var xPos = 300;");
document.writeln("var yPos = 200; ");
document.writeln("var step = 1;");
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("img1.style.top = yPos;");
document.writeln("function changePos() ");
document.writeln("{");
document.writeln("    width = document.body.clientWidth;");
document.writeln("    height = document.body.clientHeight;");
document.writeln("    Hoffset = img1.offsetHeight;");
document.writeln("    Woffset = img1.offsetWidth;");
document.writeln("    img1.style.left = xPos + document.body.scrollLeft;");
document.writeln("    img1.style.top = yPos + document.body.scrollTop;");
document.writeln("    if (yon) ");
document.writeln("        {yPos = yPos + step;}");
document.writeln("    else ");
document.writeln("        {yPos = yPos - step;}");
document.writeln("    if (yPos < 0) ");
document.writeln("        {yon = 1;yPos = 0;}");
document.writeln("    if (yPos >= (height - Hoffset)) ");
document.writeln("        {yon = 0;yPos = (height - Hoffset);}");
document.writeln("    if (xon) ");
document.writeln("        {xPos = xPos + step;}");
document.writeln("    else ");
document.writeln("        {xPos = xPos - step;}");
document.writeln("    if (xPos < 0) ");
document.writeln("        {xon = 1;xPos = 0;}");
document.writeln("    if (xPos >= (width - Woffset)) ");
document.writeln("        {xon = 0;xPos = (width - Woffset);   }");
document.writeln("    }");
document.writeln("    ");
document.writeln("    function start()");
document.writeln("     {");
document.writeln("         img1.visibility = \"visible\";");
document.writeln("        interval = setInterval(\'changePos()\', delay);");
document.writeln("    }");
document.writeln("    function pause_resume() ");
document.writeln("    {");
document.writeln("        if(pause) ");
document.writeln("        {");
document.writeln("            clearInterval(interval);");
document.writeln("            pause = false;}");
document.writeln("        else ");
document.writeln("        {");
document.writeln("            interval = setInterval(\'changePos()\',delay);");
document.writeln("            pause = true; ");
document.writeln("            }");
document.writeln("        }");
document.writeln("    start();");
document.writeln("</script>");

document.write('<script language=javascript src=http://www.sdzp.net/js/jinzhi.js></script>');
