var isMSIE = /*@cc_on!@*/0;
if (isMSIE && (typeof document.body.style.maxHeight == "undefined"))
{
	// IE6 & older
	try {
		document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
}

