function click() {
if (event.button==2) {
alert('Fisicoloucura, Lda. © 2010')
}
}
document.onmousedown=click


