var ua = navigator.userAgent.toLowerCase(); var isIE6 = ua.indexOf("msie 6") > -1; // remove css image flicker if(isIE6){ try{ document.execCommand("BackgroundImageCache", false, true); }catch(e){} } //png24 if (!!window.DD_belatedPNG) { DD_belatedPNG.fix('img,.header .mid .btn_group ul li.login a,.header .mid .searchbox .btn_input,.recommend .recommend_con .item .btn_buy,.routes .routes_left .bd .league ul li .teletext .tip'); };