<!--
document.onmousedown=warnung

function warnung(){
if (event.button==2){
alert('© copyright Hubertushof')
}

if (event.button==3){
alert('© copyright Hubertushof')}
}

//-->



