// Fixes CSS background caching for IE6
try 
{
    document.execCommand("BackgroundImageCache", false, true);
} catch(err) 
{

}