<!--
function click() {
        if (event.button>1){
                alert('© Copyright by GARDASURF.INFO');
        }
} 
document.onmousedown=click;
// -->
