//CSS Sprite IE6 hover
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(e) {}

