/*
	If you really want to see the warning, even without running IE6, add the hash "ie6" (as in http://your.address/and.site#ie6) to the URI.
*/

if ((false && /msie|MSIE 6/.test(navigator.userAgent) && document.cookie.indexOf("ie6=t") == -1) || window.location.hash.indexOf("ie6") > 0)
{
	document.write('<link rel="stylesheet" href="http://verkty.difi.no/ie6/ie6style.css" type="text/css" media="all" />');
	document.write('<script src="http://verkty.difi.no/ie6/jquery.js" type="text/javascript" language="JavaScript"><\/script>');
	document.write('<script src="http://verkty.difi.no/ie6/ie6warning.js" type="text/javascript" language="JavaScript"><\/script>');
}
