<!--
function click() 
{
if (event.button==2) 
{ alert('http://www.sebald.com/pl8s/') 
} 
} 
document.onmousedown=click 
//-->
