openside("Įdomus faktas"); $text = array("Jusu tekstas","Mano tekstas","Tavo tekstas"); $cc = count($text) ; $cl = $cc-1; $rand = rand(0,$cl); echo"$text[$rand]"; closeside();