// stops the background images flickering on mouseover in ie6
try {
 document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}