ШОргРу
#5547 05.10.24
$sheep = 0;
while(!asleep()) $sheep++;
header("Location: dreams\n");

function asleep()
{
return (rand(1,100) == rand(1,100) ? TRUE : FALSE);
}