			messag = "Copyright 2008/2009 Cherir - Cazzola Gaetano | Tutti i diritti riservati e Copyright su tutto il materiale presente nel sito www.cherir.com. Si vietata la riproduzione con qualsiasi mezzo. Gli eventuali trasgressori verranno perseguiti ai sensi di legge.";
      bV  = parseInt(navigator.appVersion)
      bNS = navigator.appName=="Netscape"
      bIE = navigator.appName=="Microsoft Internet Explorer"
      function nrc(e) {
         if (bNS && e.which > 1){
            alert(messag)
            return false
         } else if (bIE && (event.button >1)) {
           alert(messag)
           return false;
         }
      }
      document.onmousedown = nrc;
      if (document.layers) window.captureEvents(Event.MOUSEDOWN);
      if (bNS && bV<5) window.onmousedown = nrc;
