srand();

$files = array("file1.html", "file2.txt", "file3.php", "file4.asp");

$rand = array_rand($files);

include ($files[$rand]);

?>