openside("Atsitiktinis WEB linkas"); $text = array("www.webdnd.com","www.google.lt","www.delfi.lt"); $web = count($text) ; $wb = $web-1; $rand = rand(0,$wb); echo"$text[$rand]"; closeside();