On this page, clicks are listened at the document level
document.onclick is set before the page has loaded completely (in the head part of the the html)
At each click, a counter is incremented and displayed in an alert box
Click events are registered using the method described at http://www.quirksmode.org/js/events_tradmod.html
In Netscape 7.02, The event fires twice when the document is clicked.