
window.onerror=null
//*************************************
function click()
		{
		if (event.button==2)
			{
			alert('Copyright 2009 - Good Times Piano Music');
			}
		}
	document.onmousedown=click;

//***************************************

