/*
 * Fix IE6 CSS image flickering
 */
try {
 document.execCommand("BackgroundImageCache", false, true);
} catch(err) {};
