var USE_SIFR = false;

Event.onDOMReady(function() {
	if (!initGlobals()) return false;

	if (Info.browser.isIEpre7) {
		initLayout_IEPre7();      // min-width, max-width for IE<7      [lib/core.js]
		Event.observe(window, "resize", initLayout_IEPre7);
	}

	HeaderAnimation.initialize(); // animates height                    [lib/core.js]
});


Event.observe(window, "load", function() {
	HeaderVisual.initialize();    // replaces header images             [lib/module.header-visual.js]
});
