The purpose of this page is to explore the order of start up events in 
Marionette apps
    
Turn on the console to see the order of things. (Often this is ctrl-shift-K.)
    
This page starts two Marionette apps:

* MyInnerApp starts within a $(document).ready block
* MyOuterApp starts as the script runs

-------------------------------------------------------------------------------