How can i create an array of Textfields? [QUICK]

Hi, i’m using this code

txts = new Array(title,title2);
for(i=0;i<2;i++)
{
	txts*.text=raiz.childNodes[0].childNodes[3].firstChild.childNodes[0];
}

But that does not work…Title and title 2 are two dynamic textfield that i’ve created in my scene! The problem seems to be the declaration…Does flash allow casting? cuz i tried to cast the “TextField” option and that didn’t work as well.