Calling Function from String

hello,
was trying to get a prototype run from a foreach loop depending on instance name… but i stripped the code =).
Why wont this work?
[AS]
myFunc = “hello”
hello = function (){
trace(“hello World”)
}
eval(myFunc)
[/AS]