I'd put this in the C&P topic, but it seems that got locked. Bleh. Well, anyway, try this on for size.
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(50*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(50*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);
Put it in your address bar.
Allegedly it works in IE, but I've only gotten success in Firefox. Then again, this is a new comp, I dunno if Java is installed in IE yet.
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(50*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(50*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);
Put it in your address bar.
Allegedly it works in IE, but I've only gotten success in Firefox. Then again, this is a new comp, I dunno if Java is installed in IE yet.