Cross-browser handling is quite a hassle sometimes.
In this case I need to capture quite a number of events, but cannot afford to use a multi purpose library that exceeds 10ish Kb. (e.g. jQuery, Prototype, Dojo, YUI, …)
The script is meant as a basic tracking tool for various sites I’m maintaining.
Every browser seems to handle events slightly and sometimes completely differently!
I would be really happy if someone could point me out to a Javascript library meant for cross-browser event handling.
This would make my day! =)

Dean Edwards’ :
http://dean.edwards.name/weblog/2005/10/add-event2/
Or the one from John Resig:
http://ejohn.org/blog/flexible-javascript-events/