//--------- Fonte Começa Aqui ---------->



function Fonte() {

mostra_ano = new Date()

ano_correto = mostra_ano.getYear()


if (event.button==2)


alert ("\n\n Todos Direitos Reservados \n\n Copyrigth ©  Liga de Boxe "+ ano_correto )


}


document.onmousedown = Fonte;



//--------- Fim Fonte ---------->

