<!--
function naoexibirfonte()
{if (event.button==2)
{
window.alert('Que bom que você existe!')
}
}
document.onmousedown=naoexibirfonte
-->