// Fixes the IE6 flickering bug
// Thanks to: http://www.mister-pixel.com/#Content__state=is_that_simple
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
