<!--
function click() {
if (event.button==2) {
alert('© Haverkate Internet Services');
}
}
document.onmousedown=click

// -->