/* The following is a fix for the IE6 background image flicker bug, which is most often seen when you change the "Temporary Internet Files" settings of your Internet Explorer to "Check for newer versions of stored pages" on "Every visit to the page." */ try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}