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

