Original script by PC-ONLiNE and Stefan Kuhn, original gif by
Juan C. Pradas-Bergnes, worked by Dierk

(works with Netscape Navigator >4.0 or MS Internet Explorer >4.0 only)

Copy bug.js and the three gif files to your webfolder and add the following line
to the head of the HTML-page where you want the bug script run

  <SCRIPT LANGUAGE="javascript1.2" SRC="bug.js"></SCRIPT>
For example:
<HTML>
<HEAD>
<TITLE>Javascript Bug</TITLE>
<SCRIPT LANGUAGE="javascript1.2" SRC="bug.js"></SCRIPT>
</HEAD>
<BODY>
...
</BODY>
</HTML>