//IE6.0 flicker prevent -BackgroundImageCache 비활성화
try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
