Цитаты


#147869 1,443 2007:03:30 6:13
$sheep = 0; while(!asleep()) $sheep++; header("Location: dreams\n"); function asleep() { return (rand(1,100) == rand(1,100) ? TRUE : FALSE); }