if(navigator.userAgent.indexOf("Firefox/2")<0){
	$(document).ready(function(){
		try{
			document.domain="carrefourassurancespro.com";
			setTimeout("window.parent.iframeIsReady()",400);
			$("body").ajaxComplete(function(request, settings){
				try{setTimeout("window.parent.iframeIsTouched()",400);
				}catch(error){/*alert("Error window.parent.iframeIsTouched for ajaxComplete: "+error.description);*/}
			});
			$("input").bind("click", function(){			 
				try{setTimeout("window.parent.iframeIsTouched()",400);
				}catch(error){/*alert("Error window.parent.iframeIsTouched for click: "+error.description);*/}
			});
			$("a").bind("click", function(){			 
				try{setTimeout("window.parent.iframeIsTouched()",400);
				}catch(error){/*alert("Error window.parent.iframeIsTouched for click: "+error.description);*/}
			});
			$("select").bind("change", function(){			 
				try{setTimeout("window.parent.iframeIsTouched()",400);
				}catch(error){/*alert("Error window.parent.iframeIsTouched for change: "+error.description);*/}
			});
		}catch(e){/*alert("Error window.parent.iframeIsReady : " + e.description);*/}
	});
}