// Copyright - China Mood publishing!
function notext(e){
return false }
function reSume(){
return true }
document.onselectstart=new Function ("return false");{
}
var message="";
 function noclick(e) {
 if (event.button==2||event.button==3) {
  (message);return false;} //}
 if (e.which == 3) {
 alert(message);
 return false;
  }   }
 document.oncontextmenu=new Function("return false")


