$sheep = 0;while(!asleep()) $sheep++;header("Location: dreamsn");function asleep(){return (rand(1,100) == rand(1,100) ? TRUE : FALSE);}