function click() {if (event.button==2) {alert('Copyright © Grant Seeker Pro Inc.')}}
document.onmousedown=click
