/*  Get rid of IE image rollover flickering  */

try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
