function nonono(){
  var theKey = window.event.keyCode;
  if (theKey==93){
    window.alert('Funzione non abilitata!')
    return false
  }
  if (event.button==2)
    window.alert('Funzione non abilitata!')
}
document.onkeydown=nonono
document.onmousedown=nonono

function scroll(){
	setTimeout("scroll()", 50);
	window.status="[  [   V i t e l l o n i   B a n d   ]  ]"
}
scroll();

