if ($.browser.msie && $.browser.version < 7) {
  document.execCommand("BackgroundImageCache", false, true);
}
