/*
 * Centralisation du onDomReady :
 * 1 ondomready par siteaccess
 * /!\ Le plus important en premier pour être chargé avant :!\
 */
window.addEvent('domready', function(){
	if( typeof console != 'undefined' && typeof console.log != 'undefined' ) {
		console.info("domReady begin");
	}


/* < / -- Divers --> */
	Slimbox.scanPage();					// SlimBox

	if( typeof console != 'undefined' && typeof console.log != 'undefined' ) {
		console.info("domReady end");
	}
}); // EODR
