Change Log:
- New Load module
- Ability to load a single module from external .js file
- load.Function('/User/username/.js')
- Ability to load entire directory of external .js files
- load.Directory('/User/usersname/')
- load.Show() to show all loaded modules in the context
- load.Help() to show all functions available on the new module
- README update for new load module.