function click()
{if (event.button==2)
{alert('Copyright 2008 by Lavora con te')}}
document.onmousedown=click


