|
<?
$random = array(
'http://i44.photobucket.com/albums/f25/panicked00/BG/cupcakes.gif',
'http://i44.photobucket.com/albums/f25/panicked00/BG/stars1.jpg',
'http://i44.photobucket.com/albums/f25/panicked00/BG/cher1.gif'
);
shuffle($random);
header("Location: $random[0]");
?>
|