<?php 
$testimfiles = array ( 
'a.php', 
'b.php', 
'c.php', 
'd.php' 
); 
include ($testimfiles[rand(0,3)]) ; 
?>