// IE lbackground image cache fix.
try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}