		// IE 6 CSS Background Image Flicker Fix CBIFF
		try {
		  document.execCommand("BackgroundImageCache", false, true);
		} catch(err) {}