String to function in Javascript

Say you only have the name of a function you wanna callback at some point in javascript, no problems if you have a public globally scoped function. No dice if you have a namespaced or 'method' function in another context. However, so long as the function is public you can drill down to it with a bit of a helper...