// found @ http://dean.edwards.name/my/flicker.html
// and found @ http://www.mister-pixel.com/index.php?Content__state=is_that_simple

	try {
		document.execCommand("BackgroundImageCache", false, true);
	} catch(err) { }
