View Source
<HTML>
<HEAD>

<TITLE>Exercise 12.3.2</TITLE>
</HEAD>
<BODY>
<P>
<SCRIPT language="javascript">
<!-- //
if (document.layers || document.all) {
   a=1;
   setInterval("Jump()",2);
}

function Jump() {
   a=a+.1;
   self.moveBy((Math.random()*a*2 -a),(Math.random()*a*2)-a);
}
//-->
</SCRIPT>

<FONT SIZE="+4">
How annoying is this?
</FONT>
<P>
</BODY>
</HTML>