OR statement help

Hello… i’m new to Flash and have a fairly simple question…

Is it possible to have script which tells a dynamic text box to contain “this text” OR “that text” OR “the other text” and for it to randomly select one of these options?

Something like this:

**textBox_txt.text = “This” OR **
textBox_txt.text = “That” OR
textBox_txt.text = "The other"

and so on

Cheers in advance for any help…

David