function my_function(){ alert('Hello, world!'); } var function2 = 'my_function'; eval(function2+'();');