function click(){
if(event.button==2){
alert('Reloj Andalusí');
}
}document.onmousedown=click
