if(navigator.userAgent.toLowerCase().indexOf("msie") > -1){
	try{
		document.execCommand("BackgroundImageCache", false, true);
	}
	catch(err){}
}
