<!--
      function noFraming()

         { top.location="http://kjaergaard.com";
         }
      if ( parent.frames.length > 0)
         { parent.location.href = location.href; }


      function fjernRamme()

         { for (a in document.links) document.links[a].onfocus = document.links[a].blur;
         }
      if ( document.all||document.getElementById )
         { document.onmousedown = fjernRamme;
         }

//-->
