function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))
||(navigator.userAgent.match(/iPod/i))
||(navigator.userAgent.match(/Android/i))
||(navigator.userAgent.match(/BlackBerry/i))
||(navigator.userAgent.match(/n95/i))
||(navigator.userAgent.match(/mobile/i))
||(navigator.userAgent.match(/Windows CE/i))
||(navigator.userAgent.match(/Palm/i))
){
var question = confirm("Souhaitez-vous naviguer sur le site optimisé pour Smartphones?")
if (question){
window.location = "http://www.ecoledansekarinehubert.fr/spip.php?page=ispip";
}else{

}
}
}

