//fixes IE flicker bug
try{
	document.execCommand('BackgroundImageCache', false, true);
} catch(e){}