if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)) || (navigator.userAgent.match(/Android/i)) || (navigator.userAgent.match(/webOS/i)) || (screen.width <= 699)) 
	{ location.href = "http://www.bristolhotel.com/pizzeria/mobil/"; }

