Using loop to create sound object

why does this not working?

for (i=0; i<=numVoices; i++) {
var this[“voice”+i]:Sound= new Sound();
}

(say in output window: Identifier expected)