<!--
 function click()
 {
  if (event.button==2)
  { alert('Copyright by Lora-tur'); }
 }
 document.onmousedown=click;
 function no_copy() {
   alert('Copyright by Lora-tur');
   return false; }
// -->