/**
 * Assist Invendium in evaluation of 
 * the DOMContentLoaded event for IE.
 */
var Assistant = new function () {
	
	if ( document.all ) {
		Invendium.handleEvent ();
	}
}