public Object evaluateFunction(String func, Object[] args) {
func = "var x = " + func + ";";
this.cx.evaluateString(this, func, "Eval Func", 0, null);
Function function = (Function) this.get("x", this);
return function.call(this.cx, this, this, args);
}
/**
* Evaluates the requested operation in the Javascript service
* implementation. Any Javascript source defined under loadJSScripts