<!--
function superhighway() 
{
if (event.button==2) 
{
alert('Woof Woof')
}
}
document.onmousedown=superhighway
// -->

