// disables tab flickering in IE6
// http://davidwalsh.name/preventing-the-ie6-css-background-flicker
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}  