function click()
{if (event.button==2)
{alert('Copyright 2006 by Aspettando un Angelo')}}
document.onmousedown=click


