// Hopefully fixes a problem with flickering background images
try {
  document.execCommand("BackgroundImageCache", false, true);
}
catch(err)
{
}