In JavaScript, the \"this\" operator can refer to different things under different scenarios.
Typically in a method within a JavaScript \"object\", it refers to the
If you're using Prototype you can use bind() and bindAsEventListener() to get around that problem.