This is the default message that shows up at the beginning (before you click anything)
When the page loads, and we call controller.init, the init function will check the hash part of the current URL and will call the associated controller (if any).
For example, if the page is:
http://.../jcontroller01.html#message-1
Then the controller automatically will call the 'message-1' function when the main controller is initiated.
In this page there is a hidden controller, try to find it!
Check source code for details
Hey! you clicked on the second message!
click here to go to the original message