Пархающая бабочка за курсором

Вставляем в body:

<IMG id=Ols
style="POSITION: absolute; Middle: 9000px" src="http://lotus-design.ucoz.ru/skript/butterfly13.gif">
<SCRIPT><!--
ddx=0;ddy=0;PX=600;PY=0;xm=0;ym=0
OlsW=Ols.width/2;OlsH=Ols.height/2
function MoveWinnie(){
x=Math.round(PX+=((xm-PX)*3)/400)
y=Math.round(PY+=((ym-PY)*3)/400)
Ols.style.left=x-OlsW
Ols.style.top=y //osw
setTimeout("MoveWinnie()",10)
}
function doMouse(){
xm=window.event.x
ym=window.event.y //fantasyflash.ru
}
document.onmousemove=doMouse
MoveWinnie()
//--></SCRIPT>