Prevent Background Image Flickering in IE

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