//Redirect - omdirrigerer til den rette udgave af "Riget i midten"

if(is_nav4up) bredde = window.innerWidth
else bredde = document.body.offsetWidth

if(bredde > 640 && is_ie4up) document.location.href="msie/intro.html"
else if (bredde > 640 && is_nav4up) document.location.href="ns/intro.html"
else document.location.href="alt/intro.html"
