$files = array("../file1.inc","../file2.inc","../file3.inc"); include($files[rand(0,count($files))]);