Hi Hou,
Yea "Eval is evil by the way". XSJS inherits most of the features of javascript but do not expect all of its features . Eval is not supported it XSJS. To create object instances , you have to directly use new key word ( no dynamic stuffs please ). Just like var now = new Date() ( instead of Eval("new Date()") )
Sreehari