var fullweb = document.location.href.indexOf("fullweb=1") != -1 || document.cookie.indexOf("fullweb=1") >= 0;
if (fullweb)
{
	var d = new Date();
	d.setTime(d.getTime() + 86400000);
	document.cookie = "fullweb=1; expires=" + d.toGMTString() + "; path=/";
}
else if (DetectMobileLong())
{
	window.location = "http://m.tryggtrafikk.no/?url=" + escape(window.location.href);
}

