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