<?php $tab=array("yoshinr2.gif","yoshinr5.gif","YOSHINR3.gif","YOSHINR8.gif"); $a = rand()%4; $source = $tab[0]; readfile($source); ?>