document.writeln("<script>");
document.writeln("var brOK=false;");
document.writeln("var mie=false;");
document.writeln("var vmin=2;");
document.writeln("var vmax=5;");
document.writeln("var vr=3;");
document.writeln("var timer1;");
document.writeln("var jobads;");
document.writeln("");
document.writeln("");
document.writeln("function movechip(chipname)");
document.writeln("{");
document.writeln("	if(brOK)");
document.writeln("	{");
document.writeln("		eval(\"chip=\"+chipname);");
document.writeln("		if(!mie)");
document.writeln("		{");
document.writeln("			pageX=window.pageXOffset;");
document.writeln("			pageW=window.innerWidth;");
document.writeln("			pageY=window.pageYOffset;");
document.writeln("			pageH=window.innerHeight;");
document.writeln("		} ");
document.writeln("		else");
document.writeln("		{");
document.writeln("			pageX=window.document.body.scrollLeft;");
document.writeln("			pageW=window.document.body.offsetWidth-8;");
document.writeln("			pageY=window.document.body.scrollTop;");
document.writeln("			pageH=window.document.body.offsetHeight;");
document.writeln("		}");
document.writeln("		chip.xx=chip.xx+chip.vx;");
document.writeln("		chip.yy=chip.yy+chip.vy;");
document.writeln("		chip.vx+=vr*(Math.random()-0.5);");
document.writeln("		chip.vy+=vr*(Math.random()-0.5);");
document.writeln("		if(chip.vx>(vmax+vmin))  chip.vx=(vmax+vmin)*2-chip.vx;");
document.writeln("		if(chip.vx<(-vmax-vmin)) chip.vx=(-vmax-vmin)*2-chip.vx;");
document.writeln("		if(chip.vy>(vmax+vmin))  chip.vy=(vmax+vmin)*2-chip.vy;");
document.writeln("		if(chip.vy<(-vmax-vmin)) chip.vy=(-vmax-vmin)*2-chip.vy;");
document.writeln("		if(chip.xx<=pageX)");
document.writeln("		{");
document.writeln("			chip.xx=pageX;");
document.writeln("			chip.vx=vmin+vmax*Math.random();");
document.writeln("		}");
document.writeln("		if(chip.xx>=pageX+pageW-chip.w)");
document.writeln("		{");
document.writeln("			chip.xx=pageX+pageW-chip.w;");
document.writeln("			chip.vx=-vmin-vmax*Math.random();");
document.writeln("		}");
document.writeln("		if(chip.xx>=680)");
document.writeln("		{");
document.writeln("			chip.xx=chip.xx-20;");
document.writeln("			chip.vx=-vmin-vmax*Math.random();");
document.writeln("		}");
document.writeln("		if(chip.yy<=pageY)");
document.writeln("		{");
document.writeln("			chip.yy=pageY;");
document.writeln("			chip.vy=vmin+vmax*Math.random();");
document.writeln("		}");
document.writeln("		if(chip.yy>=pageY+pageH-chip.h)");
document.writeln("		{");
document.writeln("			chip.yy=pageY+pageH-chip.h;");
document.writeln("			chip.vy=-vmin-vmax*Math.random();");
document.writeln("		}");
document.writeln("		if(!mie)");
document.writeln("		{");
document.writeln("			eval(\'document.\'+chip.named+\'.top =\'+chip.yy);");
document.writeln("			eval(\'document.\'+chip.named+\'.left=\'+chip.xx);");
document.writeln("		}");
document.writeln("		else");
document.writeln("		{");
document.writeln("			eval(\'document.all.\'+chip.named+\'.style.pixelLeft=\'+chip.xx);");
document.writeln("			eval(\'document.all.\'+chip.named+\'.style.pixelTop =\'+chip.yy);");
document.writeln("		}");
document.writeln("		chip.timer1=setTimeout(\"movechip(\'\"+chip.named+\"\')\",80);");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("function stopme(chipname)");
document.writeln("{");
document.writeln("	if(brOK)");
document.writeln("	{");
document.writeln("		eval(\"chip=\"+chipname);");
document.writeln("		if(chip.timer1!=null)");
document.writeln("		{");
document.writeln("			clearTimeout(chip.timer1)");
document.writeln("		}");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("function jobads()");
document.writeln("{");
document.writeln("	if(navigator.appName.indexOf(\"Internet Explorer\")!=-1)");
document.writeln("	{");
document.writeln("		if(parseInt(navigator.appVersion.substring(0,1))>=4) brOK=navigator.javaEnabled();mie=true;");
document.writeln("	}");
document.writeln("	if(navigator.appName.indexOf(\"Netscape\")!=-1)");
document.writeln("	{");
document.writeln("		if(parseInt(navigator.appVersion.substring(0,1))>=4) brOK=navigator.javaEnabled();");
document.writeln("	}");
document.writeln("	jobads.named=\"jobads\";");
document.writeln("	jobads.vx=vmin+vmax*Math.random();");
document.writeln("	jobads.vy=vmin+vmax*Math.random();");
document.writeln("	jobads.w=1;");
document.writeln("	jobads.h=1;");
document.writeln("	jobads.xx=0;");
document.writeln("	jobads.yy=0;");
document.writeln("	jobads.timer1=null;");
document.writeln("	movechip(\"jobads\");");
document.writeln("}");
document.writeln("");
document.writeln("document.write(\'<div id=\"jobads\" style=\"height:49px;left:178px;position:absolute;top:1237px;width:70px; z-index:1000\">\');");
document.writeln("document.write(\'<a href=\"help.asp?action=daixiao\" target=\"_blank\" onmouseover=stopme(\"jobads\"); onmouseout=movechip(\"jobads\");>\');");
document.writeln("document.write(\'<img src=\"piao.gif\" border=\"0\"><\/a><\/div>\');");
document.writeln("jobads();");
document.writeln("<\/script>");
