// JavaScript Document
if ( (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Android/i)) || (navigator.userAgent.match(/Windows Phone/i))|| (navigator.userAgent.match(/blackberry/i))) { 
	if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://m.hoteldesevres.com/fr/"; 
}
