Go to any web site that has pictures. Then go up to the address bar and replace the url address with this code:
java script:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(I=0; I<DIL; I++){DIS=DI[ I ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+I*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+I*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
If I copy from here it doesnt work, but if I copy from my email it works perfectly I can't see any extra spaces or breaks caused by the cut and paste... so I will have to investigate this further. I'm working on it
Okay I found it, this forum is forcing a space between java and script, what I am pasting does not have a space, even if I edit it, once I submit, this forums puts another space.
So, when you paste the link, edit the space out between java and script (first word). If you do it from this page, you will have to scroll up to see what its done, you can click the "BACK" button to get out of it.