> Also you might want to do "var a = this" so that it doesn't conflict with any > global variables.
Thanks, Josh. That's what I suspected. As far as the "var a = this"... is that because using "var" to declare the variable makes its scope within the function alone, or is the "var" unnecessary?