<?php$my_text_options = array('text1','text2','text3');echo $my_text_options[mt_rand(0,count($my_text_options)-1)];?>