
//IE6背景圖片閃爍
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(e) {}


