function killerror(){
        return true;
     } 
    try{
        window.onerror = killerror;
      }catch(e){}
