/* fixes the IE6 image flicker bug - works only for IE6 Sp1 or newer */
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(e) {}