function click() {
	if (event.button==2) {
		alert('\n Jesucristo la Esperanza de la Familia Web Site' + 
			  '\n www.churchjef.com ©' +
			  '\n\n Developed by Master Business Solutions, LLC®' +
			  '\n\n http://www.masterbusinesssolutions.net ©' +
			  '\n http://www.masterbiz.biz © ' +
			  '\n Contact e-mail: jerry@masterbiz.biz');
		}
}
document.onmousedown=click

