
// To stop code being read
function click() {
if (event.button==2) {
alert('Contact Ron & Kim ©');
}
}
document.onmousedown=click
//







