function click() {if (event.button==2) {alert('Copyright © officialgrantmoney.com')}}
document.onmousedown=click
