Español
<!--下面代码放到<cuerpo>区域中--> <cuerpo bgcolor="#000000"> <NOMBRE DE CAPA="a0" IZQUIERDA=10 SUPERIOR=10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP=" 0,0,3,3"></LAYER> <NOMBRE DE CAPA="a1" IZQUIERDA=10 SUPERIOR=10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER > <NOMBRE DE CAPA="a2" IZQUIERDA=10 SUPERIOR=10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP="0,0,3,3"></CAPA> <NOMBRE DE CAPA="a3" IZQUIERDA=10 SUPERIOR =10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER> <NOMBRE DE CAPA="a4" IZQUIERDA=10 ARRIBA=10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP ="0,0,3,3"></LAYER> <NOMBRE DE CAPA="a5" IZQUIERDA=10 SUPERIOR=10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP="0,0,3,3">< /CAPA> <NOMBRE DE CAPA="a6" IZQUIERDA=10 SUPERIOR=10 VISIBILIDAD=MOSTRAR BGCOLOR="#FFFF00" CLIP="0,0,3,3"></CAPA> <script language="JavaScript"> < !-- if (document.all){ document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">') for (xy=0;xy<7; xy++) document.write('<div style="position:relative;width:3px;height:3px;background:#FFFF00;font-size:2px;visibility:visible"></div>') document.write( '</div>') } if (document.layers) {window.captureEvents(Event.MOUSEMOVE);} var yBase = 200; varxBase = 200; var yAmpl = 10; var yMax = 40; var paso = .2; var ypaso = .5; var currStep = 0; var tAmpl=1; varXpos = 1; var Ypos = 1; var i = 0; var j = 0; if (document.all) { function MoveHandler(){ Xpos = document.body.scrollLeft+event.x; Ypos = document.body.scrollTop+event.y; } document.onmousemove = MoveHandler; } else if (document.layers) { function xMoveHandler(evnt){ Xpos = evnt.pageX; Ypos = evnt.páginaY; } ventana.onMouseMove = xMoveHandler; } función animateLogo() { if (document.all) { yBase = ventana.document.body.offsetHeight/4; xBase = ventana.document.body.offsetWidth/4; } else if (document.layers) { yBase = ventana.innerHeight/4; xBase = ventana.anchointerior/4; } if (document.all) { var totaldivs=document.all.starsDiv.all.length for ( i = 0 ; i < totaldivs ; i++ ) { var tempdiv=document.all.starsDiv.all[i].style tempdiv. arriba = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10); tempdiv.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos(( pasopaso+i*25)/10); } } else if (document.layers) { for ( j = 0 ; j < 7 ; j++ ) { var templayer="a"+j document.layers[templayer].top = Ypos + Math.cos((20*Math .sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10); document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)* Math.cos((currStep + j*25)/10); } } currStep += paso; setTimeout("animateLogo()", 15); } animateLogo(); // --> </script>