function click()
{if (event.button==2)
{alert('Copyright 2005 by @Sunflowersweddingmore.com')}}
document.onmousedown=click

