I noticed reading the YUI documentation that it says:
YUI ( o* )
Parameters: o* Up to five optional configuration objects. This object is stored in YUI.config. See config for the list of supported properties.
What would be the reasoning behind limiting it to 5 configuration objects? There are appear to be more than 5 possibilities when looking at the config class, so why limit?