In many cases, a better solution for the thousand mouseovers, clicks, etc. is to use a single event handler on a parent element and inspectevent.target in the event handler. That's extremely efficient and nearly aseasy to code.
Good point Michael, that should be investigated before going to the last resort of inline events.
-- Josh