function click() 
{if (event.button==2) 
	{alert('COPYRIGHT 2005 CashCity ATM Sales')}} 
	document.onmousedown=click


