(function() {
	var m = document.uniqueID /* IE */ && document.compatMode /* >=IE 6 */ && !window.XMLHttpRequest /* <=IE 6 */ && document.execCommand;
	
	try {
		if (!!m) {
		  m("BackgroundImageCache", false, true) // = Solo IE 6
		}
	} catch (oh) {
	};
})();