http://git-wip-us.apache.org/repos/asf/hive/blob/afa9ffee/ql/src/test/results/clientpositive/vector_windowing_multipartitioning.q.out
----------------------------------------------------------------------
diff --git 
a/ql/src/test/results/clientpositive/vector_windowing_multipartitioning.q.out 
b/ql/src/test/results/clientpositive/vector_windowing_multipartitioning.q.out
deleted file mode 100644
index 9f1813d..0000000
--- 
a/ql/src/test/results/clientpositive/vector_windowing_multipartitioning.q.out
+++ /dev/null
@@ -1,11320 +0,0 @@
-PREHOOK: query: drop table over10k
-PREHOOK: type: DROPTABLE
-POSTHOOK: query: drop table over10k
-POSTHOOK: type: DROPTABLE
-PREHOOK: query: create table over10k(
-           t tinyint,
-           si smallint,
-           i int,
-           b bigint,
-           f float,
-           d double,
-           bo boolean,
-           s string,
-          ts timestamp, 
-           `dec` decimal(4,2),  
-           bin binary)
-       row format delimited
-       fields terminated by '|'
-PREHOOK: type: CREATETABLE
-PREHOOK: Output: database:default
-PREHOOK: Output: default@over10k
-POSTHOOK: query: create table over10k(
-           t tinyint,
-           si smallint,
-           i int,
-           b bigint,
-           f float,
-           d double,
-           bo boolean,
-           s string,
-          ts timestamp, 
-           `dec` decimal(4,2),  
-           bin binary)
-       row format delimited
-       fields terminated by '|'
-POSTHOOK: type: CREATETABLE
-POSTHOOK: Output: database:default
-POSTHOOK: Output: default@over10k
-PREHOOK: query: load data local inpath '../../data/files/over10k' into table 
over10k
-PREHOOK: type: LOAD
-#### A masked pattern was here ####
-PREHOOK: Output: default@over10k
-POSTHOOK: query: load data local inpath '../../data/files/over10k' into table 
over10k
-POSTHOOK: type: LOAD
-#### A masked pattern was here ####
-POSTHOOK: Output: default@over10k
-PREHOOK: query: explain vectorization detail
-select s, rank() over (partition by s order by si), sum(b) over (partition by 
s order by si) from over10k
-PREHOOK: type: QUERY
-POSTHOOK: query: explain vectorization detail
-select s, rank() over (partition by s order by si), sum(b) over (partition by 
s order by si) from over10k
-POSTHOOK: type: QUERY
-Explain
-PLAN VECTORIZATION:
-  enabled: true
-  enabledConditionsMet: [hive.vectorized.execution.enabled IS true]
-
-STAGE DEPENDENCIES:
-  Stage-1 is a root stage
-  Stage-0 depends on stages: Stage-1
-
-STAGE PLANS:
-  Stage: Stage-1
-    Map Reduce
-      Map Operator Tree:
-          TableScan
-            alias: over10k
-            Statistics: Num rows: 1 Data size: 1017544 Basic stats: COMPLETE 
Column stats: NONE
-            TableScan Vectorization:
-                native: true
-                projectedColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
-                projectedColumns: [t:tinyint, si:smallint, i:int, b:bigint, 
f:float, d:double, bo:boolean, s:string, ts:timestamp, 
dec:decimal(4,2)/DECIMAL_64, bin:binary]
-            Reduce Output Operator
-              key expressions: s (type: string), si (type: smallint)
-              sort order: ++
-              Map-reduce partition columns: s (type: string)
-              Reduce Sink Vectorization:
-                  className: VectorReduceSinkOperator
-                  native: false
-                  nativeConditionsMet: 
hive.vectorized.execution.reducesink.new.enabled IS true, No PTF TopN IS true, 
No DISTINCT columns IS true, BinarySortableSerDe for keys IS true, 
LazyBinarySerDe for values IS true
-                  nativeConditionsNotMet: hive.execution.engine mr IN [tez, 
spark] IS false
-              Statistics: Num rows: 1 Data size: 1017544 Basic stats: COMPLETE 
Column stats: NONE
-              value expressions: b (type: bigint)
-      Execution mode: vectorized
-      Map Vectorization:
-          enabled: true
-          enabledConditionsMet: hive.vectorized.use.vector.serde.deserialize 
IS true
-          inputFormatFeatureSupport: [DECIMAL_64]
-          featureSupportInUse: [DECIMAL_64]
-          inputFileFormats: org.apache.hadoop.mapred.TextInputFormat
-          allNative: false
-          usesVectorUDFAdaptor: false
-          vectorized: true
-          rowBatchContext:
-              dataColumnCount: 11
-              includeColumns: [1, 3, 7]
-              dataColumns: t:tinyint, si:smallint, i:int, b:bigint, f:float, 
d:double, bo:boolean, s:string, ts:timestamp, dec:decimal(4,2)/DECIMAL_64, 
bin:binary
-              partitionColumnCount: 0
-              scratchColumnTypeNames: []
-      Reduce Vectorization:
-          enabled: false
-          enableConditionsMet: hive.vectorized.execution.reduce.enabled IS true
-          enableConditionsNotMet: hive.execution.engine mr IN [tez, spark] IS 
false
-      Reduce Operator Tree:
-        Select Operator
-          expressions: KEY.reducesinkkey1 (type: smallint), VALUE._col2 (type: 
bigint), KEY.reducesinkkey0 (type: string)
-          outputColumnNames: _col1, _col3, _col7
-          Statistics: Num rows: 1 Data size: 1017544 Basic stats: COMPLETE 
Column stats: NONE
-          PTF Operator
-            Function definitions:
-                Input definition
-                  input alias: ptf_0
-                  output shape: _col1: smallint, _col3: bigint, _col7: string
-                  type: WINDOWING
-                Windowing table definition
-                  input alias: ptf_1
-                  name: windowingtablefunction
-                  order by: _col1 ASC NULLS FIRST
-                  partition by: _col7
-                  raw input shape:
-                  window functions:
-                      window function definition
-                        alias: rank_window_0
-                        arguments: _col1
-                        name: rank
-                        window function: GenericUDAFRankEvaluator
-                        window frame: ROWS PRECEDING(MAX)~FOLLOWING(MAX)
-                        isPivotResult: true
-                      window function definition
-                        alias: sum_window_1
-                        arguments: _col3
-                        name: sum
-                        window function: GenericUDAFSumLong
-                        window frame: RANGE PRECEDING(MAX)~CURRENT
-            Statistics: Num rows: 1 Data size: 1017544 Basic stats: COMPLETE 
Column stats: NONE
-            Select Operator
-              expressions: _col7 (type: string), rank_window_0 (type: int), 
sum_window_1 (type: bigint)
-              outputColumnNames: _col0, _col1, _col2
-              Statistics: Num rows: 1 Data size: 1017544 Basic stats: COMPLETE 
Column stats: NONE
-              File Output Operator
-                compressed: false
-                Statistics: Num rows: 1 Data size: 1017544 Basic stats: 
COMPLETE Column stats: NONE
-                table:
-                    input format: 
org.apache.hadoop.mapred.SequenceFileInputFormat
-                    output format: 
org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
-                    serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-
-  Stage: Stage-0
-    Fetch Operator
-      limit: -1
-      Processor Tree:
-        ListSink
-
-PREHOOK: query: select s, rank() over (partition by s order by si), sum(b) 
over (partition by s order by si) from over10k
-PREHOOK: type: QUERY
-PREHOOK: Input: default@over10k
-#### A masked pattern was here ####
-POSTHOOK: query: select s, rank() over (partition by s order by si), sum(b) 
over (partition by s order by si) from over10k
-POSTHOOK: type: QUERY
-POSTHOOK: Input: default@over10k
-#### A masked pattern was here ####
-s      rank_window_0   sum_window_1
-alice allen    1       4294967503
-alice allen    2       8589934990
-alice allen    3       12884902428
-alice allen    4       17179869743
-alice allen    5       21474837237
-alice allen    6       30064772191
-alice allen    6       30064772191
-alice allen    8       34359739722
-alice brown    1       4294967391
-alice brown    2       8589934706
-alice brown    3       12884902122
-alice brown    4       17179869504
-alice brown    5       21474836859
-alice brown    6       25769804175
-alice brown    7       30064771680
-alice brown    8       34359739221
-alice brown    9       38654706641
-alice brown    10      42949674011
-alice brown    11      47244641313
-alice brown    12      51539608718
-alice brown    13      55834576122
-alice brown    14      60129543595
-alice carson   1       4294967446
-alice carson   2       8589934775
-alice carson   3       12884902150
-alice carson   4       17179869461
-alice carson   5       21474836824
-alice carson   6       25769804187
-alice carson   7       30064771550
-alice carson   8       34359738920
-alice carson   9       38654706240
-alice carson   10      42949673743
-alice davidson 1       4294967453
-alice davidson 2       8589934978
-alice davidson 3       12884902338
-alice davidson 4       17179869653
-alice davidson 5       21474836975
-alice davidson 6       25769804493
-alice davidson 7       30064772010
-alice davidson 8       34359739463
-alice davidson 9       38654706943
-alice davidson 10      47244641824
-alice davidson 10      47244641824
-alice davidson 12      51539609264
-alice davidson 13      55834576590
-alice davidson 14      60129544020
-alice davidson 15      64424511548
-alice davidson 16      68719479029
-alice davidson 17      73014446462
-alice davidson 18      77309413954
-alice ellison  1       4294967496
-alice ellison  2       8589934942
-alice ellison  3       12884902454
-alice ellison  4       17179869870
-alice ellison  5       21474837181
-alice ellison  6       25769804587
-alice ellison  7       30064772066
-alice ellison  8       34359739616
-alice ellison  9       38654706933
-alice ellison  10      42949674421
-alice ellison  11      47244641904
-alice ellison  12      51539609208
-alice ellison  13      55834576596
-alice ellison  14      60129544054
-alice ellison  15      64424511508
-alice falkner  1       4294967377
-alice falkner  2       8589934805
-alice falkner  3       12884902121
-alice falkner  4       17179869431
-alice falkner  5       21474836879
-alice falkner  6       25769804283
-alice falkner  7       30064771719
-alice falkner  8       38654706491
-alice falkner  8       38654706491
-alice falkner  10      42949673903
-alice falkner  11      51539608896
-alice falkner  11      51539608896
-alice falkner  13      55834576336
-alice falkner  14      60129543752
-alice falkner  15      64424511125
-alice falkner  16      68719478658
-alice falkner  17      73014445956
-alice garcia   1       4294967303
-alice garcia   2       8589934839
-alice garcia   3       12884902276
-alice garcia   4       17179869705
-alice garcia   5       21474837050
-alice garcia   6       25769804353
-alice garcia   7       30064771681
-alice garcia   8       34359739213
-alice garcia   9       38654706564
-alice garcia   10      47244641402
-alice garcia   10      47244641402
-alice garcia   12      51539608899
-alice garcia   13      55834576425
-alice hernandez        1       4294967345
-alice hernandez        2       8589934782
-alice hernandez        3       12884902197
-alice hernandez        4       17179869695
-alice hernandez        5       21474837123
-alice hernandez        6       25769804540
-alice hernandez        7       30064771939
-alice hernandez        8       34359739291
-alice hernandez        9       38654706633
-alice hernandez        10      42949673947
-alice hernandez        11      51539608696
-alice hernandez        11      51539608696
-alice hernandez        13      55834576212
-alice hernandez        14      60129543753
-alice hernandez        15      64424511159
-alice hernandez        16      68719478495
-alice hernandez        17      73014445794
-alice hernandez        18      77309413194
-alice ichabod  1       8589934867
-alice ichabod  1       8589934867
-alice ichabod  3       12884902292
-alice ichabod  4       17179869746
-alice ichabod  5       21474837191
-alice ichabod  6       25769804551
-alice ichabod  7       30064772057
-alice ichabod  8       34359739392
-alice ichabod  9       42949674325
-alice ichabod  9       42949674325
-alice ichabod  11      47244641874
-alice ichabod  12      51539609351
-alice ichabod  13      55834576801
-alice ichabod  14      68719478884
-alice ichabod  14      68719478884
-alice ichabod  14      68719478884
-alice ichabod  17      73014446221
-alice ichabod  18      77309413662
-alice ichabod  19      81604381174
-alice ichabod  20      85899348577
-alice ichabod  21      90194316061
-alice ichabod  22      94489283569
-alice johnson  1       4294967394
-alice johnson  2       8589934818
-alice johnson  3       12884902316
-alice johnson  4       17179869792
-alice johnson  5       21474837331
-alice johnson  6       25769804652
-alice johnson  7       30064772030
-alice johnson  8       34359739501
-alice johnson  9       38654706853
-alice johnson  10      42949674273
-alice johnson  11      47244641696
-alice johnson  12      51539609075
-alice king     1       4294967325
-alice king     2       8589934854
-alice king     3       12884902241
-alice king     4       17179869580
-alice king     5       21474837055
-alice king     6       30064771927
-alice king     6       30064771927
-alice king     8       34359739357
-alice king     9       38654706713
-alice king     10      42949674182
-alice king     11      47244641530
-alice king     12      51539608840
-alice king     13      55834576144
-alice king     14      60129543459
-alice king     15      64424511005
-alice king     16      68719478512
-alice laertes  1       4294967519
-alice laertes  2       8589934924
-alice laertes  3       12884902353
-alice laertes  4       17179869728
-alice laertes  5       21474837277
-alice laertes  6       30064772158
-alice laertes  6       30064772158
-alice laertes  8       34359739472
-alice laertes  9       38654706992
-alice laertes  10      42949674449
-alice laertes  11      47244641960
-alice laertes  12      51539609313
-alice laertes  13      55834576832
-alice laertes  14      60129544373
-alice laertes  15      64424511875
-alice laertes  16      68719479245
-alice miller   1       4294967430
-alice miller   2       8589934911
-alice miller   3       12884902274
-alice miller   4       17179869735
-alice miller   5       21474837202
-alice miller   6       25769804640
-alice miller   7       30064771958
-alice miller   8       34359739296
-alice miller   9       38654706804
-alice miller   10      42949674128
-alice miller   11      47244641483
-alice miller   12      51539608987
-alice miller   13      55834576480
-alice miller   14      60129543902
-alice miller   15      64424511270
-alice miller   16      68719478767
-alice nixon    1       8589934937
-alice nixon    1       8589934937
-alice nixon    3       12884902438
-alice nixon    4       17179869922
-alice nixon    5       21474837327
-alice nixon    6       25769804680
-alice nixon    7       30064772103
-alice nixon    8       34359739593
-alice nixon    9       38654707017
-alice nixon    10      42949674427
-alice nixon    11      47244641749
-alice nixon    12      51539609058
-alice nixon    13      55834576388
-alice nixon    14      60129543787
-alice nixon    15      64424511200
-alice nixon    16      68719478635
-alice nixon    17      73014446030
-alice nixon    18      77309413333
-alice ovid     1       4294967514
-alice ovid     2       8589934909
-alice ovid     3       12884902321
-alice ovid     4       17179869745
-alice ovid     5       21474837247
-alice ovid     6       25769804653
-alice ovid     7       30064772055
-alice ovid     8       34359739569
-alice ovid     9       38654706875
-alice ovid     10      42949674255
-alice ovid     11      47244641754
-alice ovid     12      51539609087
-alice ovid     13      55834576412
-alice ovid     14      60129543745
-alice ovid     15      64424511093
-alice ovid     16      68719478465
-alice ovid     17      73014445961
-alice polk     1       4294967366
-alice polk     2       8589934847
-alice polk     3       12884902165
-alice polk     4       17179869597
-alice polk     5       21474836969
-alice polk     6       25769804375
-alice polk     7       30064771903
-alice polk     8       34359739238
-alice polk     9       38654706576
-alice polk     10      42949673986
-alice polk     11      47244641399
-alice polk     12      51539608883
-alice polk     13      55834576322
-alice polk     14      60129543637
-alice quirinius        1       4294967505
-alice quirinius        2       8589934981
-alice quirinius        3       17179869756
-alice quirinius        3       17179869756
-alice quirinius        5       21474837139
-alice quirinius        6       25769804663
-alice quirinius        7       30064772127
-alice quirinius        8       34359739599
-alice quirinius        9       38654707029
-alice quirinius        10      42949674405
-alice quirinius        11      47244641754
-alice quirinius        12      51539609175
-alice quirinius        13      55834576724
-alice quirinius        14      60129544222
-alice quirinius        15      64424511581
-alice robinson 1       4294967506
-alice robinson 2       8589934857
-alice robinson 3       12884902353
-alice robinson 4       17179869784
-alice robinson 5       21474837286
-alice robinson 6       25769804650
-alice robinson 7       30064772000
-alice robinson 8       34359739458
-alice robinson 9       38654706895
-alice robinson 10      47244641897
-alice robinson 10      47244641897
-alice robinson 12      51539609275
-alice robinson 13      55834576715
-alice robinson 14      60129544030
-alice robinson 15      64424511350
-alice robinson 16      68719478843
-alice robinson 17      73014446288
-alice steinbeck        1       4294967520
-alice steinbeck        2       8589934886
-alice steinbeck        3       12884902219
-alice steinbeck        4       17179869609
-alice steinbeck        5       21474837083
-alice steinbeck        6       25769804388
-alice steinbeck        7       30064771738
-alice steinbeck        8       34359739287
-alice steinbeck        9       38654706712
-alice steinbeck        10      42949674176
-alice steinbeck        11      47244641540
-alice steinbeck        12      51539609014
-alice steinbeck        13      55834576397
-alice steinbeck        14      60129543804
-alice steinbeck        15      64424511260
-alice steinbeck        16      68719478658
-alice thompson 1       4294967337
-alice thompson 2       8589934761
-alice thompson 3       12884902209
-alice thompson 4       21474836990
-alice thompson 4       21474836990
-alice thompson 6       25769804512
-alice thompson 7       30064771899
-alice thompson 8       34359739290
-alice thompson 9       38654706595
-alice underhill        1       4294967331
-alice underhill        2       8589934735
-alice underhill        3       12884902038
-alice underhill        4       17179869439
-alice underhill        5       21474836853
-alice underhill        6       30064771635
-alice underhill        6       30064771635
-alice underhill        8       34359739076
-alice underhill        9       38654706443
-alice underhill        10      42949673931
-alice underhill        11      47244641278
-alice underhill        12      51539608580
-alice underhill        13      55834575899
-alice underhill        14      60129543395
-alice van buren        1       4294967549
-alice van buren        2       8589935055
-alice van buren        3       12884902541
-alice van buren        4       17179869906
-alice van buren        5       21474837222
-alice van buren        6       25769804759
-alice van buren        7       30064772240
-alice van buren        8       34359739558
-alice van buren        9       38654706986
-alice white    1       4294967394
-alice white    2       8589934853
-alice white    3       12884902355
-alice white    4       17179869869
-alice white    5       21474837376
-alice white    6       25769804920
-alice white    7       30064772412
-alice white    8       34359739821
-alice white    9       38654707328
-alice white    10      42949674661
-alice xylophone        1       4294967355
-alice xylophone        2       8589934846
-alice xylophone        3       12884902273
-alice xylophone        4       17179869678
-alice xylophone        5       25769804549
-alice xylophone        5       25769804549
-alice xylophone        7       30064771867
-alice xylophone        8       34359739297
-alice xylophone        9       38654706816
-alice xylophone        10      42949674234
-alice xylophone        11      47244641546
-alice xylophone        12      51539608852
-alice xylophone        13      55834576381
-alice xylophone        14      60129543742
-alice xylophone        15      64424511100
-alice xylophone        16      68719478405
-alice xylophone        17      73014445785
-alice xylophone        18      77309413226
-alice xylophone        19      81604380641
-alice xylophone        20      85899348082
-alice xylophone        21      90194315445
-alice xylophone        22      94489282957
-alice young    1       4294967533
-alice young    2       8589935035
-alice young    3       12884902356
-alice young    4       17179869692
-alice young    5       21474837185
-alice young    6       25769804648
-alice young    7       30064771953
-alice young    8       34359739323
-alice young    9       38654706683
-alice young    10      42949674060
-alice young    11      47244641550
-alice zipper   1       4294967497
-alice zipper   2       8589934960
-alice zipper   3       12884902256
-alice zipper   4       17179869616
-alice zipper   5       21474837060
-alice zipper   6       25769804513
-alice zipper   7       30064771925
-alice zipper   8       34359739296
-alice zipper   9       38654706676
-alice zipper   10      42949674215
-alice zipper   11      47244641583
-alice zipper   12      51539609103
-bob allen      1       4294967326
-bob allen      2       12884902039
-bob allen      2       12884902039
-bob allen      4       17179869398
-bob allen      5       21474836737
-bob allen      6       25769804219
-bob allen      7       30064771676
-bob allen      8       34359739107
-bob allen      9       38654706515
-bob allen      10      42949673985
-bob brown      1       4294967343
-bob brown      2       8589934774
-bob brown      3       12884902215
-bob brown      4       17179869555
-bob brown      5       21474837100
-bob brown      6       25769804575
-bob brown      7       30064772120
-bob brown      8       34359739542
-bob brown      9       38654706969
-bob brown      10      42949674456
-bob brown      11      47244641870
-bob brown      12      51539609395
-bob brown      13      55834576911
-bob carson     1       4294967395
-bob carson     2       8589934785
-bob carson     3       12884902259
-bob carson     4       17179869569
-bob carson     5       21474836885
-bob carson     6       25769804344
-bob carson     7       30064771794
-bob carson     8       34359739135
-bob carson     9       38654706518
-bob carson     10      47244641504
-bob carson     10      47244641504
-bob carson     12      51539608984
-bob carson     13      55834576440
-bob carson     14      60129543922
-bob carson     15      64424511329
-bob carson     16      68719478775
-bob carson     17      77309413523
-bob carson     17      77309413523
-bob carson     19      81604380859
-bob carson     20      85899348229
-bob carson     21      90194315718
-bob carson     22      94489283231
-bob carson     23      98784250610
-bob davidson   1       4294967351
-bob davidson   2       8589934812
-bob davidson   3       12884902247
-bob davidson   4       17179869679
-bob davidson   5       21474837047
-bob davidson   6       25769804551
-bob davidson   7       30064772020
-bob davidson   8       34359739552
-bob davidson   9       38654706916
-bob davidson   10      42949674386
-bob davidson   11      47244641706
-bob davidson   12      51539609064
-bob davidson   13      55834576418
-bob ellison    1       4294967495
-bob ellison    2       8589934995
-bob ellison    3       12884902325
-bob ellison    4       17179869716
-bob ellison    5       21474837246
-bob ellison    6       25769804557
-bob ellison    7       30064771870
-bob ellison    8       34359739329
-bob ellison    9       38654706765
-bob ellison    10      42949674127
-bob ellison    11      47244641452
-bob ellison    12      51539608796
-bob ellison    13      55834576160
-bob ellison    14      60129543608
-bob falkner    1       4294967366
-bob falkner    2       8589934911
-bob falkner    3       12884902304
-bob falkner    4       17179869768
-bob falkner    5       21474837124
-bob falkner    6       25769804647
-bob falkner    7       30064772030
-bob falkner    8       34359739333
-bob falkner    9       38654706770
-bob falkner    10      42949674290
-bob falkner    11      47244641747
-bob falkner    12      51539609143
-bob falkner    13      55834576693
-bob falkner    14      60129544176
-bob falkner    15      64424511613
-bob falkner    16      68719478988
-bob falkner    17      73014446478
-bob garcia     1       4294967435
-bob garcia     2       8589934804
-bob garcia     3       12884902148
-bob garcia     4       17179869698
-bob garcia     5       21474837013
-bob garcia     6       25769804498
-bob garcia     7       30064771976
-bob garcia     8       34359739363
-bob garcia     9       38654706661
-bob garcia     10      42949674100
-bob garcia     11      47244641637
-bob garcia     12      51539609188
-bob garcia     13      55834576659
-bob garcia     14      60129543977
-bob garcia     15      64424511475
-bob hernandez  1       4294967360
-bob hernandez  2       8589934883
-bob hernandez  3       12884902190
-bob hernandez  4       17179869549
-bob hernandez  5       21474837020
-bob hernandez  6       25769804487
-bob hernandez  7       30064771966
-bob hernandez  8       34359739347
-bob hernandez  9       38654706801
-bob hernandez  10      42949674229
-bob hernandez  11      47244641533
-bob hernandez  12      55834576424
-bob hernandez  12      55834576424
-bob ichabod    1       4294967527
-bob ichabod    2       8589934853
-bob ichabod    3       12884902265
-bob ichabod    4       17179869572
-bob ichabod    5       21474836974
-bob ichabod    6       25769804286
-bob ichabod    7       30064771819
-bob ichabod    8       34359739214
-bob ichabod    9       38654706745
-bob ichabod    10      42949674226
-bob ichabod    11      47244641670
-bob ichabod    12      51539609135
-bob ichabod    13      55834576679
-bob ichabod    14      60129544223
-bob ichabod    15      64424511666
-bob ichabod    16      73014446639
-bob ichabod    16      73014446639
-bob johnson    1       4294967324
-bob johnson    2       8589934759
-bob johnson    3       12884902263
-bob johnson    4       17179869560
-bob johnson    5       21474837065
-bob johnson    6       25769804539
-bob johnson    7       30064771927
-bob johnson    8       34359739290
-bob johnson    9       38654706744
-bob king       1       4294967494
-bob king       2       8589934876
-bob king       3       12884902319
-bob king       4       17179869616
-bob king       5       21474836931
-bob king       6       25769804263
-bob king       7       34359739073
-bob king       7       34359739073
-bob king       9       38654706534
-bob king       10      42949673972
-bob king       11      47244641413
-bob king       12      51539608898
-bob king       13      55834576396
-bob king       14      60129543935
-bob king       15      64424511356
-bob king       16      68719478875
-bob king       17      73014446218
-bob king       18      77309413669
-bob laertes    1       4294967525
-bob laertes    2       8589935053
-bob laertes    3       12884902520
-bob laertes    4       17179870064
-bob laertes    5       21474837363
-bob laertes    6       25769804835
-bob laertes    7       30064772282
-bob laertes    8       38654707248
-bob laertes    8       38654707248
-bob laertes    10      42949674628
-bob laertes    11      47244641990
-bob laertes    12      51539609482
-bob laertes    13      55834576872
-bob laertes    14      60129544197
-bob laertes    15      64424511590
-bob laertes    16      68719479034
-bob laertes    17      73014446478
-bob miller     1       8589934966
-bob miller     1       8589934966
-bob miller     3       12884902331
-bob miller     4       21474837103
-bob miller     4       21474837103
-bob miller     6       30064771945
-bob miller     6       30064771945
-bob miller     8       34359739267
-bob miller     9       38654706777
-bob miller     10      42949674124
-bob miller     11      47244641473
-bob miller     12      51539608883
-bob nixon      1       4294967525
-bob nixon      2       8589934911
-bob nixon      3       12884902277
-bob nixon      4       17179869629
-bob nixon      5       21474837102
-bob nixon      6       25769804578
-bob nixon      7       30064772019
-bob nixon      8       34359739524
-bob nixon      9       38654707053
-bob nixon      10      42949674539
-bob nixon      11      47244641915
-bob nixon      12      51539609251
-bob nixon      13      55834576683
-bob ovid       1       4294967401
-bob ovid       2       8589934840
-bob ovid       3       12884902383
-bob ovid       4       17179869783
-bob ovid       5       21474837328
-bob ovid       6       25769804864
-bob ovid       7       34359739649
-bob ovid       7       34359739649
-bob ovid       9       38654707140
-bob ovid       10      42949674652
-bob ovid       11      47244642196
-bob ovid       12      51539609663
-bob ovid       13      55834577105
-bob ovid       14      60129544602
-bob ovid       15      64424511961
-bob ovid       16      68719479467
-bob ovid       17      73014446809
-bob ovid       18      77309414204
-bob ovid       19      81604381606
-bob ovid       20      85899349139
-bob ovid       21      90194316687
-bob ovid       22      94489284218
-bob ovid       23      98784251760
-bob ovid       24      103079219163
-bob ovid       25      107374186545
-bob ovid       26      111669154002
-bob ovid       27      115964121300
-bob ovid       28      120259088805
-bob polk       1       4294967398
-bob polk       2       8589934754
-bob polk       3       12884902166
-bob polk       4       17179869503
-bob polk       5       21474836809
-bob polk       6       25769804318
-bob polk       7       30064771713
-bob polk       8       34359739240
-bob polk       9       38654706593
-bob polk       10      42949673992
-bob quirinius  1       4294967516
-bob quirinius  2       8589934833
-bob quirinius  3       12884902147
-bob quirinius  4       17179869565
-bob quirinius  5       21474836987
-bob quirinius  6       25769804383
-bob quirinius  7       30064771753
-bob quirinius  8       34359739168
-bob quirinius  9       38654706501
-bob quirinius  10      42949673873
-bob quirinius  11      47244641189
-bob quirinius  12      51539608517
-bob quirinius  13      55834576007
-bob quirinius  14      60129543368
-bob quirinius  15      64424510714
-bob quirinius  16      68719478259
-bob quirinius  17      73014445792
-bob robinson   1       4294967349
-bob robinson   2       8589934896
-bob robinson   3       12884902365
-bob robinson   4       17179869695
-bob robinson   5       21474837077
-bob robinson   6       30064771848
-bob robinson   6       30064771848
-bob robinson   8       34359739181
-bob robinson   9       38654706606
-bob robinson   10      42949673960
-bob robinson   11      47244641326
-bob robinson   12      51539608734
-bob robinson   13      55834576043
-bob robinson   14      60129543490
-bob robinson   15      64424510832
-bob robinson   16      68719478353
-bob steinbeck  1       4294967344
-bob steinbeck  2       8589934849
-bob steinbeck  3       12884902375
-bob steinbeck  4       17179869847
-bob steinbeck  5       21474837396
-bob steinbeck  6       25769804817
-bob steinbeck  7       30064772317
-bob steinbeck  8       34359739613
-bob steinbeck  9       38654707155
-bob steinbeck  10      42949674497
-bob steinbeck  11      47244642041
-bob thompson   1       4294967346
-bob thompson   2       8589934790
-bob thompson   3       12884902262
-bob thompson   4       17179869798
-bob thompson   5       21474837155
-bob thompson   6       25769804476
-bob thompson   7       30064771937
-bob thompson   8       34359739384
-bob thompson   9       38654706810
-bob thompson   10      42949674248
-bob thompson   11      47244641780
-bob thompson   12      51539609262
-bob underhill  1       4294967366
-bob underhill  2       8589934866
-bob underhill  3       12884902373
-bob underhill  4       17179869746
-bob underhill  5       21474837136
-bob underhill  6       25769804555
-bob underhill  7       30064772040
-bob underhill  8       34359739373
-bob underhill  9       38654706922
-bob underhill  10      42949674396
-bob underhill  11      47244641695
-bob underhill  12      51539609176
-bob underhill  13      55834576504
-bob underhill  14      60129543802
-bob van buren  1       4294967518
-bob van buren  2       8589934992
-bob van buren  3       12884902354
-bob van buren  4       17179869807
-bob van buren  5       21474837329
-bob van buren  6       25769804639
-bob van buren  7       30064771950
-bob van buren  8       34359739451
-bob van buren  9       38654706906
-bob van buren  10      42949674378
-bob van buren  11      47244641800
-bob van buren  12      51539609113
-bob van buren  13      55834576625
-bob van buren  14      60129543984
-bob white      1       4294967493
-bob white      2       8589934993
-bob white      3       12884902433
-bob white      4       17179869795
-bob white      5       25769804734
-bob white      5       25769804734
-bob white      7       30064772097
-bob white      8       34359739550
-bob white      9       38654706932
-bob white      10      42949674277
-bob white      11      47244641707
-bob white      12      51539609172
-bob white      13      55834576587
-bob white      14      60129543905
-bob white      15      64424511453
-bob white      16      68719478766
-bob white      17      73014446305
-bob white      18      77309413707
-bob white      19      81604381117
-bob xylophone  1       4294967465
-bob xylophone  2       8589934793
-bob xylophone  3       12884902241
-bob xylophone  4       21474837236
-bob xylophone  4       21474837236
-bob xylophone  6       25769804643
-bob xylophone  7       30064772018
-bob xylophone  8       34359739425
-bob xylophone  9       42949674315
-bob xylophone  9       42949674315
-bob xylophone  11      47244641798
-bob xylophone  12      51539609263
-bob xylophone  13      55834576811
-bob xylophone  14      60129544179
-bob xylophone  15      64424511578
-bob xylophone  16      68719478904
-bob xylophone  17      73014446344
-bob xylophone  18      77309413694
-bob xylophone  19      81604381204
-bob xylophone  20      85899348572
-bob xylophone  21      90194315965
-bob young      1       4294967521
-bob young      2       8589934943
-bob young      3       12884902397
-bob young      4       17179869802
-bob young      5       21474837122
-bob young      6       25769804535
-bob young      7       30064771941
-bob young      8       34359739478
-bob young      9       38654706895
-bob young      10      42949674342
-bob young      11      47244641868
-bob young      12      51539609366
-bob young      13      55834576741
-bob young      14      60129544102
-bob young      15      64424511611
-bob young      16      68719479094
-bob young      17      73014446526
-bob zipper     1       4294967416
-bob zipper     2       8589934717
-bob zipper     3       12884902192
-bob zipper     4       17179869718
-bob zipper     5       21474837080
-bob zipper     6       25769804395
-bob zipper     7       30064771805
-bob zipper     8       34359739158
-bob zipper     9       38654706457
-bob zipper     10      42949673839
-bob zipper     11      47244641288
-calvin allen   1       4294967539
-calvin allen   2       8589934873
-calvin allen   3       12884902219
-calvin allen   4       17179869680
-calvin allen   5       21474837084
-calvin allen   6       25769804457
-calvin allen   7       30064771823
-calvin allen   8       34359739131
-calvin allen   9       38654706456
-calvin allen   10      42949673834
-calvin allen   11      47244641130
-calvin brown   1       4294967337
-calvin brown   2       8589934684
-calvin brown   3       12884902214
-calvin brown   4       17179869626
-calvin brown   5       21474837063
-calvin brown   6       25769804556
-calvin brown   7       30064771936
-calvin brown   8       34359739241
-calvin brown   9       38654706740
-calvin brown   10      42949674287
-calvin brown   11      47244641781
-calvin brown   12      51539609192
-calvin brown   13      55834576622
-calvin carson  1       4294967415
-calvin carson  2       8589934778
-calvin carson  3       12884902180
-calvin carson  4       17179869496
-calvin carson  5       21474836919
-calvin carson  6       25769804335
-calvin carson  7       30064771736
-calvin carson  8       34359739211
-calvin carson  9       38654706697
-calvin carson  10      42949673998
-calvin carson  11      47244641532
-calvin carson  12      55834576366
-calvin carson  12      55834576366
-calvin carson  14      60129543828
-calvin carson  15      64424511159
-calvin carson  16      68719478610
-calvin carson  17      73014446023
-calvin davidson        1       4294967448
-calvin davidson        2       8589934885
-calvin davidson        3       12884902270
-calvin davidson        4       17179869787
-calvin davidson        5       21474837131
-calvin davidson        6       25769804610
-calvin davidson        7       30064772098
-calvin davidson        8       34359739539
-calvin davidson        9       38654706904
-calvin davidson        10      42949674271
-calvin davidson        11      47244641739
-calvin davidson        12      51539609161
-calvin davidson        13      55834576480
-calvin davidson        14      60129543888
-calvin ellison 1       4294967319
-calvin ellison 2       8589934840
-calvin ellison 3       12884902165
-calvin ellison 4       17179869594
-calvin ellison 5       21474837043
-calvin ellison 6       25769804497
-calvin ellison 7       30064771830
-calvin ellison 8       34359739147
-calvin ellison 9       38654706537
-calvin ellison 10      42949673961
-calvin ellison 11      47244641260
-calvin ellison 12      51539608649
-calvin ellison 13      55834576129
-calvin ellison 14      60129543523
-calvin falkner 1       8589934689
-calvin falkner 1       8589934689
-calvin falkner 3       12884902107
-calvin falkner 4       17179869539
-calvin falkner 5       21474837004
-calvin falkner 6       25769804304
-calvin falkner 7       30064771655
-calvin falkner 8       38654706332
-calvin falkner 8       38654706332
-calvin falkner 10      42949673786
-calvin falkner 11      47244641292
-calvin falkner 12      51539608637
-calvin falkner 13      55834576088
-calvin falkner 14      60129543538
-calvin falkner 15      64424511033
-calvin falkner 16      68719478463
-calvin falkner 17      73014445841
-calvin garcia  1       4294967451
-calvin garcia  2       8589934959
-calvin garcia  3       12884902389
-calvin garcia  4       17179869881
-calvin garcia  5       21474837218
-calvin garcia  6       25769804654
-calvin garcia  7       30064772043
-calvin garcia  8       34359739438
-calvin garcia  9       38654706792
-calvin garcia  10      42949674192
-calvin garcia  11      47244641684
-calvin garcia  12      51539609180
-calvin garcia  13      55834576505
-calvin garcia  14      60129543996
-calvin garcia  15      64424511534
-calvin garcia  16      68719479069
-calvin hernandez       1       4294967313
-calvin hernandez       2       8589934654
-calvin hernandez       3       17179869394
-calvin hernandez       3       17179869394
-calvin hernandez       5       21474836864
-calvin hernandez       6       25769804346
-calvin hernandez       7       30064771831
-calvin hernandez       8       34359739372
-calvin hernandez       9       38654706870
-calvin hernandez       10      42949674358
-calvin hernandez       11      47244641858
-calvin hernandez       12      51539609372
-calvin hernandez       13      55834576903
-calvin hernandez       14      60129544343
-calvin hernandez       15      64424511656
-calvin hernandez       16      68719479114
-calvin hernandez       17      73014446505
-calvin ichabod 1       4294967463
-calvin ichabod 2       8589934776
-calvin ichabod 3       12884902117
-calvin ichabod 4       17179869636
-calvin ichabod 5       21474836944
-calvin ichabod 6       25769804251
-calvin ichabod 7       30064771575
-calvin ichabod 8       34359739075
-calvin ichabod 9       38654706461
-calvin ichabod 10      42949673908
-calvin ichabod 11      47244641446
-calvin ichabod 12      51539608931
-calvin ichabod 13      55834576417
-calvin johnson 1       4294967536
-calvin johnson 2       8589934956
-calvin johnson 3       12884902329
-calvin johnson 4       17179869639
-calvin johnson 5       21474837078
-calvin johnson 6       25769804583
-calvin johnson 7       30064772006
-calvin johnson 8       34359739351
-calvin johnson 9       38654706745
-calvin johnson 10      42949674235
-calvin johnson 11      47244641781
-calvin johnson 12      51539609313
-calvin johnson 13      55834576652
-calvin johnson 14      60129543991
-calvin johnson 15      64424511499
-calvin johnson 16      68719478909
-calvin johnson 17      73014446264
-calvin johnson 18      77309413672
-calvin johnson 19      81604381155
-calvin johnson 20      85899348488
-calvin johnson 21      90194315858
-calvin king    1       4294967341
-calvin king    2       8589934761
-calvin king    3       12884902215
-calvin king    4       17179869750
-calvin king    5       21474837180
-calvin king    6       25769804589
-calvin king    7       30064771977
-calvin king    8       34359739437
-calvin king    9       38654706904
-calvin king    10      42949674281
-calvin king    11      47244641799
-calvin king    12      51539609242
-calvin king    13      60129543972
-calvin king    13      60129543972
-calvin king    15      68719478824
-calvin king    15      68719478824
-calvin king    17      73014446265
-calvin laertes 1       4294967416
-calvin laertes 2       8589934814
-calvin laertes 3       12884902313
-calvin laertes 4       17179869615
-calvin laertes 5       21474836934
-calvin laertes 6       25769804371
-calvin laertes 7       30064771799
-calvin laertes 8       34359739104
-calvin laertes 9       38654706544
-calvin laertes 10      42949673975
-calvin laertes 11      47244641480
-calvin laertes 12      51539608817
-calvin laertes 13      55834576211
-calvin miller  1       4294967405
-calvin miller  2       8589934891
-calvin miller  3       12884902256
-calvin miller  4       17179869733
-calvin miller  5       21474837212
-calvin miller  6       25769804632
-calvin miller  7       30064772173
-calvin miller  8       34359739607
-calvin miller  9       38654707125
-calvin miller  10      42949674617
-calvin miller  11      47244642049
-calvin miller  12      51539609352
-calvin miller  13      55834576690
-calvin miller  14      60129544135
-calvin miller  15      64424511533
-calvin miller  16      68719478942
-calvin miller  17      73014446279
-calvin miller  18      77309413694
-calvin nixon   1       4294967540
-calvin nixon   2       8589934965
-calvin nixon   3       12884902336
-calvin nixon   4       17179869785
-calvin nixon   5       21474837273
-calvin nixon   6       25769804736
-calvin nixon   7       30064772161
-calvin nixon   8       34359739709
-calvin nixon   9       38654707036
-calvin nixon   10      42949674336
-calvin nixon   11      47244641748
-calvin nixon   12      51539609047
-calvin nixon   13      55834576510
-calvin nixon   14      60129543903
-calvin nixon   15      68719478865
-calvin nixon   15      68719478865
-calvin nixon   17      73014446178
-calvin ovid    1       4294967531
-calvin ovid    2       8589934874
-calvin ovid    3       12884902425
-calvin ovid    4       17179869738
-calvin ovid    5       21474837282
-calvin ovid    6       25769804820
-calvin ovid    7       30064772295
-calvin ovid    8       34359739764
-calvin ovid    9       38654707105
-calvin ovid    10      47244642059
-calvin ovid    10      47244642059
-calvin ovid    12      51539609388
-calvin ovid    13      55834576732
-calvin ovid    14      60129544055
-calvin ovid    15      64424511404
-calvin ovid    16      68719478769
-calvin polk    1       4294967475
-calvin polk    2       8589935014
-calvin polk    3       12884902346
-calvin polk    4       17179869693
-calvin polk    5       21474837094
-calvin polk    6       25769804427
-calvin polk    7       30064771813
-calvin polk    8       34359739309
-calvin polk    9       42949674121
-calvin polk    9       42949674121
-calvin polk    11      47244641453
-calvin polk    12      51539608987
-calvin polk    13      55834576443
-calvin polk    14      60129543921
-calvin polk    15      64424511434
-calvin quirinius       1       4294967532
-calvin quirinius       2       8589934978
-calvin quirinius       3       12884902413
-calvin quirinius       4       17179869964
-calvin quirinius       5       21474837326
-calvin quirinius       6       25769804634
-calvin quirinius       7       30064772025
-calvin quirinius       8       34359739515
-calvin quirinius       9       38654706817
-calvin quirinius       10      42949674273
-calvin quirinius       11      47244641794
-calvin quirinius       12      51539609225
-calvin quirinius       13      55834576539
-calvin quirinius       14      60129544071
-calvin quirinius       15      64424511564
-calvin quirinius       16      68719478927
-calvin robinson        1       4294967395
-calvin robinson        2       8589934828
-calvin robinson        3       12884902169
-calvin robinson        4       17179869495
-calvin robinson        5       21474837033
-calvin robinson        6       25769804459
-calvin robinson        7       30064771764
-calvin robinson        8       34359739066
-calvin robinson        9       38654706559
-calvin robinson        10      42949673947
-calvin robinson        11      47244641347
-calvin robinson        12      51539608808
-calvin robinson        13      55834576161
-calvin steinbeck       1       4294967417
-calvin steinbeck       2       8589934891
-calvin steinbeck       3       12884902433
-calvin steinbeck       4       17179869860
-calvin steinbeck       5       21474837404
-calvin steinbeck       6       25769804725
-calvin steinbeck       7       30064772271
-calvin steinbeck       8       34359739639
-calvin steinbeck       9       38654706966
-calvin steinbeck       10      42949674405
-calvin steinbeck       11      47244641918
-calvin steinbeck       12      51539609398
-calvin steinbeck       13      55834576850
-calvin steinbeck       14      60129544355
-calvin steinbeck       15      64424511805
-calvin thompson        1       4294967297
-calvin thompson        2       8589934701
-calvin thompson        3       12884902116
-calvin thompson        4       17179869612
-calvin thompson        5       21474837043
-calvin thompson        6       25769804389
-calvin thompson        7       30064771756
-calvin thompson        8       34359739241
-calvin thompson        9       38654706583
-calvin thompson        10      42949673966
-calvin thompson        11      47244641469
-calvin thompson        12      51539608805
-calvin thompson        13      55834576216
-calvin thompson        14      60129543747
-calvin thompson        15      64424511260
-calvin thompson        16      68719478756
-calvin underhill       1       4294967370
-calvin underhill       2       8589934877
-calvin underhill       3       12884902217
-calvin underhill       4       17179869664
-calvin underhill       5       21474837108
-calvin underhill       6       25769804488
-calvin underhill       7       30064771852
-calvin underhill       8       34359739330
-calvin underhill       9       38654706799
-calvin van buren       1       4294967481
-calvin van buren       2       8589934781
-calvin van buren       3       12884902322
-calvin van buren       4       17179869807
-calvin van buren       5       21474837120
-calvin van buren       6       25769804625
-calvin van buren       7       34359739389
-calvin van buren       7       34359739389
-calvin van buren       9       38654706897
-calvin van buren       10      42949674363
-calvin van buren       11      47244641660
-calvin van buren       12      51539609129
-calvin van buren       13      55834576644
-calvin van buren       14      60129543995
-calvin van buren       15      64424511399
-calvin white   1       4294967350
-calvin white   2       8589934706
-calvin white   3       17179869660
-calvin white   3       17179869660
-calvin white   5       21474837177
-calvin white   6       25769804628
-calvin white   7       30064772048
-calvin white   8       34359739352
-calvin white   9       38654706890
-calvin white   10      42949674436
-calvin white   11      47244641866
-calvin white   12      51539609370
-calvin white   13      55834576883
-calvin white   14      60129544234
-calvin white   15      64424511606
-calvin white   16      68719478946
-calvin white   17      73014446467
-calvin white   18      77309414011
-calvin xylophone       1       4294967456
-calvin xylophone       2       8589935007
-calvin xylophone       3       12884902306
-calvin xylophone       4       17179869835
-calvin xylophone       5       21474837333
-calvin xylophone       6       25769804787
-calvin xylophone       7       30064772087
-calvin xylophone       8       34359739450
-calvin xylophone       9       38654706910
-calvin xylophone       10      42949674400
-calvin xylophone       11      47244641734
-calvin xylophone       12      51539609086
-calvin xylophone       13      55834576462
-calvin xylophone       14      60129543951
-calvin xylophone       15      64424511342
-calvin xylophone       16      68719478800
-calvin xylophone       17      73014446105
-calvin xylophone       18      77309413617
-calvin young   1       4294967351
-calvin young   2       8589934894
-calvin young   3       12884902264
-calvin young   4       17179869674
-calvin young   5       21474837224
-calvin young   6       25769804590
-calvin young   7       30064771929
-calvin young   8       34359739315
-calvin young   9       38654706625
-calvin young   10      42949674035
-calvin young   11      47244641331
-calvin young   12      51539608833
-calvin young   13      55834576314
-calvin young   14      60129543656
-calvin young   15      64424511011
-calvin young   16      68719478532
-calvin zipper  1       4294967497
-calvin zipper  2       8589934880
-calvin zipper  3       12884902198
-calvin zipper  4       21474836905
-calvin zipper  4       21474836905
-calvin zipper  6       30064771774
-calvin zipper  6       30064771774
-calvin zipper  8       34359739215
-calvin zipper  9       38654706627
-calvin zipper  10      47244641491
-calvin zipper  10      47244641491
-calvin zipper  12      51539608930
-calvin zipper  13      55834576430
-calvin zipper  14      60129543967
-calvin zipper  15      64424511292
-calvin zipper  16      68719478747
-calvin zipper  17      73014446230
-calvin zipper  18      77309413749
-david allen    1       4294967311
-david allen    2       8589934628
-david allen    3       12884902001
-david allen    4       17179869501
-david allen    5       21474836820
-david allen    6       25769804278
-david allen    7       30064771668
-david allen    8       34359739049
-david allen    9       38654706460
-david allen    10      42949673892
-david allen    11      47244641427
-david allen    12      51539608850
-david allen    13      55834576387
-david allen    14      60129543785
-david allen    15      64424511151
-david allen    16      68719478522
-david allen    17      73014445987
-david allen    18      77309413386
-david allen    19      81604380897
-david allen    20      85899348333
-david allen    21      90194315794
-david brown    1       4294967305
-david brown    2       8589934849
-david brown    3       12884902240
-david brown    4       17179869587
-david brown    5       21474837027
-david brown    6       25769804364
-david brown    7       30064771675
-david brown    8       34359739166
-david brown    9       38654706680
-david brown    10      42949674102
-david brown    11      51539608926
-david brown    11      51539608926
-david brown    13      55834576281
-david brown    14      60129543607
-david brown    15      64424510972
-david carson   1       4294967352
-david carson   2       8589934864
-david carson   3       12884902255
-david carson   4       17179869577
-david carson   5       21474837087
-david carson   6       25769804562
-david carson   7       30064771880
-david carson   8       34359739301
-david carson   9       38654706700
-david carson   10      42949674229
-david carson   11      47244641604
-david davidson 1       4294967487
-david davidson 2       12884902370
-david davidson 2       12884902370
-david davidson 4       17179869808
-david davidson 5       21474837273
-david davidson 6       25769804818
-david davidson 7       30064772340
-david davidson 8       34359739808
-david davidson 9       38654707153
-david davidson 10      47244641800
-david davidson 10      47244641800
-david davidson 12      51539609307
-david davidson 13      55834576717
-david ellison  1       4294967477
-david ellison  2       8589934909
-david ellison  3       12884902394
-david ellison  4       17179869732
-david ellison  5       21474837218
-david ellison  6       25769804681
-david ellison  7       34359739515
-david ellison  7       34359739515
-david ellison  9       38654707024
-david ellison  10      42949674542
-david ellison  11      47244641978
-david ellison  12      51539609498
-david ellison  13      55834576974
-david ellison  14      60129544486
-david ellison  15      64424511812
-david ellison  16      68719479285
-david falkner  1       4294967529
-david falkner  2       8589934900
-david falkner  3       12884902217
-david falkner  4       17179869720
-david falkner  5       21474837158
-david falkner  6       25769804580
-david falkner  7       30064772023
-david falkner  8       34359739446
-david falkner  9       38654706944
-david falkner  10      42949674462
-david falkner  11      47244641990
-david falkner  12      51539609509
-david falkner  13      55834576866
-david garcia   1       4294967355
-david garcia   2       8589934779
-david garcia   3       12884902098
-david garcia   4       17179869447
-david garcia   5       21474836761
-david garcia   6       25769804192
-david garcia   7       30064771559
-david garcia   8       34359739035
-david garcia   9       38654706343
-david garcia   10      42949673656
-david garcia   11      47244640991
-david garcia   12      51539608311
-david garcia   13      55834575794
-david garcia   14      60129543180
-david garcia   15      64424510575
-david hernandez        1       4294967337
-david hernandez        2       8589934887
-david hernandez        3       12884902396
-david hernandez        4       17179869796
-david hernandez        5       21474837122
-david hernandez        6       25769804446
-david hernandez        7       30064771796
-david hernandez        8       34359739343
-david ichabod  1       4294967478
-david ichabod  2       8589934863
-david ichabod  3       12884902350
-david ichabod  4       17179869796
-david ichabod  5       21474837340
-david ichabod  6       25769804685
-david ichabod  7       30064772137
-david johnson  1       4294967415
-david johnson  2       8589934853
-david johnson  3       12884902343
-david johnson  4       17179869786
-david johnson  5       21474837135
-david johnson  6       25769804533
-david johnson  7       30064771933
-david johnson  8       34359739263
-david johnson  9       38654706797
-david johnson  10      42949674176
-david johnson  11      47244641579
-david johnson  12      51539609000
-david johnson  13      55834576540
-david johnson  14      60129543914
-david king     1       4294967319
-david king     2       8589934843
-david king     3       12884902315
-david king     4       17179869641
-david king     5       21474836966
-david king     6       25769804475
-david king     7       30064771790
-david king     8       34359739134
-david king     9       38654706595
-david king     10      42949673936
-david king     11      47244641382
-david king     12      51539608701
-david king     13      55834576252
-david king     14      60129543589
-david king     15      64424510922
-david laertes  1       4294967305
-david laertes  2       8589934846
-david laertes  3       12884902285
-david laertes  4       17179869705
-david laertes  5       21474837070
-david laertes  6       25769804414
-david laertes  7       30064771965
-david laertes  8       34359739469
-david laertes  9       38654707013
-david laertes  10      42949674473
-david laertes  11      47244641802
-david laertes  12      51539609295
-david laertes  13      55834576816
-david laertes  14      60129544134
-david laertes  15      64424511590
-david laertes  16      68719479128
-david laertes  17      73014446529
-david laertes  18      77309413914
-david laertes  19      81604381281
-david laertes  20      85899348712
-david miller   1       4294967328
-david miller   2       8589934710
-david miller   3       12884902240
-david miller   4       17179869782
-david miller   5       21474837269
-david miller   6       25769804659
-david miller   7       30064772047
-david miller   8       34359739406
-david nixon    1       4294967491
-david nixon    2       8589934911
-david nixon    3       12884902450
-david nixon    4       17179869942
-david nixon    5       21474837393
-david nixon    6       25769804858
-david nixon    7       30064772356
-david nixon    8       34359739885
-david nixon    9       38654707310
-david nixon    10      42949674747
-david nixon    11      47244642263
-david nixon    12      51539609574
-david nixon    13      55834576978
-david nixon    14      60129544359
-david ovid     1       4294967306
-david ovid     2       8589934852
-david ovid     3       12884902284
-david ovid     4       17179869638
-david ovid     5       21474837034
-david ovid     6       25769804330
-david ovid     7       30064771626
-david ovid     8       34359739107
-david ovid     9       38654706601
-david ovid     10      42949674044
-david ovid     11      47244641550
-david ovid     12      51539608891
-david ovid     13      55834576410
-david ovid     14      60129543726
-david ovid     15      64424511168
-david ovid     16      68719478701
-david polk     1       4294967470
-david polk     2       8589934870
-david polk     3       12884902224
-david polk     4       17179869692
-david polk     5       21474837208
-david polk     6       25769804687
-david polk     7       30064772066
-david polk     8       34359739609
-david polk     9       38654706923
-david polk     10      42949674312
-david polk     11      47244641676
-david quirinius        1       4294967478
-david quirinius        2       8589934814
-david quirinius        3       12884902302
-david quirinius        4       21474837146
-david quirinius        4       21474837146
-david quirinius        6       25769804500
-david quirinius        7       30064771875
-david quirinius        8       34359739405
-david quirinius        9       38654706931
-david quirinius        10      42949674437
-david quirinius        11      47244641861
-david quirinius        12      51539609210
-david quirinius        13      55834576667
-david quirinius        14      60129544085
-david robinson 1       4294967378
-david robinson 2       8589934885
-david robinson 3       12884902295
-david robinson 4       17179869708
-david robinson 5       21474837040
-david robinson 6       25769804393
-david robinson 7       30064771703
-david robinson 8       34359739107
-david robinson 9       38654706580
-david robinson 10      42949674037
-david robinson 11      47244641502
-david robinson 12      51539608901
-david robinson 13      55834576369
-david robinson 14      60129543890
-david robinson 15      64424511253
-david steinbeck        1       4294967385
-david steinbeck        2       8589934843
-david steinbeck        3       12884902296
-david steinbeck        4       17179869626
-david steinbeck        5       21474837103
-david steinbeck        6       25769804522
-david steinbeck        7       30064771935
-david steinbeck        8       34359739309
-david steinbeck        9       38654706629
-david steinbeck        10      42949674124
-david steinbeck        11      47244641525
-david steinbeck        12      51539608991
-david steinbeck        13      55834576520
-david thompson 1       4294967499
-david thompson 2       8589934883
-david thompson 3       12884902244
-david thompson 4       17179869595
-david thompson 5       21474837115
-david thompson 6       25769804421
-david thompson 7       30064771794
-david thompson 8       34359739205
-david thompson 9       38654706641
-david thompson 10      42949674129
-david thompson 11      47244641651
-david thompson 12      51539609008
-david underhill        1       4294967439
-david underhill        2       8589934761
-david underhill        3       12884902204
-david underhill        4       17179869735
-david underhill        5       21474837066
-david underhill        6       25769804372
-david underhill        7       30064771756
-david underhill        8       38654706663
-david underhill        8       38654706663
-david underhill        10      42949674156
-david underhill        11      47244641513
-david underhill        12      51539608873
-david underhill        13      55834576311
-david underhill        14      60129543795
-david underhill        15      64424511265
-david underhill        16      68719478668
-david underhill        17      73014446088
-david underhill        18      77309413607
-david van buren        1       4294967524
-david van buren        2       8589934849
-david van buren        3       12884902287
-david van buren        4       17179869761
-david van buren        5       21474837098
-david van buren        6       25769804617
-david van buren        7       30064771945
-david van buren        8       34359739318
-david van buren        9       38654706622
-david van buren        10      42949674080
-david van buren        11      47244641484
-david van buren        12      51539608940
-david van buren        13      55834576294
-david van buren        14      60129543772
-david van buren        15      64424511081
-david white    1       4294967439
-david white    2       8589934789
-david white    3       12884902217
-david white    4       17179869541
-david white    5       21474837050
-david white    6       25769804541
-david white    7       30064771953
-david white    8       34359739465
-david white    9       38654706900
-david white    10      42949674395
-david white    11      47244641853
-david xylophone        1       8589934898
-david xylophone        1       8589934898
-david xylophone        3       12884902444
-david xylophone        4       17179869984
-david xylophone        5       21474837303
-david xylophone        6       25769804783
-david xylophone        7       30064772288
-david xylophone        8       34359739719
-david xylophone        9       38654707180
-david xylophone        10      42949674659
-david xylophone        11      47244642093
-david xylophone        12      51539609519
-david xylophone        13      55834577040
-david xylophone        14      60129544485
-david young    1       4294967296
-david young    2       8589934721
-david young    3       12884902064
-david young    4       17179869588
-david young    5       21474836918
-david young    6       25769804281
-david young    7       30064771608
-david young    8       34359738954
-david young    9       38654706477
-david young    10      42949674023
-david young    11      47244641419
-david young    12      51539608927
-david young    13      55834576356
-david young    14      60129543689
-david young    15      68719478595
-david young    15      68719478595
-david young    17      73014445950
-david young    18      77309413255
-david young    19      81604380745
-david zipper   1       4294967306
-david zipper   2       8589934602
-david zipper   3       12884902056
-david zipper   4       17179869504
-david zipper   5       21474836943
-david zipper   6       25769804448
-david zipper   7       30064771817
-david zipper   8       34359739290
-david zipper   9       38654706693
-david zipper   10      42949673997
-david zipper   11      51539609017
-david zipper   11      51539609017
-david zipper   13      55834576473
-david zipper   14      60129543912
-david zipper   15      64424511286
-david zipper   16      68719478696
-david zipper   17      73014446179
-ethan allen    1       4294967351
-ethan allen    2       8589934789
-ethan allen    3       12884902242
-ethan allen    4       17179869702
-ethan allen    5       21474837246
-ethan allen    6       25769804650
-ethan allen    7       30064771987
-ethan allen    8       34359739513
-ethan allen    9       38654707044
-ethan allen    10      42949674497
-ethan allen    11      47244642037
-ethan allen    12      51539609425
-ethan allen    13      55834576910
-ethan allen    14      60129544247
-ethan allen    15      64424511559
-ethan brown    1       4294967545
-ethan brown    2       8589934993
-ethan brown    3       12884902470
-ethan brown    4       17179869890
-ethan brown    5       21474837224
-ethan brown    6       25769804692
-ethan brown    7       30064772012
-ethan brown    8       34359739402
-ethan brown    9       38654706750
-ethan brown    10      42949674173
-ethan brown    11      51539608858
-ethan brown    11      51539608858
-ethan brown    13      55834576261
-ethan brown    14      60129543738
-ethan brown    15      64424511162
-ethan brown    16      68719478476
-ethan brown    17      73014445851
-ethan carson   1       4294967382
-ethan carson   2       8589934930
-ethan carson   3       12884902273
-ethan carson   4       17179869750
-ethan carson   5       21474837157
-ethan carson   6       30064771978
-ethan carson   6       30064771978
-ethan carson   8       34359739474
-ethan carson   9       38654706979
-ethan carson   10      42949674455
-ethan carson   11      51539609176
-ethan carson   11      51539609176
-ethan carson   13      55834576584
-ethan carson   14      60129544093
-ethan carson   15      64424511398
-ethan carson   16      68719478908
-ethan carson   17      73014446274
-ethan carson   18      77309413591
-ethan carson   19      81604381050
-ethan carson   20      85899348558
-ethan carson   21      90194315910
-ethan carson   22      94489283352
-ethan davidson 1       4294967387
-ethan davidson 2       8589934701
-ethan davidson 3       12884902244
-ethan davidson 4       17179869785
-ethan davidson 5       21474837117
-ethan davidson 6       25769804543
-ethan davidson 7       30064771930
-ethan davidson 8       34359739384
-ethan davidson 9       38654706934
-ethan davidson 10      42949674388
-ethan davidson 11      47244641778
-ethan davidson 12      51539609181
-ethan davidson 13      55834576665
-ethan davidson 14      60129544125
-ethan ellison  1       4294967516
-ethan ellison  2       8589935003
-ethan ellison  3       12884902485
-ethan ellison  4       17179869966
-ethan ellison  5       21474837295
-ethan ellison  6       25769804839
-ethan ellison  7       30064772330
-ethan ellison  8       34359739788
-ethan ellison  9       38654707302
-ethan ellison  10      42949674686
-ethan ellison  11      47244642068
-ethan ellison  12      51539609490
-ethan ellison  13      55834576817
-ethan ellison  14      64424511527
-ethan ellison  14      64424511527
-ethan ellison  16      68719478875
-ethan ellison  17      73014446199
-ethan ellison  18      77309413631
-ethan ellison  19      81604381040
-ethan falkner  1       4294967460
-ethan falkner  2       8589934912
-ethan falkner  3       12884902447
-ethan falkner  4       17179869770
-ethan falkner  5       21474837088
-ethan falkner  6       25769804552
-ethan falkner  7       30064771893
-ethan falkner  8       34359739438
-ethan falkner  9       38654706813
-ethan falkner  10      42949674274
-ethan falkner  11      47244641581
-ethan falkner  12      51539608966
-ethan falkner  13      55834576390
-ethan falkner  14      60129543810
-ethan garcia   1       4294967542
-ethan garcia   2       8589935029
-ethan garcia   3       12884902493
-ethan garcia   4       17179869826
-ethan garcia   5       21474837355
-ethan garcia   6       25769804687
-ethan garcia   7       30064771983
-ethan garcia   8       34359739507
-ethan garcia   9       38654706978
-ethan garcia   10      42949674293
-ethan garcia   11      47244641707
-ethan garcia   12      51539609223
-ethan garcia   13      55834576565
-ethan garcia   14      60129543889
-ethan garcia   15      64424511350
-ethan garcia   16      68719478668
-ethan garcia   17      73014446187
-ethan garcia   18      77309413497
-ethan garcia   19      81604381016
-ethan hernandez        1       4294967309
-ethan hernandez        2       8589934810
-ethan hernandez        3       12884902211
-ethan hernandez        4       17179869532
-ethan hernandez        5       21474836961
-ethan hernandez        6       25769804491
-ethan hernandez        7       30064771867
-ethan hernandez        8       34359739168
-ethan hernandez        9       38654706574
-ethan hernandez        10      42949673923
-ethan hernandez        11      47244641429
-ethan hernandez        12      51539608939
-ethan hernandez        13      55834576343
-ethan ichabod  1       4294967518
-ethan ichabod  2       8589935064
-ethan ichabod  3       12884902592
-ethan ichabod  4       17179869888
-ethan ichabod  5       21474837232
-ethan ichabod  6       25769804737
-ethan ichabod  7       30064772254
-ethan ichabod  8       34359739759
-ethan ichabod  9       38654707145
-ethan ichabod  10      42949674516
-ethan ichabod  11      47244641906
-ethan ichabod  12      51539609439
-ethan ichabod  13      60129544315
-ethan ichabod  13      60129544315
-ethan johnson  1       4294967523
-ethan johnson  2       8589934916
-ethan johnson  3       12884902273
-ethan johnson  4       17179869749
-ethan johnson  5       21474837186
-ethan johnson  6       25769804643
-ethan johnson  7       30064772056
-ethan johnson  8       34359739424
-ethan johnson  9       38654706884
-ethan johnson  10      42949674430
-ethan johnson  11      47244641934
-ethan king     1       4294967411
-ethan king     2       8589934790
-ethan king     3       12884902274
-ethan king     4       17179869755
-ethan king     5       21474837182
-ethan king     6       25769804647
-ethan king     7       30064771991
-ethan king     8       34359739507
-ethan king     9       38654706816
-ethan king     10      42949674229
-ethan king     11      47244641729
-ethan king     12      51539609096
-ethan king     13      55834576491
-ethan king     14      60129543846
-ethan king     15      64424511243
-ethan king     16      68719478688
-ethan king     17      73014446089
-ethan king     18      77309413581
-ethan king     19      81604381010
-ethan king     20      85899348503
-ethan laertes  1       4294967453
-ethan laertes  2       8589934855
-ethan laertes  3       12884902312
-ethan laertes  4       17179869726
-ethan laertes  5       21474837149
-ethan laertes  6       25769804680
-ethan laertes  7       30064772171
-ethan laertes  8       34359739576
-ethan laertes  9       38654707066
-ethan laertes  10      42949674509
-ethan laertes  11      47244642048
-ethan laertes  12      51539609362
-ethan laertes  13      55834576784
-ethan laertes  14      60129544145
-ethan laertes  15      64424511446
-ethan laertes  16      68719478747
-ethan laertes  17      73014446099
-ethan laertes  18      77309413596
-ethan laertes  19      81604380967
-ethan laertes  20      85899348355
-ethan miller   1       4294967352
-ethan miller   2       8589934859
-ethan miller   3       12884902336
-ethan miller   4       17179869763
-ethan miller   5       21474837061
-ethan miller   6       25769804490
-ethan miller   7       30064771803
-ethan miller   8       34359739232
-ethan miller   9       38654706661
-ethan nixon    1       4294967418
-ethan nixon    2       8589934745
-ethan nixon    3       12884902123
-ethan nixon    4       17179869556
-ethan nixon    5       21474836983
-ethan nixon    6       25769804517
-ethan nixon    7       30064771970
-ethan nixon    8       34359739430
-ethan nixon    9       38654706829
-ethan nixon    10      42949674159
-ethan nixon    11      47244641485
-ethan nixon    12      51539608851
-ethan nixon    13      55834576374
-ethan nixon    14      60129543870
-ethan nixon    15      64424511173
-ethan nixon    16      68719478528
-ethan nixon    17      73014446027
-ethan nixon    18      77309413438
-ethan nixon    19      81604380978
-ethan nixon    20      85899348399
-ethan nixon    21      90194315707
-ethan nixon    22      94489283046
-ethan nixon    23      98784250531
-ethan ovid     1       4294967298
-ethan ovid     2       8589934701
-ethan ovid     3       12884902129
-ethan ovid     4       17179869658
-ethan ovid     5       21474836977
-ethan ovid     6       25769804304
-ethan ovid     7       30064771754
-ethan ovid     8       34359739209
-ethan ovid     9       38654706678
-ethan ovid     10      42949674106
-ethan ovid     11      47244641648
-ethan ovid     12      51539609088
-ethan ovid     13      55834576540
-ethan ovid     14      60129544042
-ethan ovid     15      64424511495
-ethan ovid     16      68719478879
-ethan polk     1       4294967533
-ethan polk     2       8589934862
-ethan polk     3       12884902298
-ethan polk     4       21474837088
-ethan polk     4       21474837088
-ethan polk     6       25769804584
-ethan polk     7       30064772024
-ethan polk     8       34359739516
-ethan polk     9       38654706963
-ethan polk     10      42949674505
-ethan polk     11      47244642046
-ethan polk     12      51539609563
-ethan polk     13      55834577062
-ethan polk     14      60129544541
-ethan polk     15      64424512040
-ethan polk     16      68719479440
-ethan quirinius        1       4294967375
-ethan quirinius        2       8589934710
-ethan quirinius        3       12884902211
-ethan quirinius        4       17179869572
-ethan quirinius        5       21474836992
-ethan quirinius        6       25769804473
-ethan quirinius        7       30064771901
-ethan quirinius        8       34359739386
-ethan quirinius        9       38654706904
-ethan quirinius        10      47244641674
-ethan quirinius        10      47244641674
-ethan quirinius        12      51539609022
-ethan quirinius        13      55834576357
-ethan quirinius        14      64424511276
-ethan quirinius        14      64424511276
-ethan quirinius        16      68719478658
-ethan robinson 1       8589934799
-ethan robinson 1       8589934799
-ethan robinson 3       12884902312
-ethan robinson 4       17179869723
-ethan robinson 5       21474837076
-ethan robinson 6       25769804504
-ethan robinson 7       30064772032
-ethan robinson 8       34359739453
-ethan robinson 9       38654706952
-ethan robinson 10      42949674450
-ethan robinson 11      47244641935
-ethan robinson 12      51539609471
-ethan robinson 13      55834576812
-ethan robinson 14      60129544291
-ethan robinson 15      64424511671
-ethan robinson 16      68719479173
-ethan robinson 17      73014446589
-ethan robinson 18      77309413933
-ethan steinbeck        1       4294967305
-ethan steinbeck        2       8589934675
-ethan steinbeck        3       12884902200
-ethan steinbeck        4       17179869708
-ethan steinbeck        5       21474837253
-ethan steinbeck        6       25769804674
-ethan steinbeck        7       30064772059
-ethan thompson 1       4294967313
-ethan thompson 2       8589934835
-ethan thompson 3       12884902349
-ethan thompson 4       17179869681
-ethan thompson 5       21474837069
-ethan thompson 6       25769804416
-ethan thompson 7       30064771963
-ethan thompson 8       34359739507
-ethan thompson 9       38654706847
-ethan thompson 10      42949674157
-ethan thompson 11      47244641572
-ethan thompson 12      51539609068
-ethan thompson 13      55834576528
-ethan thompson 14      60129543995
-ethan thompson 15      64424511401
-ethan thompson 16      68719478873
-ethan thompson 17      73014446235
-ethan thompson 18      77309413754
-ethan thompson 19      81604381055
-ethan thompson 20      85899348538
-ethan thompson 21      90194316055
-ethan thompson 22      94489283474
-ethan thompson 23      98784250826
-ethan thompson 24      103079218264
-ethan underhill        1       4294967365
-ethan underhill        2       8589934831
-ethan underhill        3       12884902341
-ethan underhill        4       17179869845
-ethan underhill        5       21474837350
-ethan underhill        6       25769804855
-ethan underhill        7       30064772308
-ethan underhill        8       34359739810
-ethan underhill        9       38654707345
-ethan underhill        10      42949674812
-ethan underhill        11      47244642123
-ethan underhill        12      51539609528
-ethan underhill        13      55834576969
-ethan underhill        14      60129544387
-ethan underhill        15      64424511794
-ethan underhill        16      68719479157
-ethan underhill        17      73014446497
-ethan van buren        1       4294967505
-ethan van buren        2       8589935016
-ethan van buren        3       17179869656
-ethan van buren        3       17179869656
-ethan van buren        5       21474836992
-ethan van buren        6       25769804410
-ethan van buren        7       30064771789
-ethan van buren        8       34359739264
-ethan van buren        9       38654706616
-ethan van buren        10      42949674122
-ethan van buren        11      47244641485
-ethan van buren        12      51539608796
-ethan van buren        13      55834576255
-ethan white    1       4294967304
-ethan white    2       12884902110
-ethan white    2       12884902110
-ethan white    4       17179869474
-ethan white    5       21474836775
-ethan white    6       25769804228
-ethan white    7       30064771673
-ethan white    8       34359739157
-ethan white    9       38654706561
-ethan white    10      42949674054
-ethan white    11      47244641481
-ethan white    12      51539608948
-ethan xylophone        1       4294967363
-ethan xylophone        2       8589934726
-ethan xylophone        3       12884902195
-ethan xylophone        4       17179869728
-ethan xylophone        5       21474837233
-ethan xylophone        6       25769804586
-ethan xylophone        7       30064772007
-ethan xylophone        8       34359739483
-ethan xylophone        9       38654706989
-ethan xylophone        10      42949674361
-ethan xylophone        11      47244641904
-ethan xylophone        12      51539609243
-ethan xylophone        13      55834576590
-ethan xylophone        14      60129543989
-ethan xylophone        15      64424511393
-ethan xylophone        16      73014446151
-ethan xylophone        16      73014446151
-ethan young    1       4294967506
-ethan young    2       8589934979
-ethan young    3       12884902282
-ethan young    4       17179869719
-ethan young    5       21474837267
-ethan young    6       25769804663
-ethan young    7       30064772213
-ethan young    8       34359739545
-ethan young    9       38654706986
-ethan young    10      42949674503
-ethan young    11      47244641993
-ethan young    12      51539609348
-ethan young    13      55834576719
-ethan young    14      60129544199
-ethan young    15      64424511602
-ethan zipper   1       4294967462
-ethan zipper   2       8589935013
-ethan zipper   3       12884902480
-ethan zipper   4       17179869942
-ethan zipper   5       21474837269
-ethan zipper   6       25769804794
-ethan zipper   7       30064772296
-ethan zipper   8       34359739726
-ethan zipper   9       38654707091
-ethan zipper   10      42949674501
-ethan zipper   11      47244641854
-ethan zipper   12      51539609352
-ethan zipper   13      55834576692
-ethan zipper   14      60129544040
-fred allen     1       4294967503
-fred allen     2       8589934954
-fred allen     3       12884902288
-fred allen     4       17179869595
-fred allen     5       21474837003
-fred allen     6       25769804506
-fred allen     7       30064771893
-fred allen     8       34359739288
-fred allen     9       38654706709
-fred allen     10      42949674187
-fred allen     11      47244641547
-fred allen     12      51539609040
-fred brown     1       4294967364
-fred brown     2       8589934707
-fred brown     3       12884902061
-fred brown     4       17179869517
-fred brown     5       21474836981
-fred brown     6       25769804278
-fred brown     7       30064771787
-fred brown     8       34359739229
-fred brown     9       38654706580
-fred brown     10      42949673884
-fred brown     11      47244641345
-fred brown     12      51539608894
-fred brown     13      55834576299
-fred brown     14      60129543764
-fred brown     15      64424511155
-fred carson    1       4294967401
-fred carson    2       8589934701
-fred carson    3       17179869641
-fred carson    3       17179869641
-fred carson    5       25769804538
-fred carson    5       25769804538
-fred carson    7       30064771968
-fred carson    8       34359739392
-fred carson    9       38654706747
-fred davidson  1       4294967512
-fred davidson  2       8589935052
-fred davidson  3       12884902373
-fred davidson  4       17179869797
-fred davidson  5       21474837322
-fred davidson  6       25769804789
-fred davidson  7       30064772125
-fred davidson  8       34359739457
-fred davidson  9       38654706814
-fred davidson  10      42949674289
-fred davidson  11      47244641600
-fred davidson  12      51539609148
-fred davidson  13      55834576636
-fred ellison   1       4294967395
-fred ellison   2       8589934696
-fred ellison   3       12884902121
-fred ellison   4       17179869654
-fred ellison   5       21474836958
-fred ellison   6       25769804361
-fred ellison   7       30064771681
-fred ellison   8       34359739151
-fred ellison   9       38654706619
-fred ellison   10      42949674050
-fred ellison   11      47244641485
-fred ellison   12      51539608878
-fred ellison   13      55834576404
-fred ellison   14      60129543760
-fred ellison   15      68719478614
-fred ellison   15      68719478614
-fred ellison   17      73014446043
-fred ellison   18      77309413525
-fred ellison   19      81604380920
-fred falkner   1       4294967340
-fred falkner   2       8589934702
-fred falkner   3       17179869649
-fred falkner   3       17179869649
-fred falkner   5       21474837200
-fred falkner   6       25769804513
-fred falkner   7       30064772008
-fred falkner   8       34359739422
-fred falkner   9       38654706847
-fred falkner   10      42949674147
-fred falkner   11      47244641663
-fred falkner   12      51539609097
-fred garcia    1       4294967419
-fred garcia    2       8589934888
-fred garcia    3       12884902403
-fred garcia    4       17179869924
-fred garcia    5       21474837427
-fred hernandez 1       4294967541
-fred hernandez 2       8589935050
-fred hernandez 3       12884902411
-fred hernandez 4       17179869892
-fred hernandez 5       21474837202
-fred hernandez 6       25769804679
-fred hernandez 7       30064772028
-fred hernandez 8       34359739433
-fred hernandez 9       42949674290
-fred hernandez 9       42949674290
-fred hernandez 11      47244641817
-fred hernandez 12      51539609309
-fred hernandez 13      55834576674
-fred hernandez 14      60129544213
-fred ichabod   1       4294967342
-fred ichabod   2       8589934831
-fred ichabod   3       12884902381
-fred ichabod   4       17179869722
-fred ichabod   5       21474837150
-fred ichabod   6       25769804542
-fred ichabod   7       34359739430
-fred ichabod   7       34359739430
-fred ichabod   9       38654706836
-fred ichabod   10      42949674253
-fred ichabod   11      47244641675
-fred ichabod   12      51539609015
-fred ichabod   13      55834576446
-fred johnson   1       4294967304
-fred johnson   2       8589934620
-fred johnson   3       12884902101
-fred johnson   4       17179869454
-fred johnson   5       21474836960
-fred johnson   6       25769804471
-fred johnson   7       30064771997
-fred johnson   8       34359739444
-fred johnson   9       38654706826
-fred johnson   10      42949674199
-fred johnson   11      47244641618
-fred johnson   12      51539609012
-fred johnson   13      55834576475
-fred johnson   14      60129544017
-fred johnson   15      64424511456
-fred king      1       4294967386
-fred king      2       8589934924
-fred king      3       12884902422
-fred king      4       17179869819
-fred king      5       21474837263
-fred king      6       25769804738
-fred king      7       30064772084
-fred king      8       34359739432
-fred king      9       38654706967
-fred king      10      42949674471
-fred king      11      47244641780
-fred king      12      51539609200
-fred king      13      55834576641
-fred king      14      60129543954
-fred laertes   1       4294967441
-fred laertes   2       8589934864
-fred laertes   3       12884902271
-fred laertes   4       17179869645
-fred laertes   5       21474837143
-fred laertes   6       25769804541
-fred laertes   7       30064771880
-fred laertes   8       34359739364
-fred laertes   9       38654706715
-fred laertes   10      42949674161
-fred laertes   11      47244641632
-fred laertes   12      51539609097
-fred miller    1       4294967537
-fred miller    2       8589934956
-fred miller    3       12884902313
-fred miller    4       17179869636
-fred miller    5       21474837087
-fred miller    6       25769804465
-fred miller    7       30064771866
-fred miller    8       34359739356
-fred miller    9       38654706859
-fred miller    10      42949674222
-fred miller    11      47244641591
-fred miller    12      51539609084
-fred miller    13      55834576629
-fred miller    14      60129544041
-fred miller    15      64424511553
-fred nixon     1       4294967413
-fred nixon     2       8589934927
-fred nixon     3       12884902460
-fred nixon     4       21474837151
-fred nixon     4       21474837151
-fred nixon     6       25769804671
-fred nixon     7       30064772050
-fred nixon     8       34359739532
-fred nixon     9       38654706872
-fred nixon     10      42949674397
-fred nixon     11      47244641735
-fred nixon     12      51539609232
-fred nixon     13      55834576742
-fred nixon     14      60129544184
-fred nixon     15      64424511647
-fred nixon     16      68719479042
-fred nixon     17      77309413954
-fred nixon     17      77309413954
-fred nixon     19      81604381329
-fred ovid      1       4294967458
-fred ovid      2       8589934781
-fred ovid      3       12884902225
-fred ovid      4       17179869747
-fred ovid      5       21474837143
-fred ovid      6       25769804637
-fred ovid      7       30064771978
-fred ovid      8       34359739468
-fred ovid      9       38654706785
-fred ovid      10      42949674255
-fred ovid      11      47244641804
-fred ovid      12      51539609297
-fred ovid      13      55834576644
-fred polk      1       4294967332
-fred polk      2       8589934814
-fred polk      3       12884902333
-fred polk      4       17179869752
-fred polk      5       21474837083
-fred polk      6       25769804548
-fred polk      7       30064771923
-fred polk      8       34359739252
-fred polk      9       38654706564
-fred polk      10      42949674087
-fred polk      11      47244641441
-fred polk      12      51539608976
-fred polk      13      55834576347
-fred polk      14      60129543790
-fred polk      15      64424511253
-fred polk      16      68719478583
-fred polk      17      73014446041
-fred polk      18      77309413548
-fred polk      19      81604380992
-fred polk      20      85899348404
-fred polk      21      90194315917
-fred quirinius 1       4294967443
-fred quirinius 2       8589934992
-fred quirinius 3       12884902522
-fred quirinius 4       17179869932
-fred quirinius 5       21474837432
-fred quirinius 6       25769804791
-fred quirinius 7       30064772217
-fred quirinius 8       34359739700
-fred quirinius 9       38654707118
-fred quirinius 10      42949674494
-fred quirinius 11      47244641829
-fred quirinius 12      51539609182
-fred quirinius 13      55834576674
-fred quirinius 14      60129544199
-fred quirinius 15      64424511630
-fred quirinius 16      68719479053
-fred quirinius 17      73014446406
-fred quirinius 18      77309413865
-fred robinson  1       4294967550
-fred robinson  2       8589935100
-fred robinson  3       12884902504
-fred robinson  4       17179869865
-fred robinson  5       21474837256
-fred robinson  6       25769804756
-fred robinson  7       30064772152
-fred robinson  8       34359739566
-fred robinson  9       38654707057
-fred robinson  10      42949674584
-fred robinson  11      47244642105
-fred robinson  12      51539609576
-fred robinson  13      55834577037
-fred robinson  14      60129544430
-fred robinson  15      64424511948
-fred robinson  16      68719479358
-fred robinson  17      73014446831
-fred steinbeck 1       4294967351
-fred steinbeck 2       8589934751
-fred steinbeck 3       12884902294
-fred steinbeck 4       17179869705
-fred steinbeck 5       21474837034
-fred steinbeck 6       25769804420
-fred steinbeck 7       30064771883
-fred steinbeck 8       34359739416
-fred steinbeck 9       38654706850
-fred steinbeck 10      42949674322
-fred steinbeck 11      47244641835
-fred thompson  1       4294967414
-fred thompson  2       8589934826
-fred thompson  3       12884902174
-fred thompson  4       17179869615
-fred thompson  5       21474837124
-fred thompson  6       25769804497
-fred thompson  7       30064771937
-fred thompson  8       34359739418
-fred thompson  9       38654706856
-fred thompson  10      42949674206
-fred thompson  11      47244641580
-fred underhill 1       4294967547
-fred underhill 2       8589935023
-fred underhill 3       12884902347
-fred underhill 4       17179869657
-fred underhill 5       21474837014
-fred underhill 6       25769804480
-fred underhill 7       30064771810
-fred underhill 8       34359739206
-fred underhill 9       42949673921
-fred underhill 9       42949673921
-fred underhill 11      47244641380
-fred underhill 12      51539608695
-fred underhill 13      55834576107
-fred van buren 1       4294967343
-fred van buren 2       8589934743
-fred van buren 3       12884902174
-fred van buren 4       17179869631
-fred van buren 5       21474836942
-fred van buren 6       25769804334
-fred van buren 7       30064771715
-fred van buren 8       34359739241
-fred van buren 9       38654706712
-fred van buren 10      42949674113
-fred van buren 11      47244641660
-fred van buren 12      51539608988
-fred van buren 13      55834576451
-fred van buren 14      60129543976
-fred van buren 15      64424511469
-fred van buren 16      68719478875
-fred van buren 17      73014446391
-fred white     1       8589934849
-fred white     1       8589934849
-fred white     3       12884902178
-fred white     4       17179869536
-fred white     5       21474837085
-fred white     6       25769804516
-fred white     7       30064771995
-fred white     8       34359739334
-fred white     9       38654706849
-fred white     10      42949674316
-fred white     11      47244641701
-fred white     12      51539609167
-fred white     13      55834576664
-fred white     14      60129544144
-fred white     15      64424511578
-fred xylophone 1       4294967493
-fred xylophone 2       8589934910
-fred xylophone 3       12884902407
-fred xylophone 4       17179869843
-fred xylophone 5       21474837369
-fred xylophone 6       25769804769
-fred xylophone 7       30064772082
-fred xylophone 8       34359739525
-fred xylophone 9       38654706903
-fred xylophone 10      42949674283
-fred xylophone 11      47244641594
-fred young     1       8589934778
-fred young     1       8589934778
-fred young     3       12884902209
-fred young     4       17179869704
-fred young     5       21474837189
-fred young     6       25769804514
-fred young     7       30064771860
-fred young     8       34359739251
-fred young     9       38654706695
-fred young     10      42949674176
-fred young     11      47244641579
-fred young     12      51539608884
-fred young     13      55834576252
-fred young     14      60129543746
-fred zipper    1       4294967414
-fred zipper    2       8589934894
-fred zipper    3       12884902225
-fred zipper    4       17179869598
-fred zipper    5       21474837045
-fred zipper    6       25769804536
-fred zipper    7       30064771862
-fred zipper    8       34359739166
-fred zipper    9       38654706647
-fred zipper    10      42949674173
-fred zipper    11      47244641687
-fred zipper    12      51539609052
-fred zipper    13      55834576583
-gabriella allen        1       4294967354
-gabriella allen        2       8589934759
-gabriella allen        3       12884902106
-gabriella allen        4       17179869641
-gabriella allen        5       21474837056
-gabriella allen        6       25769804525
-gabriella allen        7       30064772059
-gabriella brown        1       4294967509
-gabriella brown        2       8589935052
-gabriella brown        3       17179869958
-gabriella brown        3       17179869958
-gabriella brown        5       21474837479
-gabriella brown        6       25769804905
-gabriella brown        7       30064772286
-gabriella brown        8       34359739781
-gabriella brown        9       38654707281
-gabriella brown        10      42949674788
-gabriella brown        11      47244642228
-gabriella brown        12      51539609728
-gabriella brown        13      55834577126
-gabriella brown        14      60129544607
-gabriella brown        15      64424512143
-gabriella brown        16      68719479622
-gabriella brown        17      73014446983
-gabriella brown        18      81604381832
-gabriella brown        18      81604381832
-gabriella carson       1       4294967542
-gabriella carson       2       8589934881
-gabriella carson       3       12884902210
-gabriella carson       4       17179869572
-gabriella carson       5       21474836888
-gabriella carson       6       25769804428
-gabriella carson       7       30064771894
-gabriella carson       8       34359739345
-gabriella davidson     1       4294967459
-gabriella davidson     2       8589934906
-gabriella davidson     3       12884902274
-gabriella davidson     4       17179869703
-gabriella davidson     5       21474837001
-gabriella davidson     6       25769804435
-gabriella davidson     7       34359739145
-gabriella davidson     7       34359739145
-gabriella davidson     9       38654706551
-gabriella davidson     10      42949674075
-gabriella davidson     11      47244641582
-gabriella davidson     12      51539609107
-gabriella ellison      1       4294967355
-gabriella ellison      2       8589934681
-gabriella ellison      3       12884902074
-gabriella ellison      4       17179869528
-gabriella ellison      5       21474836968
-gabriella ellison      6       25769804273
-gabriella ellison      7       30064771672
-gabriella ellison      8       34359739113
-gabriella ellison      9       38654706453
-gabriella ellison      10      42949673899
-gabriella ellison      11      47244641379
-gabriella ellison      12      51539608685
-gabriella ellison      13      55834575997
-gabriella ellison      14      60129543497
-gabriella ellison      15      64424511011
-gabriella ellison      16      68719478507
-gabriella ellison      17      73014446007
-gabriella ellison      18      77309413433
-gabriella ellison      19      81604380883
-gabriella ellison      20      85899348421
-gabriella falkner      1       4294967375
-gabriella falkner      2       8589934753
-gabriella falkner      3       12884902268
-gabriella falkner      4       17179869757
-gabriella falkner      5       21474837085
-gabriella falkner      6       25769804608
-gabriella falkner      7       30064772058
-gabriella falkner      8       34359739593
-gabriella falkner      9       38654706951
-gabriella falkner      10      42949674320
-gabriella falkner      11      47244641792
-gabriella falkner      12      51539609205
-gabriella falkner      13      55834576755
-gabriella falkner      14      60129544189
-gabriella falkner      15      64424511494
-gabriella falkner      16      68719478904
-gabriella garcia       1       4294967487
-gabriella garcia       2       8589935006
-gabriella garcia       3       12884902463
-gabriella garcia       4       17179869801
-gabriella garcia       5       21474837232
-gabriella garcia       6       25769804540
-gabriella garcia       7       30064771959
-gabriella garcia       8       34359739329
-gabriella garcia       9       38654706627
-gabriella garcia       10      42949674168
-gabriella garcia       11      47244641492
-gabriella garcia       12      51539608971
-gabriella garcia       13      55834576447
-gabriella garcia       14      60129543981
-gabriella garcia       15      64424511347
-gabriella hernandez    1       4294967510
-gabriella hernandez    2       8589935042
-gabriella hernandez    3       12884902420
-gabriella hernandez    4       17179869758
-gabriella hernandez    5       21474837235
-gabriella hernandez    6       25769804554
-gabriella hernandez    7       30064772035
-gabriella hernandez    8       34359739430
-gabriella hernandez    9       38654706892
-gabriella hernandez    10      42949674307
-gabriella hernandez    11      47244641847
-gabriella hernandez    12      51539609148
-gabriella hernandez    13      55834576518
-gabriella hernandez    14      60129543819
-gabriella hernandez    15      64424511152
-gabriella hernandez    16      68719478585
-gabriella hernandez    17      73014445948
-gabriella hernandez    18      77309413459
-gabriella hernandez    19      81604380856
-gabriella ichabod      1       4294967424
-gabriella ichabod      2       8589934886
-gabriella ichabod      3       12884902359
-gabriella ichabod      4       17179869688
-gabriella ichabod      5       21474837228
-gabriella ichabod      6       25769804565
-gabriella ichabod      7       30064771971
-gabriella ichabod      8       34359739410
-gabriella ichabod      9       38654706891
-gabriella ichabod      10      42949674292
-gabriella ichabod      11      47244641680
-gabriella ichabod      12      51539609017
-gabriella ichabod      13      55834576422
-gabriella ichabod      14      60129543881
-gabriella ichabod      15      64424511201
-gabriella ichabod      16      68719478612
-gabriella ichabod      17      73014446045
-gabriella ichabod      18      77309413543
-gabriella ichabod      19      81604381063
-gabriella johnson      1       4294967496
-gabriella johnson      2       8589935002
-gabriella johnson      3       12884902414
-gabriella johnson      4       17179869893
-gabriella johnson      5       21474837423
-gabriella johnson      6       25769804756
-gabriella johnson      7       30064772076
-gabriella johnson      8       34359739464
-gabriella king 1       4294967434
-gabriella king 2       8589934733
-gabriella king 3       12884902126
-gabriella king 4       17179869489
-gabriella king 5       21474836886
-gabriella king 6       25769804408
-gabriella king 7       30064771803
-gabriella king 8       34359739134
-gabriella king 9       38654706557
-gabriella king 10      42949673941
-gabriella king 11      47244641421
-gabriella king 12      51539608783
-gabriella laertes      1       4294967370
-gabriella laertes      2       8589934835
-gabriella laertes      3       12884902266
-gabriella laertes      4       17179869709
-gabriella laertes      5       21474837119
-gabriella laertes      6       25769804468
-gabriella laertes      7       30064771899
-gabriella laertes      8       34359739246
-gabriella miller       1       4294967422
-gabriella miller       2       8589934742
-gabriella miller       3       12884902101
-gabriella miller       4       17179869436
-gabriella miller       5       21474836928
-gabriella miller       6       25769804291
-gabriella nixon        1       4294967538
-gabriella nixon        2       8589935089
-gabriella nixon        3       12884902486
-gabriella nixon        4       21474837278
-gabriella nixon        4       21474837278
-gabriella nixon        6       25769804683
-gabriella nixon        7       30064772109
-gabriella nixon        8       34359739549
-gabriella nixon        9       38654706882
-gabriella nixon        10      42949674240
-gabriella nixon        11      47244641727
-gabriella nixon        12      51539609033
-gabriella nixon        13      55834576361
-gabriella nixon        14      60129543773
-gabriella nixon        15      64424511295
-gabriella nixon        16      68719478653
-gabriella nixon        17      73014446064
-gabriella nixon        18      77309413508
-gabriella nixon        19      81604380938
-gabriella nixon        20      85899348365
-gabriella nixon        21      90194315749
-gabriella nixon        22      94489283223
-gabriella ovid 1       4294967484
-gabriella ovid 2       12884902469
-gabriella ovid 2       12884902469
-gabriella ovid 4       17179869806
-gabriella ovid 5       21474837107
-gabriella ovid 6       25769804629
-gabriella polk 1       8589934839
-gabriella polk 1       8589934839
-gabriella polk 3       12884902168
-gabriella polk 4       21474836920
-gabriella polk 4       21474836920
-gabriella polk 6       25769804309
-gabriella polk 7       30064771719
-gabriella polk 8       34359739243
-gabriella polk 9       38654706768
-gabriella polk 10      42949674171
-gabriella polk 11      47244641591
-gabriella polk 12      51539608992
-gabriella polk 13      55834576294
-gabriella quirinius    1       4294967473
-gabriella quirinius    2       8589934897
-gabriella quirinius    3       17179869788
-gabriella quirinius    3       17179869788
-gabriella quirinius    5       21474837193
-gabriella quirinius    6       25769804692
-gabriella quirinius    7       30064772030
-gabriella quirinius    8       34359739358
-gabriella quirinius    9       38654706745
-gabriella quirinius    10      42949674166
-gabriella quirinius    11      47244641498
-gabriella quirinius    12      51539609037
-gabriella quirinius    13      55834576503
-gabriella quirinius    14      60129543874
-gabriella quirinius    15      64424511337
-gabriella quirinius    16      68719478737
-gabriella quirinius    17      73014446109
-gabriella robinson     1       4294967428
-gabriella robinson     2       8589934725
-gabriella robinson     3       12884902207
-gabriella robinson     4       17179869632
-gabriella robinson     5       21474836961
-gabriella robinson     6       25769804369
-gabriella robinson     7       34359739239
-gabriella robinson     7       34359739239
-gabriella robinson     9       38654706572
-gabriella robinson     10      42949673954
-gabriella robinson     11      47244641326
-gabriella robinson     12      51539608792
-gabriella robinson     13      55834576337
-gabriella robinson     14      60129543819
-gabriella robinson     15      64424511209
-gabriella robinson     16      68719478506
-gabriella steinbeck    1       4294967500
-gabriella steinbeck    2       8589934801
-gabriella steinbeck    3       12884902279
-gabriella steinbeck    4       17179869727
-gabriella steinbeck    5       21474837162
-gabriella steinbeck    6       25769804675
-gabriella steinbeck    7       30064772166
-gabriella steinbeck    8       34359739518
-gabriella steinbeck    9       38654706914
-gabriella steinbeck    10      42949674271
-gabriella steinbeck    11      47244641687
-gabriella steinbeck    12      51539609155
-gabriella steinbeck    13      55834576451
-gabriella steinbeck    14      60129543944
-gabriella steinbeck    15      64424511245
-gabriella steinbeck    16      68719478658
-gabriella steinbeck    17      73014446084
-gabriella steinbeck    18      77309413457
-gabriella thompson     1       4294967299
-gabriella thompson     2       8589934762
-gabriella thompson     3       12884902174
-gabriella thompson     4       17179869523
-gabriella thompson     5       21474837008
-gabriella thompson     6       25769804451
-gabriella thompson     7       30064771819
-gabriella thompson     8       34359739292
-gabriella thompson     9       38654706611
-gabriella thompson     10      42949673923
-gabriella thompson     11      47244641249
-gabriella thompson     12      51539608699
-gabriella thompson     13      55834576184
-gabriella underhill    1       4294967430
-gabriella underhill    2       8589934970
-gabriella underhill    3       12884902311
-gabriella underhill    4       17179869851
-gabriella underhill    5       21474837194
-gabriella underhill    6       25769804526
-gabriella underhill    7       30064771863
-gabriella underhill    8       34359739411
-gabriella underhill    9       38654706874
-gabriella underhill    10      42949674284
-gabriella underhill    11      47244641785
-gabriella underhill    12      51539609302
-gabriella underhill    13      55834576637
-gabriella underhill    14      60129544100
-gabriella underhill    15      64424511586
-gabriella underhill    16      68719478994
-gabriella underhill    17      73014446301
-gabriella underhill    18      77309413608
-gabriella underhill    19      81604381115
-gabriella underhill    20      85899348433
-gabriella underhill    21      90194315888
-gabriella underhill    22      94489283294
-gabriella van buren    1       4294967302
-gabriella van buren    2       8589934600
-gabriella van buren    3       12884902057
-gabriella van buren    4       17179869496
-gabriella van buren    5       21474837003
-gabriella van buren    6       25769804547
-gabriella van buren    7       30064771946
-gabriella van buren    8       38654706926
-gabriella van buren    8       38654706926
-gabriella van buren    10      42949674255
-gabriella van buren    11      47244641735
-gabriella van buren    12      51539609229
-gabriella van buren    13      55834576580
-gabriella van buren    14      60129543947
-gabriella van buren    15      64424511322
-gabriella van buren    16      68719478802
-gabriella van buren    17      73014446272
-gabriella van buren    18      77309413631
-gabriella white        1       4294967485
-gabriella white        2       8589934802
-gabriella white        3       12884902250
-gabriella white        4       17179869660
-gabriella white        5       21474837034
-gabriella white        6       25769804494
-gabriella white        7       30064772020
-gabriella white        8       34359739457
-gabriella white        9       38654706851
-gabriella white        10      42949674327
-gabriella white        11      47244641635
-gabriella white        12      51539609185
-gabriella white        13      55834576520
-gabriella white        14      60129543987
-gabriella white        15      64424511433
-gabriella white        16      68719478749
-gabriella xylophone    1       4294967464
-gabriella xylophone    2       8589934981
-gabriella xylophone    3       12884902510
-gabriella xylophone    4       17179870016
-gabriella xylophone    5       21474837508
-gabriella xylophone    6       25769804952
-gabriella xylophone    7       30064772347
-gabriella xylophone    8       34359739863
-gabriella xylophone    9       38654707393
-gabriella xylophone    10      42949674846
-gabriella xylophone    11      47244642210
-gabriella xylophone    12      51539609643
-gabriella young        1       4294967310
-gabriella young        2       8589934659
-gabriella young        3       12884902152
-gabriella young        4       17179869536
-gabriella young        5       21474836904
-gabriella young        6       25769804350
-gabriella young        7       30064771836
-gabriella young        8       34359739267
-gabriella zipper       1       4294967536
-gabriella zipper       2       8589934893
-gabriella zipper       3       12884902192
-gabriella zipper       4       17179869555
-gabriella zipper       5       21474837065
-gabriella zipper       6       25769804502
-gabriella zipper       7       30064771934
-gabriella zipper       8       34359739377
-gabriella zipper       9       38654706741
-gabriella zipper       10      42949674093
-gabriella zipper       11      47244641394
-gabriella zipper       12      51539608906
-gabriella zipper       13      55834576312
-holly allen    1       4294967453
-holly allen    2       8589934749
-holly allen    3       12884902182
-holly allen    4       17179869649
-holly allen    5       21474837001
-holly allen    6       25769804533
-holly allen    7       30064772077
-holly allen    8       34359739589
-holly allen    9       38654706981
-holly allen    10      42949674308
-holly allen    11      47244641795
-holly allen    12      51539609189
-holly brown    1       4294967323
-holly brown    2       8589934756
-holly brown    3       12884902297
-holly brown    4       17179869618
-holly brown    5       21474836967
-holly brown    6       25769804352
-holly brown    7       30064771747
-holly brown    8       34359739152
-holly brown    9       38654706490
-holly carson   1       4294967480
-holly carson   2       8589934937
-holly carson   3       17179869897
-holly carson   3       17179869897
-holly carson   5       21474837351
-holly carson   6       25769804785
-holly carson   7       30064772152
-holly carson   8       34359739479
-holly carson   9       38654706889
-holly carson   10      42949674276
-holly carson   11      47244641592
-holly carson   12      51539609029
-holly davidson 1       4294967300
-holly davidson 2       8589934804
-holly davidson 3       12884902116
-holly davidson 4       17179869511
-holly davidson 5       21474837022
-holly davidson 6       25769804379
-holly davidson 7       30064771882
-holly davidson 8       34359739346
-holly davidson 9       38654706678
-holly ellison  1       4294967429
-holly ellison  2       8589934888
-holly ellison  3       12884902225
-holly ellison  4       17179869731
-holly ellison  5       21474837097
-holly ellison  6       25769804599
-holly ellison  7       30064772071
-holly ellison  8       34359739391
-holly ellison  9       38654706759
-holly ellison  10      42949674158
-holly falkner  1       4294967476
-holly falkner  2       8589934917
-holly falkner  3       12884902316
-holly falkner  4       17179869616
-holly falkner  5       21474837024
-holly falkner  6       25769804541
-holly falkner  7       30064772084
-holly falkner  8       34359739418
-holly falkner  9       38654706823
-holly falkner  10      42949674303
-holly falkner  11      51539609029
-holly falkner  11      51539609029
-holly falkner  13      55834576473
-holly falkner  14      60129543892
-holly falkner  15      64424511425
-holly falkner  16      68719478949
-holly falkner  17      73014446381
-holly falkner  18      77309413864
-holly falkner  19      81604381254
-holly falkner  20      85899348593
-holly falkner  21      90194315917
-holly falkner  22      94489283465
-holly falkner  23      98784250934
-holly falkner  24      103079218233
-holly garcia   1       4294967410
-holly garcia   2       8589934934
-holly garcia   3       12884902363
-holly garcia   4       17179869729
-holly garcia   5       21474837070
-holly garcia   6       25769804523
-holly garcia   7       30064771840
-holly garcia   8       34359739178
-holly garcia   9       38654706507
-holly garcia   10      42949674050
-holly garcia   11      47244641371
-holly garcia   12      51539608845
-holly garcia   13      55834576314
-holly garcia   14      60129543812
-holly garcia   15      64424511302
-holly hernandez        1       4294967378
-holly hernandez        2       8589934832
-holly hernandez        3       12884902341
-holly hernandez        4       17179869664
-holly hernandez        5       21474837073
-holly hernandez        6       25769804501
-holly hernandez        7       30064772007
-holly hernandez        8       34359739386
-holly hernandez        9       38654706757
-holly hernandez        10      42949674087
-holly hernandez        11      47244641630
-holly hernandez        12      51539609173
-holly hernandez        13      55834576524
-holly hernandez        14      60129544068
-holly hernandez        15      64424511613
-holly hernandez        16      68719478921
-holly hernandez        17      73014446366
-holly hernandez        18      77309413902
-holly ichabod  1       4294967467
-holly ichabod  2       8589934924
-holly ichabod  3       12884902350
-holly ichabod  4       17179869763
-holly ichabod  5       21474837105
-holly ichabod  6       25769804619
-holly ichabod  7       30064772077
-holly ichabod  8       34359739592
-holly ichabod  9       38654707114
-holly ichabod  10      42

<TRUNCATED>

Reply via email to