Date: Fri, 3 Sep 93 09:45:54 PDT From: tree@cmicro.com (Larry Tyree) To: cq-contest@TGV.COM Subject: SprINT Final Results Here are the FINAL results of the first SprINT contest (aka Internet Sprint). These results were made possible by the efforts of John, K2MM, who put his normal job aside for a week or two, and generated the software necessary to check this contest. He has done a great job which we all owe him thanks for. There are some significant differences in how this contest gets processed compared to the NCJ sprint. We removed QSOs from both logs if any part of the exchange is busted. This may not seem fair to some of you, but we believe this puts some pressure on the person sending the information to make sure it gets received correctly. This means making sure you send the correct serial number and name, and also that you don't send the information so fast, most people would not be able to copy it. There were some cases where the sending station sent a non consecutive serial number. If this was marked in the log, no deduction was made. There is a case to made that serial numbers must be consecutive and sending the wrong number would mean the QSO is not valid. I would like your opinion on this issue and we will consider it as a new "rule." Congrats to Trey, WN4KKN, for winning the contest. Also, congrats to Bog, N6TV who missed Trey's score by only one QSO. Now that the results have been published, and the software written to check this contest has been created, we can start thinking about having another one of these soon. FINAL SCORES: CALL #OK #NG RXNG TXNG DUPE UNIQ wn4kkn 153 28 10 20 2 0 n6tv 152 9 3 6 1 0 n6tr 135 20 9 15 0 0 aa5b 130 12 6 7 0 1 ve4vv 130 13 4 8 1 0 n3bb 122 13 7 7 0 1 k6xo 120 16 7 9 0 0 k2tw 115 15 8 7 1 0 aa7nx 107 18 8 9 4 0 n0ax 100 17 9 4 5 1 aa5bt 94 13 5 6 3 0 k9ma 85 19 11 12 0 0 w1yu 84 15 10 7 0 0 k2mm 71 10 4 4 2 0 aa6kx 69 12 10 3 1 1 n6ip 66 25 15 12 2 0 ke4gy 63 5 2 3 0 0 aa2ns 57 11 5 7 0 0 n2aa 50 8 3 6 0 3 wn3k 47 13 8 3 2 1 aa5uo 45 21 13 10 4 1 k3ww 41 5 2 5 0 0 k1dg 29 3 1 2 0 0 w6qhs 21 6 5 2 0 0 kd5pj 13 4 4 1 0 0 k8jlf 10 1 0 1 0 0 n6kl 9 1 0 1 0 0 wb5vzl 8 12 8 9 0 1 k7ss 2 0 0 0 0 0 #define eRXNR 0x0 /* mis-copied rx'd number */ #define eRXCALL 0x1 /* mis-copied rx'd call */ #define eRXNAME 0x2 /* mis-copied rx'd name */ #define eRXQTH 0x3 /* mis-copied rx'd qth */ #define eTXNR 0x4 /* tx'd number mis-copied */ #define eTXCALL 0x5 /* tx'd call mis-copied */ #define eTXNAME 0x6 /* tx'd name mis-copied */ #define eTXQTH 0x7 /* tx'd qth mis-copied */ #define eTXNIL 0x8 /* tx'd qso not in other stn's log */ #define eDUPE 0x9 /* stn wkd in prev 3 non-dupe qsos */ #define eNGNAME 0xA /* tx'd wrong name */ #define eNGNR 0xB /* tx'd nr dupe or bkwd */ #define eDUPNR 0xC /* tx'd nr dupe, might be ok */ #define eNOLOG 0xD /* stn wkd did not submit log */ #define eUNIQUE 0xE /* stn wkd is unique */ 0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE wn4kkn 6 0 3 1 6 0 11 0 4 2 0 2 4 16 0 n6tv 2 0 3 0 2 0 2 1 1 1 0 0 0 24 0 n6tr 2 1 6 0 3 0 9 3 0 0 0 0 0 25 0 aa5b 2 0 4 0 2 0 4 0 1 0 0 0 0 14 1 ve4vv 2 0 2 0 0 0 6 1 1 1 0 0 0 18 0 n3bb 1 0 5 1 1 0 4 1 1 0 0 0 0 20 1 k6xo 2 0 3 2 2 2 3 3 0 0 0 0 0 25 0 k2tw 4 0 4 0 5 0 1 1 0 1 0 0 0 29 0 aa7nx 1 1 6 1 3 1 3 1 1 4 1 0 0 19 0 n0ax 2 1 7 1 0 1 2 0 1 5 0 0 0 23 1 aa5bt 0 1 3 1 2 1 4 0 0 3 0 0 0 12 0 k9ma 4 4 0 4 4 0 7 0 1 0 0 0 0 13 0 w1yu 5 0 3 3 1 2 4 0 0 0 0 0 0 22 0 k2mm 2 0 2 0 1 0 2 1 0 2 0 0 0 10 0 aa6kx 2 0 7 1 1 1 2 0 0 1 0 0 0 5 1 n6ip 10 0 5 3 6 0 6 0 1 2 0 0 0 9 0 ke4gy 0 0 1 1 1 1 1 1 0 0 0 0 0 8 0 aa2ns 1 1 3 0 2 2 4 2 0 0 0 0 0 20 0 n2aa 0 0 3 0 3 0 1 2 0 0 0 0 0 14 3 wn3k 2 1 3 2 0 0 2 1 0 2 0 0 0 14 1 aa5uo 2 2 10 4 3 0 7 0 2 4 0 0 0 9 1 k3ww 2 0 0 0 2 0 1 0 2 0 0 0 0 5 0 k1dg 0 0 1 0 1 0 0 0 1 0 0 0 0 4 0 w6qhs 1 0 4 0 1 0 1 0 0 0 1 0 0 1 0 kd5pj 2 0 2 0 0 1 0 0 0 0 0 0 0 6 0 k8jlf 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 n6kl 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 wb5vzl 4 1 2 2 8 0 1 0 1 0 0 0 0 4 1 k7ss 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 TOTALS 61 13 92 27 61 12 89 18 18 28 2 2 4 374 10 Tree N6TR ######## Date: Fri, 3 Sep 93 15:22:31 PDT From: K2MM To: cq-contest@TGV.COM Subject: SprINT Final Final These are, I hope, the Final Final Results of Tree/N6TR's first-ever Internet SprINT. A last-minute "quality control" inspection of the busted contacts revealed a problem with one log: Sent-QSO numbers were not given, so were assumed by the software to be consecutive. Except the operator skipped one number in the middle, thereby busting half his log. Because busted contacts are deducted from both the sending and receiving stations' scores, it seemed important to fix this and re-run the results. There was only one resulting position change: Derrick/VE4VV squeaked ahead of a tie with Bruce/AA5B for fourth place. Also, an explanation of the result table seemed in order judging from some of the questions I received. #OK + #NG is the raw claimed score. #NG is the number of busted contacts. Some contacts may be busted for more than one reason, but RXNG + TXNG + DUPE >= #NG always. Congratulations to Danny/K7SS for coming out on top in the accuracy department: #OK / (#OK + #NG). Right behind him is Bob/N6TV with an amazing 94%. Remember, this includes contacts busted on either end! #OK = your score #NG = contacts not credited RXNG = you busted the call/number/name/qth of the station you worked TXNG = the station you worked busted your call/number/name/qth DUPE = you worked the same station within 3 previous non-dupes CALL #OK #NG RXNG TXNG DUPE ACCURACY (each * is 2% above 50%) wn4kkn 153 28 10 20 2 84.5 ***************** n6tv 152 9 3 6 1 94.4 ********************** n6tr 136 19 8 15 0 87.7 ****************** ve4vv 131 12 3 8 1 91.6 ******************** aa5b 130 12 5 7 0 91.5 ******************** n3bb 122 13 7 7 0 90.4 ******************** k6xo 121 15 6 9 0 89.0 ******************* k2tw 116 14 6 7 1 89.2 ******************* aa7nx 107 18 9 9 4 85.6 ***************** n0ax 100 17 9 4 5 85.5 ***************** aa5bt 95 12 4 6 3 88.8 ******************* k9ma 85 19 11 12 0 81.7 *************** w1yu 84 15 10 7 0 84.8 ***************** k2mm 72 9 3 4 2 88.9 ******************* aa6kx 69 12 10 3 1 85.2 ***************** n6ip 68 23 14 11 2 74.7 ************ ke4gy 63 5 2 3 0 92.6 ********************* aa2ns 57 11 5 7 0 83.8 **************** n2aa 50 8 3 6 0 86.2 ****************** wn3k 47 13 8 3 2 78.3 ************** aa5uo 46 20 13 9 4 69.7 ********* k3ww 41 5 1 5 0 89.1 ******************* k1dg 29 3 1 2 0 90.6 ******************** w6qhs 21 6 5 2 0 77.8 ************* kd5pj 13 4 4 1 0 76.5 ************* wb5vzl 12 8 8 2 0 60.0 ***** k8jlf 10 1 0 1 0 90.9 ******************** n6kl 9 1 0 1 0 90.0 ******************** k7ss 2 0 0 0 0 100.0 ************************* #define eRXNR 0x0 /* mis-copied rx'd number */ #define eRXCALL 0x1 /* mis-copied rx'd call */ #define eRXNAME 0x2 /* mis-copied rx'd name */ #define eRXQTH 0x3 /* mis-copied rx'd qth */ #define eTXNR 0x4 /* tx'd number mis-copied */ #define eTXCALL 0x5 /* tx'd call mis-copied */ #define eTXNAME 0x6 /* tx'd name mis-copied */ #define eTXQTH 0x7 /* tx'd qth mis-copied */ #define eTXNIL 0x8 /* tx'd qso not in other stn's log */ #define eDUPE 0x9 /* stn wkd in prev 3 non-dupe qsos */ #define eNGNAME 0xA /* tx'd wrong name */ #define eNGNR 0xB /* tx'd nr dupe or backward */ #define eDUPNR 0xC /* tx'd nr dupe, might be ok */ #define eNOLOG 0xD /* stn wkd did not submit log */ #define eUNIQUE 0xE /* stn wkd is unique */ 0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xA 0xB 0xC 0xD 0xE wn4kkn 6 0 3 1 6 0 11 0 4 2 0 2 4 16 0 n6tv 2 0 3 0 2 0 2 1 1 1 0 0 0 24 0 n6tr 1 1 6 0 3 0 9 3 0 0 0 0 0 25 0 ve4vv 2 0 1 0 0 0 6 1 1 1 0 0 0 18 0 aa5b 1 0 4 0 2 0 4 0 1 0 0 0 0 14 1 n3bb 1 0 5 1 1 0 4 1 1 0 0 0 0 20 1 k6xo 1 0 3 2 2 2 3 3 0 0 0 0 0 25 0 k2tw 2 0 4 0 5 0 1 1 0 1 0 0 0 29 0 aa7nx 1 1 7 1 3 1 4 2 0 4 1 0 0 19 0 n0ax 2 1 6 1 0 1 2 0 1 5 0 0 0 23 1 aa5bt 0 1 2 1 2 1 4 0 0 3 0 0 0 12 0 k9ma 4 4 0 4 4 0 7 0 1 0 0 0 0 13 0 w1yu 5 0 3 3 1 2 4 0 0 0 0 0 0 22 0 k2mm 1 0 2 0 1 0 2 1 0 2 0 0 0 10 0 aa6kx 2 0 7 1 1 1 2 0 0 1 0 0 0 5 1 n6ip 9 0 5 2 6 0 5 0 1 2 0 0 0 9 0 ke4gy 0 0 1 1 1 1 1 1 0 0 0 0 0 8 0 aa2ns 1 1 3 0 2 2 4 2 0 0 0 0 0 20 0 n2aa 0 0 3 0 3 0 1 2 0 0 0 0 0 14 3 wn3k 2 1 3 2 0 0 2 1 0 2 0 0 0 14 1 aa5uo 2 2 10 4 3 0 5 0 2 4 3 0 0 9 1 k3ww 1 0 0 0 2 0 1 0 2 0 0 0 0 5 0 k1dg 0 0 1 0 1 0 0 0 1 0 0 0 0 4 0 w6qhs 1 0 4 0 1 0 1 0 0 0 1 0 0 1 0 kd5pj 2 0 2 0 0 1 0 0 0 0 0 0 0 6 0 wb5vzl 4 1 3 2 0 0 2 0 0 0 0 0 0 4 1 k8jlf 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 n6kl 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 k7ss 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 TOTALS 53 13 91 26 53 12 88 19 16 28 5 2 4 374 10 Here's a trace of one of the more interesting names. A "=" means the name was sent to a station who DID submit a log, and "-" to a station who did NOT. The software isn't smart enough (yet) to trace a name through more than one consecutive non-submitter. nerd wn3k ====wn4kkn= nerk aa6kx = nerb n6ip =aa5b= nerd w6qhs ======-===-==ke4gy= nerk n0ax -n6tj= nerek n3bb ====w1yu-n6tj= nerk n6tr = nerek n3bb -n6zz? Note: Bob/N6IP says in his log he confirmed getting "nerb" from Bruce/AA6KX. ######## Date: Sat, 4 Sep 93 17:59:53 PDT From: K2MM To: cq-contest@TGV.COM Subject: SprINT Name Tracings [LONG] This file is about 330 lines long. It traces the name mutations and permutations in Tree/N6TR's two-hour Internet SprINT held last May. One of the rules was the name you sent in any QSO was the name you received in the previous QSO. How long did your name last? Who clobbered it? Who wants to know? Want to see some good examples of the power of suggestion and anticipation? > [Kris/AA5UO] Isn't it interesting how an uncommon name changes as it > propagates through the night? > [Derek/AA5BT] It will be interesting to know whether Connie and Connor > were different people, likewise Art and Arn etc.... Connie -> Condie -> Connie -> Condie -> Connie -> Conner -> Condie -> Connie -> Condor -> Connor. Hard to say about Art and Arn, though. > [Alan/K6XO] I didn't know that Hillary even had a license. Is there a > beam on the White House roof? Stud, Drip, Foamy, Nerd and Slimebag - now > there is a quintet for you... > [Scott/K9MA] There was also a "newd". I SWEAR I copied that right, even > got a repeat to make sure! The only ethical thing to do was to pass it > on, which I did. > [Jim/WA6SDN] Who is Wormcake? Who is Slimebag? Do these people still > love their mothers? Did Derek QRM Nerd and have his name permuted? > [Mike/AA7NX] I sure did note alot of what appeared to be "broken names". > I imagine I may even be responsible for some (sure hope not, but "Foamy"? > -geez). Anybody work Beetlejuice? Me either...but after Wormcake and > Slimebag, why not? > [Mike/AA7NX] Will you publish statistics on operator quality? Geez, I > sure hope so!!! . . . I think it would be an excellent addition to the > results info to list all operators breakage rate . . . With this type of > contest, it is no problem, it is merely a SMOP. ^^^^ Simple Matter Of Programming? Aaargh! --John/K2MM > [Scott/K9MA] K5TA was my first contact, and I wondered if he started with > his own name. . . . Now, what happened to my name after I sent it to > K5TA? I heard him send it to AA2N. How can two copies of such an easy > name disappear in the first moments of the contest? Sounds suspicious . . . > [Kris/AA5UO] I think my name vanished pretty quick, too. I attribute it > to someone early on accidentally sending their own name. > [Scott/K9MA] What I want to know now is whether anyone actually started > out with "Steve"? Yes, NA4K did. > [Derek/AA5BT] It will be interesting to see how the names evolved, I hope > Tree posts that information later. In the tracings below, "=" means the name was passed to a station who did send in a log (Goodguy), and "-" to a station who did not (Badguy). Also, "?" means the trace was lost, and "." means the name was retired. Entries are alphabetical by start-name. Look especially for entries like this: mycall tx# myname ====-=-=-======goodguy-badguy= urcall tx# newname ===lastcall. This means that Goodguy's log says he sent Myname to Badguy, who did not send in a log, but who apparently sent something to Urcall who received Newname and passed it on. The error can happen five ways: 1. Goodguy mis-sent Myname to Badguy. 2. Badguy mis-received Myname as Newname. 3. Badguy changed Myname to Newname. (Who'd do a thing like that?) 4. Urcall mis-received Myname as Newname. 5. Goodguy or Urcall mis-logged what was really sent/received. n2aa 1 abel -dl1sbr= aa5uo 8 throck -n6zz= aa7nx 16 alan ========aa5uo-ve6axe? k6xo 1 alan =wn4kkn=n3bb? n2nt 1 andy ===aa5bt= n6tr 130 ardy ========k6xo-wx3n= k2tw 122 carp ====wn3k-ab6eq? ve6axe 1 arn ====-=====-==n0ax-wx3n= aa5b 59 art ======-=====aa2ns= kd5pj 15 alan =k6xo-w6mvw? w2gd 72 arn ==================-======-====n6tr-wx3n= n6ip 82 slimebag =======-====aa5bt. aa5b 1 banana =====-=======aa6kx-k9mi? f9oq 1 bob ======k1dg-ok1dqt? n6ip 1 bob =======ve4vv-w6mvw= w1yu 7 dick =-===wn3k-na4k? n6tv 1 bob ===n6ip= wn4kkn 5 alan ===aa5bt= aa2ns 3 allan =wn4kkn= n6tv 8 alan ===-=====-====-=========-=-====-=-==k6xo= w6qhs 24 arn =================================n0ax-wx3n= w1yu 89 newd =========k8jlf. aa6kx 1 bruce ===aa2ns= aa5uo 5 bunch =ve4vv= k6xo 15 bruce =========k2tw-na4k= n0ax 20 steve -==aa5b-n6zz? n6aab 17 bruce =======-=================k8jlf-wx3n= n2aa 51 foamy =======-============aa5b. dl1sbr 15 bruce =-=================-==-=-====-======wn4kkn-n6aa= n2aa 36 jirka =-===k2mm= ke4gy 51 jirk =n6kl= wn3k 44 jirka = k6xo 103 jirk ====n6ip= w1yu 81 jirka ============aa5b= wb5vzl 18 jirca =k3ww=n6ip? n6tj 1 bruno =n0ax-k5ta? py7hq 1 carlos ===k9ma= n2aa 27 calos -dl1sbr? . . . . . . w2gd 25 calos ==aa2ns-wx3n= wn4kkn 91 crabs ====n0ax= aa5uo 37 carlos -==================n3bb= n0ax 88 steve =====-=====n0ax-n2nt? k3ww 1 chas ==============================-===============n2aa-4l0g? k5cm 1 connie =-=======-=aa2ns-w2gd= aa5b 54 condie =-=aa7nx-n6aa? . . . . . . w2gd 22 condie ==wn4kkn= ve4vv 62 connie ===k9ma= kd5pj 11 condie ==n6tr= k2mm 39 connie ==-==========-==k6xo= n6ip 56 conner = aa5b 85 condie = w1yu 65 connie ======-=-=w1yu-wx3n= n3bb 101 condor ==n6tr= w1yu 79 connor ===============k2tw-wx3n= ve4vv 136 ethel ==aa5b= n0ax 115 ether ==aa5uo? ww3n 1 dan ==============n2aa-ub5kq? k7ss 1 danny -wx3n? k8jlf 1 dave ====k9ma-n2nt? n6kl 1 dave ========n6tr-kd4hz? w6qhs 1 dave =====-==n0ax-n6tj= ve4vv 30 throck =k2tw-k5ta? aa5bt 1 derek -==w1yu= n6tv 10 deret ==n6tr= aa7nx 10 derek -n6tj? kr2q 3 derek ==ve4vv-k5ta= n6tv 20 nerek ======-==ke4gy-w6mvw= n0ax 25 nerk ==ve4vv-dl1sbr= n3bb 38 nerek ======aa5bt= n2aa 17 derek = n0ax 37 derik = n3bb 47 derek ==k9ma= n2aa 21 dereck =n6tv= aa6kx 25 drew ===-=======wn4kkn= aa7nx 66 drip ==n3bb-w2gd? . . . . . . ok1dqt 6 drip ===-=====w1yu= n6ip 72 dlip =wn4kkn= k1dg 11 drip =========k6xo-ab6eq? w6mvw 1 dick ===-====n3bb-w6mvw? k1dg 1 doug ===========k6xo-w6mvw? n9ia 1 dumbcrap =k2tw-n6zz= k9ma 32 dumbcap = k2tw 48 dumbcrap ===n3bb= n6tr 54 dumbcrack = aa5b 51 dumbcrap ===k2mm= wn3k 25 dumb =-===-==============-============aa2ns= n0ax 101 stud ============k2tw-k3est? kd4cpi 1 earl =wn3k-wx3n? aa2ns 1 ed ===-======k6xo-w6mvw? wx3n 44 enzymelips =w1yu= k2tw 81 lips ======k3ww-kd4hz= k2tw 92 greg ========================k9ma= wn3k 57 phil ==========k6xo. dl1sbr 1 frank =-==================wn4kkn=aa5b? ke4gy 1 frank ===aa7nx-w6mvw= ve4vv 6 dick ========-=======n3bb-na4k= w1yu 20 steve =-========-=-======n6tv-wx3n= k2tw 71 earl -=-====aa6kx-w2gd? wb5vzl 1 geo ==========-==-=====-=======-==============ve4vv-kt3y? kd4hz 1 greg =n6tr= aa5uo 3 tree ===-=n6tr-wb2ekk? n3bb 1 hokie ==ve4vv= aa6kx 3 soki =========k6xo. ok1dqt 1 jirka ====ve4vv-n6aa? k2mm 1 john -=======-=k6xo-wx3n? wb2ekk 38 john =============n0ax-n9ia= wn4kkn 155 beef ====k8jlf-n6aa? wo9s 1 jon ===-=====-==-=====ve4vv= aa5bt 30 john ===-======-==-==aa2ns-kd4cpi= n6tr 95 earl =======k3ww-wx3n= w1yu 72 poona -======aa5bt-n2nt? ab6eq 1 ken ====-==-=========-==========-=========-==-===========wn3k-kd4hz= aa5b 87 ten ==k2tw-w2gd? aa5uo 1 kris = aa7nx 4 mike =-=-=====-=====-======-==aa7nx-na4k= aa5bt 36 steve -=================-=====k1dg-k3est= k2tw 130 bob =k2tw| w0rnh 1 loren ======aa5uo= n6tr 110 lorne =ve4vv= n3bb 100 lore -wx3n= aa5b 106 lorn =wn4kkn= aa7nx 89 loren ==========-=k3ww= n6tr 136 lorne = n3bb 120 lore = aa7nx 110 loren ======aa2ns-n6aa? wx3n 80 mamuka =-==ve4vv. kd5pj 1 max ==-==w6qhs= wn4kkn 71 arn ==wb5vzl= n6ip 44 steve =============aa5b-ww3n? aa7nx 1 mike -=======-=-======-=-====-======-=========aa5bt-na4k? wn3k 1 nerd ====wn4kkn= aa6kx 5 nerk = n6ip 12 nerb =aa5b= w6qhs 5 nerd =====-==-==ke4gy= n0ax 32 nerk -n6tj= n3bb 40 nerek ===w1yu-n6tj= n6tr 53 nerk = n3bb 50 nerek -n6zz? wb2ekk 2 phil ======-=======-===========-===-==aa5uo=k2tw? w2gd 13 rem =-==-==-=ve4vv-ab6eq= n6tv 92 remme =-=======aa2ns-kd4hz= aa7nx 84 steve =============aa5uo=aa2ns? n6aa 2 rodney ==-==-====k3ww=k9ma? ve4vv 1 sap =n6tr-kd4hz= ve4vv 4 bob ===-====k9ma=aa7nx? k9ma 1 scott -k5ta? . . . . . . k5ta 1 scott = aa7nx 2 mike ==n3bb-k5ta? na4k 1 steve ===========-=======-=======-=-=-==-=====-===-=======n2aa-f9oq? kr2q 1 throckmorton =wn4kkn-dl1sbr? . . . . . . n6zz 7 throc ====aa7nx= aa5uo 12 throck = n6tr 24 throc ==ke4gy-n6tj= ve4vv 30 throck =k2tw-k5ta? k5ta 4 tim =====n6ip=n3bb? k2tw 1 tom =aa7nx= aa5uo 2 mike ===-=aa5uo-dl1sbr? w1yu 1 tor =-===k2tw= k6xo 13 gordy = k2mm 6 tor ================-======-==-========-====n3bb-n6zz? n6tr 1 tree =n3bb=n6tv? wn4kkn 1 trey ==-=aa2ns-wo9s= k2tw 11 tree -==-==============-==kd5pj-w2gd? . . . . . . w6mvw 7 tree ==aa5bt= n6ip 20 mike = wn4kkn 34 tree =-=-===-=====-===n0ax-wx3n= k6xo 55 wormcake =k9ma= aa2ns 31 worm -=====-=============-===================-===n6tv-wx3n= n6tr 129 wormcake = aa5bt 93 worm ===w1yu-wx3n= n6tv 148 gonad ==aa5bt-kd4cpi? wx3n 1 tyrone ===-==-===-======-======-=======-=-====n6ip-kd4hz= wn3k 38 steve ========-===aa5b-wx3n= k6xo 107 hillary ====aa6kx. ub5kq 1 vlad =======-======aa2ns-wx3n= n0ax 105 spore ====wn4kkn= aa7nx 118 sport =====aa7nx. w2gd 8 wimpy ===-==-===-==n6ip= wb5vzl 13 steve = aa7nx 49 wimpy =-==-=-===n6tr-wx3n= aa2ns 43 whimpy ==wn3k= n0ax 70 wimpy ==-==aa5b-n6aa= ke4gy 44 whimpy ===ve4vv= aa2ns 49 wimpy -ab6eq? n0ax 1 woody =========ve4vv-n6zz= k2tw 12 gordy =k6xo-n6zz? . . . . . . n6zz 7 gordy =aa5uo= aa5b 18 dordy =========wn4kkn= k2tw 34 gordy ===-===-================-=-===========k2tw-ok1dqt?