function iPhoneAlert() {
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))  || (navigator.userAgent.match(/iPad/i)) ){
		var question = confirm("Souhaitez-vous utiliser sur nos calculettes financières optimisées iPhone?")
		if (question){
			window.location = "http://iphone.itpret.com/";
		}else{
		
		}
	}
}
