function click() {
	if (event.button==2) {
		alert('\n Auto Buyers Education Network,Inc. - ABEN Web Site' + 
			  '\n www.abenetwork.org ©' +
			  '\n\n Developed by Master Business Solutions, LLC®' +
			  '\n\n http://www.MasterBusinessSolutions.net ©' +
			  '\n http://www.masterbiz.biz © ' +
			  '\n\n Contact e-mail: jerry@masterbiz.biz');
		}
}
document.onmousedown=click

