Can I put similar methods in an associative aray like this?
var function_hold = { function1: function(){} function2: function (){} };
I
Yeah, that should would just fine.