YUI – Define anonymous function
Defining an anonymous function in order to keep all variables out of the global scope. Inside the anonymous function, define some shortcuts to utils that will be used frequently (Dom and Event). Inside the the anonymous function, use the onDOMReady Continue reading