Google Search Bar

I have a Flash Header in my web site with a google search bar. I have the correct google code but I keep getting undefined in my search querys. I’m assuming I am typing the indentifier for the text box wrong so can someone please just take a look and tell me what it should be. I’m a little confused. Once your in the flash source you can locate the code by going to folder “sources” and than movie clip buttonsearch. The code is in the actions of the button in that clip. Thank you in advance for your help.

Actually I just realized I can’t upload the file because it’s too big. Here is the code:

on (release) {
getURL(“http://www.google.com/search?q=” + escape(t1.text + “site:www.mastermindsoaring.com”), “_blank”)
}

Not sure if this will help since you can’t see all the movie clips and names. I will e-mail you the file if necessary???