$howMany = 2;
srand ((double) microtime() * 948625)
$randNumber = rand(1,$howMany)
switch($randNumber)
{
Case 1:
header("Location: http://oni.artisticfire.com/raven.jpg")
break;
Case 2:
header("Location: http://oni.artisticfire.com/raven2.jpg")
break;
}
?>
This is Raven_Darkholme's old signature. Because you want three images, copy Case 2 and paste it directly below, then title it Case 3. And make sure that the number in the second line matches how many images you're using. If you add more cases later and don't change the number, they won't appear in the rotation.