if(navigator.appVersion.indexOf('MSIE')>-1){
	try {
		document.execCommand("BackgroundImageCache", false, true);
	} catch(err) {}
}

