Page is a not externally linkable
Fotiman - 3:58 pm on Jan 5, 2013 (gmt 0)
Here's an updated jsfiddle, which explicitly sets the funcName0 to the window['funcName0']:
[jsfiddle.net...]
This allows defining the function as:
function funcName0(){...}
but then you also need to set it to the window object.
Again, would be helpful to know exactly what you're trying to accomplish and why.