yeah, i deleted it by accident when i went to edit it
PHP Code:
<?PHP
$filName = "./galleries.txt";
$arry = file($filName);
$randNum = rand(0,sizeof($arry)-1);
header("Location: ". $arry[$randNum]);
?>
it works fine.
put your links in a text file 1 per line, name it galleies.txt .
save the above as whatever.php , put them in the same folder.
no probs, enjoy