function gotcha()
{
	if (event.button==2)
	{
		alert('© Copyright 2002-2003 Myrtle Beach National, Inc.  All Rights Reserved.\r\r\rProblems with this web site?\r\rSend your questions to . . .\r\rwebmaster@mbncentral.net\r\r(' + document.location + ')');
	}
}
document.onmousedown=gotcha

