function general(){
   this.doEval = function(strEval){
      eval(strEval);
   }
}