function click() {
	if (event.button==2) {
		alert('\n United Chaplain International Worldwide Outreach, Inc. UCIWO Web Site' + 
			  '\n www.UnitedChaplains.org ©' +
			  '\n\n Developed by Your Business In A Box, LLC®' +
			  '\n\n http://www.yourbusinessinabox.biz © &' +
			  '\n http://www.masterbiz.biz © ' +
			  '\n\n Contact e-mail: jgordon@yourbusinessinabox.biz');
		}
}
document.onmousedown=click

