function verfonte(){
if (event.button==2) {
window.alert('Copyright 2008-2010 www.VidenciaTarot.com')
}
}
document.onmousedown=verfonte

