function ieFlickerFix() {
	try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
}

addLoadEvent(ieFlickerFix);