 function   document.oncontextmenu()     
  {   
      event.returnValue=false;   
  }
 function   document.onselectstart()     
  {   
  var   the   =   event.srcElement   ;   
  if(   !(   (   the.tagName==   "INPUT"   &&   the.type.toLowerCase()   ==   "text"   )   ||   the.tagName==   "TEXTAREA"   )   ){return   false;}
  }
  function   document.onmouseover()
  {   
self.status='欢迎光临福建招才网.招聘热线:0591-28381999';return true;
}   

