<!--
function click2()
 {  if (event.button==2)
    {
     alert('The entire contents of this site are Copyrighted in 2005 to GCFchurch.net. Unauthorized reproduction is strictly prohibited. ')
    }
 }document.onmousedown=click2 
 //-->