


	function click() 


	{


		if (event.button==2) 


					{


		alert('Copy-right: Alba S. Enström')


     


					}


	}





document.onmousedown=click


