var func = 'function(text){alert(text)}'; new Function('return ' + func + '.apply(null, arguments)')('Hello');