
/* IE6 background image flicker bug fix */
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
