try {document.execCommand("BackgroundImageCache", false, true);} catch(err) {}

XB.Announcer.subscribe('onBodyBegin', function(){
	try {
		XB.appendClassToElement('js-enabled', document.getElementsByTagName("body")[0]);
	} catch(e) {}
});

XB.Announcer.subscribe('onBodyEnd', function(){
	try {
		Promotions.init();
	} catch(e) {}
});
