Дейдара летает за курсором
http://10pix.ru/img1/1584/965448.gif

Код:
<IMG id=Ols  
style="POSITION: absolute; Middle: 9000px"  src="http://s004.radikal.ru/i207/1001/62/4be73a92bed9.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>