function click()
{
	if (event.button==2)
		{
		alert('© Twickelstad FM');
		}
}

document.onmousedown=click