<? $banbasa="banner.txt"; $array=file($banbasa); echo $array[rand(0,count($array)-1)]; ?>
<? include('banner.php'); ?>