function noRightClick()
{
	if (event.button==2)
	{
		alert("© 2004 HeLo Productions. All rights reserved.")
	}
}
document.onmousedown=noRightClick
