function bgrCache() {
	try {
	  document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
}
if (window.attachEvent) window.attachEvent("onload", bgrCache);

