
if (screen.width <= 699) {
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))) 
	{ location.href = "http://www.dalhall.se/mobil/"; }
 else (document.location = "http://www.dalhall.se/mobil/2/"); } 
 
 
