I need to declare 26 functions, for the letters a to z, like so:
foo.a = function() { // code } foo.b = function() {