Select a random number in an Array

Just a quick question here, i have this code:

public var randomNumber:int;

myArray = ["40", "80", "120", "160", "200", "240", "280", "320",
                "360", "400", "440", "480", "520", "560", "600"]

How can i make randomNumber equal a random value from myArray?