<!-- stops IE6 hover flickr on the css roll overs -->

try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}