きらめくマウスカーソル
+
以下の内容を、<body>タグと</body>タグの間にコピーするだけです。
<DIV ID="rr3Star" STYLE="position:absolute;left:0px;top:-999px;"> <font color="yellow">+</font> </div> <script language="JavaScript"><!-- D=document D.onmousemove=rr3Mmove if(D.all){rr3B=D.body;rr3D=D.all('rr3Star').style} if(D.layers){D.captureEvents(Event.MOUSEMOVE);rr3D=D.layers['rr3Star']} rr3X=0;rr3Y=-999;rr3MX=rr3X;rr3MY=rr3Y;rr3grd=0;rr3Moving(); function rr3Moving(){ rr3grd=Math.random()*100 rr3X=rr3MX+Math.floor(Math.sin(rr3grd)*(Math.random()*50+20)) rr3Y=rr3MY+Math.floor(Math.cos(rr3grd)*(Math.random()*50+20)) rr3D.left=rr3X;rr3D.top=rr3Y; rr3TimerID=setTimeout('rr3Moving()',10)} function rr3Mmove(rr3e){ if(D.layers){rr3MX=rr3e.pageX;rr3MY=rr3e.pageY;} if(D.all){rr3MX=rr3B.scrollLeft+event.clientX;rr3MY=rr3B.scrollTop+event.clientY;} rr3MX+=-8;rr3MY+=-8;} <!----></script>
2行目の
<font color="yellow">+</font>
がきらめきです。
これは自由に書き換えられます。