function click() { if (event.button==2) {alert("© by Svensen@gmx.de") } }
document.onmousedown=click
