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