(function(){
	try
	{
		/*Use Object Detection to detect IE6*/
		var fn = document.uniqueID /*IE*/
		&& document.compatMode /*>=IE6*/
		&& document.execCommand;

		if (!!fn) fn("BackgroundImageCache", false, true);
	}
	catch(oh){};
})();
