/**
 * Assist the Manager in evaluation of 
 * the DOMContentLoaded event for IE.
 */
var Assistant = new function () {
	
	if ( Client.isExplorer ) {
		Manager.onDOMContentLoaded ();
	}
}