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>