//IE6でマウスオーバーした時のチラつき、砂時計出現を回避
try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
