// this prevents background images from flickering (for rollovers, etc) in ie6
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}