if($.browser.msie && $.browser.version == "6.0"){
    try{
        document.execCommand('BackgroundImageCache', false, true);
    }catch(e){}
};