<!------HIDING
  function click() {
    if ((event.button==2) || (event.button==3)) {
      alert('© 1997 - Ferie og Fri')
    }
  }
  
  document.onmousedown=click
//--------------DONE HIDING------>
