function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
var question = confirm("Souhaitez-vous naviguer sur le site optimis&acute pour iPhone?")
if (question){
window.location = "http://www.precisement.org/blog/spip.php?page=ispip";
}else{

}
}
}
