Help with my random quote plz

first off merry xmas everyone :?)

i want to have let’s say 5 keyframes, each with a pice of text in. now i want some actionscript that’ll tell flash everytime it’s loaded to show a random keyframe out of those 5…can anyone help?

thanks!

Stop()
Choose = Random(4)+1
gotoandstop(Choose)

Thanks i’ll try it out!