Random yönlendirme istiyorsanız ;
<?php
$url = array(
"http://www.adres1.com/",
"http://www.adres2.com/",
"http://www.adres3.com/",
);
$say = count($url);
$gonder = rand(0,$say);
header("Location: ".$url[$gonder]);
exit;
?>Çok tecrübeli olduğum söylenemez ama herhalde çalışır