Codice PHP:
$page = array('calledpage.php',
   
'page.php',
   
'anotherpage.php',
   
'funpage.php'
);

include 
'/path/to/' $page[array_rand($page)]; 
divertiti