//* 
var msg = "Copyright © 2005, 2006, 2007 The Eliot Clan Society (Dee Elliott-Wakefield). Script, code, images and photographs appearing within this site are the exclusive property of The ECS,  unless stated as public domain. Copying or redistribution of the above mentioned is expressly forbidden unless otherwise stated therein. Please comply with guidelines of representative party and contact them to obtain permission to publish items intended for use on public domain for non-comercial purposes. THANK YOU";
if(document.layers) window.captureEvents(Event.MOUSEDOWN);
function no_click(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
 {
  alert(msg);return false;
 }
 if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
 {
   alert(msg);return false;
 }
}
window.onmousedown=no_click;
document.onmousedown=no_click;

// End -->
