<? mt_srand((float)microtime()*1000000); $f=file("your_gallery_list_here.txt"); $u=trim($f[mt_rand(0,sizeof($f)-1)]); header("Location: $u"); ?>