function isDevice() { var version = navigator.userAgent if( version.search( 'iPhone|iPod|iPad|Android|BlackBerry|IEMobile|Nokia|HTC' ) >= 0 || (window.innerWidth <= 1024 && window.innerWidth > 500)) { return true; } return false; } if( isDevice() ) { launchHTML5(); } function launchHTML5() { document.cookie = 'device_fallback=true'; document.cookie = 'referral_override=' + document.referrer; window.location = '/ingarkiv/10791/html5/146/' + window.location.search; }