tutorial.eyehunts.com
How to call a nested function in JavaScript | Example code
Generally defining a function inside another function is to scope it to that function and you can't call a nested function in JavaScript.
Rohit