document.writeln("");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("<!--");
document.writeln("\/\/1?12??¡À????t main.js");
document.writeln("function addEvent(obj,evtType,func,cap){");
document.writeln("    cap=cap||false;");
document.writeln("if(obj.addEventListener){");
document.writeln("     obj.addEventListener(evtType,func,cap);");
document.writeln("   return true;");
document.writeln("}else if(obj.attachEvent){");
document.writeln("        if(cap){");
document.writeln("         obj.setCapture();");
document.writeln("         return true;");
document.writeln("     }else{");
document.writeln("      return obj.attachEvent(\"on\" + evtType,func);");
document.writeln("   }");
document.writeln("}else{");
document.writeln("   return false;");
document.writeln("    }");
document.writeln("}");
document.writeln("function getPageScroll(){");
document.writeln("    var xScroll,yScroll;");
document.writeln("if (self.pageXOffset) {");
document.writeln("   xScroll = self.pageXOffset;");
document.writeln("} else if (document.documentElement && document.documentElement.scrollLeft){");
document.writeln("   xScroll = document.documentElement.scrollLeft;");
document.writeln("} else if (document.body) {");
document.writeln("   xScroll = document.body.scrollLeft;");
document.writeln("}");
document.writeln("if (self.pageYOffset) {");
document.writeln("   yScroll = self.pageYOffset;");
document.writeln("} else if (document.documentElement && document.documentElement.scrollTop){");
document.writeln("   yScroll = document.documentElement.scrollTop;");
document.writeln("} else if (document.body) {");
document.writeln("   yScroll = document.body.scrollTop;");
document.writeln("}");
document.writeln("arrayPageScroll = new Array(xScroll,yScroll);");
document.writeln("return arrayPageScroll;");
document.writeln("}");
document.writeln("function GetPageSize(){");
document.writeln("    var xScroll, yScroll;");
document.writeln("    if (window.innerHeight && window.scrollMaxY) { ");
document.writeln("        xScroll = document.body.scrollWidth;");
document.writeln("        yScroll = window.innerHeight + window.scrollMaxY;");
document.writeln("    } else if (document.body.scrollHeight > document.body.offsetHeight){");
document.writeln("        xScroll = document.body.scrollWidth;");
document.writeln("        yScroll = document.body.scrollHeight;");
document.writeln("    } else {");
document.writeln("        xScroll = document.body.offsetWidth;");
document.writeln("        yScroll = document.body.offsetHeight;");
document.writeln("    }");
document.writeln("    var windowWidth, windowHeight;");
document.writeln("    if (self.innerHeight) {");
document.writeln("        windowWidth = self.innerWidth;");
document.writeln("        windowHeight = self.innerHeight;");
document.writeln("    } else if (document.documentElement && document.documentElement.clientHeight) {");
document.writeln("        windowWidth = document.documentElement.clientWidth;");
document.writeln("        windowHeight = document.documentElement.clientHeight;");
document.writeln("    } else if (document.body) {");
document.writeln("        windowWidth = document.body.clientWidth;");
document.writeln("        windowHeight = document.body.clientHeight;");
document.writeln("    } ");
document.writeln("    if(yScroll < windowHeight){");
document.writeln("        pageHeight = windowHeight;");
document.writeln("    } else { ");
document.writeln("        pageHeight = yScroll;");
document.writeln("    }");
document.writeln("    if(xScroll < windowWidth){ ");
document.writeln("        pageWidth = windowWidth;");
document.writeln("    } else {");
document.writeln("        pageWidth = xScroll;");
document.writeln("    }");
document.writeln("    arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight) ");
document.writeln("    return arrayPageSize;");
document.writeln("}");
document.writeln("\/\/1?????¡À????t AdMove.js");
document.writeln("\/*");
document.writeln("¨¤y¡Á¨®");
document.writeln("<div id=\"Div2\">");
document.writeln("    ***** content ******");
document.writeln("<\/div>");
document.writeln("var ad=new AdMove(\"Div2\");");
document.writeln("ad.Run();");
document.writeln("*\/");
document.writeln("\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/");
document.writeln("var AdMoveConfig=new Object();");
document.writeln("AdMoveConfig.IsInitialized=false;");
document.writeln("AdMoveConfig.ScrollX=0;");
document.writeln("AdMoveConfig.ScrollY=0;");
document.writeln("AdMoveConfig.MoveWidth=0;");
document.writeln("AdMoveConfig.MoveHeight=0;");
document.writeln("AdMoveConfig.Resize=function(){");
document.writeln("    var winsize=GetPageSize();");
document.writeln("    AdMoveConfig.MoveWidth=winsize[2];");
document.writeln("    AdMoveConfig.MoveHeight=winsize[3];");
document.writeln("    AdMoveConfig.Scroll();");
document.writeln("}");
document.writeln("AdMoveConfig.Scroll=function(){");
document.writeln("    var winscroll=getPageScroll();");
document.writeln("    AdMoveConfig.ScrollX=winscroll[0];");
document.writeln("    AdMoveConfig.ScrollY=winscroll[1];");
document.writeln("}");
document.writeln("addEvent(window,\"resize\",AdMoveConfig.Resize);");
document.writeln("addEvent(window,\"scroll\",AdMoveConfig.Scroll);");
document.writeln("function AdMove(id){");
document.writeln("    if(!AdMoveConfig.IsInitialized){");
document.writeln("        AdMoveConfig.Resize();");
document.writeln("        AdMoveConfig.IsInitialized=true;");
document.writeln("    }");
document.writeln("    var obj=document.getElementById(id);");
document.writeln("    obj.style.position=\"absolute\";");
document.writeln("    var W=AdMoveConfig.MoveWidth-obj.offsetWidth;");
document.writeln("    var H=AdMoveConfig.MoveHeight-obj.offsetHeight;");
document.writeln("    var x = W*Math.random(),y = H*Math.random();");
document.writeln("    var rad=(Math.random()+1)*Math.PI\/6;");
document.writeln("    var kx=Math.sin(rad),ky=Math.cos(rad);");
document.writeln("    var dirx = (Math.random()<0.5?1:-1), diry = (Math.random()<0.5?1:-1);");
document.writeln("    var step = 1;");
document.writeln("    var interval;");
document.writeln("    this.SetLocation=function(vx,vy){x=vx;y=vy;}");
document.writeln("    this.SetDirection=function(vx,vy){dirx=vx;diry=vy;}");
document.writeln("    obj.CustomMethod=function(){");
document.writeln("        obj.style.left = (x + AdMoveConfig.ScrollX) + \"px\";");
document.writeln("        obj.style.top = (y + AdMoveConfig.ScrollY) + \"px\";");
document.writeln("        rad=(Math.random()+1)*Math.PI\/6;");
document.writeln("        W=AdMoveConfig.MoveWidth-obj.offsetWidth;");
document.writeln("        H=AdMoveConfig.MoveHeight-obj.offsetHeight;");
document.writeln("        x = x + step*kx*dirx;");
document.writeln("        if (x < 0){dirx = 1;x = 0;kx=Math.sin(rad);ky=Math.cos(rad);} ");
document.writeln("        if (x > W){dirx = -1;x = W;kx=Math.sin(rad);ky=Math.cos(rad);}");
document.writeln("        y = y + step*ky*diry;");
document.writeln("        if (y < 0){diry = 1;y = 0;kx=Math.sin(rad);ky=Math.cos(rad);} ");
document.writeln("        if (y > H){diry = -1;y = H;kx=Math.sin(rad);ky=Math.cos(rad);}");
document.writeln("    }");
document.writeln("    this.Run=function(){");
document.writeln("        var delay = 10;");
document.writeln("        interval=setInterval(obj.CustomMethod,delay);");
document.writeln("        obj.onmouseover=function(){clearInterval(interval);}");
document.writeln("        obj.onmouseout=function(){interval=setInterval(obj.CustomMethod, delay);}");
document.writeln("    }");
document.writeln("}");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<\/head>");
document.writeln("<body>");
document.writeln("     <div id=\"gg1\" >");
document.writeln("     <a target=\"_blank\" href=\"http:\/\/www.76256.com\">");
document.writeln("		<img   src= \'http://www.188528.com\/tupian\/fubiao13.gif \'   border= \'0 \' width=\"135\" height=\"48\"   \/><\/a><a href=\"http:\/\/www.894988.tk.\/0.htm\"> ");
document.writeln("    <\/div>");
document.writeln("");
document.writeln("    <div id=\"gg2\" >");
document.writeln("     <a target=\"_blank\" href=\"http:\/\/www.585k.com\/#87909\/\">");
document.writeln("		<img   src= \'http://www.188528.com\/tupian\/tz.gif \'   border= \'0 \' width=\"135\" height=\"48\"   \/><\/a><a href=\"http:\/\/www.585k.com\/#87909\"> ");
document.writeln("    <\/div>");
document.writeln("   ");
document.writeln("");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("    <!--");
document.writeln("        var ad1=new AdMove(\"gg1\");");
document.writeln("        ad1.Run();");
document.writeln("var ad2=new AdMove(\"gg2\");");
document.writeln("        ad2.Run();");
document.writeln("var ad3=new AdMove(\"gg3\");");
document.writeln("        ad3.Run();");
document.writeln("var ad4=new AdMove(\"gg4\");");
document.writeln("        ad4.Run();");
document.writeln("    \/\/-->");
document.writeln("    <\/script>");
document.writeln("")
