<script language= "JavaScript"
<!-- var images= ' logo.gif ';//put your image name here!! var amount=8; //number of images here!! var ybase = 150; var xBase = 200; var step = 0.2; var currstep = 0; var xpos = 5; var Ypos = 5; var i = 0; var j = 0; if (document.all) {document.write (' <div id= "Iediv" style= "position:absolute;top:0px;left:0px" > ") document.write (' <div id= ' C ' style= ' position:relative ' > '); for (n=0 n < amount; n++) document.write (' <img src= ' ' +images+ ' "style= ' position:absolute;top:0px;left:0px '" > ') ) document.write (' </div> ') document.write (' </div> ') function Msiemousefollow () { xpos = document.body.scrollleft+event.x-5; ypos = document.body.scrolltop+event.y-5; &NBSP} document.onmousemove = Msiemousefollow; else if (document.layers) {window.captureevents (event.mousemove); for (ns=0 ns < amount; ns++) document.write ("<layer name= ' n" +ns+ "' left=0 top=0><img src= '" +images+ "' ></LAYER>"); Function Nsmousefollow (evnt) { xpos = evnt.pagex-5; ypos = evnt.pagey-5; } window.onmousemove = NsMouseFo Llow; The function swirl () {if (document.all) { ybase = WINDOW.DOCUMENT.BODY.OFFSETHEIGHT/4; xbase = window.document. BODY.OFFSETWIDTH/4; else if (document.layers) { ybase = WINDOW.INNERHEIGHT/4; xbase = WINDOW.INNERWIDTH/4;} if (document . All) { for (i=0;i<iediv.all.c.all.length;i++) { iediv.all.c.all[i].style.top = Ypos + Math.cos ( 20*math.sin (CURRSTEP/20)) +i*70) *ybase* (Math.sin (10+CURRSTEP/10) +0.2) *math.cos ((Currstep + i*25)/10); Iediv.all.c.all[i].style.left = xpos + Math.sin ((20*math.sin (CURRSTEP/20)) +i*70) *xbase* (Math.sin (10+currStep /10) +0.2 *math.cos ((currstep + i*25)/10); &NBSP}} else if (document.layers) { for (j = 0; J < NS; J + +)//7 is number of NS layers! { var Temp= "n" +j document.layers[temp].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[temp].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); &NBSP}} Currstep + = step; SetTimeout ("Swirl ()", 10); } swirl (); --> </script>