/* No IE Background Flicker Script for IE6 */
(function(){
	var  m = document.uniqueID
	&& document.compatMode
	&& !window.XMLHttpRequest
	&& document.execCommand ;
	try{
		if(!!m){
			m("BackgroundImageCache", false, true)
		}
	}catch(oh){};
})();