/* Fixes obnoxious background-image reload/flicker issue with IE6 */

try {
 document.execCommand('BackgroundImageCache', false, true);
} catch(err) {}
