Functions As Namespaces

    (function() { // mymodule function rewritten as an unnamed expression 
        // Module code goes here.
    }()); // end the function literal and invoke it now.