
    var OP = (navigator.userAgent.indexOf("Opera")!=-1);
   var IE4 = (document.all && !OP);
   var NS4 = (document.layers);
   var NS6 = (document.getElementById && !IE4 && !OP);
   var IE6 = (IE4 && navigator.appVersion.indexOf("6.")!=-1);
   var IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1||IE6);
  var IE55 = (IE4 && navigator.appVersion.indexOf("5.5")!=-1||IE6);
 var isMac = (navigator.appVersion.indexOf("Mac") != -1);

var isComp = (NS6||IE5);

if (!isComp){
		self.location.href = 'feil.htm';
}
