<!-- 
function click() 
{ 
if (event.button==2) 
{ 
alert('Copyright (c) Orakel-im-Web') 
} 
} 
document.onmousedown=click 
// --> 