1 | /* +++Date last modified: 05-Jul-1997 */ |
---|
2 | |
---|
3 | /* |
---|
4 | ** A Pratt-Boyer-Moore string search, written by Jerry Coffin |
---|
5 | ** sometime or other in 1991. Removed from original program, and |
---|
6 | ** (incorrectly) rewritten for separate, generic use in early 1992. |
---|
7 | ** Corrected with help from Thad Smith, late March and early |
---|
8 | ** April 1992...hopefully it's correct this time. Revised by Bob Stout. |
---|
9 | ** |
---|
10 | ** This is hereby placed in the Public Domain by its author. |
---|
11 | ** |
---|
12 | ** 10/21/93 rdg Fixed bug found by Jeff Dunlop |
---|
13 | */ |
---|
14 | |
---|
15 | #include "stringsearch-search.h" |
---|
16 | #include <stdio.h> |
---|
17 | |
---|
18 | int main_stringsearch_large(void) |
---|
19 | { |
---|
20 | char *here; |
---|
21 | char *find_strings[] = { "Kur", |
---|
22 | "gent", |
---|
23 | "lass", |
---|
24 | "suns", |
---|
25 | "for", |
---|
26 | "xxx", |
---|
27 | "long", |
---|
28 | "have", |
---|
29 | "where", |
---|
30 | "xxxxxx", |
---|
31 | "xxxxxx", |
---|
32 | "pense", |
---|
33 | "pow", |
---|
34 | "xxxxx", |
---|
35 | "Yo", |
---|
36 | "and", |
---|
37 | "faded", |
---|
38 | "20", |
---|
39 | "you", |
---|
40 | "bac", |
---|
41 | "an", |
---|
42 | "way", |
---|
43 | "possibili", |
---|
44 | "an", |
---|
45 | "fat", |
---|
46 | "imag", |
---|
47 | "th", |
---|
48 | "wor", |
---|
49 | "xxx", |
---|
50 | "xxx", |
---|
51 | "yo", |
---|
52 | "bxx", |
---|
53 | "wo", |
---|
54 | "kind", |
---|
55 | "4", |
---|
56 | "idle", |
---|
57 | "Do", |
---|
58 | "scare", |
---|
59 | "people", |
---|
60 | "wit", |
---|
61 | "xxx", |
---|
62 | "xxx", |
---|
63 | "Th", |
---|
64 | "xxx", |
---|
65 | "yourself", |
---|
66 | "Forget", |
---|
67 | "succeed", |
---|
68 | "Kee", |
---|
69 | "lov", |
---|
70 | "yo", |
---|
71 | "Stretc", |
---|
72 | "what", |
---|
73 | "life", |
---|
74 | "kno", |
---|
75 | "wha", |
---|
76 | "xxx", |
---|
77 | "xxx", |
---|
78 | "40", |
---|
79 | "Get", |
---|
80 | "xxx", |
---|
81 | "them", |
---|
82 | "Maybe", |
---|
83 | "may", |
---|
84 | "you", |
---|
85 | "the", |
---|
86 | "your", |
---|
87 | "congratulate", |
---|
88 | "much", |
---|
89 | "either", |
---|
90 | "are", |
---|
91 | "Enjoy", |
---|
92 | "it", |
---|
93 | "be", |
---|
94 | "other", |
---|
95 | "it", |
---|
96 | "xxx", |
---|
97 | "greatest", |
---|
98 | "own", |
---|
99 | "nowhere", |
---|
100 | "room", |
---|
101 | "you", |
---|
102 | "beauty", |
---|
103 | "feel", |
---|
104 | "xxx", |
---|
105 | "xxx", |
---|
106 | "xxx", |
---|
107 | "xxx", |
---|
108 | "xxx", |
---|
109 | "xxx", |
---|
110 | "xxx", |
---|
111 | "xxx", |
---|
112 | "xxx", |
---|
113 | "xxx", |
---|
114 | "xxx", |
---|
115 | "xxx", |
---|
116 | "xxx", |
---|
117 | "xxx", |
---|
118 | "xxx", |
---|
119 | "it", |
---|
120 | "Northern", |
---|
121 | "before", |
---|
122 | "Accept", |
---|
123 | "Politicians", |
---|
124 | "get", |
---|
125 | "size", |
---|
126 | "reasonable", |
---|
127 | "their", |
---|
128 | "Dont", |
---|
129 | "support", |
---|
130 | "trust", |
---|
131 | "spouse", |
---|
132 | "one", |
---|
133 | "too", |
---|
134 | "time", |
---|
135 | "careful", |
---|
136 | "with", |
---|
137 | "Dispensing", |
---|
138 | "past", |
---|
139 | "the", |
---|
140 | "parts", |
---|
141 | "more", |
---|
142 | "me", |
---|
143 | "gent", |
---|
144 | "lass", |
---|
145 | "suns", |
---|
146 | "for", |
---|
147 | "xxx", |
---|
148 | "long", |
---|
149 | "have", |
---|
150 | "where", |
---|
151 | "xxxxxx", |
---|
152 | "xxxxxx", |
---|
153 | "pense", |
---|
154 | "pow", |
---|
155 | "xxxxx", |
---|
156 | "Yo", |
---|
157 | "and", |
---|
158 | "faded", |
---|
159 | "20", |
---|
160 | "you", |
---|
161 | "bac", |
---|
162 | "an", |
---|
163 | "way", |
---|
164 | "possibili", |
---|
165 | "an", |
---|
166 | "fat", |
---|
167 | "imag", |
---|
168 | "th", |
---|
169 | "wor", |
---|
170 | "xxx", |
---|
171 | "xxx", |
---|
172 | "yo", |
---|
173 | "bxx", |
---|
174 | "wo", |
---|
175 | "kind", |
---|
176 | "4", |
---|
177 | "idle", |
---|
178 | "Do", |
---|
179 | "scare", |
---|
180 | "people", |
---|
181 | "wit", |
---|
182 | "xxx", |
---|
183 | "xxx", |
---|
184 | "Th", |
---|
185 | "xxx", |
---|
186 | "yourself", |
---|
187 | "Forget", |
---|
188 | "succeed", |
---|
189 | "Kee", |
---|
190 | "lov", |
---|
191 | "yo", |
---|
192 | "Stretc", |
---|
193 | "what", |
---|
194 | "life", |
---|
195 | "kno", |
---|
196 | "wha", |
---|
197 | "xxx", |
---|
198 | "xxx", |
---|
199 | "40", |
---|
200 | "Get", |
---|
201 | "xxx", |
---|
202 | "them", |
---|
203 | "Maybe", |
---|
204 | "may", |
---|
205 | "you", |
---|
206 | "the", |
---|
207 | "your", |
---|
208 | "congratulate", |
---|
209 | "much", |
---|
210 | "either", |
---|
211 | "are", |
---|
212 | "Enjoy", |
---|
213 | "it", |
---|
214 | "be", |
---|
215 | "other", |
---|
216 | "it", |
---|
217 | "xxx", |
---|
218 | "greatest", |
---|
219 | "own", |
---|
220 | "nowhere", |
---|
221 | "room", |
---|
222 | "you", |
---|
223 | "beauty", |
---|
224 | "feel", |
---|
225 | "xxx", |
---|
226 | "xxx", |
---|
227 | "xxx", |
---|
228 | "xxx", |
---|
229 | "xxx", |
---|
230 | "xxx", |
---|
231 | "xxx", |
---|
232 | "xxx", |
---|
233 | "xxx", |
---|
234 | "xxx", |
---|
235 | "xxx", |
---|
236 | "xxx", |
---|
237 | "xxx", |
---|
238 | "xxx", |
---|
239 | "xxx", |
---|
240 | "it", |
---|
241 | "Northern", |
---|
242 | "before", |
---|
243 | "Accept", |
---|
244 | "Politicians", |
---|
245 | "get", |
---|
246 | "size", |
---|
247 | "reasonable", |
---|
248 | "their", |
---|
249 | "Dont", |
---|
250 | "support", |
---|
251 | "trust", |
---|
252 | "spouse", |
---|
253 | "one", |
---|
254 | "too", |
---|
255 | "time", |
---|
256 | "careful", |
---|
257 | "with", |
---|
258 | "Dispensing", |
---|
259 | "past", |
---|
260 | "the", |
---|
261 | "parts", |
---|
262 | "more", |
---|
263 | "me", |
---|
264 | "gent", |
---|
265 | "lass", |
---|
266 | "suns", |
---|
267 | "for", |
---|
268 | "xxx", |
---|
269 | "long", |
---|
270 | "have", |
---|
271 | "where", |
---|
272 | "xxxxxx", |
---|
273 | "xxxxxx", |
---|
274 | "pense", |
---|
275 | "pow", |
---|
276 | "xxxxx", |
---|
277 | "Yo", |
---|
278 | "and", |
---|
279 | "faded", |
---|
280 | "20", |
---|
281 | "you", |
---|
282 | "bac", |
---|
283 | "an", |
---|
284 | "way", |
---|
285 | "possibili", |
---|
286 | "an", |
---|
287 | "fat", |
---|
288 | "imag", |
---|
289 | "th", |
---|
290 | "wor", |
---|
291 | "xxx", |
---|
292 | "xxx", |
---|
293 | "yo", |
---|
294 | "bxx", |
---|
295 | "wo", |
---|
296 | "kind", |
---|
297 | "4", |
---|
298 | "idle", |
---|
299 | "Do", |
---|
300 | "scare", |
---|
301 | "people", |
---|
302 | "wit", |
---|
303 | "xxx", |
---|
304 | "xxx", |
---|
305 | "Th", |
---|
306 | "xxx", |
---|
307 | "yourself", |
---|
308 | "Forget", |
---|
309 | "succeed", |
---|
310 | "Kee", |
---|
311 | "lov", |
---|
312 | "yo", |
---|
313 | "Stretc", |
---|
314 | "what", |
---|
315 | "life", |
---|
316 | "kno", |
---|
317 | "wha", |
---|
318 | "xxx", |
---|
319 | "xxx", |
---|
320 | "40", |
---|
321 | "Get", |
---|
322 | "xxx", |
---|
323 | "them", |
---|
324 | "Maybe", |
---|
325 | "may", |
---|
326 | "you", |
---|
327 | "the", |
---|
328 | "your", |
---|
329 | "congratulate", |
---|
330 | "much", |
---|
331 | "either", |
---|
332 | "are", |
---|
333 | "Enjoy", |
---|
334 | "it", |
---|
335 | "be", |
---|
336 | "other", |
---|
337 | "it", |
---|
338 | "xxx", |
---|
339 | "greatest", |
---|
340 | "own", |
---|
341 | "nowhere", |
---|
342 | "room", |
---|
343 | "you", |
---|
344 | "beauty", |
---|
345 | "feel", |
---|
346 | "xxx", |
---|
347 | "xxx", |
---|
348 | "xxx", |
---|
349 | "xxx", |
---|
350 | "xxx", |
---|
351 | "xxx", |
---|
352 | "xxx", |
---|
353 | "xxx", |
---|
354 | "xxx", |
---|
355 | "xxx", |
---|
356 | "xxx", |
---|
357 | "xxx", |
---|
358 | "xxx", |
---|
359 | "xxx", |
---|
360 | "xxx", |
---|
361 | "it", |
---|
362 | "Northern", |
---|
363 | "before", |
---|
364 | "Accept", |
---|
365 | "Politicians", |
---|
366 | "get", |
---|
367 | "size", |
---|
368 | "reasonable", |
---|
369 | "their", |
---|
370 | "Dont", |
---|
371 | "support", |
---|
372 | "trust", |
---|
373 | "spouse", |
---|
374 | "one", |
---|
375 | "too", |
---|
376 | "time", |
---|
377 | "careful", |
---|
378 | "with", |
---|
379 | "Dispensing", |
---|
380 | "past", |
---|
381 | "the", |
---|
382 | "parts", |
---|
383 | "more", |
---|
384 | "me", |
---|
385 | "gent", |
---|
386 | "lass", |
---|
387 | "suns", |
---|
388 | "for", |
---|
389 | "xxx", |
---|
390 | "long", |
---|
391 | "have", |
---|
392 | "where", |
---|
393 | "xxxxxx", |
---|
394 | "xxxxxx", |
---|
395 | "pense", |
---|
396 | "pow", |
---|
397 | "xxxxx", |
---|
398 | "Yo", |
---|
399 | "and", |
---|
400 | "faded", |
---|
401 | "20", |
---|
402 | "you", |
---|
403 | "bac", |
---|
404 | "an", |
---|
405 | "way", |
---|
406 | "possibili", |
---|
407 | "an", |
---|
408 | "fat", |
---|
409 | "imag", |
---|
410 | "th", |
---|
411 | "wor", |
---|
412 | "xxx", |
---|
413 | "xxx", |
---|
414 | "yo", |
---|
415 | "bxx", |
---|
416 | "wo", |
---|
417 | "kind", |
---|
418 | "4", |
---|
419 | "idle", |
---|
420 | "Do", |
---|
421 | "scare", |
---|
422 | "people", |
---|
423 | "wit", |
---|
424 | "xxx", |
---|
425 | "xxx", |
---|
426 | "Th", |
---|
427 | "xxx", |
---|
428 | "yourself", |
---|
429 | "Forget", |
---|
430 | "succeed", |
---|
431 | "Kee", |
---|
432 | "lov", |
---|
433 | "yo", |
---|
434 | "Stretc", |
---|
435 | "what", |
---|
436 | "life", |
---|
437 | "kno", |
---|
438 | "wha", |
---|
439 | "xxx", |
---|
440 | "xxx", |
---|
441 | "40", |
---|
442 | "Get", |
---|
443 | "xxx", |
---|
444 | "them", |
---|
445 | "Maybe", |
---|
446 | "may", |
---|
447 | "you", |
---|
448 | "the", |
---|
449 | "your", |
---|
450 | "congratulate", |
---|
451 | "much", |
---|
452 | "either", |
---|
453 | "are", |
---|
454 | "Enjoy", |
---|
455 | "it", |
---|
456 | "be", |
---|
457 | "other", |
---|
458 | "it", |
---|
459 | "xxx", |
---|
460 | "greatest", |
---|
461 | "own", |
---|
462 | "nowhere", |
---|
463 | "room", |
---|
464 | "you", |
---|
465 | "beauty", |
---|
466 | "feel", |
---|
467 | "xxx", |
---|
468 | "xxx", |
---|
469 | "xxx", |
---|
470 | "xxx", |
---|
471 | "xxx", |
---|
472 | "xxx", |
---|
473 | "xxx", |
---|
474 | "xxx", |
---|
475 | "xxx", |
---|
476 | "xxx", |
---|
477 | "xxx", |
---|
478 | "xxx", |
---|
479 | "xxx", |
---|
480 | "xxx", |
---|
481 | "xxx", |
---|
482 | "it", |
---|
483 | "Northern", |
---|
484 | "before", |
---|
485 | "Accept", |
---|
486 | "Politicians", |
---|
487 | "get", |
---|
488 | "size", |
---|
489 | "reasonable", |
---|
490 | "their", |
---|
491 | "Dont", |
---|
492 | "support", |
---|
493 | "trust", |
---|
494 | "spouse", |
---|
495 | "one", |
---|
496 | "too", |
---|
497 | "time", |
---|
498 | "careful", |
---|
499 | "with", |
---|
500 | "Dispensing", |
---|
501 | "past", |
---|
502 | "the", |
---|
503 | "parts", |
---|
504 | "more", |
---|
505 | "me", |
---|
506 | "gent", |
---|
507 | "lass", |
---|
508 | "suns", |
---|
509 | "for", |
---|
510 | "xxx", |
---|
511 | "long", |
---|
512 | "have", |
---|
513 | "where", |
---|
514 | "xxxxxx", |
---|
515 | "xxxxxx", |
---|
516 | "pense", |
---|
517 | "pow", |
---|
518 | "xxxxx", |
---|
519 | "Yo", |
---|
520 | "and", |
---|
521 | "faded", |
---|
522 | "20", |
---|
523 | "you", |
---|
524 | "bac", |
---|
525 | "an", |
---|
526 | "way", |
---|
527 | "possibili", |
---|
528 | "an", |
---|
529 | "fat", |
---|
530 | "imag", |
---|
531 | "th", |
---|
532 | "wor", |
---|
533 | "xxx", |
---|
534 | "xxx", |
---|
535 | "yo", |
---|
536 | "bxx", |
---|
537 | "wo", |
---|
538 | "kind", |
---|
539 | "4", |
---|
540 | "idle", |
---|
541 | "Do", |
---|
542 | "scare", |
---|
543 | "people", |
---|
544 | "wit", |
---|
545 | "xxx", |
---|
546 | "xxx", |
---|
547 | "Th", |
---|
548 | "xxx", |
---|
549 | "yourself", |
---|
550 | "Forget", |
---|
551 | "succeed", |
---|
552 | "Kee", |
---|
553 | "lov", |
---|
554 | "yo", |
---|
555 | "Stretc", |
---|
556 | "what", |
---|
557 | "life", |
---|
558 | "kno", |
---|
559 | "wha", |
---|
560 | "xxx", |
---|
561 | "xxx", |
---|
562 | "40", |
---|
563 | "Get", |
---|
564 | "xxx", |
---|
565 | "them", |
---|
566 | "Maybe", |
---|
567 | "may", |
---|
568 | "you", |
---|
569 | "the", |
---|
570 | "your", |
---|
571 | "congratulate", |
---|
572 | "much", |
---|
573 | "either", |
---|
574 | "are", |
---|
575 | "Enjoy", |
---|
576 | "it", |
---|
577 | "be", |
---|
578 | "other", |
---|
579 | "it", |
---|
580 | "xxx", |
---|
581 | "greatest", |
---|
582 | "own", |
---|
583 | "nowhere", |
---|
584 | "room", |
---|
585 | "you", |
---|
586 | "beauty", |
---|
587 | "feel", |
---|
588 | "xxx", |
---|
589 | "xxx", |
---|
590 | "xxx", |
---|
591 | "xxx", |
---|
592 | "xxx", |
---|
593 | "xxx", |
---|
594 | "xxx", |
---|
595 | "xxx", |
---|
596 | "xxx", |
---|
597 | "xxx", |
---|
598 | "xxx", |
---|
599 | "xxx", |
---|
600 | "xxx", |
---|
601 | "xxx", |
---|
602 | "xxx", |
---|
603 | "it", |
---|
604 | "Northern", |
---|
605 | "before", |
---|
606 | "Accept", |
---|
607 | "Politicians", |
---|
608 | "get", |
---|
609 | "size", |
---|
610 | "reasonable", |
---|
611 | "their", |
---|
612 | "Dont", |
---|
613 | "support", |
---|
614 | "trust", |
---|
615 | "spouse", |
---|
616 | "one", |
---|
617 | "too", |
---|
618 | "time", |
---|
619 | "careful", |
---|
620 | "with", |
---|
621 | "Dispensing", |
---|
622 | "past", |
---|
623 | "the", |
---|
624 | "parts", |
---|
625 | "more", |
---|
626 | "me", |
---|
627 | "gent", |
---|
628 | "lass", |
---|
629 | "suns", |
---|
630 | "for", |
---|
631 | "xxx", |
---|
632 | "long", |
---|
633 | "have", |
---|
634 | "where", |
---|
635 | "xxxxxx", |
---|
636 | "xxxxxx", |
---|
637 | "pense", |
---|
638 | "pow", |
---|
639 | "xxxxx", |
---|
640 | "Yo", |
---|
641 | "and", |
---|
642 | "faded", |
---|
643 | "20", |
---|
644 | "you", |
---|
645 | "bac", |
---|
646 | "an", |
---|
647 | "way", |
---|
648 | "possibili", |
---|
649 | "an", |
---|
650 | "fat", |
---|
651 | "imag", |
---|
652 | "th", |
---|
653 | "wor", |
---|
654 | "xxx", |
---|
655 | "xxx", |
---|
656 | "yo", |
---|
657 | "bxx", |
---|
658 | "wo", |
---|
659 | "kind", |
---|
660 | "4", |
---|
661 | "idle", |
---|
662 | "Do", |
---|
663 | "scare", |
---|
664 | "people", |
---|
665 | "wit", |
---|
666 | "xxx", |
---|
667 | "xxx", |
---|
668 | "Th", |
---|
669 | "xxx", |
---|
670 | "yourself", |
---|
671 | "Forget", |
---|
672 | "succeed", |
---|
673 | "Kee", |
---|
674 | "lov", |
---|
675 | "yo", |
---|
676 | "Stretc", |
---|
677 | "what", |
---|
678 | "life", |
---|
679 | "kno", |
---|
680 | "wha", |
---|
681 | "xxx", |
---|
682 | "xxx", |
---|
683 | "40", |
---|
684 | "Get", |
---|
685 | "xxx", |
---|
686 | "them", |
---|
687 | "Maybe", |
---|
688 | "may", |
---|
689 | "you", |
---|
690 | "the", |
---|
691 | "your", |
---|
692 | "congratulate", |
---|
693 | "much", |
---|
694 | "either", |
---|
695 | "are", |
---|
696 | "Enjoy", |
---|
697 | "it", |
---|
698 | "be", |
---|
699 | "other", |
---|
700 | "it", |
---|
701 | "xxx", |
---|
702 | "greatest", |
---|
703 | "own", |
---|
704 | "nowhere", |
---|
705 | "room", |
---|
706 | "you", |
---|
707 | "beauty", |
---|
708 | "feel", |
---|
709 | "xxx", |
---|
710 | "xxx", |
---|
711 | "xxx", |
---|
712 | "xxx", |
---|
713 | "xxx", |
---|
714 | "xxx", |
---|
715 | "xxx", |
---|
716 | "xxx", |
---|
717 | "xxx", |
---|
718 | "xxx", |
---|
719 | "xxx", |
---|
720 | "xxx", |
---|
721 | "xxx", |
---|
722 | "xxx", |
---|
723 | "xxx", |
---|
724 | "it", |
---|
725 | "Northern", |
---|
726 | "before", |
---|
727 | "Accept", |
---|
728 | "Politicians", |
---|
729 | "get", |
---|
730 | "size", |
---|
731 | "reasonable", |
---|
732 | "their", |
---|
733 | "Dont", |
---|
734 | "support", |
---|
735 | "trust", |
---|
736 | "spouse", |
---|
737 | "one", |
---|
738 | "too", |
---|
739 | "time", |
---|
740 | "careful", |
---|
741 | "with", |
---|
742 | "Dispensing", |
---|
743 | "past", |
---|
744 | "the", |
---|
745 | "parts", |
---|
746 | "more", |
---|
747 | "me", |
---|
748 | "gent", |
---|
749 | "lass", |
---|
750 | "suns", |
---|
751 | "for", |
---|
752 | "xxx", |
---|
753 | "long", |
---|
754 | "have", |
---|
755 | "where", |
---|
756 | "xxxxxx", |
---|
757 | "xxxxxx", |
---|
758 | "pense", |
---|
759 | "pow", |
---|
760 | "xxxxx", |
---|
761 | "Yo", |
---|
762 | "and", |
---|
763 | "faded", |
---|
764 | "20", |
---|
765 | "you", |
---|
766 | "bac", |
---|
767 | "an", |
---|
768 | "way", |
---|
769 | "possibili", |
---|
770 | "an", |
---|
771 | "fat", |
---|
772 | "imag", |
---|
773 | "th", |
---|
774 | "wor", |
---|
775 | "xxx", |
---|
776 | "xxx", |
---|
777 | "yo", |
---|
778 | "bxx", |
---|
779 | "wo", |
---|
780 | "kind", |
---|
781 | "4", |
---|
782 | "idle", |
---|
783 | "Do", |
---|
784 | "scare", |
---|
785 | "people", |
---|
786 | "wit", |
---|
787 | "xxx", |
---|
788 | "xxx", |
---|
789 | "Th", |
---|
790 | "xxx", |
---|
791 | "yourself", |
---|
792 | "Forget", |
---|
793 | "succeed", |
---|
794 | "Kee", |
---|
795 | "lov", |
---|
796 | "yo", |
---|
797 | "Stretc", |
---|
798 | "what", |
---|
799 | "life", |
---|
800 | "kno", |
---|
801 | "wha", |
---|
802 | "xxx", |
---|
803 | "xxx", |
---|
804 | "40", |
---|
805 | "Get", |
---|
806 | "xxx", |
---|
807 | "them", |
---|
808 | "Maybe", |
---|
809 | "may", |
---|
810 | "you", |
---|
811 | "the", |
---|
812 | "your", |
---|
813 | "congratulate", |
---|
814 | "much", |
---|
815 | "either", |
---|
816 | "are", |
---|
817 | "Enjoy", |
---|
818 | "it", |
---|
819 | "be", |
---|
820 | "other", |
---|
821 | "it", |
---|
822 | "xxx", |
---|
823 | "greatest", |
---|
824 | "own", |
---|
825 | "nowhere", |
---|
826 | "room", |
---|
827 | "you", |
---|
828 | "beauty", |
---|
829 | "feel", |
---|
830 | "xxx", |
---|
831 | "xxx", |
---|
832 | "xxx", |
---|
833 | "xxx", |
---|
834 | "xxx", |
---|
835 | "xxx", |
---|
836 | "xxx", |
---|
837 | "xxx", |
---|
838 | "xxx", |
---|
839 | "xxx", |
---|
840 | "xxx", |
---|
841 | "xxx", |
---|
842 | "xxx", |
---|
843 | "xxx", |
---|
844 | "xxx", |
---|
845 | "it", |
---|
846 | "Northern", |
---|
847 | "before", |
---|
848 | "Accept", |
---|
849 | "Politicians", |
---|
850 | "get", |
---|
851 | "size", |
---|
852 | "reasonable", |
---|
853 | "their", |
---|
854 | "Dont", |
---|
855 | "support", |
---|
856 | "trust", |
---|
857 | "spouse", |
---|
858 | "one", |
---|
859 | "too", |
---|
860 | "time", |
---|
861 | "careful", |
---|
862 | "with", |
---|
863 | "Dispensing", |
---|
864 | "past", |
---|
865 | "the", |
---|
866 | "parts", |
---|
867 | "more", |
---|
868 | "me", |
---|
869 | "gent", |
---|
870 | "lass", |
---|
871 | "suns", |
---|
872 | "for", |
---|
873 | "xxx", |
---|
874 | "long", |
---|
875 | "have", |
---|
876 | "where", |
---|
877 | "xxxxxx", |
---|
878 | "xxxxxx", |
---|
879 | "pense", |
---|
880 | "pow", |
---|
881 | "xxxxx", |
---|
882 | "Yo", |
---|
883 | "and", |
---|
884 | "faded", |
---|
885 | "20", |
---|
886 | "you", |
---|
887 | "bac", |
---|
888 | "an", |
---|
889 | "way", |
---|
890 | "possibili", |
---|
891 | "an", |
---|
892 | "fat", |
---|
893 | "imag", |
---|
894 | "th", |
---|
895 | "wor", |
---|
896 | "xxx", |
---|
897 | "xxx", |
---|
898 | "yo", |
---|
899 | "bxx", |
---|
900 | "wo", |
---|
901 | "kind", |
---|
902 | "4", |
---|
903 | "idle", |
---|
904 | "Do", |
---|
905 | "scare", |
---|
906 | "people", |
---|
907 | "wit", |
---|
908 | "xxx", |
---|
909 | "xxx", |
---|
910 | "Th", |
---|
911 | "xxx", |
---|
912 | "yourself", |
---|
913 | "Forget", |
---|
914 | "succeed", |
---|
915 | "Kee", |
---|
916 | "lov", |
---|
917 | "yo", |
---|
918 | "Stretc", |
---|
919 | "what", |
---|
920 | "life", |
---|
921 | "kno", |
---|
922 | "wha", |
---|
923 | "xxx", |
---|
924 | "xxx", |
---|
925 | "40", |
---|
926 | "Get", |
---|
927 | "xxx", |
---|
928 | "them", |
---|
929 | "Maybe", |
---|
930 | "may", |
---|
931 | "you", |
---|
932 | "the", |
---|
933 | "your", |
---|
934 | "congratulate", |
---|
935 | "much", |
---|
936 | "either", |
---|
937 | "are", |
---|
938 | "Enjoy", |
---|
939 | "it", |
---|
940 | "be", |
---|
941 | "other", |
---|
942 | "it", |
---|
943 | "xxx", |
---|
944 | "greatest", |
---|
945 | "own", |
---|
946 | "nowhere", |
---|
947 | "room", |
---|
948 | "you", |
---|
949 | "beauty", |
---|
950 | "feel", |
---|
951 | "xxx", |
---|
952 | "xxx", |
---|
953 | "xxx", |
---|
954 | "xxx", |
---|
955 | "xxx", |
---|
956 | "xxx", |
---|
957 | "xxx", |
---|
958 | "xxx", |
---|
959 | "xxx", |
---|
960 | "xxx", |
---|
961 | "xxx", |
---|
962 | "xxx", |
---|
963 | "xxx", |
---|
964 | "xxx", |
---|
965 | "xxx", |
---|
966 | "it", |
---|
967 | "Northern", |
---|
968 | "before", |
---|
969 | "Accept", |
---|
970 | "Politicians", |
---|
971 | "get", |
---|
972 | "size", |
---|
973 | "reasonable", |
---|
974 | "their", |
---|
975 | "Dont", |
---|
976 | "support", |
---|
977 | "trust", |
---|
978 | "spouse", |
---|
979 | "one", |
---|
980 | "too", |
---|
981 | "time", |
---|
982 | "careful", |
---|
983 | "with", |
---|
984 | "Dispensing", |
---|
985 | "past", |
---|
986 | "the", |
---|
987 | "parts", |
---|
988 | "more", |
---|
989 | "me", |
---|
990 | "gent", |
---|
991 | "lass", |
---|
992 | "suns", |
---|
993 | "for", |
---|
994 | "xxx", |
---|
995 | "long", |
---|
996 | "have", |
---|
997 | "where", |
---|
998 | "xxxxxx", |
---|
999 | "xxxxxx", |
---|
1000 | "pense", |
---|
1001 | "pow", |
---|
1002 | "xxxxx", |
---|
1003 | "Yo", |
---|
1004 | "and", |
---|
1005 | "faded", |
---|
1006 | "20", |
---|
1007 | "you", |
---|
1008 | "bac", |
---|
1009 | "an", |
---|
1010 | "way", |
---|
1011 | "possibili", |
---|
1012 | "an", |
---|
1013 | "fat", |
---|
1014 | "imag", |
---|
1015 | "th", |
---|
1016 | "wor", |
---|
1017 | "xxx", |
---|
1018 | "xxx", |
---|
1019 | "yo", |
---|
1020 | "bxx", |
---|
1021 | "wo", |
---|
1022 | "kind", |
---|
1023 | "4", |
---|
1024 | "idle", |
---|
1025 | "Do", |
---|
1026 | "scare", |
---|
1027 | "people", |
---|
1028 | "wit", |
---|
1029 | "xxx", |
---|
1030 | "xxx", |
---|
1031 | "Th", |
---|
1032 | "xxx", |
---|
1033 | "yourself", |
---|
1034 | "Forget", |
---|
1035 | "succeed", |
---|
1036 | "Kee", |
---|
1037 | "lov", |
---|
1038 | "yo", |
---|
1039 | "Stretc", |
---|
1040 | "what", |
---|
1041 | "life", |
---|
1042 | "kno", |
---|
1043 | "wha", |
---|
1044 | "xxx", |
---|
1045 | "xxx", |
---|
1046 | "40", |
---|
1047 | "Get", |
---|
1048 | "xxx", |
---|
1049 | "them", |
---|
1050 | "Maybe", |
---|
1051 | "may", |
---|
1052 | "you", |
---|
1053 | "the", |
---|
1054 | "your", |
---|
1055 | "congratulate", |
---|
1056 | "much", |
---|
1057 | "either", |
---|
1058 | "are", |
---|
1059 | "Enjoy", |
---|
1060 | "it", |
---|
1061 | "be", |
---|
1062 | "other", |
---|
1063 | "it", |
---|
1064 | "xxx", |
---|
1065 | "greatest", |
---|
1066 | "own", |
---|
1067 | "nowhere", |
---|
1068 | "room", |
---|
1069 | "you", |
---|
1070 | "beauty", |
---|
1071 | "feel", |
---|
1072 | "xxx", |
---|
1073 | "xxx", |
---|
1074 | "xxx", |
---|
1075 | "xxx", |
---|
1076 | "xxx", |
---|
1077 | "xxx", |
---|
1078 | "xxx", |
---|
1079 | "xxx", |
---|
1080 | "xxx", |
---|
1081 | "xxx", |
---|
1082 | "xxx", |
---|
1083 | "xxx", |
---|
1084 | "xxx", |
---|
1085 | "xxx", |
---|
1086 | "xxx", |
---|
1087 | "it", |
---|
1088 | "Northern", |
---|
1089 | "before", |
---|
1090 | "Accept", |
---|
1091 | "Politicians", |
---|
1092 | "get", |
---|
1093 | "size", |
---|
1094 | "reasonable", |
---|
1095 | "their", |
---|
1096 | "Dont", |
---|
1097 | "support", |
---|
1098 | "trust", |
---|
1099 | "spouse", |
---|
1100 | "one", |
---|
1101 | "too", |
---|
1102 | "time", |
---|
1103 | "careful", |
---|
1104 | "with", |
---|
1105 | "Dispensing", |
---|
1106 | "past", |
---|
1107 | "the", |
---|
1108 | "parts", |
---|
1109 | "more", |
---|
1110 | "me", |
---|
1111 | "gent", |
---|
1112 | "lass", |
---|
1113 | "suns", |
---|
1114 | "for", |
---|
1115 | "xxx", |
---|
1116 | "long", |
---|
1117 | "have", |
---|
1118 | "where", |
---|
1119 | "xxxxxx", |
---|
1120 | "xxxxxx", |
---|
1121 | "pense", |
---|
1122 | "pow", |
---|
1123 | "xxxxx", |
---|
1124 | "Yo", |
---|
1125 | "and", |
---|
1126 | "faded", |
---|
1127 | "20", |
---|
1128 | "you", |
---|
1129 | "bac", |
---|
1130 | "an", |
---|
1131 | "way", |
---|
1132 | "possibili", |
---|
1133 | "an", |
---|
1134 | "fat", |
---|
1135 | "imag", |
---|
1136 | "th", |
---|
1137 | "wor", |
---|
1138 | "xxx", |
---|
1139 | "xxx", |
---|
1140 | "yo", |
---|
1141 | "bxx", |
---|
1142 | "wo", |
---|
1143 | "kind", |
---|
1144 | "4", |
---|
1145 | "idle", |
---|
1146 | "Do", |
---|
1147 | "scare", |
---|
1148 | "people", |
---|
1149 | "wit", |
---|
1150 | "xxx", |
---|
1151 | "xxx", |
---|
1152 | "Th", |
---|
1153 | "xxx", |
---|
1154 | "yourself", |
---|
1155 | "Forget", |
---|
1156 | "succeed", |
---|
1157 | "Kee", |
---|
1158 | "lov", |
---|
1159 | "yo", |
---|
1160 | "Stretc", |
---|
1161 | "what", |
---|
1162 | "life", |
---|
1163 | "kno", |
---|
1164 | "wha", |
---|
1165 | "xxx", |
---|
1166 | "xxx", |
---|
1167 | "40", |
---|
1168 | "Get", |
---|
1169 | "xxx", |
---|
1170 | "them", |
---|
1171 | "Maybe", |
---|
1172 | "may", |
---|
1173 | "you", |
---|
1174 | "the", |
---|
1175 | "your", |
---|
1176 | "congratulate", |
---|
1177 | "much", |
---|
1178 | "either", |
---|
1179 | "are", |
---|
1180 | "Enjoy", |
---|
1181 | "it", |
---|
1182 | "be", |
---|
1183 | "other", |
---|
1184 | "it", |
---|
1185 | "xxx", |
---|
1186 | "greatest", |
---|
1187 | "own", |
---|
1188 | "nowhere", |
---|
1189 | "room", |
---|
1190 | "you", |
---|
1191 | "beauty", |
---|
1192 | "feel", |
---|
1193 | "xxx", |
---|
1194 | "xxx", |
---|
1195 | "xxx", |
---|
1196 | "xxx", |
---|
1197 | "xxx", |
---|
1198 | "xxx", |
---|
1199 | "xxx", |
---|
1200 | "xxx", |
---|
1201 | "xxx", |
---|
1202 | "xxx", |
---|
1203 | "xxx", |
---|
1204 | "xxx", |
---|
1205 | "xxx", |
---|
1206 | "xxx", |
---|
1207 | "xxx", |
---|
1208 | "it", |
---|
1209 | "Northern", |
---|
1210 | "before", |
---|
1211 | "Accept", |
---|
1212 | "Politicians", |
---|
1213 | "get", |
---|
1214 | "size", |
---|
1215 | "reasonable", |
---|
1216 | "their", |
---|
1217 | "Dont", |
---|
1218 | "support", |
---|
1219 | "trust", |
---|
1220 | "spouse", |
---|
1221 | "one", |
---|
1222 | "too", |
---|
1223 | "time", |
---|
1224 | "careful", |
---|
1225 | "with", |
---|
1226 | "Dispensing", |
---|
1227 | "past", |
---|
1228 | "the", |
---|
1229 | "parts", |
---|
1230 | "more", |
---|
1231 | "me", |
---|
1232 | "gent", |
---|
1233 | "lass", |
---|
1234 | "suns", |
---|
1235 | "for", |
---|
1236 | "xxx", |
---|
1237 | "long", |
---|
1238 | "have", |
---|
1239 | "where", |
---|
1240 | "xxxxxx", |
---|
1241 | "xxxxxx", |
---|
1242 | "pense", |
---|
1243 | "pow", |
---|
1244 | "xxxxx", |
---|
1245 | "Yo", |
---|
1246 | "and", |
---|
1247 | "faded", |
---|
1248 | "20", |
---|
1249 | "you", |
---|
1250 | "bac", |
---|
1251 | "an", |
---|
1252 | "way", |
---|
1253 | "possibili", |
---|
1254 | "an", |
---|
1255 | "fat", |
---|
1256 | "imag", |
---|
1257 | "th", |
---|
1258 | "wor", |
---|
1259 | "xxx", |
---|
1260 | "xxx", |
---|
1261 | "yo", |
---|
1262 | "bxx", |
---|
1263 | "wo", |
---|
1264 | "kind", |
---|
1265 | "4", |
---|
1266 | "idle", |
---|
1267 | "Do", |
---|
1268 | "scare", |
---|
1269 | "people", |
---|
1270 | "wit", |
---|
1271 | "xxx", |
---|
1272 | "xxx", |
---|
1273 | "Th", |
---|
1274 | "xxx", |
---|
1275 | "yourself", |
---|
1276 | "Forget", |
---|
1277 | "succeed", |
---|
1278 | "Kee", |
---|
1279 | "lov", |
---|
1280 | "yo", |
---|
1281 | "Stretc", |
---|
1282 | "what", |
---|
1283 | "life", |
---|
1284 | "kno", |
---|
1285 | "wha", |
---|
1286 | "xxx", |
---|
1287 | "xxx", |
---|
1288 | "40", |
---|
1289 | "Get", |
---|
1290 | "xxx", |
---|
1291 | "them", |
---|
1292 | "Maybe", |
---|
1293 | "may", |
---|
1294 | "you", |
---|
1295 | "the", |
---|
1296 | "your", |
---|
1297 | "congratulate", |
---|
1298 | "much", |
---|
1299 | "either", |
---|
1300 | "are", |
---|
1301 | "Enjoy", |
---|
1302 | "it", |
---|
1303 | "be", |
---|
1304 | "other", |
---|
1305 | "it", |
---|
1306 | "xxx", |
---|
1307 | "greatest", |
---|
1308 | "own", |
---|
1309 | "nowhere", |
---|
1310 | "room", |
---|
1311 | "you", |
---|
1312 | "beauty", |
---|
1313 | "feel", |
---|
1314 | "xxx", |
---|
1315 | "xxx", |
---|
1316 | "xxx", |
---|
1317 | "xxx", |
---|
1318 | "xxx", |
---|
1319 | "xxx", |
---|
1320 | "xxx", |
---|
1321 | "xxx", |
---|
1322 | "xxx", |
---|
1323 | "xxx", |
---|
1324 | "xxx", |
---|
1325 | "xxx", |
---|
1326 | "xxx", |
---|
1327 | "xxx", |
---|
1328 | "xxx", |
---|
1329 | "it", |
---|
1330 | "Northern", |
---|
1331 | "before", |
---|
1332 | "Accept", |
---|
1333 | "Politicians", |
---|
1334 | "get", |
---|
1335 | "size", |
---|
1336 | "reasonable", |
---|
1337 | "their", |
---|
1338 | "Dont", |
---|
1339 | "support", |
---|
1340 | "trust", |
---|
1341 | "spouse", |
---|
1342 | "one", |
---|
1343 | "too", |
---|
1344 | "time", |
---|
1345 | "careful", |
---|
1346 | "with", |
---|
1347 | "Dispensing", |
---|
1348 | "past", |
---|
1349 | "the", |
---|
1350 | "parts", |
---|
1351 | "more", |
---|
1352 | "me", |
---|
1353 | NULL}; |
---|
1354 | char *search_strings[] = { "Kurt Vonneguts Commencement Address at", |
---|
1355 | "MIT Ladies and gentlemen of", |
---|
1356 | "the class of 97 Wear", |
---|
1357 | "sunscreen If I could offer", |
---|
1358 | "you only one tip for", |
---|
1359 | "the future sunscreen would be", |
---|
1360 | "it The longterm benefits of", |
---|
1361 | "sunscreen have been proved by", |
---|
1362 | "scientists whereas the rest of", |
---|
1363 | "my advice has no basis", |
---|
1364 | "more reliable than my own meandering experience", |
---|
1365 | "I will dispense this advice", |
---|
1366 | "now Enjoy the power and beauty", |
---|
1367 | "of your youth Oh never mind", |
---|
1368 | "You will not understand the power", |
---|
1369 | "and beauty of your youth until theyve", |
---|
1370 | "faded But trust me in", |
---|
1371 | "20 years", |
---|
1372 | "youll look", |
---|
1373 | "back at photos of yourself", |
---|
1374 | "and recall in a", |
---|
1375 | "way you cant grasp now how much", |
---|
1376 | "possibility lay before you", |
---|
1377 | "and how fabulous you really looked You", |
---|
1378 | "are not as fat", |
---|
1379 | "as you imagine Dont worry about", |
---|
1380 | "the future Or", |
---|
1381 | "worry but know that worrying is as effective", |
---|
1382 | "as trying to solve an algebra equation", |
---|
1383 | "by chewing bubble gum The real troubles in", |
---|
1384 | "your life are apt to", |
---|
1385 | "be things that never crossed your", |
---|
1386 | "worried mind the", |
---|
1387 | "kind that blindside you at", |
---|
1388 | "4 pm on some", |
---|
1389 | "idle Tuesday", |
---|
1390 | "Do one thing every day that", |
---|
1391 | "scares you Sing Dont be reckless with other", |
---|
1392 | "peoples hearts Dont put up", |
---|
1393 | "with people who are reckless", |
---|
1394 | "with yours Floss Dont waste your time", |
---|
1395 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
1396 | "The race is long and in", |
---|
1397 | "the end its only with", |
---|
1398 | "yourself Remember compliments you receive", |
---|
1399 | "Forget the insults If you", |
---|
1400 | "succeed in doing this tell me how", |
---|
1401 | "Keep your old", |
---|
1402 | "love letters Throw away", |
---|
1403 | "your old bank statements", |
---|
1404 | "Stretch Dont feel guilty if you dont know", |
---|
1405 | "what you want to do with your", |
---|
1406 | "life The most interesting people I", |
---|
1407 | "know didnt know at 22", |
---|
1408 | "what they wanted", |
---|
1409 | "to do with their lives Some of", |
---|
1410 | "the most interesting", |
---|
1411 | "40yearolds I know still dont", |
---|
1412 | "Get plenty of calcium", |
---|
1413 | "Be kind to your knees Youll miss", |
---|
1414 | "them when theyre gone", |
---|
1415 | "Maybe youll marry", |
---|
1416 | "maybe you wont Maybe youll have children maybe", |
---|
1417 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
1418 | "the funky chicken on", |
---|
1419 | "your 75th wedding anniversary Whatever", |
---|
1420 | "you do dont congratulate yourself too", |
---|
1421 | "much or berate yourself", |
---|
1422 | "either Your choices are half chance So", |
---|
1423 | "are everybody elses", |
---|
1424 | "Enjoy your body Use", |
---|
1425 | "it every way you can Dont", |
---|
1426 | "be afraid of it or of what", |
---|
1427 | "other people think of", |
---|
1428 | "it Its", |
---|
1429 | "the", |
---|
1430 | "greatest instrument youll ever", |
---|
1431 | "own Dance even if you have", |
---|
1432 | "nowhere to do it but your living", |
---|
1433 | "room Read the directions even if", |
---|
1434 | "you dont follow them Do not read", |
---|
1435 | "beauty magazines They will only make you", |
---|
1436 | "feel ugly Get to know your parents You never", |
---|
1437 | "know when theyll be gone for good Be", |
---|
1438 | "nice to your siblings Theyre your", |
---|
1439 | "best link to your", |
---|
1440 | "past and the people most likely", |
---|
1441 | "to stick with you", |
---|
1442 | "in the future Understand that", |
---|
1443 | "friends come and go but", |
---|
1444 | "with a precious few you should hold", |
---|
1445 | "on Work hard to bridge", |
---|
1446 | "the gaps in geography and lifestyle", |
---|
1447 | "because the older", |
---|
1448 | "you get the more you need the", |
---|
1449 | "people who knew you when you", |
---|
1450 | "were young Live", |
---|
1451 | "in New York City once but leave before", |
---|
1452 | "it makes you hard Live in", |
---|
1453 | "Northern California once but leave", |
---|
1454 | "before it makes you soft Travel", |
---|
1455 | "Accept certain inalienable truths Prices will rise", |
---|
1456 | "Politicians will philander You too will", |
---|
1457 | "get old And when you do youll", |
---|
1458 | "fantasize that when you were young prices were", |
---|
1459 | "reasonable politicians were noble and children respected", |
---|
1460 | "their elders Respect your elders", |
---|
1461 | "Dont expect anyone else to", |
---|
1462 | "support you Maybe you have a", |
---|
1463 | "trust fund Maybe youll have a wealthy", |
---|
1464 | "spouse But you never know when either", |
---|
1465 | "one might run out Dont mess", |
---|
1466 | "too much with your hair or by the", |
---|
1467 | "time youre 40 it will look 85 Be", |
---|
1468 | "careful whose advice you buy but be patient", |
---|
1469 | "with those who supply it Advice is a", |
---|
1470 | "form of nostalgia Dispensing it is", |
---|
1471 | "a way of fishing the past from", |
---|
1472 | "the disposal wiping it off painting", |
---|
1473 | "over the ugly parts", |
---|
1474 | "and recycling it for more than its", |
---|
1475 | "worth But trust me on the sunscreen", |
---|
1476 | "MIT Ladies and gentlemen of", |
---|
1477 | "the class of 97 Wear", |
---|
1478 | "sunscreen If I could offer", |
---|
1479 | "you only one tip for", |
---|
1480 | "the future sunscreen would be", |
---|
1481 | "it The longterm benefits of", |
---|
1482 | "sunscreen have been proved by", |
---|
1483 | "scientists whereas the rest of", |
---|
1484 | "my advice has no basis", |
---|
1485 | "more reliable than my own meandering experience", |
---|
1486 | "I will dispense this advice", |
---|
1487 | "now Enjoy the power and beauty", |
---|
1488 | "of your youth Oh never mind", |
---|
1489 | "You will not understand the power", |
---|
1490 | "and beauty of your youth until theyve", |
---|
1491 | "faded But trust me in", |
---|
1492 | "20 years", |
---|
1493 | "youll look", |
---|
1494 | "back at photos of yourself", |
---|
1495 | "and recall in a", |
---|
1496 | "way you cant grasp now how much", |
---|
1497 | "possibility lay before you", |
---|
1498 | "and how fabulous you really looked You", |
---|
1499 | "are not as fat", |
---|
1500 | "as you imagine Dont worry about", |
---|
1501 | "the future Or", |
---|
1502 | "worry but know that worrying is as effective", |
---|
1503 | "as trying to solve an algebra equation", |
---|
1504 | "by chewing bubble gum The real troubles in", |
---|
1505 | "your life are apt to", |
---|
1506 | "be things that never crossed your", |
---|
1507 | "worried mind the", |
---|
1508 | "kind that blindside you at", |
---|
1509 | "4 pm on some", |
---|
1510 | "idle Tuesday", |
---|
1511 | "Do one thing every day that", |
---|
1512 | "scares you Sing Dont be reckless with other", |
---|
1513 | "peoples hearts Dont put up", |
---|
1514 | "with people who are reckless", |
---|
1515 | "with yours Floss Dont waste your time", |
---|
1516 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
1517 | "The race is long and in", |
---|
1518 | "the end its only with", |
---|
1519 | "yourself Remember compliments you receive", |
---|
1520 | "Forget the insults If you", |
---|
1521 | "succeed in doing this tell me how", |
---|
1522 | "Keep your old", |
---|
1523 | "love letters Throw away", |
---|
1524 | "your old bank statements", |
---|
1525 | "Stretch Dont feel guilty if you dont know", |
---|
1526 | "what you want to do with your", |
---|
1527 | "life The most interesting people I", |
---|
1528 | "know didnt know at 22", |
---|
1529 | "what they wanted", |
---|
1530 | "to do with their lives Some of", |
---|
1531 | "the most interesting", |
---|
1532 | "40yearolds I know still dont", |
---|
1533 | "Get plenty of calcium", |
---|
1534 | "Be kind to your knees Youll miss", |
---|
1535 | "them when theyre gone", |
---|
1536 | "Maybe youll marry", |
---|
1537 | "maybe you wont Maybe youll have children maybe", |
---|
1538 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
1539 | "the funky chicken on", |
---|
1540 | "your 75th wedding anniversary Whatever", |
---|
1541 | "you do dont congratulate yourself too", |
---|
1542 | "much or berate yourself", |
---|
1543 | "either Your choices are half chance So", |
---|
1544 | "are everybody elses", |
---|
1545 | "Enjoy your body Use", |
---|
1546 | "it every way you can Dont", |
---|
1547 | "be afraid of it or of what", |
---|
1548 | "other people think of", |
---|
1549 | "it Its", |
---|
1550 | "the", |
---|
1551 | "greatest instrument youll ever", |
---|
1552 | "own Dance even if you have", |
---|
1553 | "nowhere to do it but your living", |
---|
1554 | "room Read the directions even if", |
---|
1555 | "you dont follow them Do not read", |
---|
1556 | "beauty magazines They will only make you", |
---|
1557 | "feel ugly Get to know your parents You never", |
---|
1558 | "know when theyll be gone for good Be", |
---|
1559 | "nice to your siblings Theyre your", |
---|
1560 | "best link to your", |
---|
1561 | "past and the people most likely", |
---|
1562 | "to stick with you", |
---|
1563 | "in the future Understand that", |
---|
1564 | "friends come and go but", |
---|
1565 | "with a precious few you should hold", |
---|
1566 | "on Work hard to bridge", |
---|
1567 | "the gaps in geography and lifestyle", |
---|
1568 | "because the older", |
---|
1569 | "you get the more you need the", |
---|
1570 | "people who knew you when you", |
---|
1571 | "were young Live", |
---|
1572 | "in New York City once but leave before", |
---|
1573 | "it makes you hard Live in", |
---|
1574 | "Northern California once but leave", |
---|
1575 | "before it makes you soft Travel", |
---|
1576 | "Accept certain inalienable truths Prices will rise", |
---|
1577 | "Politicians will philander You too will", |
---|
1578 | "get old And when you do youll", |
---|
1579 | "fantasize that when you were young prices were", |
---|
1580 | "reasonable politicians were noble and children respected", |
---|
1581 | "their elders Respect your elders", |
---|
1582 | "Dont expect anyone else to", |
---|
1583 | "support you Maybe you have a", |
---|
1584 | "trust fund Maybe youll have a wealthy", |
---|
1585 | "spouse But you never know when either", |
---|
1586 | "one might run out Dont mess", |
---|
1587 | "too much with your hair or by the", |
---|
1588 | "time youre 40 it will look 85 Be", |
---|
1589 | "careful whose advice you buy but be patient", |
---|
1590 | "with those who supply it Advice is a", |
---|
1591 | "form of nostalgia Dispensing it is", |
---|
1592 | "a way of fishing the past from", |
---|
1593 | "the disposal wiping it off painting", |
---|
1594 | "over the ugly parts", |
---|
1595 | "and recycling it for more than its", |
---|
1596 | "worth But trust me on the sunscreen", |
---|
1597 | "MIT Ladies and gentlemen of", |
---|
1598 | "the class of 97 Wear", |
---|
1599 | "sunscreen If I could offer", |
---|
1600 | "you only one tip for", |
---|
1601 | "the future sunscreen would be", |
---|
1602 | "it The longterm benefits of", |
---|
1603 | "sunscreen have been proved by", |
---|
1604 | "scientists whereas the rest of", |
---|
1605 | "my advice has no basis", |
---|
1606 | "more reliable than my own meandering experience", |
---|
1607 | "I will dispense this advice", |
---|
1608 | "now Enjoy the power and beauty", |
---|
1609 | "of your youth Oh never mind", |
---|
1610 | "You will not understand the power", |
---|
1611 | "and beauty of your youth until theyve", |
---|
1612 | "faded But trust me in", |
---|
1613 | "20 years", |
---|
1614 | "youll look", |
---|
1615 | "back at photos of yourself", |
---|
1616 | "and recall in a", |
---|
1617 | "way you cant grasp now how much", |
---|
1618 | "possibility lay before you", |
---|
1619 | "and how fabulous you really looked You", |
---|
1620 | "are not as fat", |
---|
1621 | "as you imagine Dont worry about", |
---|
1622 | "the future Or", |
---|
1623 | "worry but know that worrying is as effective", |
---|
1624 | "as trying to solve an algebra equation", |
---|
1625 | "by chewing bubble gum The real troubles in", |
---|
1626 | "your life are apt to", |
---|
1627 | "be things that never crossed your", |
---|
1628 | "worried mind the", |
---|
1629 | "kind that blindside you at", |
---|
1630 | "4 pm on some", |
---|
1631 | "idle Tuesday", |
---|
1632 | "Do one thing every day that", |
---|
1633 | "scares you Sing Dont be reckless with other", |
---|
1634 | "peoples hearts Dont put up", |
---|
1635 | "with people who are reckless", |
---|
1636 | "with yours Floss Dont waste your time", |
---|
1637 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
1638 | "The race is long and in", |
---|
1639 | "the end its only with", |
---|
1640 | "yourself Remember compliments you receive", |
---|
1641 | "Forget the insults If you", |
---|
1642 | "succeed in doing this tell me how", |
---|
1643 | "Keep your old", |
---|
1644 | "love letters Throw away", |
---|
1645 | "your old bank statements", |
---|
1646 | "Stretch Dont feel guilty if you dont know", |
---|
1647 | "what you want to do with your", |
---|
1648 | "life The most interesting people I", |
---|
1649 | "know didnt know at 22", |
---|
1650 | "what they wanted", |
---|
1651 | "to do with their lives Some of", |
---|
1652 | "the most interesting", |
---|
1653 | "40yearolds I know still dont", |
---|
1654 | "Get plenty of calcium", |
---|
1655 | "Be kind to your knees Youll miss", |
---|
1656 | "them when theyre gone", |
---|
1657 | "Maybe youll marry", |
---|
1658 | "maybe you wont Maybe youll have children maybe", |
---|
1659 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
1660 | "the funky chicken on", |
---|
1661 | "your 75th wedding anniversary Whatever", |
---|
1662 | "you do dont congratulate yourself too", |
---|
1663 | "much or berate yourself", |
---|
1664 | "either Your choices are half chance So", |
---|
1665 | "are everybody elses", |
---|
1666 | "Enjoy your body Use", |
---|
1667 | "it every way you can Dont", |
---|
1668 | "be afraid of it or of what", |
---|
1669 | "other people think of", |
---|
1670 | "it Its", |
---|
1671 | "the", |
---|
1672 | "greatest instrument youll ever", |
---|
1673 | "own Dance even if you have", |
---|
1674 | "nowhere to do it but your living", |
---|
1675 | "room Read the directions even if", |
---|
1676 | "you dont follow them Do not read", |
---|
1677 | "beauty magazines They will only make you", |
---|
1678 | "feel ugly Get to know your parents You never", |
---|
1679 | "know when theyll be gone for good Be", |
---|
1680 | "nice to your siblings Theyre your", |
---|
1681 | "best link to your", |
---|
1682 | "past and the people most likely", |
---|
1683 | "to stick with you", |
---|
1684 | "in the future Understand that", |
---|
1685 | "friends come and go but", |
---|
1686 | "with a precious few you should hold", |
---|
1687 | "on Work hard to bridge", |
---|
1688 | "the gaps in geography and lifestyle", |
---|
1689 | "because the older", |
---|
1690 | "you get the more you need the", |
---|
1691 | "people who knew you when you", |
---|
1692 | "were young Live", |
---|
1693 | "in New York City once but leave before", |
---|
1694 | "it makes you hard Live in", |
---|
1695 | "Northern California once but leave", |
---|
1696 | "before it makes you soft Travel", |
---|
1697 | "Accept certain inalienable truths Prices will rise", |
---|
1698 | "Politicians will philander You too will", |
---|
1699 | "get old And when you do youll", |
---|
1700 | "fantasize that when you were young prices were", |
---|
1701 | "reasonable politicians were noble and children respected", |
---|
1702 | "their elders Respect your elders", |
---|
1703 | "Dont expect anyone else to", |
---|
1704 | "support you Maybe you have a", |
---|
1705 | "trust fund Maybe youll have a wealthy", |
---|
1706 | "spouse But you never know when either", |
---|
1707 | "one might run out Dont mess", |
---|
1708 | "too much with your hair or by the", |
---|
1709 | "time youre 40 it will look 85 Be", |
---|
1710 | "careful whose advice you buy but be patient", |
---|
1711 | "with those who supply it Advice is a", |
---|
1712 | "form of nostalgia Dispensing it is", |
---|
1713 | "a way of fishing the past from", |
---|
1714 | "the disposal wiping it off painting", |
---|
1715 | "over the ugly parts", |
---|
1716 | "and recycling it for more than its", |
---|
1717 | "worth But trust me on the sunscreen", |
---|
1718 | "MIT Ladies and gentlemen of", |
---|
1719 | "the class of 97 Wear", |
---|
1720 | "sunscreen If I could offer", |
---|
1721 | "you only one tip for", |
---|
1722 | "the future sunscreen would be", |
---|
1723 | "it The longterm benefits of", |
---|
1724 | "sunscreen have been proved by", |
---|
1725 | "scientists whereas the rest of", |
---|
1726 | "my advice has no basis", |
---|
1727 | "more reliable than my own meandering experience", |
---|
1728 | "I will dispense this advice", |
---|
1729 | "now Enjoy the power and beauty", |
---|
1730 | "of your youth Oh never mind", |
---|
1731 | "You will not understand the power", |
---|
1732 | "and beauty of your youth until theyve", |
---|
1733 | "faded But trust me in", |
---|
1734 | "20 years", |
---|
1735 | "youll look", |
---|
1736 | "back at photos of yourself", |
---|
1737 | "and recall in a", |
---|
1738 | "way you cant grasp now how much", |
---|
1739 | "possibility lay before you", |
---|
1740 | "and how fabulous you really looked You", |
---|
1741 | "are not as fat", |
---|
1742 | "as you imagine Dont worry about", |
---|
1743 | "the future Or", |
---|
1744 | "worry but know that worrying is as effective", |
---|
1745 | "as trying to solve an algebra equation", |
---|
1746 | "by chewing bubble gum The real troubles in", |
---|
1747 | "your life are apt to", |
---|
1748 | "be things that never crossed your", |
---|
1749 | "worried mind the", |
---|
1750 | "kind that blindside you at", |
---|
1751 | "4 pm on some", |
---|
1752 | "idle Tuesday", |
---|
1753 | "Do one thing every day that", |
---|
1754 | "scares you Sing Dont be reckless with other", |
---|
1755 | "peoples hearts Dont put up", |
---|
1756 | "with people who are reckless", |
---|
1757 | "with yours Floss Dont waste your time", |
---|
1758 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
1759 | "The race is long and in", |
---|
1760 | "the end its only with", |
---|
1761 | "yourself Remember compliments you receive", |
---|
1762 | "Forget the insults If you", |
---|
1763 | "succeed in doing this tell me how", |
---|
1764 | "Keep your old", |
---|
1765 | "love letters Throw away", |
---|
1766 | "your old bank statements", |
---|
1767 | "Stretch Dont feel guilty if you dont know", |
---|
1768 | "what you want to do with your", |
---|
1769 | "life The most interesting people I", |
---|
1770 | "know didnt know at 22", |
---|
1771 | "what they wanted", |
---|
1772 | "to do with their lives Some of", |
---|
1773 | "the most interesting", |
---|
1774 | "40yearolds I know still dont", |
---|
1775 | "Get plenty of calcium", |
---|
1776 | "Be kind to your knees Youll miss", |
---|
1777 | "them when theyre gone", |
---|
1778 | "Maybe youll marry", |
---|
1779 | "maybe you wont Maybe youll have children maybe", |
---|
1780 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
1781 | "the funky chicken on", |
---|
1782 | "your 75th wedding anniversary Whatever", |
---|
1783 | "you do dont congratulate yourself too", |
---|
1784 | "much or berate yourself", |
---|
1785 | "either Your choices are half chance So", |
---|
1786 | "are everybody elses", |
---|
1787 | "Enjoy your body Use", |
---|
1788 | "it every way you can Dont", |
---|
1789 | "be afraid of it or of what", |
---|
1790 | "other people think of", |
---|
1791 | "it Its", |
---|
1792 | "the", |
---|
1793 | "greatest instrument youll ever", |
---|
1794 | "own Dance even if you have", |
---|
1795 | "nowhere to do it but your living", |
---|
1796 | "room Read the directions even if", |
---|
1797 | "you dont follow them Do not read", |
---|
1798 | "beauty magazines They will only make you", |
---|
1799 | "feel ugly Get to know your parents You never", |
---|
1800 | "know when theyll be gone for good Be", |
---|
1801 | "nice to your siblings Theyre your", |
---|
1802 | "best link to your", |
---|
1803 | "past and the people most likely", |
---|
1804 | "to stick with you", |
---|
1805 | "in the future Understand that", |
---|
1806 | "friends come and go but", |
---|
1807 | "with a precious few you should hold", |
---|
1808 | "on Work hard to bridge", |
---|
1809 | "the gaps in geography and lifestyle", |
---|
1810 | "because the older", |
---|
1811 | "you get the more you need the", |
---|
1812 | "people who knew you when you", |
---|
1813 | "were young Live", |
---|
1814 | "in New York City once but leave before", |
---|
1815 | "it makes you hard Live in", |
---|
1816 | "Northern California once but leave", |
---|
1817 | "before it makes you soft Travel", |
---|
1818 | "Accept certain inalienable truths Prices will rise", |
---|
1819 | "Politicians will philander You too will", |
---|
1820 | "get old And when you do youll", |
---|
1821 | "fantasize that when you were young prices were", |
---|
1822 | "reasonable politicians were noble and children respected", |
---|
1823 | "their elders Respect your elders", |
---|
1824 | "Dont expect anyone else to", |
---|
1825 | "support you Maybe you have a", |
---|
1826 | "trust fund Maybe youll have a wealthy", |
---|
1827 | "spouse But you never know when either", |
---|
1828 | "one might run out Dont mess", |
---|
1829 | "too much with your hair or by the", |
---|
1830 | "time youre 40 it will look 85 Be", |
---|
1831 | "careful whose advice you buy but be patient", |
---|
1832 | "with those who supply it Advice is a", |
---|
1833 | "form of nostalgia Dispensing it is", |
---|
1834 | "a way of fishing the past from", |
---|
1835 | "the disposal wiping it off painting", |
---|
1836 | "over the ugly parts", |
---|
1837 | "and recycling it for more than its", |
---|
1838 | "worth But trust me on the sunscreen", |
---|
1839 | "MIT Ladies and gentlemen of", |
---|
1840 | "the class of 97 Wear", |
---|
1841 | "sunscreen If I could offer", |
---|
1842 | "you only one tip for", |
---|
1843 | "the future sunscreen would be", |
---|
1844 | "it The longterm benefits of", |
---|
1845 | "sunscreen have been proved by", |
---|
1846 | "scientists whereas the rest of", |
---|
1847 | "my advice has no basis", |
---|
1848 | "more reliable than my own meandering experience", |
---|
1849 | "I will dispense this advice", |
---|
1850 | "now Enjoy the power and beauty", |
---|
1851 | "of your youth Oh never mind", |
---|
1852 | "You will not understand the power", |
---|
1853 | "and beauty of your youth until theyve", |
---|
1854 | "faded But trust me in", |
---|
1855 | "20 years", |
---|
1856 | "youll look", |
---|
1857 | "back at photos of yourself", |
---|
1858 | "and recall in a", |
---|
1859 | "way you cant grasp now how much", |
---|
1860 | "possibility lay before you", |
---|
1861 | "and how fabulous you really looked You", |
---|
1862 | "are not as fat", |
---|
1863 | "as you imagine Dont worry about", |
---|
1864 | "the future Or", |
---|
1865 | "worry but know that worrying is as effective", |
---|
1866 | "as trying to solve an algebra equation", |
---|
1867 | "by chewing bubble gum The real troubles in", |
---|
1868 | "your life are apt to", |
---|
1869 | "be things that never crossed your", |
---|
1870 | "worried mind the", |
---|
1871 | "kind that blindside you at", |
---|
1872 | "4 pm on some", |
---|
1873 | "idle Tuesday", |
---|
1874 | "Do one thing every day that", |
---|
1875 | "scares you Sing Dont be reckless with other", |
---|
1876 | "peoples hearts Dont put up", |
---|
1877 | "with people who are reckless", |
---|
1878 | "with yours Floss Dont waste your time", |
---|
1879 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
1880 | "The race is long and in", |
---|
1881 | "the end its only with", |
---|
1882 | "yourself Remember compliments you receive", |
---|
1883 | "Forget the insults If you", |
---|
1884 | "succeed in doing this tell me how", |
---|
1885 | "Keep your old", |
---|
1886 | "love letters Throw away", |
---|
1887 | "your old bank statements", |
---|
1888 | "Stretch Dont feel guilty if you dont know", |
---|
1889 | "what you want to do with your", |
---|
1890 | "life The most interesting people I", |
---|
1891 | "know didnt know at 22", |
---|
1892 | "what they wanted", |
---|
1893 | "to do with their lives Some of", |
---|
1894 | "the most interesting", |
---|
1895 | "40yearolds I know still dont", |
---|
1896 | "Get plenty of calcium", |
---|
1897 | "Be kind to your knees Youll miss", |
---|
1898 | "them when theyre gone", |
---|
1899 | "Maybe youll marry", |
---|
1900 | "maybe you wont Maybe youll have children maybe", |
---|
1901 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
1902 | "the funky chicken on", |
---|
1903 | "your 75th wedding anniversary Whatever", |
---|
1904 | "you do dont congratulate yourself too", |
---|
1905 | "much or berate yourself", |
---|
1906 | "either Your choices are half chance So", |
---|
1907 | "are everybody elses", |
---|
1908 | "Enjoy your body Use", |
---|
1909 | "it every way you can Dont", |
---|
1910 | "be afraid of it or of what", |
---|
1911 | "other people think of", |
---|
1912 | "it Its", |
---|
1913 | "the", |
---|
1914 | "greatest instrument youll ever", |
---|
1915 | "own Dance even if you have", |
---|
1916 | "nowhere to do it but your living", |
---|
1917 | "room Read the directions even if", |
---|
1918 | "you dont follow them Do not read", |
---|
1919 | "beauty magazines They will only make you", |
---|
1920 | "feel ugly Get to know your parents You never", |
---|
1921 | "know when theyll be gone for good Be", |
---|
1922 | "nice to your siblings Theyre your", |
---|
1923 | "best link to your", |
---|
1924 | "past and the people most likely", |
---|
1925 | "to stick with you", |
---|
1926 | "in the future Understand that", |
---|
1927 | "friends come and go but", |
---|
1928 | "with a precious few you should hold", |
---|
1929 | "on Work hard to bridge", |
---|
1930 | "the gaps in geography and lifestyle", |
---|
1931 | "because the older", |
---|
1932 | "you get the more you need the", |
---|
1933 | "people who knew you when you", |
---|
1934 | "were young Live", |
---|
1935 | "in New York City once but leave before", |
---|
1936 | "it makes you hard Live in", |
---|
1937 | "Northern California once but leave", |
---|
1938 | "before it makes you soft Travel", |
---|
1939 | "Accept certain inalienable truths Prices will rise", |
---|
1940 | "Politicians will philander You too will", |
---|
1941 | "get old And when you do youll", |
---|
1942 | "fantasize that when you were young prices were", |
---|
1943 | "reasonable politicians were noble and children respected", |
---|
1944 | "their elders Respect your elders", |
---|
1945 | "Dont expect anyone else to", |
---|
1946 | "support you Maybe you have a", |
---|
1947 | "trust fund Maybe youll have a wealthy", |
---|
1948 | "spouse But you never know when either", |
---|
1949 | "one might run out Dont mess", |
---|
1950 | "too much with your hair or by the", |
---|
1951 | "time youre 40 it will look 85 Be", |
---|
1952 | "careful whose advice you buy but be patient", |
---|
1953 | "with those who supply it Advice is a", |
---|
1954 | "form of nostalgia Dispensing it is", |
---|
1955 | "a way of fishing the past from", |
---|
1956 | "the disposal wiping it off painting", |
---|
1957 | "over the ugly parts", |
---|
1958 | "and recycling it for more than its", |
---|
1959 | "worth But trust me on the sunscreen", |
---|
1960 | "MIT Ladies and gentlemen of", |
---|
1961 | "the class of 97 Wear", |
---|
1962 | "sunscreen If I could offer", |
---|
1963 | "you only one tip for", |
---|
1964 | "the future sunscreen would be", |
---|
1965 | "it The longterm benefits of", |
---|
1966 | "sunscreen have been proved by", |
---|
1967 | "scientists whereas the rest of", |
---|
1968 | "my advice has no basis", |
---|
1969 | "more reliable than my own meandering experience", |
---|
1970 | "I will dispense this advice", |
---|
1971 | "now Enjoy the power and beauty", |
---|
1972 | "of your youth Oh never mind", |
---|
1973 | "You will not understand the power", |
---|
1974 | "and beauty of your youth until theyve", |
---|
1975 | "faded But trust me in", |
---|
1976 | "20 years", |
---|
1977 | "youll look", |
---|
1978 | "back at photos of yourself", |
---|
1979 | "and recall in a", |
---|
1980 | "way you cant grasp now how much", |
---|
1981 | "possibility lay before you", |
---|
1982 | "and how fabulous you really looked You", |
---|
1983 | "are not as fat", |
---|
1984 | "as you imagine Dont worry about", |
---|
1985 | "the future Or", |
---|
1986 | "worry but know that worrying is as effective", |
---|
1987 | "as trying to solve an algebra equation", |
---|
1988 | "by chewing bubble gum The real troubles in", |
---|
1989 | "your life are apt to", |
---|
1990 | "be things that never crossed your", |
---|
1991 | "worried mind the", |
---|
1992 | "kind that blindside you at", |
---|
1993 | "4 pm on some", |
---|
1994 | "idle Tuesday", |
---|
1995 | "Do one thing every day that", |
---|
1996 | "scares you Sing Dont be reckless with other", |
---|
1997 | "peoples hearts Dont put up", |
---|
1998 | "with people who are reckless", |
---|
1999 | "with yours Floss Dont waste your time", |
---|
2000 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
2001 | "The race is long and in", |
---|
2002 | "the end its only with", |
---|
2003 | "yourself Remember compliments you receive", |
---|
2004 | "Forget the insults If you", |
---|
2005 | "succeed in doing this tell me how", |
---|
2006 | "Keep your old", |
---|
2007 | "love letters Throw away", |
---|
2008 | "your old bank statements", |
---|
2009 | "Stretch Dont feel guilty if you dont know", |
---|
2010 | "what you want to do with your", |
---|
2011 | "life The most interesting people I", |
---|
2012 | "know didnt know at 22", |
---|
2013 | "what they wanted", |
---|
2014 | "to do with their lives Some of", |
---|
2015 | "the most interesting", |
---|
2016 | "40yearolds I know still dont", |
---|
2017 | "Get plenty of calcium", |
---|
2018 | "Be kind to your knees Youll miss", |
---|
2019 | "them when theyre gone", |
---|
2020 | "Maybe youll marry", |
---|
2021 | "maybe you wont Maybe youll have children maybe", |
---|
2022 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
2023 | "the funky chicken on", |
---|
2024 | "your 75th wedding anniversary Whatever", |
---|
2025 | "you do dont congratulate yourself too", |
---|
2026 | "much or berate yourself", |
---|
2027 | "either Your choices are half chance So", |
---|
2028 | "are everybody elses", |
---|
2029 | "Enjoy your body Use", |
---|
2030 | "it every way you can Dont", |
---|
2031 | "be afraid of it or of what", |
---|
2032 | "other people think of", |
---|
2033 | "it Its", |
---|
2034 | "the", |
---|
2035 | "greatest instrument youll ever", |
---|
2036 | "own Dance even if you have", |
---|
2037 | "nowhere to do it but your living", |
---|
2038 | "room Read the directions even if", |
---|
2039 | "you dont follow them Do not read", |
---|
2040 | "beauty magazines They will only make you", |
---|
2041 | "feel ugly Get to know your parents You never", |
---|
2042 | "know when theyll be gone for good Be", |
---|
2043 | "nice to your siblings Theyre your", |
---|
2044 | "best link to your", |
---|
2045 | "past and the people most likely", |
---|
2046 | "to stick with you", |
---|
2047 | "in the future Understand that", |
---|
2048 | "friends come and go but", |
---|
2049 | "with a precious few you should hold", |
---|
2050 | "on Work hard to bridge", |
---|
2051 | "the gaps in geography and lifestyle", |
---|
2052 | "because the older", |
---|
2053 | "you get the more you need the", |
---|
2054 | "people who knew you when you", |
---|
2055 | "were young Live", |
---|
2056 | "in New York City once but leave before", |
---|
2057 | "it makes you hard Live in", |
---|
2058 | "Northern California once but leave", |
---|
2059 | "before it makes you soft Travel", |
---|
2060 | "Accept certain inalienable truths Prices will rise", |
---|
2061 | "Politicians will philander You too will", |
---|
2062 | "get old And when you do youll", |
---|
2063 | "fantasize that when you were young prices were", |
---|
2064 | "reasonable politicians were noble and children respected", |
---|
2065 | "their elders Respect your elders", |
---|
2066 | "Dont expect anyone else to", |
---|
2067 | "support you Maybe you have a", |
---|
2068 | "trust fund Maybe youll have a wealthy", |
---|
2069 | "spouse But you never know when either", |
---|
2070 | "one might run out Dont mess", |
---|
2071 | "too much with your hair or by the", |
---|
2072 | "time youre 40 it will look 85 Be", |
---|
2073 | "careful whose advice you buy but be patient", |
---|
2074 | "with those who supply it Advice is a", |
---|
2075 | "form of nostalgia Dispensing it is", |
---|
2076 | "a way of fishing the past from", |
---|
2077 | "the disposal wiping it off painting", |
---|
2078 | "over the ugly parts", |
---|
2079 | "and recycling it for more than its", |
---|
2080 | "worth But trust me on the sunscreen", |
---|
2081 | "MIT Ladies and gentlemen of", |
---|
2082 | "the class of 97 Wear", |
---|
2083 | "sunscreen If I could offer", |
---|
2084 | "you only one tip for", |
---|
2085 | "the future sunscreen would be", |
---|
2086 | "it The longterm benefits of", |
---|
2087 | "sunscreen have been proved by", |
---|
2088 | "scientists whereas the rest of", |
---|
2089 | "my advice has no basis", |
---|
2090 | "more reliable than my own meandering experience", |
---|
2091 | "I will dispense this advice", |
---|
2092 | "now Enjoy the power and beauty", |
---|
2093 | "of your youth Oh never mind", |
---|
2094 | "You will not understand the power", |
---|
2095 | "and beauty of your youth until theyve", |
---|
2096 | "faded But trust me in", |
---|
2097 | "20 years", |
---|
2098 | "youll look", |
---|
2099 | "back at photos of yourself", |
---|
2100 | "and recall in a", |
---|
2101 | "way you cant grasp now how much", |
---|
2102 | "possibility lay before you", |
---|
2103 | "and how fabulous you really looked You", |
---|
2104 | "are not as fat", |
---|
2105 | "as you imagine Dont worry about", |
---|
2106 | "the future Or", |
---|
2107 | "worry but know that worrying is as effective", |
---|
2108 | "as trying to solve an algebra equation", |
---|
2109 | "by chewing bubble gum The real troubles in", |
---|
2110 | "your life are apt to", |
---|
2111 | "be things that never crossed your", |
---|
2112 | "worried mind the", |
---|
2113 | "kind that blindside you at", |
---|
2114 | "4 pm on some", |
---|
2115 | "idle Tuesday", |
---|
2116 | "Do one thing every day that", |
---|
2117 | "scares you Sing Dont be reckless with other", |
---|
2118 | "peoples hearts Dont put up", |
---|
2119 | "with people who are reckless", |
---|
2120 | "with yours Floss Dont waste your time", |
---|
2121 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
2122 | "The race is long and in", |
---|
2123 | "the end its only with", |
---|
2124 | "yourself Remember compliments you receive", |
---|
2125 | "Forget the insults If you", |
---|
2126 | "succeed in doing this tell me how", |
---|
2127 | "Keep your old", |
---|
2128 | "love letters Throw away", |
---|
2129 | "your old bank statements", |
---|
2130 | "Stretch Dont feel guilty if you dont know", |
---|
2131 | "what you want to do with your", |
---|
2132 | "life The most interesting people I", |
---|
2133 | "know didnt know at 22", |
---|
2134 | "what they wanted", |
---|
2135 | "to do with their lives Some of", |
---|
2136 | "the most interesting", |
---|
2137 | "40yearolds I know still dont", |
---|
2138 | "Get plenty of calcium", |
---|
2139 | "Be kind to your knees Youll miss", |
---|
2140 | "them when theyre gone", |
---|
2141 | "Maybe youll marry", |
---|
2142 | "maybe you wont Maybe youll have children maybe", |
---|
2143 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
2144 | "the funky chicken on", |
---|
2145 | "your 75th wedding anniversary Whatever", |
---|
2146 | "you do dont congratulate yourself too", |
---|
2147 | "much or berate yourself", |
---|
2148 | "either Your choices are half chance So", |
---|
2149 | "are everybody elses", |
---|
2150 | "Enjoy your body Use", |
---|
2151 | "it every way you can Dont", |
---|
2152 | "be afraid of it or of what", |
---|
2153 | "other people think of", |
---|
2154 | "it Its", |
---|
2155 | "the", |
---|
2156 | "greatest instrument youll ever", |
---|
2157 | "own Dance even if you have", |
---|
2158 | "nowhere to do it but your living", |
---|
2159 | "room Read the directions even if", |
---|
2160 | "you dont follow them Do not read", |
---|
2161 | "beauty magazines They will only make you", |
---|
2162 | "feel ugly Get to know your parents You never", |
---|
2163 | "know when theyll be gone for good Be", |
---|
2164 | "nice to your siblings Theyre your", |
---|
2165 | "best link to your", |
---|
2166 | "past and the people most likely", |
---|
2167 | "to stick with you", |
---|
2168 | "in the future Understand that", |
---|
2169 | "friends come and go but", |
---|
2170 | "with a precious few you should hold", |
---|
2171 | "on Work hard to bridge", |
---|
2172 | "the gaps in geography and lifestyle", |
---|
2173 | "because the older", |
---|
2174 | "you get the more you need the", |
---|
2175 | "people who knew you when you", |
---|
2176 | "were young Live", |
---|
2177 | "in New York City once but leave before", |
---|
2178 | "it makes you hard Live in", |
---|
2179 | "Northern California once but leave", |
---|
2180 | "before it makes you soft Travel", |
---|
2181 | "Accept certain inalienable truths Prices will rise", |
---|
2182 | "Politicians will philander You too will", |
---|
2183 | "get old And when you do youll", |
---|
2184 | "fantasize that when you were young prices were", |
---|
2185 | "reasonable politicians were noble and children respected", |
---|
2186 | "their elders Respect your elders", |
---|
2187 | "Dont expect anyone else to", |
---|
2188 | "support you Maybe you have a", |
---|
2189 | "trust fund Maybe youll have a wealthy", |
---|
2190 | "spouse But you never know when either", |
---|
2191 | "one might run out Dont mess", |
---|
2192 | "too much with your hair or by the", |
---|
2193 | "time youre 40 it will look 85 Be", |
---|
2194 | "careful whose advice you buy but be patient", |
---|
2195 | "with those who supply it Advice is a", |
---|
2196 | "form of nostalgia Dispensing it is", |
---|
2197 | "a way of fishing the past from", |
---|
2198 | "the disposal wiping it off painting", |
---|
2199 | "over the ugly parts", |
---|
2200 | "and recycling it for more than its", |
---|
2201 | "worth But trust me on the sunscreen", |
---|
2202 | "MIT Ladies and gentlemen of", |
---|
2203 | "the class of 97 Wear", |
---|
2204 | "sunscreen If I could offer", |
---|
2205 | "you only one tip for", |
---|
2206 | "the future sunscreen would be", |
---|
2207 | "it The longterm benefits of", |
---|
2208 | "sunscreen have been proved by", |
---|
2209 | "scientists whereas the rest of", |
---|
2210 | "my advice has no basis", |
---|
2211 | "more reliable than my own meandering experience", |
---|
2212 | "I will dispense this advice", |
---|
2213 | "now Enjoy the power and beauty", |
---|
2214 | "of your youth Oh never mind", |
---|
2215 | "You will not understand the power", |
---|
2216 | "and beauty of your youth until theyve", |
---|
2217 | "faded But trust me in", |
---|
2218 | "20 years", |
---|
2219 | "youll look", |
---|
2220 | "back at photos of yourself", |
---|
2221 | "and recall in a", |
---|
2222 | "way you cant grasp now how much", |
---|
2223 | "possibility lay before you", |
---|
2224 | "and how fabulous you really looked You", |
---|
2225 | "are not as fat", |
---|
2226 | "as you imagine Dont worry about", |
---|
2227 | "the future Or", |
---|
2228 | "worry but know that worrying is as effective", |
---|
2229 | "as trying to solve an algebra equation", |
---|
2230 | "by chewing bubble gum The real troubles in", |
---|
2231 | "your life are apt to", |
---|
2232 | "be things that never crossed your", |
---|
2233 | "worried mind the", |
---|
2234 | "kind that blindside you at", |
---|
2235 | "4 pm on some", |
---|
2236 | "idle Tuesday", |
---|
2237 | "Do one thing every day that", |
---|
2238 | "scares you Sing Dont be reckless with other", |
---|
2239 | "peoples hearts Dont put up", |
---|
2240 | "with people who are reckless", |
---|
2241 | "with yours Floss Dont waste your time", |
---|
2242 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
2243 | "The race is long and in", |
---|
2244 | "the end its only with", |
---|
2245 | "yourself Remember compliments you receive", |
---|
2246 | "Forget the insults If you", |
---|
2247 | "succeed in doing this tell me how", |
---|
2248 | "Keep your old", |
---|
2249 | "love letters Throw away", |
---|
2250 | "your old bank statements", |
---|
2251 | "Stretch Dont feel guilty if you dont know", |
---|
2252 | "what you want to do with your", |
---|
2253 | "life The most interesting people I", |
---|
2254 | "know didnt know at 22", |
---|
2255 | "what they wanted", |
---|
2256 | "to do with their lives Some of", |
---|
2257 | "the most interesting", |
---|
2258 | "40yearolds I know still dont", |
---|
2259 | "Get plenty of calcium", |
---|
2260 | "Be kind to your knees Youll miss", |
---|
2261 | "them when theyre gone", |
---|
2262 | "Maybe youll marry", |
---|
2263 | "maybe you wont Maybe youll have children maybe", |
---|
2264 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
2265 | "the funky chicken on", |
---|
2266 | "your 75th wedding anniversary Whatever", |
---|
2267 | "you do dont congratulate yourself too", |
---|
2268 | "much or berate yourself", |
---|
2269 | "either Your choices are half chance So", |
---|
2270 | "are everybody elses", |
---|
2271 | "Enjoy your body Use", |
---|
2272 | "it every way you can Dont", |
---|
2273 | "be afraid of it or of what", |
---|
2274 | "other people think of", |
---|
2275 | "it Its", |
---|
2276 | "the", |
---|
2277 | "greatest instrument youll ever", |
---|
2278 | "own Dance even if you have", |
---|
2279 | "nowhere to do it but your living", |
---|
2280 | "room Read the directions even if", |
---|
2281 | "you dont follow them Do not read", |
---|
2282 | "beauty magazines They will only make you", |
---|
2283 | "feel ugly Get to know your parents You never", |
---|
2284 | "know when theyll be gone for good Be", |
---|
2285 | "nice to your siblings Theyre your", |
---|
2286 | "best link to your", |
---|
2287 | "past and the people most likely", |
---|
2288 | "to stick with you", |
---|
2289 | "in the future Understand that", |
---|
2290 | "friends come and go but", |
---|
2291 | "with a precious few you should hold", |
---|
2292 | "on Work hard to bridge", |
---|
2293 | "the gaps in geography and lifestyle", |
---|
2294 | "because the older", |
---|
2295 | "you get the more you need the", |
---|
2296 | "people who knew you when you", |
---|
2297 | "were young Live", |
---|
2298 | "in New York City once but leave before", |
---|
2299 | "it makes you hard Live in", |
---|
2300 | "Northern California once but leave", |
---|
2301 | "before it makes you soft Travel", |
---|
2302 | "Accept certain inalienable truths Prices will rise", |
---|
2303 | "Politicians will philander You too will", |
---|
2304 | "get old And when you do youll", |
---|
2305 | "fantasize that when you were young prices were", |
---|
2306 | "reasonable politicians were noble and children respected", |
---|
2307 | "their elders Respect your elders", |
---|
2308 | "Dont expect anyone else to", |
---|
2309 | "support you Maybe you have a", |
---|
2310 | "trust fund Maybe youll have a wealthy", |
---|
2311 | "spouse But you never know when either", |
---|
2312 | "one might run out Dont mess", |
---|
2313 | "too much with your hair or by the", |
---|
2314 | "time youre 40 it will look 85 Be", |
---|
2315 | "careful whose advice you buy but be patient", |
---|
2316 | "with those who supply it Advice is a", |
---|
2317 | "form of nostalgia Dispensing it is", |
---|
2318 | "a way of fishing the past from", |
---|
2319 | "the disposal wiping it off painting", |
---|
2320 | "over the ugly parts", |
---|
2321 | "and recycling it for more than its", |
---|
2322 | "worth But trust me on the sunscreen", |
---|
2323 | "MIT Ladies and gentlemen of", |
---|
2324 | "the class of 97 Wear", |
---|
2325 | "sunscreen If I could offer", |
---|
2326 | "you only one tip for", |
---|
2327 | "the future sunscreen would be", |
---|
2328 | "it The longterm benefits of", |
---|
2329 | "sunscreen have been proved by", |
---|
2330 | "scientists whereas the rest of", |
---|
2331 | "my advice has no basis", |
---|
2332 | "more reliable than my own meandering experience", |
---|
2333 | "I will dispense this advice", |
---|
2334 | "now Enjoy the power and beauty", |
---|
2335 | "of your youth Oh never mind", |
---|
2336 | "You will not understand the power", |
---|
2337 | "and beauty of your youth until theyve", |
---|
2338 | "faded But trust me in", |
---|
2339 | "20 years", |
---|
2340 | "youll look", |
---|
2341 | "back at photos of yourself", |
---|
2342 | "and recall in a", |
---|
2343 | "way you cant grasp now how much", |
---|
2344 | "possibility lay before you", |
---|
2345 | "and how fabulous you really looked You", |
---|
2346 | "are not as fat", |
---|
2347 | "as you imagine Dont worry about", |
---|
2348 | "the future Or", |
---|
2349 | "worry but know that worrying is as effective", |
---|
2350 | "as trying to solve an algebra equation", |
---|
2351 | "by chewing bubble gum The real troubles in", |
---|
2352 | "your life are apt to", |
---|
2353 | "be things that never crossed your", |
---|
2354 | "worried mind the", |
---|
2355 | "kind that blindside you at", |
---|
2356 | "4 pm on some", |
---|
2357 | "idle Tuesday", |
---|
2358 | "Do one thing every day that", |
---|
2359 | "scares you Sing Dont be reckless with other", |
---|
2360 | "peoples hearts Dont put up", |
---|
2361 | "with people who are reckless", |
---|
2362 | "with yours Floss Dont waste your time", |
---|
2363 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
2364 | "The race is long and in", |
---|
2365 | "the end its only with", |
---|
2366 | "yourself Remember compliments you receive", |
---|
2367 | "Forget the insults If you", |
---|
2368 | "succeed in doing this tell me how", |
---|
2369 | "Keep your old", |
---|
2370 | "love letters Throw away", |
---|
2371 | "your old bank statements", |
---|
2372 | "Stretch Dont feel guilty if you dont know", |
---|
2373 | "what you want to do with your", |
---|
2374 | "life The most interesting people I", |
---|
2375 | "know didnt know at 22", |
---|
2376 | "what they wanted", |
---|
2377 | "to do with their lives Some of", |
---|
2378 | "the most interesting", |
---|
2379 | "40yearolds I know still dont", |
---|
2380 | "Get plenty of calcium", |
---|
2381 | "Be kind to your knees Youll miss", |
---|
2382 | "them when theyre gone", |
---|
2383 | "Maybe youll marry", |
---|
2384 | "maybe you wont Maybe youll have children maybe", |
---|
2385 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
2386 | "the funky chicken on", |
---|
2387 | "your 75th wedding anniversary Whatever", |
---|
2388 | "you do dont congratulate yourself too", |
---|
2389 | "much or berate yourself", |
---|
2390 | "either Your choices are half chance So", |
---|
2391 | "are everybody elses", |
---|
2392 | "Enjoy your body Use", |
---|
2393 | "it every way you can Dont", |
---|
2394 | "be afraid of it or of what", |
---|
2395 | "other people think of", |
---|
2396 | "it Its", |
---|
2397 | "the", |
---|
2398 | "greatest instrument youll ever", |
---|
2399 | "own Dance even if you have", |
---|
2400 | "nowhere to do it but your living", |
---|
2401 | "room Read the directions even if", |
---|
2402 | "you dont follow them Do not read", |
---|
2403 | "beauty magazines They will only make you", |
---|
2404 | "feel ugly Get to know your parents You never", |
---|
2405 | "know when theyll be gone for good Be", |
---|
2406 | "nice to your siblings Theyre your", |
---|
2407 | "best link to your", |
---|
2408 | "past and the people most likely", |
---|
2409 | "to stick with you", |
---|
2410 | "in the future Understand that", |
---|
2411 | "friends come and go but", |
---|
2412 | "with a precious few you should hold", |
---|
2413 | "on Work hard to bridge", |
---|
2414 | "the gaps in geography and lifestyle", |
---|
2415 | "because the older", |
---|
2416 | "you get the more you need the", |
---|
2417 | "people who knew you when you", |
---|
2418 | "were young Live", |
---|
2419 | "in New York City once but leave before", |
---|
2420 | "it makes you hard Live in", |
---|
2421 | "Northern California once but leave", |
---|
2422 | "before it makes you soft Travel", |
---|
2423 | "Accept certain inalienable truths Prices will rise", |
---|
2424 | "Politicians will philander You too will", |
---|
2425 | "get old And when you do youll", |
---|
2426 | "fantasize that when you were young prices were", |
---|
2427 | "reasonable politicians were noble and children respected", |
---|
2428 | "their elders Respect your elders", |
---|
2429 | "Dont expect anyone else to", |
---|
2430 | "support you Maybe you have a", |
---|
2431 | "trust fund Maybe youll have a wealthy", |
---|
2432 | "spouse But you never know when either", |
---|
2433 | "one might run out Dont mess", |
---|
2434 | "too much with your hair or by the", |
---|
2435 | "time youre 40 it will look 85 Be", |
---|
2436 | "careful whose advice you buy but be patient", |
---|
2437 | "with those who supply it Advice is a", |
---|
2438 | "form of nostalgia Dispensing it is", |
---|
2439 | "a way of fishing the past from", |
---|
2440 | "the disposal wiping it off painting", |
---|
2441 | "over the ugly parts", |
---|
2442 | "and recycling it for more than its", |
---|
2443 | "worth But trust me on the sunscreen", |
---|
2444 | "MIT Ladies and gentlemen of", |
---|
2445 | "the class of 97 Wear", |
---|
2446 | "sunscreen If I could offer", |
---|
2447 | "you only one tip for", |
---|
2448 | "the future sunscreen would be", |
---|
2449 | "it The longterm benefits of", |
---|
2450 | "sunscreen have been proved by", |
---|
2451 | "scientists whereas the rest of", |
---|
2452 | "my advice has no basis", |
---|
2453 | "more reliable than my own meandering experience", |
---|
2454 | "I will dispense this advice", |
---|
2455 | "now Enjoy the power and beauty", |
---|
2456 | "of your youth Oh never mind", |
---|
2457 | "You will not understand the power", |
---|
2458 | "and beauty of your youth until theyve", |
---|
2459 | "faded But trust me in", |
---|
2460 | "20 years", |
---|
2461 | "youll look", |
---|
2462 | "back at photos of yourself", |
---|
2463 | "and recall in a", |
---|
2464 | "way you cant grasp now how much", |
---|
2465 | "possibility lay before you", |
---|
2466 | "and how fabulous you really looked You", |
---|
2467 | "are not as fat", |
---|
2468 | "as you imagine Dont worry about", |
---|
2469 | "the future Or", |
---|
2470 | "worry but know that worrying is as effective", |
---|
2471 | "as trying to solve an algebra equation", |
---|
2472 | "by chewing bubble gum The real troubles in", |
---|
2473 | "your life are apt to", |
---|
2474 | "be things that never crossed your", |
---|
2475 | "worried mind the", |
---|
2476 | "kind that blindside you at", |
---|
2477 | "4 pm on some", |
---|
2478 | "idle Tuesday", |
---|
2479 | "Do one thing every day that", |
---|
2480 | "scares you Sing Dont be reckless with other", |
---|
2481 | "peoples hearts Dont put up", |
---|
2482 | "with people who are reckless", |
---|
2483 | "with yours Floss Dont waste your time", |
---|
2484 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
2485 | "The race is long and in", |
---|
2486 | "the end its only with", |
---|
2487 | "yourself Remember compliments you receive", |
---|
2488 | "Forget the insults If you", |
---|
2489 | "succeed in doing this tell me how", |
---|
2490 | "Keep your old", |
---|
2491 | "love letters Throw away", |
---|
2492 | "your old bank statements", |
---|
2493 | "Stretch Dont feel guilty if you dont know", |
---|
2494 | "what you want to do with your", |
---|
2495 | "life The most interesting people I", |
---|
2496 | "know didnt know at 22", |
---|
2497 | "what they wanted", |
---|
2498 | "to do with their lives Some of", |
---|
2499 | "the most interesting", |
---|
2500 | "40yearolds I know still dont", |
---|
2501 | "Get plenty of calcium", |
---|
2502 | "Be kind to your knees Youll miss", |
---|
2503 | "them when theyre gone", |
---|
2504 | "Maybe youll marry", |
---|
2505 | "maybe you wont Maybe youll have children maybe", |
---|
2506 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
2507 | "the funky chicken on", |
---|
2508 | "your 75th wedding anniversary Whatever", |
---|
2509 | "you do dont congratulate yourself too", |
---|
2510 | "much or berate yourself", |
---|
2511 | "either Your choices are half chance So", |
---|
2512 | "are everybody elses", |
---|
2513 | "Enjoy your body Use", |
---|
2514 | "it every way you can Dont", |
---|
2515 | "be afraid of it or of what", |
---|
2516 | "other people think of", |
---|
2517 | "it Its", |
---|
2518 | "the", |
---|
2519 | "greatest instrument youll ever", |
---|
2520 | "own Dance even if you have", |
---|
2521 | "nowhere to do it but your living", |
---|
2522 | "room Read the directions even if", |
---|
2523 | "you dont follow them Do not read", |
---|
2524 | "beauty magazines They will only make you", |
---|
2525 | "feel ugly Get to know your parents You never", |
---|
2526 | "know when theyll be gone for good Be", |
---|
2527 | "nice to your siblings Theyre your", |
---|
2528 | "best link to your", |
---|
2529 | "past and the people most likely", |
---|
2530 | "to stick with you", |
---|
2531 | "in the future Understand that", |
---|
2532 | "friends come and go but", |
---|
2533 | "with a precious few you should hold", |
---|
2534 | "on Work hard to bridge", |
---|
2535 | "the gaps in geography and lifestyle", |
---|
2536 | "because the older", |
---|
2537 | "you get the more you need the", |
---|
2538 | "people who knew you when you", |
---|
2539 | "were young Live", |
---|
2540 | "in New York City once but leave before", |
---|
2541 | "it makes you hard Live in", |
---|
2542 | "Northern California once but leave", |
---|
2543 | "before it makes you soft Travel", |
---|
2544 | "Accept certain inalienable truths Prices will rise", |
---|
2545 | "Politicians will philander You too will", |
---|
2546 | "get old And when you do youll", |
---|
2547 | "fantasize that when you were young prices were", |
---|
2548 | "reasonable politicians were noble and children respected", |
---|
2549 | "their elders Respect your elders", |
---|
2550 | "Dont expect anyone else to", |
---|
2551 | "support you Maybe you have a", |
---|
2552 | "trust fund Maybe youll have a wealthy", |
---|
2553 | "spouse But you never know when either", |
---|
2554 | "one might run out Dont mess", |
---|
2555 | "too much with your hair or by the", |
---|
2556 | "time youre 40 it will look 85 Be", |
---|
2557 | "careful whose advice you buy but be patient", |
---|
2558 | "with those who supply it Advice is a", |
---|
2559 | "form of nostalgia Dispensing it is", |
---|
2560 | "a way of fishing the past from", |
---|
2561 | "the disposal wiping it off painting", |
---|
2562 | "over the ugly parts", |
---|
2563 | "and recycling it for more than its", |
---|
2564 | "worth But trust me on the sunscreen", |
---|
2565 | "MIT Ladies and gentlemen of", |
---|
2566 | "the class of 97 Wear", |
---|
2567 | "sunscreen If I could offer", |
---|
2568 | "you only one tip for", |
---|
2569 | "the future sunscreen would be", |
---|
2570 | "it The longterm benefits of", |
---|
2571 | "sunscreen have been proved by", |
---|
2572 | "scientists whereas the rest of", |
---|
2573 | "my advice has no basis", |
---|
2574 | "more reliable than my own meandering experience", |
---|
2575 | "I will dispense this advice", |
---|
2576 | "now Enjoy the power and beauty", |
---|
2577 | "of your youth Oh never mind", |
---|
2578 | "You will not understand the power", |
---|
2579 | "and beauty of your youth until theyve", |
---|
2580 | "faded But trust me in", |
---|
2581 | "20 years", |
---|
2582 | "youll look", |
---|
2583 | "back at photos of yourself", |
---|
2584 | "and recall in a", |
---|
2585 | "way you cant grasp now how much", |
---|
2586 | "possibility lay before you", |
---|
2587 | "and how fabulous you really looked You", |
---|
2588 | "are not as fat", |
---|
2589 | "as you imagine Dont worry about", |
---|
2590 | "the future Or", |
---|
2591 | "worry but know that worrying is as effective", |
---|
2592 | "as trying to solve an algebra equation", |
---|
2593 | "by chewing bubble gum The real troubles in", |
---|
2594 | "your life are apt to", |
---|
2595 | "be things that never crossed your", |
---|
2596 | "worried mind the", |
---|
2597 | "kind that blindside you at", |
---|
2598 | "4 pm on some", |
---|
2599 | "idle Tuesday", |
---|
2600 | "Do one thing every day that", |
---|
2601 | "scares you Sing Dont be reckless with other", |
---|
2602 | "peoples hearts Dont put up", |
---|
2603 | "with people who are reckless", |
---|
2604 | "with yours Floss Dont waste your time", |
---|
2605 | "on jealousy Sometimes youre ahead sometimes youre behind", |
---|
2606 | "The race is long and in", |
---|
2607 | "the end its only with", |
---|
2608 | "yourself Remember compliments you receive", |
---|
2609 | "Forget the insults If you", |
---|
2610 | "succeed in doing this tell me how", |
---|
2611 | "Keep your old", |
---|
2612 | "love letters Throw away", |
---|
2613 | "your old bank statements", |
---|
2614 | "Stretch Dont feel guilty if you dont know", |
---|
2615 | "what you want to do with your", |
---|
2616 | "life The most interesting people I", |
---|
2617 | "know didnt know at 22", |
---|
2618 | "what they wanted", |
---|
2619 | "to do with their lives Some of", |
---|
2620 | "the most interesting", |
---|
2621 | "40yearolds I know still dont", |
---|
2622 | "Get plenty of calcium", |
---|
2623 | "Be kind to your knees Youll miss", |
---|
2624 | "them when theyre gone", |
---|
2625 | "Maybe youll marry", |
---|
2626 | "maybe you wont Maybe youll have children maybe", |
---|
2627 | "you wont Maybe youll divorce at 40 maybe youll dance", |
---|
2628 | "the funky chicken on", |
---|
2629 | "your 75th wedding anniversary Whatever", |
---|
2630 | "you do dont congratulate yourself too", |
---|
2631 | "much or berate yourself", |
---|
2632 | "either Your choices are half chance So", |
---|
2633 | "are everybody elses", |
---|
2634 | "Enjoy your body Use", |
---|
2635 | "it every way you can Dont", |
---|
2636 | "be afraid of it or of what", |
---|
2637 | "other people think of", |
---|
2638 | "it Its", |
---|
2639 | "the", |
---|
2640 | "greatest instrument youll ever", |
---|
2641 | "own Dance even if you have", |
---|
2642 | "nowhere to do it but your living", |
---|
2643 | "room Read the directions even if", |
---|
2644 | "you dont follow them Do not read", |
---|
2645 | "beauty magazines They will only make you", |
---|
2646 | "feel ugly Get to know your parents You never", |
---|
2647 | "know when theyll be gone for good Be", |
---|
2648 | "nice to your siblings Theyre your", |
---|
2649 | "best link to your", |
---|
2650 | "past and the people most likely", |
---|
2651 | "to stick with you", |
---|
2652 | "in the future Understand that", |
---|
2653 | "friends come and go but", |
---|
2654 | "with a precious few you should hold", |
---|
2655 | "on Work hard to bridge", |
---|
2656 | "the gaps in geography and lifestyle", |
---|
2657 | "because the older", |
---|
2658 | "you get the more you need the", |
---|
2659 | "people who knew you when you", |
---|
2660 | "were young Live", |
---|
2661 | "in New York City once but leave before", |
---|
2662 | "it makes you hard Live in", |
---|
2663 | "Northern California once but leave", |
---|
2664 | "before it makes you soft Travel", |
---|
2665 | "Accept certain inalienable truths Prices will rise", |
---|
2666 | "Politicians will philander You too will", |
---|
2667 | "get old And when you do youll", |
---|
2668 | "fantasize that when you were young prices were", |
---|
2669 | "reasonable politicians were noble and children respected", |
---|
2670 | "their elders Respect your elders", |
---|
2671 | "Dont expect anyone else to", |
---|
2672 | "support you Maybe you have a", |
---|
2673 | "trust fund Maybe youll have a wealthy", |
---|
2674 | "spouse But you never know when either", |
---|
2675 | "one might run out Dont mess", |
---|
2676 | "too much with your hair or by the", |
---|
2677 | "time youre 40 it will look 85 Be", |
---|
2678 | "careful whose advice you buy but be patient", |
---|
2679 | "with those who supply it Advice is a", |
---|
2680 | "form of nostalgia Dispensing it is", |
---|
2681 | "a way of fishing the past from", |
---|
2682 | "the disposal wiping it off painting", |
---|
2683 | "over the ugly parts", |
---|
2684 | "and recycling it for more than its", |
---|
2685 | "worth But trust me on the sunscreen" |
---|
2686 | }; |
---|
2687 | int i; |
---|
2688 | |
---|
2689 | for (i = 0; find_strings[i]; i++) |
---|
2690 | { |
---|
2691 | init_search(find_strings[i]); |
---|
2692 | here = strsearch(search_strings[i]); |
---|
2693 | printf("\"%s\" is%s in \"%s\"", find_strings[i], |
---|
2694 | here ? "" : " not", search_strings[i]); |
---|
2695 | if (here) |
---|
2696 | printf(" [\"%s\"]", here); |
---|
2697 | putchar('\n'); |
---|
2698 | } |
---|
2699 | |
---|
2700 | return 0; |
---|
2701 | } |
---|
2702 | |
---|