			
			//this should fix the image cache problem in ie6. the catch stops ie6 sp1 from causing a script error
			try{
			if(document.uniqueID && !window.XMLHttpRequest ){
			document.execCommand("BackgroundImageCache",false,true)
			} 
			}
	
			catch(e){}