function click()
{if (event.button==2)
{alert('Copyright 1998 - 2004 by @griturismo.com')}}
document.onmousedown=click

