<!--
function click2()
 {  if (event.button==2)
    {
     alert('The entire contents of this site are Copyrighted in 2000 to Dave Agema for 74th District Unauthorized reproduction is strictly prohibited. ')
    }
 }document.onmousedown=click2 
 //-->