// JavaScript Document
function click()
{
	if (event.button==2)
	alert("Seite urheberrechtlich geschützt");
}

document.onmousedown=click
