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