ie = document.all;
if(ie)
{
	try {
		document.execCommand("BackgroundImageCache", true, true);
		} catch(err) {}
}