document.writeln("<script language=\"JavaScript\">");
document.writeln("<!-- Logo Orbit II kurt.grigg@virgin.net");
document.writeln("");
document.writeln("yourLogo=\'Çë×ÐÏ¸ÔÄ¶Á·¢ÌûÐëÖª\';");
document.writeln("logoFont=\'Arial\';");
document.writeln("logoSize=9;");
document.writeln("logoColor=\'red\';");
document.writeln("logoWidth=40;");
document.writeln("logoHeight=40;");
document.writeln("logoSpeed=0.03;");
document.writeln("");
document.writeln("");
document.writeln("\/\/Nothing needs altering below!");
document.writeln("yourLogo=yourLogo.split(\'\');");
document.writeln("L=yourLogo.length; ");
document.writeln("Result=\"<font face=\"+logoFont+\" style=\'font-size:\"+logoSize+\"pt\' color=\"+logoColor+\">\";");
document.writeln("TrigSplit=360\/L;");
document.writeln("br=(document.layers)?1:0;");
document.writeln("if (br){");
document.writeln("for (i=0; i < L; i++)");
document.writeln("document.write(\'<layer name=\"ns\'+i+\'\" top=0 left=0 width=14 height=14\">\'+Result+yourLogo[i]+\'<\/font><\/layer>\');");
document.writeln("}");
document.writeln("else{");
document.writeln("document.write(\'<div id=\"outer\" style=\"position:absolute;top:0px;left:0px\"><div style=\"position:relative\">\');");
document.writeln("for (i=0; i < L; i++)");
document.writeln("document.write(\'<div id=\"ie\" style=\"position:absolute;top:0px;left:0px;width:14px;height:14px\">\'+Result+yourLogo[i]+\'<\/font><\/div>\');");
document.writeln("document.write(\'<\/div><\/div>\');");
document.writeln("}");
document.writeln("ypos=0;");
document.writeln("xpos=0;");
document.writeln("step=logoSpeed;");
document.writeln("currStep=0;");
document.writeln("Y=new Array();");
document.writeln("X=new Array();");
document.writeln("Yn=new Array();");
document.writeln("Xn=new Array();");
document.writeln("for (i=0; i < L; i++) ");
document.writeln(" {");
document.writeln(" Yn[i]=0;");
document.writeln(" Xn[i]=0;");
document.writeln(" }");
document.writeln("(document.layers)?window.captureEvents(Event.MOUSEMOVE):0;");
document.writeln("function Mouse(evnt){");
document.writeln(" ypos = (document.layers)?evnt.pageY:event.y;");
document.writeln(" xpos = (document.layers)?evnt.pageX:event.x;");
document.writeln("}");
document.writeln("(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse;");
document.writeln("function animateLogo(){");
document.writeln("if (!br)outer.style.pixelTop=document.body.scrollTop; ");
document.writeln("for (i=0; i < L; i++){");
document.writeln("var layer=(document.layers)?document.layers[\'ns\'+i]:ie[i].style;");
document.writeln("layer.top =Y[i]+logoHeight*Math.sin(currStep+i*TrigSplit*Math.PI\/180);");
document.writeln("layer.left=X[i]+logoWidth*Math.cos(currStep+i*TrigSplit*Math.PI\/180);");
document.writeln("}");
document.writeln("currStep-=step;");
document.writeln("}");
document.writeln("function Delay(){");
document.writeln("for (i=L; i >= 0; i--)");
document.writeln("{");
document.writeln("Y[i]=Yn[i]+=(ypos-Yn[i])*(0.1+i\/L);           ");
document.writeln("X[i]=Xn[i]+=(xpos-Xn[i])*(0.1+i\/L);        ");
document.writeln("}");
document.writeln("animateLogo();");
document.writeln("setTimeout(\'Delay()\',20);");
document.writeln("}");
document.writeln("window.onload=Delay;");
document.writeln("\/\/ -->");
document.writeln("<\/script>")