// ie6 リンク背景画像ちらつき用

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