function click() {
  if ((event.button==2) || (event.button==3)) {
      alert('©Copyright 2007 - Family Worship Center of Seminole County, Inc.'); }
  }
document.onmousedown=click;
