Nama: Raihan Sabillah Adisecha

NIM : G1401221082

Memasukkan Data CSV

autosalesdata <- read.csv("D:/Kuliah/Semester 3/Manajemen Data Relasional (MDR)/Kuis/Auto_Sales_data.csv",header=TRUE, sep=",")
autosalesdata
##      ORDERNUMBER QUANTITYORDERED PRICEEACH ORDERLINENUMBER    SALES  ORDERDATE
## 1          10107              30     95.70               2  2871.00 24/02/2018
## 2          10121              34     81.35               5  2765.90 07/05/2018
## 3          10134              41     94.74               2  3884.34 01/07/2018
## 4          10145              45     83.26               6  3746.70 25/08/2018
## 5          10168              36     96.66               1  3479.76 28/10/2018
## 6          10180              29     86.13               9  2497.77 11/11/2018
## 7          10188              48    114.84               1  5512.32 18/11/2018
## 8          10211              41    114.84              14  4708.44 15/01/2019
## 9          10223              37    107.18               1  3965.66 20/02/2019
## 10         10237              23    101.44               7  2333.12 05/04/2019
## 11         10251              28    113.88               2  3188.64 18/05/2019
## 12         10263              34    108.14               2  3676.76 28/06/2019
## 13         10275              45     92.83               1  4177.35 23/07/2019
## 14         10285              36    113.88               6  4099.68 27/08/2019
## 15         10299              23    112.93               9  2597.39 30/09/2019
## 16         10309              41    107.18               5  4394.38 15/10/2019
## 17         10318              46     94.74               1  4358.04 02/11/2019
## 18         10329              42    104.67               1  4396.14 15/11/2019
## 19         10341              41    188.73               9  7737.93 24/11/2019
## 20         10361              20     72.55              13  1451.00 17/12/2019
## 21         10375              21     34.91              12   733.11 03/02/2020
## 22         10388              42     76.36               4  3207.12 03/03/2020
## 23         10403              24    101.44               7  2434.56 08/04/2020
## 24         10417              66    113.88               2  7516.08 13/05/2020
## 25         10103              26    207.87              11  5404.62 29/01/2018
## 26         10112              29    248.59               1  7209.11 24/03/2018
## 27         10126              38    192.87              11  7329.06 28/05/2018
## 28         10140              37    199.30              11  7374.10 24/07/2018
## 29         10150              45    244.30               8 10993.50 19/09/2018
## 30         10163              21    231.44               1  4860.24 20/10/2018
## 31         10174              34    235.73               4  8014.82 06/11/2018
## 32         10183              23    233.59               8  5372.57 13/11/2018
## 33         10194              42    173.58              11  7290.36 25/11/2018
## 34         10206              47    192.87               6  9064.89 05/12/2018
## 35         10215              35    173.58               3  6075.30 29/01/2019
## 36         10228              29    222.87               2  6463.23 10/03/2019
## 37         10245              34    180.01               9  6120.34 04/05/2019
## 38         10258              32    240.02               6  7680.64 15/06/2019
## 39         10270              21    233.59               9  4905.39 19/07/2019
## 40         10280              34    235.73               2  8014.82 17/08/2019
## 41         10291              37    192.87              11  7136.19 08/09/2019
## 42         10304              47    216.44               6 10172.70 11/10/2019
## 43         10312              48    242.16               3 11623.70 21/10/2019
## 44         10322              40    150.01               1  6000.40 04/11/2019
## 45         10347              30    131.49               1  3944.70 29/11/2019
## 46         10357              32    177.87              10  5691.84 10/12/2019
## 47         10369              41    110.12               2  4514.92 20/01/2020
## 48         10391              24    100.69               4  2416.56 09/03/2020
## 49         10411              23    180.01               9  4140.23 01/05/2020
## 50         10424              50    240.02               6 12001.00 31/05/2020
## 51         10107              39     99.91               5  3896.49 24/02/2018
## 52         10120              29     96.34               3  2793.86 29/04/2018
## 53         10134              27    122.51               5  3307.77 01/07/2018
## 54         10145              37    140.35               9  5192.95 25/08/2018
## 55         10168              27    135.59               4  3660.93 28/10/2018
## 56         10180              42    111.80              12  4695.60 11/11/2018
## 57         10188              38     96.34               4  3660.92 18/11/2018
## 58         10210              23    130.83               2  3009.09 12/01/2019
## 59         10223              47    115.37               4  5422.39 20/02/2019
## 60         10236              22    129.64               1  2852.08 03/04/2019
## 61         10251              44    130.83               5  5756.52 18/05/2019
## 62         10263              40    111.80               5  4472.00 28/06/2019
## 63         10275              22    132.02               4  2904.44 23/07/2019
## 64         10285              47    137.97               9  6484.59 27/08/2019
## 65         10298              39     96.34               1  3757.26 27/09/2019
## 66         10308              34    118.94               2  4043.96 15/10/2019
## 67         10318              45    123.70               4  5566.50 02/11/2019
## 68         10329              20    158.80               2  3176.00 15/11/2019
## 69         10339              40     68.92               4  2756.80 23/11/2019
## 70         10361              26     51.15               8  1329.90 17/12/2019
## 71         10374              39    135.59               5  5288.01 02/02/2020
## 72         10388              50     44.51               5  2225.50 03/03/2020
## 73         10402              45    129.64               1  5833.80 07/04/2020
## 74         10417              45    130.83               5  5887.35 13/05/2020
## 75         10107              27    224.65               4  6065.55 24/02/2018
## 76         10120              46    201.41               2  9264.86 29/04/2018
## 77         10134              31    226.58               4  7023.98 01/07/2018
## 78         10145              33    156.86               8  5176.38 25/08/2018
## 79         10168              20    209.15               3  4183.00 28/10/2018
## 80         10180              41    216.90              11  8892.90 11/11/2018
## 81         10188              45    193.66               3  8714.70 18/11/2018
## 82         10210              34    180.10               1  6123.40 12/01/2019
## 83         10223              49    199.47               3  9774.03 20/02/2019
## 84         10237              39    180.10               9  7023.90 05/04/2019
## 85         10251              43    164.61               4  7078.23 18/05/2019
## 86         10263              41    203.34               4  8336.94 28/06/2019
## 87         10275              36    191.72               3  6901.92 23/07/2019
## 88         10285              27    201.41               8  5438.07 27/08/2019
## 89         10299              29    230.46              11  6683.34 30/09/2019
## 90         10308              20    228.52               1  4570.40 15/10/2019
## 91         10318              37    207.22               3  7667.14 02/11/2019
## 92         10329              26    225.70               3  5868.20 15/11/2019
## 93         10339              39     76.67               3  2990.13 23/11/2019
## 94         10362              22    166.55               4  3664.10 05/01/2020
## 95         10374              22    174.29               1  3834.38 02/02/2020
## 96         10388              21     86.77               7  1822.17 03/03/2020
## 97         10403              66    180.10               9 11886.60 08/04/2020
## 98         10417              56    164.61               4  9218.16 13/05/2020
## 99         10105              50    144.16               2  7208.00 11/02/2018
## 100        10119              46    108.80              11  5004.80 28/04/2018
## 101        10129              33    133.28               2  4398.24 12/06/2018
## 102        10143              49    114.24              15  5597.76 10/08/2018
## 103        10155              32    141.44              13  4526.08 06/10/2018
## 104        10167              44    134.64               9  5924.16 23/10/2018
## 105        10178              24    145.52              12  3492.48 08/11/2018
## 106        10186              26    148.24               9  3854.24 14/11/2018
## 107        10197              45    118.32               6  5324.40 26/11/2018
## 108        10222              49    122.40              12  5997.60 19/02/2019
## 109        10248              20    145.52               3  2910.40 07/05/2019
## 110        10261              27    125.12               1  3378.24 17/06/2019
## 111        10273              30    116.96               4  3508.80 21/07/2019
## 112        10283              25    119.68               6  2992.00 20/08/2019
## 113        10295              24    142.80               1  3427.20 10/09/2019
## 114        10307              22    122.40               9  2692.80 14/10/2019
## 115        10316              33    125.12              17  4128.96 01/11/2019
## 116        10325              47     64.93               6  3051.71 05/11/2019
## 117        10337              25     48.05               8  1201.25 21/11/2019
## 118        10350              26     75.47               5  1962.22 02/12/2019
## 119        10359              48     54.68               6  2624.64 15/12/2019
## 120        10373              39    103.75               3  4046.25 31/01/2020
## 121        10395              32    105.33               2  3370.56 17/03/2020
## 122        10400              64    150.96               9  9661.44 01/04/2020
## 123        10414              19    145.52               3  2764.88 06/05/2020
## 124        10103              42    128.53               4  5398.26 29/01/2018
## 125        10114              31    138.88               8  4305.28 01/04/2018
## 126        10126              22    152.17               4  3347.74 28/05/2018
## 127        10140              26    122.62               4  3188.12 24/07/2018
## 128        10150              20    159.56               1  3191.20 19/09/2018
## 129        10164              21    168.42               2  3536.82 21/10/2018
## 130        10175              33    162.51               9  5362.83 06/11/2018
## 131        10183              28    122.62               1  3433.36 13/11/2018
## 132        10194              26    163.99               4  4263.74 25/11/2018
## 133        10207              31    131.49              15  4076.19 09/12/2018
## 134        10217              48    146.26               4  7020.48 04/02/2019
## 135        10229              50    128.53               9  6426.50 11/03/2019
## 136        10245              28    163.99               2  4591.72 04/05/2019
## 137        10259              26    155.13              12  4033.38 15/06/2019
## 138        10270              32    134.44               2  4302.08 19/07/2019
## 139        10281              44    159.56               9  7020.64 19/08/2019
## 140        10291              30    128.53               4  3855.90 08/09/2019
## 141        10305              38    175.81              13  6680.78 13/10/2019
## 142        10313              40    166.95               7  6678.00 22/10/2019
## 143        10322              46     61.99               8  2851.54 04/11/2019
## 144        10334              26    122.62               2  3188.12 19/11/2019
## 145        10347              27    164.00               2  4428.00 29/11/2019
## 146        10357              43    134.44               9  5780.92 10/12/2019
## 147        10370              35     65.63               4  2297.05 20/01/2020
## 148        10391              37     46.90               7  1735.30 09/03/2020
## 149        10411              27    163.99               2  4427.73 01/05/2020
## 150        10425              38    155.13              12  5894.94 31/05/2020
## 151        10108              33    159.55               6  5265.15 03/03/2018
## 152        10122              42    180.95              10  7599.90 08/05/2018
## 153        10135              42    190.68               7  8008.56 02/07/2018
## 154        10147              48    192.62               7  9245.76 05/09/2018
## 155        10169              30    167.33               2  5019.90 04/11/2018
## 156        10181              27    200.41              14  5411.07 12/11/2018
## 157        10191              21    182.90               3  3840.90 20/11/2018
## 158        10203              20    196.52               8  3930.40 02/12/2018
## 159        10211              41    182.90               2  7498.90 15/01/2019
## 160        10225              27    167.33               9  4517.91 22/02/2019
## 161        10238              28    206.24               3  5774.72 09/04/2019
## 162        10253              24    163.44              13  3922.56 01/06/2019
## 163        10266              44    208.19              14  9160.36 06/07/2019
## 164        10276              50    192.62               3  9631.00 02/08/2019
## 165        10287              21    163.44              12  3432.24 30/08/2019
## 166        10300              33    167.33               5  5521.89 04/10/2018
## 167        10310              33    210.14              10  6934.62 16/10/2019
## 168        10320              31    221.81               3  6876.11 03/11/2019
## 169        10329              41     71.47               5  2930.27 15/11/2019
## 170        10341              45     79.65               2  3584.25 24/11/2019
## 171        10363              33     85.39               3  2817.87 06/01/2020
## 172        10375              45     76.00               7  3420.00 03/02/2020
## 173        10389              26     99.04               4  2575.04 03/03/2020
## 174        10419              12    163.44              13  1961.28 17/05/2020
## 175        10105              41    211.96              15  8690.36 11/02/2018
## 176        10117              33    182.86               9  6034.38 16/04/2018
## 177        10127              46    245.20               2 11279.20 03/06/2018
## 178        10142              33    243.13              12  8023.29 08/08/2018
## 179        10153              20    245.20              11  4904.00 28/09/2018
## 180        10165              44    195.33               3  8594.52 22/10/2018
## 181        10176              33    226.50               2  7474.50 06/11/2018
## 182        10185              21    184.94              13  3883.74 14/11/2018
## 183        10196              47    189.10               5  8887.70 26/11/2018
## 184        10208              46    187.02              13  8602.92 02/01/2019
## 185        10220              32    224.42               2  7181.44 12/02/2019
## 186        10231              42    199.49               2  8378.58 19/03/2019
## 187        10247              44    241.05               2 10606.20 05/05/2019
## 188        10272              35    166.24               2  5818.40 20/07/2019
## 189        10282              41    172.47               5  7071.27 20/08/2019
## 190        10293              46    182.86               8  8411.56 09/09/2019
## 191        10306              31    211.96              13  6570.76 14/10/2019
## 192        10314              38    209.88               5  7975.44 22/10/2019
## 193        10325              42     64.00               8  2688.00 05/11/2019
## 194        10336              33     57.22              10  1888.26 20/11/2019
## 195        10348              48     52.36               8  2513.28 01/11/2019
## 196        10359              42    113.44               8  4764.48 15/12/2019
## 197        10371              32    111.27               6  3560.64 23/01/2020
## 198        10382              34    112.46              10  3823.64 17/02/2020
## 199        10395              33     69.12               1  2280.96 17/03/2020
## 200        10413              36    241.05               2  8677.80 05/05/2020
## 201        10103              27    125.74               8  3394.98 29/01/2018
## 202        10113              21    162.64               2  3415.44 26/03/2018
## 203        10126              21    116.17               8  2439.57 28/05/2018
## 204        10140              38    127.10               8  4829.80 24/07/2018
## 205        10150              30    136.67               5  4100.10 19/09/2018
## 206        10164              49    133.94               6  6563.06 21/10/2018
## 207        10174              43    158.54               1  6817.22 06/11/2018
## 208        10183              41    150.34               5  6163.94 13/11/2018
## 209        10194              38    129.84               8  4933.92 25/11/2018
## 210        10206              28    144.87               3  4056.36 05/12/2018
## 211        10216              43    133.94               1  5759.42 02/02/2019
## 212        10229              25    138.04              13  3451.00 11/03/2019
## 213        10245              38    155.80               6  5920.40 04/05/2019
## 214        10258              41    162.64               3  6668.24 15/06/2019
## 215        10270              28    146.24               6  4094.72 19/07/2019
## 216        10281              25    117.54              13  2938.50 19/08/2019
## 217        10291              41    155.80               8  6387.80 08/09/2019
## 218        10304              39    164.00               3  6396.00 11/10/2019
## 219        10313              21    127.10              11  2669.10 22/10/2019
## 220        10322              27    177.19               9  4784.13 04/11/2019
## 221        10347              29    123.67               3  3586.43 29/11/2019
## 222        10357              49    121.64               8  5960.36 10/12/2019
## 223        10370              49    172.86               8  8470.14 20/01/2020
## 224        10391              39     63.20               9  2464.80 09/03/2020
## 225        10411              40    155.80               6  6232.00 01/05/2020
## 226        10424              49    162.64               3  7969.36 31/05/2020
## 227        10107              21    144.60               1  3036.60 24/02/2018
## 228        10121              50    165.68               4  8284.00 07/05/2018
## 229        10134              20    135.56               1  2711.20 01/07/2018
## 230        10145              49    170.20               5  8339.80 25/08/2018
## 231        10169              35    132.55              13  4639.25 04/11/2018
## 232        10180              40    168.69               8  6747.60 11/11/2018
## 233        10189              28    161.16               1  4512.48 18/11/2018
## 234        10211              36    132.55              13  4771.80 15/01/2019
## 235        10224              43    141.58               6  6087.94 21/02/2019
## 236        10237              32    131.04               6  4193.28 05/04/2019
## 237        10251              46    164.18               1  7552.28 18/05/2019
## 238        10263              48    134.05               1  6434.40 28/06/2019
## 239        10276              43    120.50              14  5181.50 02/08/2019
## 240        10285              49    140.08               5  6863.92 27/08/2019
## 241        10299              24    173.21               8  4157.04 30/09/2019
## 242        10309              26    179.24               4  4660.24 15/10/2019
## 243        10319              30    137.06               9  4111.80 03/11/2019
## 244        10329              24    147.61               6  3542.64 15/11/2019
## 245        10341              55    147.61               8  8118.55 24/11/2019
## 246        10362              22    176.23               1  3877.06 05/01/2020
## 247        10375              49     78.92              13  3867.08 03/02/2020
## 248        10388              44    135.26               6  5951.44 03/03/2020
## 249        10403              66    131.04               6  8648.64 08/04/2020
## 250        10417              21    164.18               1  3447.78 13/05/2020
## 251        10104              34    175.25               1  5958.50 31/01/2018
## 252        10117              43    137.48              10  5911.64 16/04/2018
## 253        10127              46    160.14               3  7366.44 03/06/2018
## 254        10142              33    151.08              13  4985.64 08/08/2018
## 255        10153              42    128.42              12  5393.64 28/09/2018
## 256        10165              34    143.53               4  4880.02 22/10/2018
## 257        10176              47    178.27               3  8378.69 06/11/2018
## 258        10185              33    122.37              14  4038.21 14/11/2018
## 259        10196              24    158.63               6  3807.12 26/11/2018
## 260        10208              26    120.86              14  3142.36 02/01/2019
## 261        10220              30    157.12               3  4713.60 12/02/2019
## 262        10230              43    163.17               1  7016.31 15/03/2019
## 263        10247              25    175.25               3  4381.25 05/05/2019
## 264        10272              27    158.63               3  4283.01 20/07/2019
## 265        10282              27    161.66               6  4364.82 20/08/2019
## 266        10293              24    176.76               9  4242.24 09/09/2019
## 267        10306              34    146.55              14  4982.70 14/10/2019
## 268        10314              46    138.99               6  6393.54 22/10/2019
## 269        10324              27     54.33               1  1466.91 05/11/2019
## 270        10336              33    123.01              11  4059.33 20/11/2019
## 271        10348              47    102.16               4  4801.52 01/11/2019
## 272        10358              49     55.34               5  2711.66 10/12/2019
## 273        10372              40    146.55               4  5862.00 26/01/2020
## 274        10382              37    110.05              11  4071.85 17/02/2020
## 275        10413              47    175.25               3  8236.75 05/05/2020
## 276        10108              45    136.23               4  6130.35 03/03/2018
## 277        10122              37     99.82               8  3693.34 08/05/2018
## 278        10135              48    125.66               5  6031.68 02/07/2018
## 279        10147              31    112.74               5  3494.94 05/09/2018
## 280        10170              47    116.27               4  5464.69 04/11/2018
## 281        10181              28    102.17              12  2860.76 12/11/2018
## 282        10191              40    139.75               1  5590.00 20/11/2018
## 283        10203              20    112.74               6  2254.80 02/12/2018
## 284        10212              39    126.84              16  4946.76 16/01/2019
## 285        10225              25     99.82               7  2495.50 22/02/2019
## 286        10238              29    109.22               1  3167.38 09/04/2019
## 287        10253              22    109.22              11  2402.84 01/06/2019
## 288        10266              22    111.57              12  2454.54 06/07/2019
## 289        10276              47    116.27               1  5464.69 02/08/2019
## 290        10287              45    105.70              10  4756.50 30/08/2019
## 291        10300              29    137.40               3  3984.60 04/10/2018
## 292        10310              24    129.18               8  3100.32 16/10/2019
## 293        10320              35    138.58               1  4850.30 03/11/2019
## 294        10329              46     83.63              13  3846.98 15/11/2019
## 295        10341              44     95.93               1  4220.92 24/11/2019
## 296        10363              34     96.73               4  3288.82 06/01/2020
## 297        10376              35    113.92               1  3987.20 08/02/2020
## 298        10389              25     72.38               6  1809.50 03/03/2020
## 299        10419              10    109.22              11  1092.20 17/05/2020
## 300        10105              29    157.45              14  4566.05 11/02/2018
## 301        10117              39    152.26               8  5938.14 16/04/2018
## 302        10127              42    193.78               1  8138.76 03/06/2018
## 303        10142              46    205.89              11  9470.94 08/08/2018
## 304        10153              49    143.61              10  7036.89 28/09/2018
## 305        10165              27    205.89               2  5559.03 22/10/2018
## 306        10176              50    157.45               1  7872.50 06/11/2018
## 307        10185              43    183.40              12  7886.20 14/11/2018
## 308        10196              38    190.32               4  7232.16 26/11/2018
## 309        10208              20    155.72              12  3114.40 02/01/2019
## 310        10220              27    186.86               1  5045.22 12/02/2019
## 311        10231              49    141.88               1  6952.12 19/03/2019
## 312        10247              27    153.99               1  4157.73 05/05/2019
## 313        10272              39    204.16               1  7962.24 20/07/2019
## 314        10282              24    157.45               4  3778.80 20/08/2019
## 315        10293              45    183.40               7  8253.00 09/09/2019
## 316        10306              20    181.67              12  3633.40 14/10/2019
## 317        10314              36    192.05               4  6913.80 22/10/2019
## 318        10325              24    107.65               1  2583.60 05/11/2019
## 319        10336              49     63.38               1  3105.62 20/11/2019
## 320        10349              26    169.56              10  4408.56 01/12/2019
## 321        10359              49     62.09               5  3042.41 15/12/2019
## 322        10372              34    174.75               1  5941.50 26/01/2020
## 323        10382              34     95.35              12  3241.90 17/02/2020
## 324        10396              33    185.13               3  6109.29 23/03/2020
## 325        10413              22    153.99               1  3387.78 05/05/2020
## 326        10108              39     89.38               7  3485.82 03/03/2018
## 327        10122              32     63.84              11  2042.88 08/05/2018
## 328        10135              24     75.01               8  1800.24 02/07/2018
## 329        10147              21     63.84               8  1340.64 05/09/2018
## 330        10169              36     63.84               3  2298.24 04/11/2018
## 331        10181              20     81.40              15  1628.00 12/11/2018
## 332        10191              30     64.64               4  1939.20 20/11/2018
## 333        10203              44     82.99               9  3651.56 02/12/2018
## 334        10211              28     92.57               3  2591.96 15/01/2019
## 335        10225              37     77.41              10  2864.17 22/02/2019
## 336        10238              20     74.21               4  1484.20 09/04/2019
## 337        10253              25     90.17              14  2254.25 01/06/2019
## 338        10266              35     76.61              15  2681.35 06/07/2019
## 339        10276              38     83.79               4  3184.02 02/08/2019
## 340        10287              41     69.43              13  2846.63 30/08/2019
## 341        10300              22     76.61               6  1685.42 04/10/2018
## 342        10310              49     81.40              11  3988.60 16/10/2019
## 343        10320              38     73.42               4  2789.96 03/11/2019
## 344        10329              33    109.32              14  3607.56 15/11/2019
## 345        10341              36     93.56              10  3368.16 24/11/2019
## 346        10363              34     81.62               5  2775.08 06/01/2020
## 347        10377              24     67.83               5  1627.92 09/02/2020
## 348        10389              36     70.26               7  2529.36 03/03/2020
## 349        10419              34     90.17              14  3065.78 17/05/2020
## 350        10104              41    112.58               9  4615.78 31/01/2018
## 351        10115              46    124.43               5  5723.78 04/04/2018
## 352        10127              24    106.65              11  2559.60 03/06/2018
## 353        10141              21    101.91               5  2140.11 01/08/2018
## 354        10151              24    138.65               3  3327.60 21/09/2018
## 355        10165              48    142.20              12  6825.60 22/10/2018
## 356        10175              26    136.28               1  3543.28 06/11/2018
## 357        10184              37    122.06               6  4516.22 14/11/2018
## 358        10195              49    131.54               6  6445.46 25/11/2018
## 359        10207              34     99.54               7  3384.36 09/12/2018
## 360        10219              48    101.91               2  4891.68 10/02/2019
## 361        10229              36    125.61               1  4521.96 11/03/2019
## 362        10246              46    110.21               5  5069.66 05/05/2019
## 363        10259              46    142.20               4  6541.20 15/06/2019
## 364        10271              31     97.17               5  3012.27 20/07/2019
## 365        10281              41    127.98               1  5247.18 19/08/2019
## 366        10292              21    105.47               8  2214.87 08/09/2019
## 367        10305              38    125.61               5  4773.18 13/10/2019
## 368        10314              45    137.46              14  6185.70 22/10/2019
## 369        10324              26     58.38               7  1517.88 05/11/2019
## 370        10336              38    167.70               3  6372.60 20/11/2019
## 371        10349              48    109.02               9  5232.96 01/12/2019
## 372        10358              42     64.16               9  2694.72 10/12/2019
## 373        10371              49     35.71               4  1749.79 23/01/2020
## 374        10382              32     66.58              13  2130.56 17/02/2020
## 375        10412              54    110.21               5  5951.34 03/05/2020
## 376        10425              33    142.20               4  4692.60 31/05/2020
## 377        10108              36    103.64               3  3731.04 03/03/2018
## 378        10122              20    107.10               7  2142.00 08/05/2018
## 379        10135              29     97.89               4  2838.81 02/07/2018
## 380        10147              33     97.89               4  3230.37 05/09/2018
## 381        10170              41    107.10               3  4391.10 04/11/2018
## 382        10181              36    124.37              11  4477.32 12/11/2018
## 383        10192              27    131.28              16  3544.56 20/11/2018
## 384        10203              47    110.55               5  5195.85 02/12/2018
## 385        10212              33    126.68              15  4180.44 16/01/2019
## 386        10225              21    127.83               6  2684.43 22/02/2019
## 387        10239              21     93.28               5  1958.88 12/04/2019
## 388        10253              41    119.77              10  4910.57 01/06/2019
## 389        10266              40    111.71              11  4468.40 06/07/2019
## 390        10277              28    111.71               1  3127.88 04/08/2019
## 391        10287              23    116.31               9  2675.13 30/08/2019
## 392        10300              23    122.07               2  2807.61 04/10/2018
## 393        10310              25    100.19               7  2504.75 16/10/2019
## 394        10321              24    124.37              15  2984.88 04/11/2019
## 395        10329              39     64.74              15  2524.86 15/11/2019
## 396        10341              55     75.20               7  4136.00 24/11/2019
## 397        10363              46     88.45               6  4068.70 06/01/2020
## 398        10377              50    103.64               1  5182.00 09/02/2020
## 399        10389              47    111.57               8  5243.79 03/03/2020
## 400        10405              97     93.28               5  9048.16 14/04/2020
## 401        10419              32    119.77              10  3832.64 17/05/2020
## 402        10103              35    112.00              10  3920.00 29/01/2018
## 403        10113              49    100.34               4  4916.66 26/03/2018
## 404        10126              38    101.50              10  3857.00 28/05/2018
## 405        10140              32    130.67              10  4181.44 24/07/2018
## 406        10150              34    136.50               7  4641.00 19/09/2018
## 407        10164              36     99.17               8  3570.12 21/10/2018
## 408        10174              48     93.34               3  4480.32 06/11/2018
## 409        10183              21     96.84               7  2033.64 13/11/2018
## 410        10194              21     93.34              10  1960.14 25/11/2018
## 411        10206              34    116.67               5  3966.78 05/12/2018
## 412        10215              46    112.00               2  5152.00 29/01/2019
## 413        10228              32    105.00               1  3360.00 10/03/2019
## 414        10245              29    119.00               8  3451.00 04/05/2019
## 415        10258              41    133.00               5  5453.00 15/06/2019
## 416        10270              43     96.84               8  4164.12 19/07/2019
## 417        10280              24    116.67               1  2800.08 17/08/2019
## 418        10291              41    114.34              10  4687.94 08/09/2019
## 419        10304              46     98.00               5  4508.00 11/10/2019
## 420        10312              32    130.67               2  4181.44 21/10/2019
## 421        10322              22    102.32              10  2251.04 04/11/2019
## 422        10347              42     49.60               5  2083.20 29/11/2019
## 423        10357              39     98.00               1  3822.00 10/12/2019
## 424        10370              27    144.87               1  3911.49 20/01/2020
## 425        10391              29     85.10              10  2467.90 09/03/2020
## 426        10411              27    119.00               8  3213.00 01/05/2020
## 427        10424              54    133.00               5  7182.00 31/05/2020
## 428        10109              26    168.43               4  4379.18 10/03/2018
## 429        10122              34    147.20               2  5004.80 08/05/2018
## 430        10136              25    145.79               2  3644.75 04/07/2018
## 431        10148              23    117.48              13  2702.04 11/09/2018
## 432        10161              28    134.46              12  3764.88 17/10/2018
## 433        10171              35    128.80               2  4508.00 05/11/2018
## 434        10181              44    123.14               6  5418.16 12/11/2018
## 435        10192              22    150.03              11  3300.66 20/11/2018
## 436        10204              42    147.20              17  6182.40 02/12/2018
## 437        10212              29    144.37              10  4186.73 16/01/2019
## 438        10225              32    141.54               1  4529.28 22/02/2019
## 439        10240              41    137.29               3  5628.89 13/04/2019
## 440        10253              26    117.48               5  3054.48 01/06/2019
## 441        10266              21    120.31               6  2526.51 06/07/2019
## 442        10278              34    137.29               6  4667.86 06/08/2019
## 443        10287              41    158.52               4  6499.32 30/08/2019
## 444        10301              37    159.94               8  5917.78 05/10/2018
## 445        10310              37    168.43               2  6231.91 16/10/2019
## 446        10321              41    141.54              10  5803.14 04/11/2019
## 447        10331              46    139.87               6  6434.02 17/11/2019
## 448        10342              40    161.36               2  6454.40 24/11/2019
## 449        10356              43     97.60               8  4196.80 09/12/2019
## 450        10365              30     87.06               1  2611.80 07/01/2020
## 451        10377              35    168.43               2  5895.05 09/02/2020
## 452        10390              36     93.77              14  3375.72 04/03/2020
## 453        10406              61    137.29               3  8374.69 15/04/2020
## 454        10419              38    117.48               5  4464.24 17/05/2020
## 455        10102              39    123.29               2  4808.31 10/01/2018
## 456        10125              32    101.71               1  3254.72 21/05/2018
## 457        10139              31    102.74               7  3184.94 16/07/2018
## 458        10149              50    118.15               4  5907.50 12/09/2018
## 459        10173              43    117.12               6  5036.16 05/11/2018
## 460        10182              25     87.33               3  2183.25 12/11/2018
## 461        10193              28    110.96               7  3106.88 21/11/2018
## 462        10205              36    103.77               2  3735.72 03/12/2018
## 463        10215              27     89.38              10  2413.26 29/01/2019
## 464        10227              25    118.15               3  2953.75 02/03/2019
## 465        10244              40    117.12               7  4684.80 29/04/2019
## 466        10256              34     95.55               2  3248.70 08/06/2019
## 467        10280              50    104.79               9  5239.50 17/08/2019
## 468        10289              38    120.21               2  4567.98 03/09/2019
## 469        10304              37     95.55              13  3535.35 11/10/2019
## 470        10312              43     89.38              10  3843.34 21/10/2019
## 471        10322              43     86.30              14  3710.90 04/11/2019
## 472        10332              46     95.13              15  4375.98 17/11/2019
## 473        10346              42     36.11               3  1516.62 29/11/2019
## 474        10356              50     50.18               9  2509.00 09/12/2019
## 475        10369              44    210.01               8  9240.44 20/01/2020
## 476        10380              27     93.16              13  2515.32 16/02/2020
## 477        10391              35    158.54               2  5548.90 09/03/2020
## 478        10422              51     95.55               2  4873.05 30/05/2020
## 479        10102              41     50.14               1  2055.74 10/01/2018
## 480        10126              42     54.99              17  2309.58 28/05/2018
## 481        10139              49     43.13               6  2113.37 16/07/2018
## 482        10149              30     58.22               3  1746.60 12/09/2018
## 483        10173              48     44.21               5  2122.08 05/11/2018
## 484        10182              32     54.45               2  1742.40 12/11/2018
## 485        10193              46     53.37               6  2455.02 21/11/2018
## 486        10205              48     63.61               1  3053.28 03/12/2018
## 487        10215              33     43.13               9  1423.29 29/01/2019
## 488        10227              31     48.52               2  1504.12 02/03/2019
## 489        10244              20     58.22               6  1164.40 29/04/2019
## 490        10256              29     51.75               1  1500.75 08/06/2019
## 491        10280              27     57.68               8  1557.36 17/08/2019
## 492        10289              24     56.07               1  1345.68 03/09/2019
## 493        10304              37     48.52              12  1795.24 11/10/2019
## 494        10312              25     44.21               9  1105.25 21/10/2019
## 495        10322              41     57.68               5  2364.88 04/11/2019
## 496        10332              27     89.89              16  2427.03 17/11/2019
## 497        10347              21     58.95               7  1237.95 29/11/2019
## 498        10356              22     72.41               6  1593.02 09/12/2019
## 499        10369              32     98.63               7  3156.16 20/01/2020
## 500        10391              42    119.00               3  4998.00 09/03/2020
## 501        10422              25     51.75               1  1293.75 30/05/2020
## 502        10110              37    146.84              16  5433.08 18/03/2018
## 503        10123              26    118.22               2  3073.72 20/05/2018
## 504        10137              44     99.55               2  4380.20 10/07/2018
## 505        10148              47    124.44               9  5848.68 11/09/2018
## 506        10161              43    143.11               8  6153.73 17/10/2018
## 507        10172              42    118.22               6  4965.24 05/11/2018
## 508        10181              42    129.42               2  5435.64 12/11/2018
## 509        10192              29    146.84               7  4258.36 20/11/2018
## 510        10204              40    100.80              13  4032.00 02/12/2018
## 511        10212              38    118.22               6  4492.36 16/01/2019
## 512        10226              38    109.51               4  4161.38 26/02/2019
## 513        10241              21    119.46              11  2508.66 13/04/2019
## 514        10253              24    140.62               1  3374.88 01/06/2019
## 515        10266              36    144.35               2  5196.60 06/07/2019
## 516        10278              23    113.24               2  2604.52 06/08/2019
## 517        10288              20    146.84              14  2936.80 01/09/2019
## 518        10301              32    107.02               4  3424.64 05/10/2018
## 519        10311              29    100.80               9  2923.20 16/10/2019
## 520        10321              44    102.04               6  4489.76 04/11/2019
## 521        10331              44    110.21              14  4849.24 17/11/2019
## 522        10343              36    162.47               4  5848.92 24/11/2019
## 523        10367              49     56.30               1  2758.70 12/01/2020
## 524        10378              34     42.64               5  1449.76 10/02/2020
## 525        10407              59    119.46              11  7048.14 22/04/2020
## 526        10419              37    140.62               1  5202.94 17/05/2020
## 527        10106              36    146.65              12  5279.40 17/02/2018
## 528        10119              43    160.84               3  6916.12 28/04/2018
## 529        10131              21    132.46               4  2781.66 16/06/2018
## 530        10143              32    164.00               7  5248.00 10/08/2018
## 531        10155              38    171.88               5  6531.44 06/10/2018
## 532        10167              43    134.04               1  5763.72 23/10/2018
## 533        10178              42    154.54               4  6490.68 08/11/2018
## 534        10186              32    187.65               1  6004.80 14/11/2018
## 535        10198              42    178.19               4  7483.98 27/11/2018
## 536        10210              31    184.50              17  5719.50 12/01/2019
## 537        10222              49    141.92               4  6954.08 19/02/2019
## 538        10250              45    181.34              14  8160.30 11/05/2019
## 539        10262              49    134.04               9  6567.96 24/06/2019
## 540        10274              41    164.00               1  6724.00 21/07/2019
## 541        10284              45    127.73              11  5747.85 21/08/2019
## 542        10296              36    157.69               7  5676.84 15/09/2019
## 543        10307              39    189.23               1  7379.97 14/10/2019
## 544        10316              27    137.19               9  3704.13 01/11/2019
## 545        10327              25    112.19               6  2804.75 10/11/2019
## 546        10338              41    137.19               1  5624.79 22/11/2019
## 547        10351              39     99.52               1  3881.28 03/12/2019
## 548        10373              28     57.55               4  1611.40 31/01/2020
## 549        10386              25     54.57               7  1364.25 01/03/2020
## 550        10398              33    127.73              11  4215.09 30/03/2020
## 551        10400              34    189.23               1  6433.82 01/04/2020
## 552        10416              24    181.34              14  4352.16 10/05/2020
## 553        10100              30    171.70               3  5151.00 06/01/2018
## 554        10110              42    144.50               7  6069.00 18/03/2018
## 555        10124              21    136.00               6  2856.00 21/05/2018
## 556        10149              34    158.10              11  5375.40 12/09/2018
## 557        10173              24    146.20              13  3508.80 05/11/2018
## 558        10182              44    171.70              10  7554.80 12/11/2018
## 559        10193              21    149.60              14  3141.60 21/11/2018
## 560        10204              33    178.50               4  5890.50 02/12/2018
## 561        10214              30    198.90               7  5967.00 26/01/2019
## 562        10227              26    142.80              10  3712.80 02/03/2019
## 563        10241              41    185.30               2  7597.30 13/04/2019
## 564        10280              26    141.10              16  3668.60 17/08/2019
## 565        10288              32    183.60               5  5875.20 01/09/2019
## 566        10302              43    170.00               1  7310.00 06/10/2018
## 567        10312              48    168.30              17  8078.40 21/10/2019
## 568        10331              44     74.04               7  3257.76 17/11/2019
## 569        10344              45    170.00               1  7650.00 25/11/2019
## 570        10367              37    127.13               3  4703.81 12/01/2020
## 571        10379              39    138.45               2  5399.55 10/02/2020
## 572        10407              76    185.30               2 14082.80 22/04/2020
## 573        10420              37    142.80               5  5283.60 29/05/2020
## 574        10108              38     82.39               2  3130.82 03/03/2018
## 575        10122              43     72.38               6  3112.34 08/05/2018
## 576        10135              48     79.31               3  3806.88 02/07/2018
## 577        10147              26     82.39               3  2142.14 05/09/2018
## 578        10170              20     63.14               2  1262.80 04/11/2018
## 579        10181              22     73.92              10  1626.24 12/11/2018
## 580        10192              45     90.86              15  4088.70 20/11/2018
## 581        10203              45     85.47               4  3846.15 02/12/2018
## 582        10212              20     66.99              14  1339.80 16/01/2019
## 583        10225              47     64.68               5  3039.96 22/02/2019
## 584        10239              46     73.92               4  3400.32 12/04/2019
## 585        10253              23     83.93               9  1930.39 01/06/2019
## 586        10266              33     74.69              10  2464.77 06/07/2019
## 587        10278              29     90.86              10  2634.94 06/08/2019
## 588        10287              44     82.39               8  3625.16 30/08/2019
## 589        10300              41     92.40               1  3788.40 04/10/2018
## 590        10310              20     91.63               6  1832.60 16/10/2019
## 591        10321              37     78.54              14  2905.98 04/11/2019
## 592        10329              29    101.89               9  2954.81 15/11/2019
## 593        10342              55     65.45               1  3599.75 24/11/2019
## 594        10363              22    167.57               7  3686.54 06/01/2020
## 595        10377              31     67.76               4  2100.56 09/02/2020
## 596        10389              49     79.22               3  3881.78 03/03/2020
## 597        10405              61     73.92               4  4509.12 14/04/2020
## 598        10419              39     83.93               9  3273.27 17/05/2020
## 599        10109              38    116.65               3  4432.70 10/03/2018
## 600        10122              31    132.29               1  4100.99 08/05/2018
## 601        10136              36    146.52               1  5274.72 04/07/2018
## 602        10148              25    169.28              12  4232.00 11/09/2018
## 603        10161              48    128.03              11  6145.44 17/10/2018
## 604        10171              35    133.72               1  4680.20 05/11/2018
## 605        10181              21    156.48               5  3286.08 12/11/2018
## 606        10192              47    157.90              10  7421.30 20/11/2018
## 607        10204              38    169.28              16  6432.64 02/12/2018
## 608        10212              41    118.07               9  4840.87 16/01/2019
## 609        10226              24    162.17               7  3892.08 26/02/2019
## 610        10240              37    149.36               2  5526.32 13/04/2019
## 611        10253              33    135.14               4  4459.62 01/06/2019
## 612        10266              49    126.60               5  6203.40 06/07/2019
## 613        10278              29    129.45               5  3754.05 06/08/2019
## 614        10287              24    146.52               3  3516.48 30/08/2019
## 615        10301              47    159.32               7  7488.04 05/10/2018
## 616        10310              24    143.67               1  3448.08 16/10/2019
## 617        10321              25    149.36               9  3734.00 04/11/2019
## 618        10331              30     32.47               8   974.10 17/11/2019
## 619        10342              22    143.67               3  3160.74 24/11/2019
## 620        10356              27     64.69               2  1746.63 09/12/2019
## 621        10366              34    123.76               3  4207.84 10/01/2020
## 622        10377              36    120.91               6  4352.76 09/02/2020
## 623        10390              34     43.05              15  1463.70 04/03/2020
## 624        10406              48    149.36               2  7169.28 15/04/2020
## 625        10419              34    135.14               4  4594.76 17/05/2020
## 626        10104              24    144.08               8  3457.92 31/01/2018
## 627        10115              46    160.46               4  7381.16 04/04/2018
## 628        10127              45    158.82              10  7146.90 03/06/2018
## 629        10141              39    152.27               4  5938.53 01/08/2018
## 630        10151              43    165.37               2  7110.91 21/09/2018
## 631        10165              29    173.55              11  5032.95 22/10/2018
## 632        10176              20    183.38              10  3667.60 06/11/2018
## 633        10184              46    160.46               5  7381.16 14/11/2018
## 634        10195              27    189.93               5  5128.11 25/11/2018
## 635        10207              44    160.46               6  7060.24 09/12/2018
## 636        10219              43    196.48               1  8448.64 10/02/2019
## 637        10230              49    148.99               8  7300.51 15/03/2019
## 638        10246              40    163.73               4  6549.20 05/05/2019
## 639        10259              30    189.93               3  5697.90 15/06/2019
## 640        10271              50    183.38               4  9169.00 20/07/2019
## 641        10282              23    140.81              13  3238.63 20/08/2019
## 642        10292              26    175.19               7  4554.94 08/09/2019
## 643        10305              27    145.72               4  3934.44 13/10/2019
## 644        10314              42    137.53              13  5776.26 22/10/2019
## 645        10324              47    153.35               8  7207.45 05/11/2019
## 646        10336              49    152.26               6  7460.74 20/11/2019
## 647        10349              38    176.83               8  6719.54 01/12/2019
## 648        10358              20    121.40              10  2428.00 10/12/2019
## 649        10371              25    104.09               7  2602.25 23/01/2020
## 650        10382              25     88.00               5  2200.00 17/02/2020
## 651        10412              41    163.73               4  6712.93 03/05/2020
## 652        10425              28    189.93               3  5318.04 31/05/2020
## 653        10100              50     67.80               2  3390.00 06/01/2018
## 654        10110              32     50.25               6  1608.00 18/03/2018
## 655        10124              42     53.88               5  2262.96 21/05/2018
## 656        10149              24     62.36              10  1496.64 12/09/2018
## 657        10173              26     57.51              12  1495.26 05/11/2018
## 658        10182              38     61.15               9  2323.70 12/11/2018
## 659        10193              42     59.33              13  2491.86 21/11/2018
## 660        10204              23     71.44               3  1643.12 02/12/2018
## 661        10214              21     62.96               6  1322.16 26/01/2019
## 662        10227              28     50.85               9  1423.80 02/03/2019
## 663        10241              33     72.65               1  2397.45 13/04/2019
## 664        10280              25     62.96              15  1574.00 17/08/2019
## 665        10288              28     61.75               4  1729.00 01/09/2019
## 666        10303              46     49.04               2  2255.84 06/10/2019
## 667        10312              30     61.15              16  1834.50 21/10/2019
## 668        10332              38     84.25               9  3201.50 17/11/2019
## 669        10344              40     56.91               2  2276.40 25/11/2019
## 670        10367              45    197.44               4  8884.80 12/01/2020
## 671        10379              27     49.30               1  1331.10 10/02/2020
## 672        10407              42     72.65               1  3051.30 22/04/2020
## 673        10420              36     63.57               4  2288.52 29/05/2020
## 674        10104              29    130.09              12  3772.61 31/01/2018
## 675        10114              39    106.78               3  4164.42 01/04/2018
## 676        10127              45    139.91              14  6295.95 03/06/2018
## 677        10141              47    133.78               8  6287.66 01/08/2018
## 678        10151              49    110.46               6  5412.54 21/09/2018
## 679        10165              46    130.09              15  5984.14 22/10/2018
## 680        10175              48    122.73               4  5891.04 06/11/2018
## 681        10184              46    130.09               9  5984.14 14/11/2018
## 682        10195              35    103.09               9  3608.15 25/11/2018
## 683        10207              43    133.78              10  5752.54 09/12/2018
## 684        10229              26    144.82               4  3765.32 11/03/2019
## 685        10246              22     98.18               8  2159.96 05/05/2019
## 686        10259              34     99.41               7  3379.94 15/06/2019
## 687        10271              50    101.87               8  5093.50 20/07/2019
## 688        10281              48    120.28               4  5773.44 19/08/2019
## 689        10292              41    110.46              11  4528.86 08/09/2019
## 690        10305              36    133.78               8  4816.08 13/10/2019
## 691        10313              29    117.82               2  3416.78 22/10/2019
## 692        10324              33     37.48              10  1236.84 05/11/2019
## 693        10334              46    126.41               6  5814.86 19/11/2019
## 694        10349              38    137.46               7  5223.48 01/12/2019
## 695        10358              20     36.42              11   728.40 10/12/2019
## 696        10370              22    179.50               5  3949.00 20/01/2020
## 697        10383              27    142.37              11  3843.99 22/02/2020
## 698        10412              56     98.18               8  5498.08 03/05/2020
## 699        10425              38     99.41               7  3777.58 31/05/2020
## 700        10101              25    151.28               4  3782.00 09/01/2018
## 701        10110              33    116.96               4  3859.68 18/03/2018
## 702        10124              42    105.52               3  4431.84 21/05/2018
## 703        10149              33    150.01               8  4950.33 12/09/2018
## 704        10173              31    144.93              10  4492.83 05/11/2018
## 705        10182              20    110.60               7  2212.00 12/11/2018
## 706        10193              44    105.52              11  4642.88 21/11/2018
## 707        10204              26    123.32               1  3206.32 02/12/2018
## 708        10214              27    133.49               4  3604.23 26/01/2019
## 709        10227              46    152.56               7  7017.76 02/03/2019
## 710        10243              47    130.94               2  6154.18 26/04/2019
## 711        10280              37    128.40              13  4750.80 17/08/2019
## 712        10288              31    123.32               2  3822.92 01/09/2019
## 713        10304              24    101.70              17  2440.80 11/10/2019
## 714        10312              31    152.56              14  4729.36 21/10/2019
## 715        10322              50    250.73               6 12536.50 04/11/2019
## 716        10332              35     64.69               8  2264.15 17/11/2019
## 717        10344              30    130.94               3  3928.20 25/11/2019
## 718        10356              29    125.18               3  3630.22 09/12/2019
## 719        10367              27    155.41               5  4196.07 12/01/2020
## 720        10380              40    123.29              10  4931.60 16/02/2020
## 721        10390              31     98.99              16  3068.69 04/03/2020
## 722        10409               6    130.94               2   785.64 23/04/2020
## 723        10420              45    110.60               2  4977.00 29/05/2020
## 724        10103              22     54.09               2  1189.98 29/01/2018
## 725        10114              45     68.67               6  3090.15 01/04/2018
## 726        10126              43     65.02               2  2795.86 28/05/2018
## 727        10140              46     61.99               2  2851.54 24/07/2018
## 728        10151              39     69.28               9  2701.92 21/09/2018
## 729        10165              31     71.10              18  2204.10 22/10/2018
## 730        10175              41     69.28               7  2840.48 06/11/2018
## 731        10184              44     60.16              12  2647.04 14/11/2018
## 732        10194              45     70.49               2  3172.05 25/11/2018
## 733        10207              37     69.89              13  2585.93 09/12/2018
## 734        10217              35     61.38               2  2148.30 04/02/2019
## 735        10229              28     59.55               7  1667.40 11/03/2019
## 736        10246              30     61.99              11  1859.70 05/05/2019
## 737        10259              30     49.22              10  1476.60 15/06/2019
## 738        10271              25     69.28              11  1732.00 20/07/2019
## 739        10281              29     57.73               7  1674.17 19/08/2019
## 740        10291              26     57.73               2  1500.98 08/09/2019
## 741        10305              41     53.48              11  2192.68 13/10/2019
## 742        10313              34     52.87               5  1797.58 22/10/2019
## 743        10322              35     61.21              11  2142.35 04/11/2019
## 744        10334              34     61.38               1  2086.92 19/11/2019
## 745        10347              50    136.69               8  6834.50 29/11/2019
## 746        10357              41     61.99               7  2541.59 10/12/2019
## 747        10370              22     96.86               7  2130.92 20/01/2020
## 748        10391              44     38.50               5  1694.00 09/03/2020
## 749        10412              47     61.99              11  2913.53 03/05/2020
## 750        10425              19     49.22              10   935.18 31/05/2020
## 751        10106              34     90.39               2  3073.26 17/02/2018
## 752        10120              29     71.81               8  2082.49 29/04/2018
## 753        10133              49     69.27               3  3394.23 27/06/2018
## 754        10145              30     85.32              14  2559.60 25/08/2018
## 755        10168              21     70.96               9  1490.16 28/10/2018
## 756        10210              50     76.88               7  3844.00 12/01/2019
## 757        10223              47    100.53               9  4724.91 20/02/2019
## 758        10235              24     76.03               3  1824.72 02/04/2019
## 759        10250              27     98.84               4  2668.68 11/05/2019
## 760        10263              33     86.17              10  2843.61 28/06/2019
## 761        10275              35     90.39               9  3163.65 23/07/2019
## 762        10284              31     71.81               1  2226.11 21/08/2019
## 763        10297              25     82.79               4  2069.75 16/09/2019
## 764        10308              27     82.79               7  2235.33 15/10/2019
## 765        10318              31    100.53               9  3116.43 02/11/2019
## 766        10327              45    106.26               8  4781.70 10/11/2019
## 767        10339              27    104.10               2  2810.70 23/11/2019
## 768        10353              27    130.21               1  3515.67 04/12/2019
## 769        10374              42     69.27               2  2909.34 02/02/2020
## 770        10386              21     74.77              18  1570.17 01/03/2020
## 771        10398              34     76.88              15  2613.92 30/03/2020
## 772        10401              42     76.03               3  3193.26 03/04/2020
## 773        10416              15     98.84               4  1482.60 10/05/2020
## 774        10107              29     70.87               6  2055.23 24/02/2018
## 775        10120              46     58.15               4  2674.90 29/04/2018
## 776        10134              30     61.78               6  1853.40 01/07/2018
## 777        10145              30     49.67              10  1490.10 25/08/2018
## 778        10168              46     61.18               5  2814.28 28/10/2018
## 779        10180              25     64.20              13  1605.00 11/11/2018
## 780        10188              32     65.42               5  2093.44 18/11/2018
## 781        10210              40     49.67               3  1986.80 12/01/2019
## 782        10223              28     60.57               5  1695.96 20/02/2019
## 783        10236              23     55.72               2  1281.56 03/04/2019
## 784        10251              29     61.18               6  1774.22 18/05/2019
## 785        10263              34     58.75               6  1997.50 28/06/2019
## 786        10275              37     63.60               5  2353.20 23/07/2019
## 787        10285              20     49.06              10   981.20 27/08/2019
## 788        10298              32     48.46               2  1550.72 27/09/2019
## 789        10308              34     52.09               3  1771.06 15/10/2019
## 790        10318              42     52.70               5  2213.40 02/11/2019
## 791        10329              38    138.58              12  5266.04 15/11/2019
## 792        10339              30     62.16               1  1864.80 23/11/2019
## 793        10362              23     49.67               3  1142.41 05/01/2020
## 794        10374              22     53.30               4  1172.60 02/02/2020
## 795        10389              39    179.00               5  6981.00 03/03/2020
## 796        10402              55     55.72               2  3064.60 07/04/2020
## 797        10417              36     61.18               6  2202.48 13/05/2020
## 798        10101              26    145.13               1  3773.38 09/01/2018
## 799        10110              31    163.69               1  5074.39 18/03/2018
## 800        10125              34    190.69               2  6483.46 21/05/2018
## 801        10139              41    194.06               8  7956.46 16/07/2018
## 802        10149              23    183.94               5  4230.62 12/09/2018
## 803        10173              22    156.94               7  3452.68 05/11/2018
## 804        10182              21    145.13               4  3047.73 12/11/2018
## 805        10193              22    167.06               8  3675.32 21/11/2018
## 806        10205              40    187.31               3  7492.40 03/12/2018
## 807        10214              50    190.69               1  9534.50 26/01/2019
## 808        10227              29    192.38               4  5579.02 02/03/2019
## 809        10244              43    138.38               8  5950.34 29/04/2019
## 810        10255              24    155.25               1  3726.00 04/06/2019
## 811        10280              22    202.50              10  4455.00 17/08/2019
## 812        10289              43    192.38               3  8272.34 03/09/2019
## 813        10304              20    178.88              14  3577.60 11/10/2019
## 814        10312              25    155.25              11  3881.25 21/10/2019
## 815        10322              36    161.04               2  5797.44 04/11/2019
## 816        10332              24     52.67               1  1264.08 17/11/2019
## 817        10347              21    229.30               6  4815.30 29/11/2019
## 818        10356              30    148.74               1  4462.20 09/12/2019
## 819        10367              32     94.79               7  3033.28 12/01/2020
## 820        10380              21     47.18               8   990.78 16/02/2020
## 821        10390              26     78.11               7  2030.86 04/03/2020
## 822        10421              35    155.25               1  5433.75 29/05/2020
## 823        10109              26    121.44               1  3157.44 10/03/2018
## 824        10123              46    112.20               3  5161.20 20/05/2018
## 825        10137              37    117.48               3  4346.76 10/07/2018
## 826        10148              27    130.68              10  3528.36 11/09/2018
## 827        10161              23    138.60               9  3187.80 17/10/2018
## 828        10172              39    154.44               7  6023.16 05/11/2018
## 829        10181              27    143.88               3  3884.76 12/11/2018
## 830        10192              38    130.68               8  4965.84 20/11/2018
## 831        10204              27    154.44              14  4169.88 02/12/2018
## 832        10212              40    122.76               7  4910.40 16/01/2019
## 833        10226              24    134.64               5  3231.36 26/02/2019
## 834        10241              44    155.76              12  6853.44 13/04/2019
## 835        10253              37    139.92               2  5177.04 01/06/2019
## 836        10266              20    141.24               3  2824.80 06/07/2019
## 837        10278              39    110.88               3  4324.32 06/08/2019
## 838        10287              44    114.84               1  5052.96 30/08/2019
## 839        10301              22    146.52               5  3223.44 05/10/2018
## 840        10311              43    122.76              10  5278.68 16/10/2019
## 841        10321              27    105.60               7  2851.20 04/11/2019
## 842        10331              26     64.90              10  1687.40 17/11/2019
## 843        10343              25     52.32               3  1308.00 24/11/2019
## 844        10366              49    125.40               2  6144.60 10/01/2020
## 845        10379              29    176.80               5  5127.20 10/02/2020
## 846        10407              41    155.76              12  6386.16 22/04/2020
## 847        10419              55    139.92               2  7695.60 17/05/2020
## 848        10103              27     83.07              12  2242.89 29/01/2018
## 849        10112              23    110.43               2  2539.89 24/03/2018
## 850        10126              31     90.17              12  2795.27 28/05/2018
## 851        10139              46    120.56               1  5545.76 16/07/2018
## 852        10150              47     91.18               9  4285.46 19/09/2018
## 853        10163              31    107.39               2  3329.09 20/10/2018
## 854        10174              46    121.57               5  5592.22 06/11/2018
## 855        10183              37     89.15               9  3298.55 13/11/2018
## 856        10193              28     93.21               1  2609.88 21/11/2018
## 857        10206              37     90.17               7  3336.29 05/12/2018
## 858        10215              49    112.45               4  5510.05 29/01/2019
## 859        10228              24    104.35               3  2504.40 10/03/2019
## 860        10244              30    117.52               1  3525.60 29/04/2019
## 861        10257              50     88.14               1  4407.00 14/06/2019
## 862        10270              31     96.24              10  2983.44 19/07/2019
## 863        10280              46    111.44               3  5126.24 17/08/2019
## 864        10291              47    121.57              12  5713.79 08/09/2019
## 865        10304              46    100.30               7  4613.80 11/10/2019
## 866        10312              37    100.30               4  3711.10 21/10/2019
## 867        10322              33    106.81              12  3524.73 04/11/2019
## 868        10347              48    100.30               9  4814.40 29/11/2019
## 869        10357              41     87.13               6  3572.33 10/12/2019
## 870        10369              42    109.08               1  4581.36 20/01/2020
## 871        10391              32     45.25               6  1448.00 09/03/2020
## 872        10423              10     88.14               1   881.40 30/05/2020
## 873        10103              35     57.46              14  2011.10 29/01/2018
## 874        10126              46     73.70              14  3390.20 28/05/2018
## 875        10139              20     71.20               3  1424.00 16/07/2018
## 876        10150              30     49.97              11  1499.10 19/09/2018
## 877        10163              48     69.96               4  3358.08 20/10/2018
## 878        10173              28     53.72               2  1504.16 05/11/2018
## 879        10183              39     68.08              11  2655.12 13/11/2018
## 880        10193              24     51.84               3  1244.16 21/11/2018
## 881        10206              28     67.46               9  1888.88 05/12/2018
## 882        10215              31     58.71               6  1820.01 29/01/2019
## 883        10228              45     63.71               5  2866.95 10/03/2019
## 884        10244              24     58.09               3  1394.16 29/04/2019
## 885        10257              49     53.72               3  2632.28 14/06/2019
## 886        10269              32     63.08               1  2018.56 16/07/2019
## 887        10280              43     68.71               5  2954.53 17/08/2019
## 888        10291              37     50.59              14  1871.83 08/09/2019
## 889        10304              24     64.96               9  1559.04 11/10/2019
## 890        10312              35     53.72               6  1880.20 21/10/2019
## 891        10322              41     29.87              13  1224.67 04/11/2019
## 892        10332              26    114.58              17  2979.08 17/11/2019
## 893        10347              34     64.96              10  2208.64 29/11/2019
## 894        10357              49     70.58               5  3458.42 10/12/2019
## 895        10369              28     44.21               6  1237.88 20/01/2020
## 896        10392              37     59.96               3  2218.52 10/03/2020
## 897        10423              31     53.72               3  1665.32 30/05/2020
## 898        10106              41     83.44              18  3421.04 17/02/2018
## 899        10119              21     89.46               9  1878.66 28/04/2018
## 900        10130              40     96.34               2  3853.60 16/06/2018
## 901        10143              46     74.84              13  3442.64 10/08/2018
## 902        10155              44     79.14              11  3482.16 06/10/2018
## 903        10167              46     73.12               7  3363.52 23/10/2018
## 904        10178              41     81.72              10  3350.52 08/11/2018
## 905        10186              32     89.46               7  2862.72 14/11/2018
## 906        10197              46     87.74               4  4036.04 26/11/2018
## 907        10222              49     94.62              10  4636.38 19/02/2019
## 908        10248              21     73.98               1  1553.58 07/05/2019
## 909        10262              32     84.30              15  2697.60 24/06/2019
## 910        10273              34     98.06               2  3334.04 21/07/2019
## 911        10283              21     98.06               4  2059.26 20/08/2019
## 912        10296              21     96.34              13  2023.14 15/09/2019
## 913        10307              31     83.44               7  2586.64 14/10/2019
## 914        10316              21     94.62              15  1987.02 01/11/2019
## 915        10327              25     45.86               5  1146.50 10/11/2019
## 916        10338              28     82.58               3  2312.24 22/11/2019
## 917        10350              43     64.97               6  2793.71 02/12/2019
## 918        10373              22     86.74               5  1908.28 31/01/2020
## 919        10386              37     93.01               5  3441.37 01/03/2020
## 920        10398              28     72.26              18  2023.28 30/03/2020
## 921        10400              30     74.84               7  2245.20 01/04/2020
## 922        10414              44     73.98               1  3255.12 06/05/2020
## 923        10103              25    101.58              13  2539.50 29/01/2018
## 924        10126              30     97.39              13  2921.70 28/05/2018
## 925        10139              20     90.06               2  1801.20 16/07/2018
## 926        10150              26    107.86              10  2804.36 19/09/2018
## 927        10163              40    122.52               3  4900.80 20/10/2018
## 928        10173              31     89.01               1  2759.31 05/11/2018
## 929        10183              22    113.10              10  2488.20 13/11/2018
## 930        10193              23    120.43               2  2769.89 21/11/2018
## 931        10206              30    119.38               8  3581.40 05/12/2018
## 932        10215              49    107.86               5  5285.14 29/01/2019
## 933        10228              31    102.63               4  3181.53 10/03/2019
## 934        10244              29    115.19               2  3340.51 29/04/2019
## 935        10257              37     84.82               2  3138.34 14/06/2019
## 936        10270              38    125.66              11  4775.08 19/07/2019
## 937        10280              29    103.67               4  3006.43 17/08/2019
## 938        10291              23    124.62              13  2866.26 08/09/2019
## 939        10304              26     85.87               8  2232.62 11/10/2019
## 940        10312              38    117.29               5  4457.02 21/10/2019
## 941        10322              48     47.04               7  2257.92 04/11/2019
## 942        10332              40     39.80              18  1592.00 17/11/2019
## 943        10347              45    109.96              11  4948.20 29/11/2019
## 944        10357              44    117.29               4  5160.76 10/12/2019
## 945        10369              21     94.22               5  1978.62 20/01/2020
## 946        10392              29     86.92               2  2520.68 10/03/2020
## 947        10423              21     84.82               2  1781.22 30/05/2020
## 948        10105              22    139.32              11  3065.04 11/02/2018
## 949        10117              26    136.59               5  3551.34 16/04/2018
## 950        10128              41    135.22               2  5544.02 06/06/2018
## 951        10142              47    128.39               8  6034.33 08/08/2018
## 952        10153              31    117.47               7  3641.57 28/09/2018
## 953        10166              43    161.18               2  6930.74 21/10/2018
## 954        10177              23    159.81               9  3675.63 07/11/2018
## 955        10185              28    122.93               9  3442.04 14/11/2018
## 956        10196              49    140.69               1  6893.81 26/11/2018
## 957        10208              24    109.27               9  2622.48 02/01/2019
## 958        10221              33    133.86               3  4417.38 18/02/2019
## 959        10232              22    163.91               6  3606.02 20/03/2019
## 960        10248              32    118.83              12  3802.56 07/05/2019
## 961        10273              40    125.66              13  5026.40 21/07/2019
## 962        10282              43    155.71               1  6695.53 20/08/2019
## 963        10293              24    117.47               4  2819.28 09/09/2019
## 964        10306              32    117.47               9  3759.04 14/10/2019
## 965        10314              20    136.59               1  2731.80 22/10/2019
## 966        10325              24     69.12               9  1658.88 05/11/2019
## 967        10336              48    120.38              12  5778.24 20/11/2019
## 968        10350              44    117.98               1  5191.12 02/12/2019
## 969        10372              28    137.96               3  3862.88 26/01/2020
## 970        10383              24     61.52               9  1476.48 22/02/2020
## 971        10396              33    159.81               2  5273.73 23/03/2020
## 972        10414              41    118.83              12  4872.03 06/05/2020
## 973        10104              23    198.13              13  4556.99 31/01/2018
## 974        10109              46    179.50               5  8257.00 10/03/2018
## 975        10114              48    171.03               4  8209.44 01/04/2018
## 976        10122              25    143.94               3  3598.50 08/05/2018
## 977        10127              22    174.42              15  3837.24 03/06/2018
## 978        10136              41    203.21               3  8331.61 04/07/2018
## 979        10141              34    142.25               9  4836.50 01/08/2018
## 980        10148              32    169.34              14  5418.88 11/09/2018
## 981        10151              21    177.81               7  3734.01 21/09/2018
## 982        10165              47    186.27              16  8754.69 22/10/2018
## 983        10171              39    140.55               3  5481.45 05/11/2018
## 984        10175              29    152.41               5  4419.89 06/11/2018
## 985        10181              45    140.55               7  6324.75 12/11/2018
## 986        10184              28    157.49              10  4409.72 14/11/2018
## 987        10192              26    150.71              12  3918.46 20/11/2018
## 988        10195              50    152.41              10  7620.50 25/11/2018
## 989        10203              48    172.73               1  8291.04 02/12/2018
## 990        10207              25    157.49              11  3937.25 09/12/2018
## 991        10212              40    138.86              11  5554.40 16/01/2019
## 992        10225              43    149.02               2  6407.86 22/02/2019
## 993        10229              22    189.66               5  4172.52 11/03/2019
## 994        10239              47    150.71               1  7083.37 12/04/2019
## 995        10246              36    198.13               9  7132.68 05/05/2019
## 996        10253              40    169.34               6  6773.60 01/06/2019
## 997        10259              27    135.47               8  3657.69 15/06/2019
## 998        10266              29    165.95               7  4812.55 06/07/2019
## 999        10271              20    196.43               9  3928.60 20/07/2019
## 1000       10278              42    152.41               7  6401.22 06/08/2019
## 1001       10281              25    167.65               5  4191.25 19/08/2019
## 1002       10287              36    162.57               5  5852.52 30/08/2019
## 1003       10292              21    135.47              12  2844.87 08/09/2019
## 1004       10301              23    174.42               9  4011.66 05/10/2018
## 1005       10305              37    201.51               9  7455.87 13/10/2019
## 1006       10310              48    186.27               3  8940.96 16/10/2019
## 1007       10313              25    182.89               3  4572.25 22/10/2019
## 1008       10321              33    172.73              11  5700.09 04/11/2019
## 1009       10324              27    116.87              12  3155.49 05/11/2019
## 1010       10331              27    154.47              11  4170.69 17/11/2019
## 1011       10334              20    143.94               3  2878.80 19/11/2019
## 1012       10342              30    167.65               4  5029.50 24/11/2019
## 1013       10349              48    154.10               6  7396.80 01/12/2019
## 1014       10358              32     93.49              12  2991.68 10/12/2019
## 1015       10366              34    184.58               1  6275.72 10/01/2020
## 1016       10370              27     56.85               9  1534.95 20/01/2020
## 1017       10377              39    186.27               3  7264.53 09/02/2020
## 1018       10383              47    146.15               6  6869.05 22/02/2020
## 1019       10394              22    152.41               5  3353.02 15/03/2020
## 1020       10405              55    150.71               1  8289.05 14/04/2020
## 1021       10412              60    198.13               9 11887.80 03/05/2020
## 1022       10419              35    169.34               6  5926.90 17/05/2020
## 1023       10425              28    135.47               8  3793.16 31/05/2020
## 1024       10105              38    113.95              13  4330.10 11/02/2018
## 1025       10117              21     95.80               7  2011.80 16/04/2018
## 1026       10128              41    117.98               4  4837.18 06/06/2018
## 1027       10142              22     97.81              10  2151.82 08/08/2018
## 1028       10153              29     88.74               9  2573.46 28/09/2018
## 1029       10165              50    106.89               1  5344.50 22/10/2018
## 1030       10177              29    105.88              11  3070.52 07/11/2018
## 1031       10185              49     80.67              11  3952.83 14/11/2018
## 1032       10196              35    101.85               3  3564.75 26/11/2018
## 1033       10208              48    116.97              11  5614.56 02/01/2019
## 1034       10221              23     80.67               5  1855.41 18/02/2019
## 1035       10232              48     95.80               8  4598.40 20/03/2019
## 1036       10248              42    121.01              14  5082.42 07/05/2019
## 1037       10273              47    115.97              15  5450.59 21/07/2019
## 1038       10282              36    115.97               3  4174.92 20/08/2019
## 1039       10293              22    109.92               6  2418.24 09/09/2019
## 1040       10306              40     91.76              11  3670.40 14/10/2019
## 1041       10314              23    107.90               3  2481.70 22/10/2019
## 1042       10326              32    118.99               6  3807.68 09/11/2019
## 1043       10336              21    106.21               7  2230.41 20/11/2019
## 1044       10350              41     93.04               2  3814.64 02/12/2019
## 1045       10372              25     84.71               5  2117.75 26/01/2020
## 1046       10383              26    128.48              12  3340.48 22/02/2020
## 1047       10396              24     89.75               4  2154.00 23/03/2020
## 1048       10414              48    121.01              14  5808.48 06/05/2020
## 1049       10108              26     68.35               9  1777.10 03/03/2018
## 1050       10122              21     73.17              13  1536.57 08/05/2018
## 1051       10135              45     78.00              10  3510.00 02/07/2018
## 1052       10147              36     86.04              10  3097.44 05/09/2018
## 1053       10169              32     70.76               5  2264.32 04/11/2018
## 1054       10181              30     82.82              17  2484.60 12/11/2018
## 1055       10191              36     94.88               6  3415.68 20/11/2018
## 1056       10203              33     86.04              11  2839.32 02/12/2018
## 1057       10211              35     78.00               5  2730.00 15/01/2019
## 1058       10225              37     95.69              12  3540.53 22/02/2019
## 1059       10238              41     73.17               6  2999.97 09/04/2019
## 1060       10252              20     76.39               2  1527.80 26/05/2019
## 1061       10265              45     86.84               2  3907.80 02/07/2019
## 1062       10276              38     69.96               6  2658.48 02/08/2019
## 1063       10287              43     70.76              15  3042.68 30/08/2019
## 1064       10300              49     78.80               8  3861.20 04/10/2018
## 1065       10310              27     80.41              13  2171.07 16/10/2019
## 1066       10319              46     73.98               1  3403.08 03/11/2019
## 1067       10329              38     59.10              10  2245.80 15/11/2019
## 1068       10342              25     66.74               5  1668.50 24/11/2019
## 1069       10363              46     60.30              10  2773.80 06/01/2020
## 1070       10378              22    112.00               4  2464.00 10/02/2020
## 1071       10390              40    137.29               9  5491.60 04/03/2020
## 1072       10103              46    104.17              16  4791.82 29/01/2018
## 1073       10126              38     82.34              16  3128.92 28/05/2018
## 1074       10139              30    103.18               5  3095.40 16/07/2018
## 1075       10149              42     94.25               2  3958.50 12/09/2018
## 1076       10163              43    116.08               6  4991.44 20/10/2018
## 1077       10173              29     95.24               4  2761.96 05/11/2018
## 1078       10182              33     86.31               1  2848.23 12/11/2018
## 1079       10193              32     79.37               5  2539.84 21/11/2018
## 1080       10206              28     87.30              11  2444.40 05/12/2018
## 1081       10215              41    111.12               8  4555.92 29/01/2019
## 1082       10227              33    111.12               1  3666.96 02/03/2019
## 1083       10244              36     84.33               5  3035.88 29/04/2019
## 1084       10257              26     89.29               5  2321.54 14/06/2019
## 1085       10280              34    102.19               7  3474.46 17/08/2019
## 1086       10290              26     96.23               2  2501.98 07/09/2019
## 1087       10304              38    104.17              11  3958.46 11/10/2019
## 1088       10312              33    107.15               8  3535.95 21/10/2019
## 1089       10323              33     91.27               2  3011.91 05/11/2019
## 1090       10347              26    102.19              12  2656.94 29/11/2019
## 1091       10357              25    104.17               3  2604.25 10/12/2019
## 1092       10369              45     73.08               4  3288.60 20/01/2020
## 1093       10382              50    178.71               7  8935.50 17/02/2020
## 1094       10392              36    112.11               1  4035.96 10/03/2020
## 1095       10423              21     89.29               5  1875.09 30/05/2020
## 1096       10108              29    139.64               8  4049.56 03/03/2018
## 1097       10122              21    117.59              12  2469.39 08/05/2018
## 1098       10135              42    129.35               9  5432.70 02/07/2018
## 1099       10147              37    119.06               9  4405.22 05/09/2018
## 1100       10169              36    123.47               4  4444.92 04/11/2018
## 1101       10181              22    154.34              16  3395.48 12/11/2018
## 1102       10191              23    148.46               5  3414.58 20/11/2018
## 1103       10203              32    160.22              10  5127.04 02/12/2018
## 1104       10211              28    133.76               4  3745.28 15/01/2019
## 1105       10225              27    169.04              11  4564.08 22/02/2019
## 1106       10238              49    133.76               5  6554.24 09/04/2019
## 1107       10252              41    164.63               1  6749.83 26/05/2019
## 1108       10265              49    171.98               1  8427.02 02/07/2019
## 1109       10276              30    130.82               5  3924.60 02/08/2019
## 1110       10287              40    169.04              14  6761.60 30/08/2019
## 1111       10300              23    164.63               7  3786.49 04/10/2018
## 1112       10310              49    127.88              12  6266.12 16/10/2019
## 1113       10320              25    139.64               5  3491.00 03/11/2019
## 1114       10330              37    119.06               3  4405.22 16/11/2019
## 1115       10342              55    119.06               7  6548.30 24/11/2019
## 1116       10355              23    138.17               7  3177.91 07/12/2019
## 1117       10363              24    172.61              11  4142.64 06/01/2020
## 1118       10378              43     96.49              10  4149.07 10/02/2020
## 1119       10390              50    147.94               1  7397.00 04/03/2020
## 1120       10109              47    132.80               2  6241.60 10/03/2018
## 1121       10123              34    156.82               4  5331.88 20/05/2018
## 1122       10137              31    165.30               4  5124.30 10/07/2018
## 1123       10148              28    129.98              11  3639.44 11/09/2018
## 1124       10161              36    154.00              10  5544.00 17/10/2018
## 1125       10172              48    114.44               8  5493.12 05/11/2018
## 1126       10181              39    148.34               4  5785.26 12/11/2018
## 1127       10192              45    118.68               9  5340.60 20/11/2018
## 1128       10204              35    163.88              15  5735.80 02/12/2018
## 1129       10212              45    141.28               8  6357.60 16/01/2019
## 1130       10226              46    159.65               6  7343.90 26/02/2019
## 1131       10240              37    161.06               1  5959.22 13/04/2019
## 1132       10253              31    129.98               3  4029.38 01/06/2019
## 1133       10266              33    152.58               4  5035.14 06/07/2019
## 1134       10278              31    132.80               4  4116.80 06/08/2019
## 1135       10287              27    159.65               2  4310.55 30/08/2019
## 1136       10301              39    165.30               6  6446.70 05/10/2018
## 1137       10311              32    113.02              11  3616.64 16/10/2019
## 1138       10321              28    151.17               8  4232.76 04/11/2019
## 1139       10331              26     67.91              12  1765.66 17/11/2019
## 1140       10343              44     84.88               2  3734.72 24/11/2019
## 1141       10367              46    104.53               6  4808.38 12/01/2020
## 1142       10379              32     70.83               4  2266.56 10/02/2020
## 1143       10406              65    161.06               1 10468.90 15/04/2020
## 1144       10419              43    129.98               3  5589.14 17/05/2020
## 1145       10108              43     67.77              12  2914.11 03/03/2018
## 1146       10122              35     49.74              16  1740.90 08/05/2018
## 1147       10135              45     50.36              13  2266.20 02/07/2018
## 1148       10146              47     67.14               2  3155.58 03/09/2018
## 1149       10169              38     68.39               8  2598.82 04/11/2018
## 1150       10180              21     50.36               3  1057.56 11/11/2018
## 1151       10191              43     72.74               9  3127.82 20/11/2018
## 1152       10211              46     54.09               8  2488.14 15/01/2019
## 1153       10224              38     58.44               1  2220.72 21/02/2019
## 1154       10237              26     52.22               1  1357.72 05/04/2019
## 1155       10252              31     52.84               5  1638.04 26/05/2019
## 1156       10264              48     54.71               3  2626.08 30/06/2019
## 1157       10276              33     50.36               9  1661.88 02/08/2019
## 1158       10286              38     57.20               1  2173.60 28/08/2019
## 1159       10299              39     55.95               3  2182.05 30/09/2019
## 1160       10310              42     67.14              16  2819.88 16/10/2019
## 1161       10319              44     59.06               4  2598.64 03/11/2019
## 1162       10330              29     69.63               2  2019.27 16/11/2019
## 1163       10342              26     55.95               8  1454.70 24/11/2019
## 1164       10355              31     53.47               1  1657.57 07/12/2019
## 1165       10363              32     89.12              12  2851.84 06/01/2020
## 1166       10378              28    164.63               9  4609.64 10/02/2020
## 1167       10390              36    141.11               2  5079.96 04/03/2020
## 1168       10403              36     52.22               1  1879.92 08/04/2020
## 1169       10106              41    116.46              17  4774.86 17/02/2018
## 1170       10119              27     99.52               8  2687.04 28/04/2018
## 1171       10130              33    103.75               1  3423.75 16/06/2018
## 1172       10143              34    101.64              12  3455.76 10/08/2018
## 1173       10155              29    124.93              10  3622.97 06/10/2018
## 1174       10167              34    105.87               6  3599.58 23/10/2018
## 1175       10178              48    112.22               9  5386.56 08/11/2018
## 1176       10186              46    106.93               6  4918.78 14/11/2018
## 1177       10197              22    115.40               3  2538.80 26/11/2018
## 1178       10222              45     85.75               9  3858.75 19/02/2019
## 1179       10249              46    121.75               5  5600.50 08/05/2019
## 1180       10262              34    120.69              14  4103.46 24/06/2019
## 1181       10273              50     85.75               1  4287.50 21/07/2019
## 1182       10283              46    125.99               3  5795.54 20/08/2019
## 1183       10296              22     84.70              12  1863.40 15/09/2019
## 1184       10307              48     86.81               6  4166.88 14/10/2019
## 1185       10316              47     86.81              14  4080.07 01/11/2019
## 1186       10328              34    112.22               6  3815.48 12/11/2019
## 1187       10338              45    122.81               2  5526.45 22/11/2019
## 1188       10351              20    168.73               2  3374.60 03/12/2019
## 1189       10373              50     60.49               6  3024.50 31/01/2020
## 1190       10386              22     57.55               6  1266.10 01/03/2020
## 1191       10398              45    106.93              17  4811.85 30/03/2020
## 1192       10400              58    125.99               6  7307.42 01/04/2020
## 1193       10415              51    121.75               5  6209.25 09/05/2020
## 1194       10104              38    140.75               3  5348.50 31/01/2018
## 1195       10117              22    126.39              12  2780.58 16/04/2018
## 1196       10127              25    137.88               5  3447.00 03/06/2018
## 1197       10142              24    157.98              15  3791.52 08/08/2018
## 1198       10152              35    129.26               1  4524.10 25/09/2018
## 1199       10165              28    119.20               6  3337.60 22/10/2018
## 1200       10176              36    153.67               5  5532.12 06/11/2018
## 1201       10185              39    130.69              16  5096.91 14/11/2018
## 1202       10196              27    168.04               8  4537.08 26/11/2018
## 1203       10207              40    153.67               1  6146.80 09/12/2018
## 1204       10220              50    165.16               5  8258.00 12/02/2019
## 1205       10230              42    172.34               3  7238.28 15/03/2019
## 1206       10247              48    140.75               5  6756.00 05/05/2019
## 1207       10272              25    149.36               5  3734.00 20/07/2019
## 1208       10282              31    150.80               8  4674.80 20/08/2019
## 1209       10292              44    162.29               2  7140.76 08/09/2019
## 1210       10306              23    156.55              16  3600.65 14/10/2019
## 1211       10314              29    145.06               8  4206.74 22/10/2019
## 1212       10324              49    109.79              13  5379.71 05/11/2019
## 1213       10337              36    157.76               3  5679.36 21/11/2019
## 1214       10349              34    129.26               5  4394.84 01/12/2019
## 1215       10358              25    101.13              13  2528.25 10/12/2019
## 1216       10372              48    146.49               6  7031.52 26/01/2020
## 1217       10383              38    140.55               1  5340.90 22/02/2020
## 1218       10394              37    172.34               1  6376.58 15/03/2020
## 1219       10413              49    140.75               5  6896.75 05/05/2020
## 1220       10100              22     86.51               4  1903.22 06/01/2018
## 1221       10110              28     89.27               8  2499.56 18/03/2018
## 1222       10124              36     85.59               7  3081.24 21/05/2018
## 1223       10148              34    105.83               1  3598.22 11/09/2018
## 1224       10173              21     75.46              14  1584.66 05/11/2018
## 1225       10182              36    109.52              11  3942.72 12/11/2018
## 1226       10193              24     97.55              15  2341.20 21/11/2018
## 1227       10204              29     85.59               5  2482.11 02/12/2018
## 1228       10213              38     94.79               1  3602.02 22/01/2019
## 1229       10227              34    104.91              11  3566.94 02/03/2019
## 1230       10241              42     90.19               3  3787.98 13/04/2019
## 1231       10280              35    105.83              17  3704.05 17/08/2019
## 1232       10288              35     80.99               6  2834.65 01/09/2019
## 1233       10302              38     89.27               2  3392.26 06/10/2018
## 1234       10311              41     81.91               1  3358.31 16/10/2019
## 1235       10332              50    146.20               2  7310.00 17/11/2019
## 1236       10344              21    104.91               4  2203.11 25/11/2019
## 1237       10367              43     62.72               8  2696.96 12/01/2020
## 1238       10380              32    105.52               1  3376.64 16/02/2020
## 1239       10407               6     90.19               3   541.14 22/04/2020
## 1240       10420              66     92.95               6  6134.70 29/05/2020
## 1241       10105              41     82.50              10  3382.50 11/02/2018
## 1242       10117              23     97.42               4  2240.66 16/04/2018
## 1243       10128              43     92.16               1  3962.88 06/06/2018
## 1244       10142              24     70.22               7  1685.28 08/08/2018
## 1245       10153              22     83.38               6  1834.36 28/09/2018
## 1246       10166              26     73.73               1  1916.98 21/10/2018
## 1247       10177              35     74.60               8  2611.00 07/11/2018
## 1248       10185              47     77.24               8  3630.28 14/11/2018
## 1249       10197              50    101.81              14  5090.50 26/11/2018
## 1250       10208              45     87.77               8  3949.65 02/01/2019
## 1251       10221              39     89.53               2  3491.67 18/02/2019
## 1252       10232              23     89.53               5  2059.19 20/03/2019
## 1253       10248              42     75.48              11  3170.16 07/05/2019
## 1254       10261              20     89.53               9  1790.60 17/06/2019
## 1255       10273              33     71.09              12  2345.97 21/07/2019
## 1256       10283              34    105.32              14  3580.88 20/08/2019
## 1257       10293              49    100.94               3  4946.06 09/09/2019
## 1258       10306              39     90.40               8  3525.60 14/10/2019
## 1259       10315              36    100.06               7  3602.16 29/10/2019
## 1260       10326              50     86.01               5  4300.50 09/11/2019
## 1261       10337              29    155.11               2  4498.19 21/11/2019
## 1262       10350              30    100.77               3  3023.10 02/12/2019
## 1263       10372              41     86.89               7  3562.49 26/01/2020
## 1264       10383              28     58.58               7  1640.24 22/02/2020
## 1265       10396              45    105.32               5  4739.40 23/03/2020
## 1266       10414              16     75.48              11  1207.68 06/05/2020
## 1267       10103              36    117.45               5  4228.20 29/01/2018
## 1268       10114              41    117.45               9  4815.45 01/04/2018
## 1269       10126              50    141.66               5  7083.00 28/05/2018
## 1270       10140              40    115.03               5  4601.20 24/07/2018
## 1271       10150              49    131.98               2  6467.02 19/09/2018
## 1272       10164              45    111.39               3  5012.55 21/10/2018
## 1273       10175              47    108.97              10  5121.59 06/11/2018
## 1274       10183              21    116.24               2  2441.04 13/11/2018
## 1275       10194              32    133.19               5  4262.08 25/11/2018
## 1276       10207              47    141.66              16  6658.02 09/12/2018
## 1277       10217              38    118.66               5  4509.08 04/02/2019
## 1278       10229              41    115.03              10  4716.23 11/03/2019
## 1279       10245              21    113.82               3  2390.22 04/05/2019
## 1280       10259              41    113.82              13  4666.62 15/06/2019
## 1281       10270              38    141.66               3  5383.08 19/07/2019
## 1282       10281              25     99.29              10  2482.25 19/08/2019
## 1283       10291              48    110.18               5  5288.64 08/09/2019
## 1284       10305              22     99.29              14  2184.38 13/10/2019
## 1285       10313              28    102.92               8  2881.76 22/10/2019
## 1286       10323              47    131.98               1  6203.06 05/11/2019
## 1287       10334              49    138.03               4  6763.47 19/11/2019
## 1288       10347              45    130.77               4  5884.65 29/11/2019
## 1289       10357              28    127.13               2  3559.64 10/12/2019
## 1290       10370              29     57.53               6  1668.37 20/01/2020
## 1291       10382              39    125.40               1  4890.60 17/02/2020
## 1292       10411              46    113.82               3  5235.72 01/05/2020
## 1293       10425              38    113.82              13  4325.16 31/05/2020
## 1294       10103              41     47.29               9  1938.89 29/01/2018
## 1295       10113              50     49.81               3  2490.50 26/03/2018
## 1296       10126              43     53.83               9  2314.69 28/05/2018
## 1297       10140              29     43.27               9  1254.83 24/07/2018
## 1298       10150              30     42.76               6  1282.80 19/09/2018
## 1299       10164              25     53.83               7  1345.75 21/10/2018
## 1300       10174              49     44.78               2  2194.22 06/11/2018
## 1301       10183              40     49.30               6  1972.00 13/11/2018
## 1302       10194              41     44.78               9  1835.98 25/11/2018
## 1303       10206              21     53.33               4  1119.93 05/12/2018
## 1304       10215              46     45.28               1  2082.88 29/01/2019
## 1305       10229              39     40.25              14  1569.75 11/03/2019
## 1306       10245              45     59.87               7  2694.15 04/05/2019
## 1307       10258              21     59.87               4  1257.27 15/06/2019
## 1308       10270              44     58.36               7  2567.84 19/07/2019
## 1309       10281              44     59.87              14  2634.28 19/08/2019
## 1310       10291              29     51.82               9  1502.78 08/09/2019
## 1311       10304              34     49.30               4  1676.20 11/10/2019
## 1312       10312              39     56.85               1  2217.15 21/10/2019
## 1313       10324              38    179.79               6  6832.02 05/11/2019
## 1314       10348              29    245.20               6  7110.80 01/11/2019
## 1315       10358              30    176.76               8  5302.80 10/12/2019
## 1316       10370              20    136.50               2  2730.00 20/01/2020
## 1317       10382              39    200.70               2  7827.30 17/02/2020
## 1318       10411              35     59.87               7  2095.45 01/05/2020
## 1319       10424              26     59.87               4  1556.62 31/05/2020
## 1320       10108              44    126.48              11  5565.12 03/03/2018
## 1321       10122              28    127.97              15  3583.16 08/05/2018
## 1322       10135              31    151.78              12  4705.18 02/07/2018
## 1323       10146              29    153.26               1  4444.54 03/09/2018
## 1324       10169              33    148.80               7  4910.40 04/11/2018
## 1325       10180              44    126.48               2  5565.12 11/11/2018
## 1326       10191              32    132.43               8  4237.76 20/11/2018
## 1327       10211              41    138.38               7  5673.58 15/01/2019
## 1328       10225              35    150.29              14  5260.15 22/02/2019
## 1329       10238              44    144.34               8  6350.96 09/04/2019
## 1330       10252              26    136.90               4  3559.40 26/05/2019
## 1331       10264              20    120.53               2  2410.60 30/06/2019
## 1332       10276              48    119.04               8  5713.92 02/08/2019
## 1333       10287              34    126.48              17  4300.32 30/08/2019
## 1334       10299              49    162.19               2  7947.31 30/09/2019
## 1335       10310              40    133.92              15  5356.80 16/10/2019
## 1336       10319              45    175.58               3  7901.10 03/11/2019
## 1337       10330              50    122.02               4  6101.00 16/11/2019
## 1338       10342              38    165.17              11  6276.46 24/11/2019
## 1339       10355              25    168.14               2  4203.50 07/12/2019
## 1340       10363              28     58.18              13  1629.04 06/01/2020
## 1341       10378              49     67.14               8  3289.86 10/02/2020
## 1342       10390              49    140.06               3  6862.94 04/03/2020
## 1343       10110              42     61.29               9  2574.18 18/03/2018
## 1344       10124              23     57.73               8  1327.79 21/05/2018
## 1345       10148              29     81.25               2  2356.25 11/09/2018
## 1346       10161              25     80.54               1  2013.50 17/10/2018
## 1347       10173              39     71.98              15  2807.22 05/11/2018
## 1348       10182              44     69.84              12  3072.96 12/11/2018
## 1349       10193              25     76.26              16  1906.50 21/11/2018
## 1350       10204              45     76.26               6  3431.70 02/12/2018
## 1351       10213              25     83.39               2  2084.75 22/01/2019
## 1352       10227              37     57.73              12  2136.01 02/03/2019
## 1353       10241              30     66.99               4  2009.70 13/04/2019
## 1354       10267              36     75.55               1  2719.80 07/07/2019
## 1355       10279              26     60.58               1  1575.08 09/08/2019
## 1356       10288              23     73.41               7  1688.43 01/09/2019
## 1357       10302              23     72.70               3  1672.10 06/10/2018
## 1358       10311              25     66.99               2  1674.75 16/10/2019
## 1359       10332              21    165.38               3  3472.98 17/11/2019
## 1360       10344              26     63.43               5  1649.18 25/11/2019
## 1361       10367              44     85.25               9  3751.00 12/01/2020
## 1362       10380              24    189.00               2  4536.00 16/02/2020
## 1363       10407              66     66.99               4  4421.34 22/04/2020
## 1364       10420              36     57.73               7  2078.28 29/05/2020
## 1365       10110              36     85.25              13  3069.00 18/03/2018
## 1366       10124              22     77.90              12  1713.80 21/05/2018
## 1367       10148              25     60.26               6  1506.50 11/09/2018
## 1368       10161              37     72.76               5  2692.12 17/10/2018
## 1369       10172              32     75.69               3  2422.08 05/11/2018
## 1370       10182              47     74.22              16  3488.34 12/11/2018
## 1371       10192              37     69.82               4  2583.34 20/11/2018
## 1372       10204              20     62.47              10  1249.40 02/12/2018
## 1373       10212              41     82.31               3  3374.71 16/01/2019
## 1374       10226              21     60.26               1  1265.46 26/02/2019
## 1375       10241              22     76.43               8  1681.46 13/04/2019
## 1376       10267              40     80.10               5  3204.00 07/07/2019
## 1377       10279              32     74.96               5  2398.72 09/08/2019
## 1378       10288              36     66.14              11  2381.04 01/09/2019
## 1379       10301              27     72.02               1  1944.54 05/10/2018
## 1380       10311              26     87.45               6  2273.70 16/10/2019
## 1381       10321              30     70.55               3  2116.50 04/11/2019
## 1382       10332              23     56.84               4  1307.32 17/11/2019
## 1383       10344              29     59.53               7  1726.37 25/11/2019
## 1384       10367              21     60.37              10  1267.77 12/01/2020
## 1385       10380              34    101.23               3  3441.82 16/02/2020
## 1386       10407              26     76.43               8  1987.18 22/04/2020
## 1387       10420              60     64.67              11  3880.20 29/05/2020
## 1388       10104              35     55.49               6  1942.15 31/01/2018
## 1389       10115              47     69.36               2  3259.92 04/04/2018
## 1390       10127              20     60.69               8  1213.80 03/06/2018
## 1391       10141              20     54.33               2  1086.60 01/08/2018
## 1392       10152              25     65.31               4  1632.75 25/09/2018
## 1393       10165              25     69.36               9  1734.00 22/10/2018
## 1394       10176              27     68.78               8  1857.06 06/11/2018
## 1395       10184              31     60.11               3  1863.41 14/11/2018
## 1396       10195              44     66.47               3  2924.68 25/11/2018
## 1397       10207              49     46.82               4  2294.18 09/12/2018
## 1398       10220              26     56.07               8  1457.82 12/02/2019
## 1399       10230              36     54.33               6  1955.88 15/03/2019
## 1400       10246              44     52.60               2  2314.40 05/05/2019
## 1401       10259              28     46.82               1  1310.96 15/06/2019
## 1402       10271              45     64.74               2  2913.30 20/07/2019
## 1403       10282              29     46.82              11  1357.78 20/08/2019
## 1404       10292              40     53.75               5  2150.00 08/09/2019
## 1405       10305              45     61.85               2  2783.25 13/10/2019
## 1406       10314              44     53.18              11  2339.92 22/10/2019
## 1407       10324              25     69.16              14  1729.00 05/11/2019
## 1408       10336              45    132.72               4  5972.40 20/11/2019
## 1409       10349              48     47.40               4  2275.20 01/12/2019
## 1410       10358              44     60.76              14  2673.44 10/12/2019
## 1411       10371              25     97.27              12  2431.75 23/01/2020
## 1412       10383              22     91.76               2  2018.72 22/02/2020
## 1413       10394              31     50.29               2  1558.99 15/03/2020
## 1414       10412              21     52.60               2  1104.60 03/05/2020
## 1415       10425              55     46.82               1  2575.10 31/05/2020
## 1416       10107              25    113.83               3  2845.75 24/02/2018
## 1417       10120              35     98.05               1  3431.75 29/04/2018
## 1418       10134              35     93.54               3  3273.90 01/07/2018
## 1419       10145              43     95.80               7  4119.40 25/08/2018
## 1420       10168              50    114.95               2  5747.50 28/10/2018
## 1421       10180              48    111.57              10  5355.36 11/11/2018
## 1422       10188              25    101.43               2  2535.75 18/11/2018
## 1423       10211              25     90.16              15  2254.00 15/01/2019
## 1424       10223              32     91.29               2  2921.28 20/02/2019
## 1425       10237              20    114.95               8  2299.00 05/04/2019
## 1426       10251              26    101.43               3  2637.18 18/05/2019
## 1427       10263              42    102.56               3  4307.52 28/06/2019
## 1428       10275              21    102.56               2  2153.76 23/07/2019
## 1429       10285              34    109.32               7  3716.88 27/08/2019
## 1430       10299              47    116.08              10  5455.76 30/09/2019
## 1431       10309              21    126.22               6  2650.62 15/10/2019
## 1432       10318              48    134.11               2  6437.28 02/11/2019
## 1433       10329              30     87.78               7  2633.40 15/11/2019
## 1434       10339              27     84.39              10  2278.53 23/11/2019
## 1435       10362              50     96.92               2  4846.00 05/01/2020
## 1436       10374              38    110.45               6  4197.10 02/02/2020
## 1437       10389              45    102.17               1  4597.65 03/03/2020
## 1438       10403              46    114.95               8  5287.70 08/04/2020
## 1439       10417              35    101.43               3  3550.05 13/05/2020
## 1440       10110              29     59.37              15  1721.73 18/03/2018
## 1441       10123              50     59.87               1  2993.50 20/05/2018
## 1442       10137              26     49.81               1  1295.06 10/07/2018
## 1443       10148              47     56.85               8  2671.95 11/09/2018
## 1444       10161              23     53.33               7  1226.59 17/10/2018
## 1445       10172              34     42.76               5  1453.84 05/11/2018
## 1446       10181              34     53.83               1  1830.22 12/11/2018
## 1447       10192              47     53.83               6  2530.01 20/11/2018
## 1448       10204              45     49.81              12  2241.45 02/12/2018
## 1449       10212              45     53.33               5  2399.85 16/01/2019
## 1450       10226              36     43.27               3  1557.72 26/02/2019
## 1451       10241              21     40.25              10   845.25 13/04/2019
## 1452       10266              28     48.30               1  1352.40 06/07/2019
## 1453       10278              35     45.28               1  1584.80 06/08/2019
## 1454       10288              50     52.32              13  2616.00 01/09/2019
## 1455       10301              22     51.32               3  1129.04 05/10/2018
## 1456       10311              45     49.30               8  2218.50 16/10/2019
## 1457       10321              48     42.26               5  2028.48 04/11/2019
## 1458       10332              20     87.96               5  1759.20 17/11/2019
## 1459       10343              27     36.21               6   977.67 24/11/2019
## 1460       10367              38     38.50              11  1463.00 12/01/2020
## 1461       10379              32    124.08               3  3970.56 10/02/2020
## 1462       10407              64     40.25              10  2576.00 22/04/2020
## 1463       10420              37     60.37              13  2233.69 29/05/2020
## 1464       10106              28     88.63               4  2481.64 17/02/2018
## 1465       10120              39    119.27              10  4651.53 29/04/2018
## 1466       10133              41     94.10               5  3858.10 27/06/2018
## 1467       10145              40     87.54              16  3501.60 25/08/2018
## 1468       10168              49    131.30              11  6433.70 28/10/2018
## 1469       10210              27     98.48               9  2658.96 12/01/2019
## 1470       10223              34    106.14              11  3608.76 20/02/2019
## 1471       10235              23     96.29               5  2214.67 02/04/2019
## 1472       10250              31     88.63               6  2747.53 11/05/2019
## 1473       10262              34     97.38               1  3310.92 24/06/2019
## 1474       10275              25     95.20              11  2380.00 23/07/2019
## 1475       10284              22    105.04               3  2310.88 21/08/2019
## 1476       10297              32    126.93               6  4061.76 16/09/2019
## 1477       10308              31    112.70               9  3493.70 15/10/2019
## 1478       10316              25    114.89               1  2872.25 01/11/2019
## 1479       10328              47     87.54              14  4114.38 12/11/2019
## 1480       10339              21     50.65               7  1063.65 23/11/2019
## 1481       10353              28     71.73               2  2008.44 04/12/2019
## 1482       10374              46     94.10               3  4328.60 02/02/2020
## 1483       10386              33     41.71              11  1376.43 01/03/2020
## 1484       10398              43    129.12              16  5552.16 30/03/2020
## 1485       10401              38     96.29               5  3659.02 03/04/2020
## 1486       10416              47     88.63               6  4165.61 10/05/2020
## 1487       10101              45     31.20               3  1404.00 09/01/2018
## 1488       10110              20     35.51               3   710.20 18/03/2018
## 1489       10124              45     37.84               2  1702.80 21/05/2018
## 1490       10149              36     33.19               7  1194.84 12/09/2018
## 1491       10173              31     31.53               9   977.43 05/11/2018
## 1492       10182              39     36.84               6  1436.76 12/11/2018
## 1493       10193              26     29.21              10   759.46 21/11/2018
## 1494       10205              32     37.17               5  1189.44 03/12/2018
## 1495       10214              20     34.19               3   683.80 26/01/2019
## 1496       10227              42     29.21               6  1226.82 02/03/2019
## 1497       10243              33     29.54               1   974.82 26/04/2019
## 1498       10280              20     28.88              12   577.60 17/08/2019
## 1499       10288              29     38.17               1  1106.93 01/09/2019
## 1500       10304              23     30.20              16   694.60 11/10/2019
## 1501       10312              39     29.54              13  1152.06 21/10/2019
## 1502       10322              20    131.20               3  2624.00 04/11/2019
## 1503       10332              45     81.91               6  3685.95 17/11/2019
## 1504       10344              20     35.18               6   703.60 25/11/2019
## 1505       10356              48    202.50               5  9720.00 09/12/2019
## 1506       10367              23     36.29              13   834.67 12/01/2020
## 1507       10380              32     70.56               4  2257.92 16/02/2020
## 1508       10391              33    252.87               8  8344.71 09/03/2020
## 1509       10409              61     29.54               1  1801.94 23/04/2020
## 1510       10420              45     26.88               1  1209.60 29/05/2020
## 1511       10107              38     83.03               7  3155.14 24/02/2018
## 1512       10120              34     83.79               5  2848.86 29/04/2018
## 1513       10134              43     83.03               7  3570.29 01/07/2018
## 1514       10145              47     83.03              11  3902.41 25/08/2018
## 1515       10158              22     67.03               1  1474.66 10/10/2018
## 1516       10168              29     75.41               6  2186.89 28/10/2018
## 1517       10180              28     68.55              14  1919.40 11/11/2018
## 1518       10188              40     91.40               6  3656.00 18/11/2018
## 1519       10210              30     61.70               4  1851.00 12/01/2019
## 1520       10223              38     69.31               6  2633.78 20/02/2019
## 1521       10236              36     87.60               3  3153.60 03/04/2019
## 1522       10250              32     87.60               1  2803.20 11/05/2019
## 1523       10263              37     62.46               7  2311.02 28/06/2019
## 1524       10275              30     79.98               6  2399.40 23/07/2019
## 1525       10285              39     70.08              11  2733.12 27/08/2019
## 1526       10297              32     65.51               1  2096.32 16/09/2019
## 1527       10308              47     63.22               4  2971.34 15/10/2019
## 1528       10318              26     86.83               6  2257.58 02/11/2019
## 1529       10329              37     94.43               4  3493.91 15/11/2019
## 1530       10340              55     79.98               8  4398.90 24/11/2019
## 1531       10363              21    171.22               8  3595.62 06/01/2020
## 1532       10375              23    106.23               9  2443.29 03/02/2020
## 1533       10389              49     81.40               2  3988.60 03/03/2020
## 1534       10402              59     87.60               3  5168.40 07/04/2020
## 1535       10416              32     87.60               1  2803.20 10/05/2020
## 1536       10105              43    147.47               9  6341.21 11/02/2018
## 1537       10117              41    126.58               3  5189.78 16/04/2018
## 1538       10129              45    133.95               9  6027.75 12/06/2018
## 1539       10142              33    102.00               6  3366.00 08/08/2018
## 1540       10153              40    136.41               5  5456.40 28/09/2018
## 1541       10167              33    115.52              16  3812.16 23/10/2018
## 1542       10177              50    121.66               7  6083.00 07/11/2018
## 1543       10185              30    105.69               7  3170.70 14/11/2018
## 1544       10197              41    110.60              13  4534.60 26/11/2018
## 1545       10208              35    122.89               7  4301.15 02/01/2019
## 1546       10221              49    138.87               1  6804.63 18/02/2019
## 1547       10232              46    122.89               4  5652.94 20/03/2019
## 1548       10248              48    145.01              10  6960.48 07/05/2019
## 1549       10261              36    125.35               8  4512.60 17/06/2019
## 1550       10273              22    126.58              11  2784.76 21/07/2019
## 1551       10283              42    126.58              13  5316.36 20/08/2019
## 1552       10293              21    140.09               2  2941.89 09/09/2019
## 1553       10306              29    110.60               7  3207.40 14/10/2019
## 1554       10315              35    120.43               6  4215.05 29/10/2019
## 1555       10326              41    105.69               4  4333.29 09/11/2019
## 1556       10337              29     71.97               4  2087.13 21/11/2019
## 1557       10350              34     50.33               7  1711.22 02/12/2019
## 1558       10372              37    105.69               8  3910.53 26/01/2020
## 1559       10396              49    116.75               6  5720.75 23/03/2020
## 1560       10414              23    145.01              10  3335.23 06/05/2020
## 1561       10101              46     53.76               2  2472.96 09/01/2018
## 1562       10110              39     44.35               2  1729.65 18/03/2018
## 1563       10124              22     45.25               1   995.50 21/05/2018
## 1564       10149              49     49.28               6  2414.72 12/09/2018
## 1565       10173              27     41.22               8  1112.94 05/11/2018
## 1566       10182              31     36.74               5  1138.94 12/11/2018
## 1567       10193              20     50.62               9  1012.40 21/11/2018
## 1568       10205              24     38.08               4   913.92 03/12/2018
## 1569       10214              49     47.94               2  2349.06 26/01/2019
## 1570       10227              24     48.38               5  1161.12 02/03/2019
## 1571       10244              39     45.25               9  1764.75 29/04/2019
## 1572       10255              37     45.70               2  1690.90 04/06/2019
## 1573       10280              45     47.49              11  2137.05 17/08/2019
## 1574       10289              45     48.38               4  2177.10 03/09/2019
## 1575       10304              44     39.42              15  1734.48 11/10/2019
## 1576       10312              23     37.63              12   865.49 21/10/2019
## 1577       10322              30    116.67               4  3500.10 04/11/2019
## 1578       10332              26     85.52              10  2223.52 17/11/2019
## 1579       10345              43     53.76               1  2311.68 25/11/2019
## 1580       10356              26     31.86               7   828.36 09/12/2019
## 1581       10367              28     30.59              12   856.52 12/01/2020
## 1582       10380              27     68.35               5  1845.45 16/02/2020
## 1583       10391              24    168.42               1  4042.08 09/03/2020
## 1584       10421              40     45.70               2  1828.00 29/05/2020
## 1585       10103              36    102.23               1  3680.28 29/01/2018
## 1586       10114              21    139.29               5  2925.09 01/04/2018
## 1587       10126              27    126.51               1  3415.77 28/05/2018
## 1588       10140              47    108.62               1  5105.14 24/07/2018
## 1589       10151              42    121.40               8  5098.80 21/09/2018
## 1590       10165              32    145.68              17  4661.76 22/10/2018
## 1591       10175              28    106.07               6  2969.96 06/11/2018
## 1592       10184              24    145.68              11  3496.32 14/11/2018
## 1593       10194              49    117.57               1  5760.93 25/11/2018
## 1594       10207              46    148.24              12  6819.04 09/12/2018
## 1595       10217              28    112.46               1  3148.88 04/02/2019
## 1596       10229              48    118.84               6  5704.32 11/03/2019
## 1597       10246              29    121.40              10  3520.60 05/05/2019
## 1598       10259              47    112.46               9  5285.62 15/06/2019
## 1599       10271              43    130.35              10  5605.05 20/07/2019
## 1600       10281              25    111.18               6  2779.50 19/08/2019
## 1601       10291              48    112.46               1  5398.08 08/09/2019
## 1602       10305              24    132.90              10  3189.60 13/10/2019
## 1603       10313              42    132.90               4  5581.80 22/10/2019
## 1604       10324              31    123.24               2  3820.44 05/11/2019
## 1605       10334              42    131.62               5  5528.04 19/11/2019
## 1606       10348              37    161.66               1  5981.42 01/11/2019
## 1607       10358              41    138.65               7  5684.65 10/12/2019
## 1608       10371              20    172.47               5  3449.40 23/01/2020
## 1609       10382              20    132.72               3  2654.40 17/02/2020
## 1610       10412              70    121.40              10  8498.00 03/05/2020
## 1611       10425              49    112.46               9  5510.54 31/05/2020
## 1612       10108              35     58.87              15  2060.45 03/03/2018
## 1613       10121              32     76.88               2  2460.16 07/05/2018
## 1614       10135              29     61.64              16  1787.56 02/07/2018
## 1615       10145              27     60.95               3  1645.65 25/08/2018
## 1616       10169              38     74.11              11  2816.18 04/11/2018
## 1617       10180              35     72.03               6  2521.05 11/11/2018
## 1618       10190              42     76.19               3  3199.98 19/11/2018
## 1619       10211              21     63.72              11  1338.12 15/01/2019
## 1620       10224              37     80.34               4  2972.58 21/02/2019
## 1621       10237              26     79.65               4  2070.90 05/04/2019
## 1622       10252              47     65.80               8  3092.60 26/05/2019
## 1623       10264              37     65.10               6  2408.70 30/06/2019
## 1624       10276              46     75.49              12  3472.54 02/08/2019
## 1625       10285              38     59.56               3  2263.28 27/08/2019
## 1626       10299              33     66.49               6  2194.17 30/09/2019
## 1627       10309              24     56.10               2  1346.40 15/10/2019
## 1628       10319              31     81.73               7  2533.63 03/11/2019
## 1629       10330              42     81.03               1  3403.26 16/11/2019
## 1630       10341              32    103.35               6  3307.20 24/11/2019
## 1631       10355              41     70.65               3  2896.65 07/12/2019
## 1632       10363              43     61.23              14  2632.89 06/01/2020
## 1633       10375              20    102.30              14  2046.00 03/02/2020
## 1634       10390              35     65.13               4  2279.55 04/03/2020
## 1635       10403              27     79.65               4  2150.55 08/04/2020
## 1636       10110              43     78.15              11  3360.45 18/03/2018
## 1637       10124              32     72.70              10  2326.40 21/05/2018
## 1638       10148              21     73.60               4  1545.60 11/09/2018
## 1639       10161              20    107.23               3  2144.60 17/10/2018
## 1640       10172              22     74.51               1  1639.22 05/11/2018
## 1641       10182              36     73.60              14  2649.60 12/11/2018
## 1642       10192              46     83.60               2  3845.60 20/11/2018
## 1643       10204              47     96.32               8  4527.04 02/12/2018
## 1644       10212              45     88.14               1  3966.30 16/01/2019
## 1645       10227              47     88.14              14  4142.58 02/03/2019
## 1646       10241              47     94.50               6  4441.50 13/04/2019
## 1647       10267              38     87.24               3  3315.12 07/07/2019
## 1648       10279              49     79.97               3  3918.53 09/08/2019
## 1649       10288              35     80.87               9  2830.45 01/09/2019
## 1650       10302              49    108.14               5  5298.86 06/10/2018
## 1651       10311              28     93.60               4  2620.80 16/10/2019
## 1652       10321              30     72.70               1  2181.00 04/11/2019
## 1653       10332              39     86.72               7  3382.08 17/11/2019
## 1654       10346              25    115.07               1  2876.75 29/11/2019
## 1655       10368              40    102.68               2  4107.20 19/01/2020
## 1656       10380              36     37.50               6  1350.00 16/02/2020
## 1657       10407              76     94.50               6  7182.00 22/04/2020
## 1658       10420              39    100.87               9  3933.93 29/05/2020
## 1659       10104              44     39.60              10  1742.40 31/01/2018
## 1660       10114              24     30.06               1   721.44 01/04/2018
## 1661       10127              39     38.19              12  1489.41 03/06/2018
## 1662       10141              21     42.43               6   891.03 01/08/2018
## 1663       10151              30     40.31               4  1209.30 21/09/2018
## 1664       10165              27     31.82              13   859.14 22/10/2018
## 1665       10175              37     31.12               2  1151.44 06/11/2018
## 1666       10184              42     31.82               7  1336.44 14/11/2018
## 1667       10195              32     28.29               7   905.28 25/11/2018
## 1668       10207              42     29.70               8  1247.40 09/12/2018
## 1669       10219              21     40.31               3   846.51 10/02/2019
## 1670       10229              33     32.88               2  1085.04 11/03/2019
## 1671       10246              49     36.07               6  1767.43 05/05/2019
## 1672       10259              31     33.24               5  1030.44 15/06/2019
## 1673       10271              38     41.72               6  1585.36 20/07/2019
## 1674       10281              20     40.66               2   813.20 19/08/2019
## 1675       10292              39     30.06               9  1172.34 08/09/2019
## 1676       10305              48     31.47               6  1510.56 13/10/2019
## 1677       10314              39     37.13              15  1448.07 22/10/2019
## 1678       10324              30    111.27               9  3338.10 05/11/2019
## 1679       10335              33     37.13               2  1225.29 19/11/2019
## 1680       10349              36     37.13               3  1336.68 01/12/2019
## 1681       10358              36     82.94               4  2985.84 10/12/2019
## 1682       10371              45    123.24               8  5545.80 23/01/2020
## 1683       10383              40    152.24               3  6089.60 22/02/2020
## 1684       10394              46     38.90               6  1789.40 15/03/2020
## 1685       10412              30     36.07               6  1082.10 03/05/2020
## 1686       10425              31     33.24               5  1030.44 31/05/2020
## 1687       10106              49     74.68              13  3659.32 17/02/2018
## 1688       10119              41     59.60               4  2443.60 28/04/2018
## 1689       10131              35     67.14               5  2349.90 16/06/2018
## 1690       10143              27     60.97               8  1646.19 10/08/2018
## 1691       10155              23     72.62               6  1670.26 06/10/2018
## 1692       10167              21     69.88               2  1467.48 23/10/2018
## 1693       10178              34     80.84               5  2748.56 08/11/2018
## 1694       10186              22     69.20               2  1522.40 14/11/2018
## 1695       10198              48     67.82               5  3255.36 27/11/2018
## 1696       10222              32     81.53               5  2608.96 19/02/2019
## 1697       10249              20     67.82               1  1356.40 08/05/2019
## 1698       10262              24     67.14              10  1611.36 24/06/2019
## 1699       10274              40     65.08               2  2603.20 21/07/2019
## 1700       10284              30     73.99              12  2219.70 21/08/2019
## 1701       10296              21     71.25               8  1496.25 15/09/2019
## 1702       10307              25     75.36               2  1884.00 14/10/2019
## 1703       10316              34     63.71              10  2166.14 01/11/2019
## 1704       10328              48     58.92               1  2828.16 12/11/2019
## 1705       10339              55    112.99              12  6214.45 23/11/2019
## 1706       10351              25     74.68               5  1867.00 03/12/2019
## 1707       10373              38     70.44               7  2676.72 31/01/2020
## 1708       10386              39     55.96               1  2182.44 01/03/2020
## 1709       10398              28     57.55               3  1611.40 30/03/2020
## 1710       10400              24     61.66               2  1479.84 01/04/2020
## 1711       10415              21     67.82               1  1424.22 09/05/2020
## 1712       10110              46    129.18              10  5942.28 18/03/2018
## 1713       10124              25     93.95               9  2348.75 21/05/2018
## 1714       10148              34    129.18               3  4392.12 11/09/2018
## 1715       10161              25    110.39               2  2759.75 17/10/2018
## 1716       10173              23    118.61              16  2728.03 05/11/2018
## 1717       10182              20    119.79              13  2395.80 12/11/2018
## 1718       10192              23    132.71               1  3052.33 20/11/2018
## 1719       10204              42    101.00               7  4242.00 02/12/2018
## 1720       10213              27    103.35               3  2790.45 22/01/2019
## 1721       10227              33    131.53              13  4340.49 02/03/2019
## 1722       10241              28     98.65               5  2762.20 13/04/2019
## 1723       10267              43    108.04               2  4645.72 07/07/2019
## 1724       10279              48    116.27               2  5580.96 09/08/2019
## 1725       10288              48    136.23               8  6539.04 01/09/2019
## 1726       10302              45    123.31               4  5548.95 06/10/2018
## 1727       10311              43    106.87               3  4595.41 16/10/2019
## 1728       10332              44     42.26              11  1859.44 17/11/2019
## 1729       10346              24     87.24               5  2093.76 29/11/2019
## 1730       10368              31    136.23               5  4223.13 19/01/2020
## 1731       10380              44     36.29               7  1596.76 16/02/2020
## 1732       10407              59     98.65               5  5820.35 22/04/2020
## 1733       10420              55     96.30               8  5296.50 29/05/2020
## 1734       10109              29     32.10               6   930.90 10/03/2018
## 1735       10122              39     30.96               4  1207.44 08/05/2018
## 1736       10135              20     35.87               1   717.40 02/07/2018
## 1737       10147              25     42.67               1  1066.75 05/09/2018
## 1738       10171              36     35.49               4  1277.64 05/11/2018
## 1739       10181              37     42.67               8  1578.79 12/11/2018
## 1740       10192              30     30.59              13   917.70 20/11/2018
## 1741       10203              21     37.00               2   777.00 02/12/2018
## 1742       10212              34     43.42              12  1476.28 16/01/2019
## 1743       10225              42     36.63               3  1538.46 22/02/2019
## 1744       10239              20     44.56               2   891.20 12/04/2019
## 1745       10253              40     42.67               7  1706.80 01/06/2019
## 1746       10266              34     40.40               8  1373.60 06/07/2019
## 1747       10278              31     38.89               8  1205.59 06/08/2019
## 1748       10287              36     39.65               6  1427.40 30/08/2019
## 1749       10301              48     34.36              10  1649.28 05/10/2018
## 1750       10310              33     41.91               4  1383.03 16/10/2019
## 1751       10321              37     33.23              12  1229.51 04/11/2019
## 1752       10331              27     42.24              13  1140.48 17/11/2019
## 1753       10342              39     40.40               9  1575.60 24/11/2019
## 1754       10355              36     38.52               4  1386.72 07/12/2019
## 1755       10367              36    139.40               2  5018.40 12/01/2020
## 1756       10378              41    142.85               7  5856.85 10/02/2020
## 1757       10390              37    132.29               5  4894.73 04/03/2020
## 1758       10405              47     44.56               2  2094.32 14/04/2020
## 1759       10419              15     42.67               7   640.05 17/05/2020
## 1760       10105              44     72.58               4  3193.52 11/02/2018
## 1761       10119              35     87.62              13  3066.70 28/04/2018
## 1762       10129              41     94.71               4  3883.11 12/06/2018
## 1763       10142              49     98.25               1  4814.25 08/08/2018
## 1764       10154              31     91.17               2  2826.27 02/10/2018
## 1765       10167              20     79.66              11  1593.20 23/10/2018
## 1766       10177              45     72.58               2  3266.10 07/11/2018
## 1767       10185              33     74.35               2  2453.55 14/11/2018
## 1768       10197              47     83.20               8  3910.40 26/11/2018
## 1769       10208              20     89.40               2  1788.00 02/01/2019
## 1770       10222              47     70.81              14  3328.07 19/02/2019
## 1771       10233              40     94.71               2  3788.40 29/03/2019
## 1772       10248              30    101.79               5  3053.70 07/05/2019
## 1773       10261              22     91.17               3  2005.74 17/06/2019
## 1774       10273              27    103.56               6  2796.12 21/07/2019
## 1775       10283              34     92.94               8  3159.96 20/08/2019
## 1776       10295              46     84.97               3  3908.62 10/09/2019
## 1777       10306              31     84.08               2  2606.48 14/10/2019
## 1778       10315              24     86.74               1  2081.76 29/10/2019
## 1779       10326              41     85.85               3  3519.85 09/11/2019
## 1780       10339              55    195.60              13 10758.00 23/11/2019
## 1781       10350              30    100.70               9  3021.00 02/12/2019
## 1782       10373              33     57.32              12  1891.56 31/01/2020
## 1783       10396              27     83.20               7  2246.40 23/03/2020
## 1784       10414              60    101.79               5  6107.40 06/05/2020
## 1785       10110              27     73.62              12  1987.74 18/03/2018
## 1786       10124              49     83.04              11  4068.96 21/05/2018
## 1787       10148              31     73.62               5  2282.22 11/09/2018
## 1788       10161              20     77.05               4  1541.00 17/10/2018
## 1789       10172              24     81.33               2  1951.92 05/11/2018
## 1790       10182              33     94.17              15  3107.61 12/11/2018
## 1791       10192              32     72.77               3  2328.64 20/11/2018
## 1792       10204              40     79.62               9  3184.80 02/12/2018
## 1793       10212              27     79.62               2  2149.74 16/01/2019
## 1794       10227              40     79.62              15  3184.80 02/03/2019
## 1795       10241              26     81.33               7  2114.58 13/04/2019
## 1796       10267              44     96.74               4  4256.56 07/07/2019
## 1797       10279              33     71.06               4  2344.98 09/08/2019
## 1798       10288              34     68.49              10  2328.66 01/09/2019
## 1799       10302              48     74.48               6  3575.04 06/10/2018
## 1800       10311              25     83.04               5  2076.00 16/10/2019
## 1801       10321              39     84.75               2  3305.25 04/11/2019
## 1802       10332              45     34.19              12  1538.55 17/11/2019
## 1803       10346              24    138.58               2  3325.92 29/11/2019
## 1804       10368              46     79.62               1  3662.52 19/01/2020
## 1805       10380              44     79.06               9  3478.64 16/02/2020
## 1806       10407              13     81.33               7  1057.29 22/04/2020
## 1807       10420              35     96.74              10  3385.90 29/05/2020
## 1808       10108              30     63.07               5  1892.10 03/03/2018
## 1809       10122              34     50.21               9  1707.14 08/05/2018
## 1810       10135              27     66.13               6  1785.51 02/07/2018
## 1811       10147              30     68.58               6  2057.40 05/09/2018
## 1812       10169              34     50.21               1  1707.14 04/11/2018
## 1813       10181              23     65.52              13  1506.96 12/11/2018
## 1814       10191              48     60.01               2  2880.48 20/11/2018
## 1815       10203              34     64.90               7  2206.60 02/12/2018
## 1816       10211              48     48.98               1  2351.04 15/01/2019
## 1817       10225              24     50.21               8  1205.04 22/02/2019
## 1818       10238              47     62.45               2  2935.15 09/04/2019
## 1819       10253              24     52.66              12  1263.84 01/06/2019
## 1820       10266              47     62.45              13  2935.15 06/07/2019
## 1821       10276              20     61.23               2  1224.60 02/08/2019
## 1822       10287              20     67.97              11  1359.40 30/08/2019
## 1823       10300              31     58.78               4  1822.18 04/10/2018
## 1824       10310              38     56.94               9  2163.72 16/10/2019
## 1825       10320              26     61.23               2  1591.98 03/11/2019
## 1826       10331              25    123.14               9  3078.50 17/11/2019
## 1827       10342              48     62.45              10  2997.60 24/11/2019
## 1828       10355              44     62.45               6  2747.80 07/12/2019
## 1829       10363              21    116.56              15  2447.76 06/01/2020
## 1830       10378              46     41.54               6  1910.84 10/02/2020
## 1831       10390              46     52.84               6  2430.64 04/03/2020
## 1832       10419              55     52.66              12  2896.30 17/05/2020
## 1833       10106              31     52.60              14  1630.60 17/02/2018
## 1834       10119              20     72.98               5  1459.60 28/04/2018
## 1835       10131              29     59.18               6  1716.22 16/06/2018
## 1836       10143              33     77.59               9  2560.47 10/08/2018
## 1837       10155              34     55.89               7  1900.26 06/10/2018
## 1838       10167              32     63.12               3  2019.84 23/10/2018
## 1839       10178              27     73.64               6  1988.28 08/11/2018
## 1840       10186              21     69.04               3  1449.84 14/11/2018
## 1841       10198              27     71.67               6  1935.09 27/11/2018
## 1842       10222              43     70.35               6  3025.05 19/02/2019
## 1843       10249              25     69.70               2  1742.50 08/05/2019
## 1844       10262              46     70.35              11  3236.10 24/06/2019
## 1845       10274              24     72.33               3  1735.92 21/07/2019
## 1846       10284              39     71.67              13  2795.13 21/08/2019
## 1847       10296              31     53.92               9  1671.52 15/09/2019
## 1848       10307              22     71.67               3  1576.74 14/10/2019
## 1849       10316              47     76.93              11  3615.71 01/11/2019
## 1850       10328              20     72.98               2  1459.60 12/11/2019
## 1851       10339              29     99.69              14  2891.01 23/11/2019
## 1852       10351              38     68.38               4  2598.44 03/12/2019
## 1853       10361              34    113.88               6  3871.92 17/12/2019
## 1854       10373              46     66.00              11  3036.00 31/01/2020
## 1855       10386              35     63.76               9  2231.60 01/03/2020
## 1856       10398              34     71.67              13  2436.78 30/03/2020
## 1857       10400              38     57.20               3  2173.60 01/04/2020
## 1858       10415              18     69.70               2  1254.60 09/05/2020
## 1859       10110              37    100.66              14  3724.42 18/03/2018
## 1860       10124              43    121.00              13  5203.00 21/05/2018
## 1861       10148              27    128.50               7  3469.50 11/09/2018
## 1862       10161              30    104.94               6  3148.20 17/10/2018
## 1863       10172              22     98.51               4  2167.22 05/11/2018
## 1864       10182              49    127.43              17  6244.07 12/11/2018
## 1865       10192              46    121.00               5  5566.00 20/11/2018
## 1866       10204              48     91.02              11  4368.96 02/12/2018
## 1867       10212              46     87.81               4  4039.26 16/01/2019
## 1868       10226              48     92.09               2  4420.32 26/02/2019
## 1869       10241              27     86.73               9  2341.71 13/04/2019
## 1870       10267              43    118.86               6  5110.98 07/07/2019
## 1871       10279              48    128.50               6  6168.00 09/08/2019
## 1872       10288              41    118.86              12  4873.26 01/09/2019
## 1873       10301              22     96.37               2  2120.14 05/10/2018
## 1874       10311              46     92.09               7  4236.14 16/10/2019
## 1875       10321              21     89.95               4  1888.95 04/11/2019
## 1876       10332              31     37.18              13  1152.58 17/11/2019
## 1877       10346              26     95.88               6  2492.88 29/11/2019
## 1878       10368              20     99.58               4  1991.60 19/01/2020
## 1879       10380              34    116.27              11  3953.18 16/02/2020
## 1880       10407              43     86.73               9  3729.39 22/04/2020
## 1881       10420              26    100.66              12  2617.16 29/05/2020
## 1882       10105              50     79.67               1  3983.50 11/02/2018
## 1883       10119              35     90.57              10  3169.95 28/04/2018
## 1884       10129              50     77.99               1  3899.50 12/06/2018
## 1885       10143              23     80.51              14  1851.73 10/08/2018
## 1886       10155              37     67.93              12  2513.41 06/10/2018
## 1887       10167              29     83.86               8  2431.94 23/10/2018
## 1888       10178              21     72.12              11  1514.52 08/11/2018
## 1889       10186              36     85.54               8  3079.44 14/11/2018
## 1890       10197              22     86.38               5  1900.36 26/11/2018
## 1891       10222              46     80.51              11  3703.46 19/02/2019
## 1892       10248              23     76.31               2  1755.13 07/05/2019
## 1893       10262              49     87.21              16  4273.29 24/06/2019
## 1894       10273              48     83.02               3  3984.96 21/07/2019
## 1895       10283              33     72.96               5  2407.68 20/08/2019
## 1896       10296              22     77.15              14  1697.30 15/09/2019
## 1897       10307              22     91.41               8  2011.02 14/10/2019
## 1898       10316              25     92.25              16  2306.25 01/11/2019
## 1899       10326              20     92.25               2  1845.00 09/11/2019
## 1900       10339              42     59.36              16  2493.12 23/11/2019
## 1901       10350              25     60.34              10  1508.50 02/12/2019
## 1902       10373              23    104.10              10  2394.30 31/01/2020
## 1903       10385              37     85.54               2  3164.98 28/02/2020
## 1904       10396              37     90.57               8  3351.09 23/03/2020
## 1905       10400              42     72.96               8  3064.32 01/04/2020
## 1906       10414              51     76.31               2  3891.81 06/05/2020
## 1907       10108              40    136.22               1  5448.80 03/03/2018
## 1908       10122              43    127.79               5  5494.97 08/05/2018
## 1909       10135              47    134.81               2  6336.07 02/07/2018
## 1910       10147              23    126.39               2  2906.97 05/09/2018
## 1911       10170              34    112.34               1  3819.56 04/11/2018
## 1912       10181              25    154.47               9  3861.75 12/11/2018
## 1913       10192              45    140.43              14  6319.35 20/11/2018
## 1914       10203              47    148.86               3  6996.42 02/12/2018
## 1915       10212              49    141.83              13  6949.67 16/01/2019
## 1916       10225              40    113.75               4  4550.00 22/02/2019
## 1917       10239              29    154.47               3  4479.63 12/04/2019
## 1918       10253              39    132.00               8  5148.00 01/06/2019
## 1919       10266              24    122.17               9  2932.08 06/07/2019
## 1920       10278              25    126.39               9  3159.75 06/08/2019
## 1921       10287              36    119.37               7  4297.32 30/08/2019
## 1922       10301              50    154.47              11  7723.50 05/10/2018
## 1923       10310              45    122.17               5  5497.65 16/10/2019
## 1924       10321              26    155.88              13  4052.88 04/11/2019
## 1925       10331              21    149.33               1  3135.93 17/11/2019
## 1926       10342              42    119.37               6  5013.54 24/11/2019
## 1927       10355              32    165.71               8  5302.72 07/12/2019
## 1928       10363              31     94.58               1  2931.98 06/01/2020
## 1929       10378              33     53.27               3  1757.91 10/02/2020
## 1930       10390              45    150.29               8  6763.05 04/03/2020
## 1931       10405              76    154.47               3 11739.70 14/04/2020
## 1932       10419              70    132.00               8  9240.00 17/05/2020
## 1933       10106              50     64.83              11  3241.50 17/02/2018
## 1934       10119              28     70.29               2  1968.12 28/04/2018
## 1935       10131              50     81.89               3  4094.50 16/06/2018
## 1936       10143              28     66.19               6  1853.32 10/08/2018
## 1937       10155              44     77.11               4  3392.84 06/10/2018
## 1938       10168              27     73.02              18  1971.54 28/10/2018
## 1939       10178              30     72.33               3  2169.90 08/11/2018
## 1940       10198              43     66.19               3  2846.17 27/11/2018
## 1941       10210              29     69.60              16  2018.40 12/01/2019
## 1942       10222              48     56.64               3  2718.72 19/02/2019
## 1943       10235              33     60.05              12  1981.65 02/04/2019
## 1944       10250              40     75.06              13  3002.40 11/05/2019
## 1945       10262              48     61.42               8  2948.16 24/06/2019
## 1946       10275              41     81.89              18  3357.49 23/07/2019
## 1947       10284              21     55.96              10  1175.16 21/08/2019
## 1948       10296              32     71.65               6  2292.80 15/09/2019
## 1949       10308              43     76.43              16  3286.49 15/10/2019
## 1950       10316              30     77.79               8  2333.70 01/11/2019
## 1951       10328              35     76.43               3  2675.05 12/11/2019
## 1952       10339              45     96.92              11  4361.40 23/11/2019
## 1953       10351              34     59.37               3  2018.58 03/12/2019
## 1954       10361              26    142.73               7  3710.98 17/12/2019
## 1955       10373              39     73.00              13  2847.00 31/01/2020
## 1956       10386              41     73.32              12  3006.12 01/03/2020
## 1957       10398              41     68.24               2  2797.84 30/03/2020
## 1958       10401              64     60.05              12  3843.20 03/04/2020
## 1959       10416              18     75.06              13  1351.08 10/05/2020
## 1960       10100              49     34.47               1  1689.03 06/01/2018
## 1961       10110              48     34.47               5  1654.56 18/03/2018
## 1962       10124              46     33.23               4  1528.58 21/05/2018
## 1963       10149              26     38.98               9  1013.48 12/09/2018
## 1964       10173              35     33.23              11  1163.05 05/11/2018
## 1965       10182              23     42.26               8   971.98 12/11/2018
## 1966       10193              22     41.03              12   902.66 21/11/2018
## 1967       10204              39     33.23               2  1295.97 02/12/2018
## 1968       10214              44     34.88               5  1534.72 26/01/2019
## 1969       10227              27     43.90               8  1185.30 02/03/2019
## 1970       10242              46     36.93               1  1698.78 20/04/2019
## 1971       10280              33     41.85              14  1381.05 17/08/2019
## 1972       10288              33     40.62               3  1340.46 01/09/2019
## 1973       10303              24     40.21               1   965.04 06/10/2019
## 1974       10312              31     35.29              15  1093.99 21/10/2019
## 1975       10332              41     77.24              14  3166.84 17/11/2019
## 1976       10346              22     97.44               4  2143.68 29/11/2019
## 1977       10368              46     37.34               3  1717.64 19/01/2020
## 1978       10380              43     95.03              12  4086.29 16/02/2020
## 1979       10408              15     36.93               1   553.95 22/04/2020
## 1980       10420              15     43.49               3   652.35 29/05/2020
## 1981       10104              26    112.37               5  2921.62 31/01/2018
## 1982       10115              44    126.56               1  5568.64 04/04/2018
## 1983       10127              20     96.99               7  1939.80 03/06/2018
## 1984       10141              40     94.62               1  3784.80 01/08/2018
## 1985       10152              23    121.83               3  2802.09 25/09/2018
## 1986       10165              24     99.36               8  2384.64 22/10/2018
## 1987       10176              29    100.54               7  2915.66 06/11/2018
## 1988       10184              49    118.28               2  5795.72 14/11/2018
## 1989       10195              34    108.82               2  3699.88 25/11/2018
## 1990       10207              28    106.45               3  2980.60 09/12/2018
## 1991       10220              37    136.02               7  5032.74 12/02/2019
## 1992       10230              45    105.27               5  4737.15 15/03/2019
## 1993       10246              46    137.20               1  6311.20 05/05/2019
## 1994       10271              22    139.57               1  3070.54 20/07/2019
## 1995       10282              39    123.01              10  4797.39 20/08/2019
## 1996       10292              27    141.94               4  3832.38 08/09/2019
## 1997       10305              36    128.93               1  4641.48 13/10/2019
## 1998       10314              38    105.27              10  4000.26 22/10/2019
## 1999       10325              44    121.04               5  5325.76 05/11/2019
## 2000       10336              31    148.99               5  4618.69 20/11/2019
## 2001       10349              23    138.39               2  3182.97 01/12/2019
## 2002       10359              22    118.32               7  2603.04 15/12/2019
## 2003       10371              28     50.32               9  1408.96 23/01/2020
## 2004       10383              21     93.91               4  1972.11 22/02/2020
## 2005       10394              37    140.75               7  5207.75 15/03/2020
## 2006       10412              31    137.20               1  4253.20 03/05/2020
## 2007       10103              25    114.92              15  2873.00 29/01/2018
## 2008       10126              34    105.18              15  3576.12 28/05/2018
## 2009       10139              29    112.97               4  3276.13 16/07/2018
## 2010       10149              20     90.57               1  1811.40 12/09/2018
## 2011       10163              42     91.55               5  3845.10 20/10/2018
## 2012       10173              22    116.87               3  2571.14 05/11/2018
## 2013       10183              47    107.13              12  5035.11 13/11/2018
## 2014       10193              20    113.95               4  2279.00 21/11/2018
## 2015       10206              33     97.39              10  3213.87 05/12/2018
## 2016       10215              39     90.57               7  3532.23 29/01/2019
## 2017       10228              33    103.23               6  3406.59 10/03/2019
## 2018       10244              40     86.68               4  3467.20 29/04/2019
## 2019       10257              46     78.89               4  3628.94 14/06/2019
## 2020       10269              48     97.39               2  4674.72 16/07/2019
## 2021       10280              21     78.89               6  1656.69 17/08/2019
## 2022       10290              45    114.92               1  5171.40 07/09/2019
## 2023       10304              33    101.29              10  3342.57 11/10/2019
## 2024       10312              44    111.02               7  4884.88 21/10/2019
## 2025       10324              33    189.93               3  6267.69 05/11/2019
## 2026       10348              39     50.31               2  1962.09 01/11/2019
## 2027       10358              41    167.00               6  6847.00 10/12/2019
## 2028       10369              40     86.92               3  3476.80 20/01/2020
## 2029       10382              33    139.17               4  4592.61 17/02/2020
## 2030       10423              28     78.89               4  2208.92 30/05/2020
## 2031       10106              26     63.76               3  1657.76 17/02/2018
## 2032       10120              29     85.49               9  2479.21 29/04/2018
## 2033       10133              46     77.52               4  3565.92 27/06/2018
## 2034       10145              33     84.77              15  2797.41 25/08/2018
## 2035       10168              48     78.25              10  3756.00 28/10/2018
## 2036       10210              40     71.00               8  2840.00 12/01/2019
## 2037       10223              23     74.62              10  1716.26 20/02/2019
## 2038       10235              40     81.14               4  3245.60 02/04/2019
## 2039       10250              37     74.62               5  2760.94 11/05/2019
## 2040       10263              24     75.35              11  1808.40 28/06/2019
## 2041       10275              27     62.31              10  1682.37 23/07/2019
## 2042       10284              21     71.00               2  1491.00 21/08/2019
## 2043       10297              23     72.45               5  1666.35 16/09/2019
## 2044       10308              44     83.32               8  3666.08 15/10/2019
## 2045       10317              35     83.32               1  2916.20 02/11/2019
## 2046       10328              43     60.86               4  2616.98 12/11/2019
## 2047       10340              40     84.77               1  3390.80 24/11/2019
## 2048       10353              35     89.90               3  3146.50 04/12/2019
## 2049       10361              25     62.46               1  1561.50 17/12/2019
## 2050       10375              43    233.48               2 10039.60 03/02/2020
## 2051       10386              50     63.34               8  3167.00 01/03/2020
## 2052       10398              45     78.25              14  3521.25 30/03/2020
## 2053       10401              52     81.14               4  4219.28 03/04/2020
## 2054       10416              48     74.62               5  3581.76 10/05/2020
## 2055       10108              31     68.71              10  2130.01 03/03/2018
## 2056       10122              29     71.14              14  2063.06 08/05/2018
## 2057       10135              23     87.31              11  2008.13 02/07/2018
## 2058       10147              31     64.67              11  2004.77 05/09/2018
## 2059       10169              24     94.58               6  2269.92 04/11/2018
## 2060       10180              28     71.14               1  1991.92 11/11/2018
## 2061       10191              44     66.29               7  2916.76 20/11/2018
## 2062       10211              22     92.16               6  2027.52 15/01/2019
## 2063       10225              46     70.33              13  3235.18 22/02/2019
## 2064       10238              22     93.77               7  2062.94 09/04/2019
## 2065       10252              38     87.31               3  3317.78 26/05/2019
## 2066       10264              47     83.27               1  3913.69 30/06/2019
## 2067       10276              48     75.18               7  3608.64 02/08/2019
## 2068       10287              40     88.12              16  3524.80 30/08/2019
## 2069       10299              32     80.84               1  2586.88 30/09/2019
## 2070       10310              49     97.01              14  4753.49 16/10/2019
## 2071       10319              43     85.69               2  3684.67 03/11/2019
## 2072       10331              41    139.40               2  5715.40 17/11/2019
## 2073       10343              30    103.29               1  3098.70 24/11/2019
## 2074       10355              28     95.39               9  2670.92 07/12/2019
## 2075       10363              43    119.87               9  5154.41 06/01/2020
## 2076       10378              41    119.37               2  4894.17 10/02/2020
## 2077       10390              30     82.42              10  2472.60 04/03/2020
## 2078       10103              31    104.01               3  3224.31 29/01/2018
## 2079       10114              32    114.61               7  3667.52 01/04/2018
## 2080       10126              43     96.31               3  4141.33 28/05/2018
## 2081       10140              26    108.83               3  2829.58 24/07/2018
## 2082       10151              27    113.65              10  3068.55 21/09/2018
## 2083       10164              24    109.79               1  2634.96 21/10/2018
## 2084       10175              22    110.76               8  2436.72 06/11/2018
## 2085       10184              46    100.16              13  4607.36 14/11/2018
## 2086       10194              37     97.27               3  3598.99 25/11/2018
## 2087       10207              49     80.90              14  3964.10 09/12/2018
## 2088       10217              21    106.90               3  2244.90 04/02/2019
## 2089       10229              25    111.72               8  2793.00 11/03/2019
## 2090       10245              37    111.72               1  4133.64 04/05/2019
## 2091       10259              45     86.68              11  3900.60 15/06/2019
## 2092       10270              32     85.72               1  2743.04 19/07/2019
## 2093       10281              29     82.83               8  2402.07 19/08/2019
## 2094       10291              26     83.79               3  2178.54 08/09/2019
## 2095       10305              28    112.68              12  3155.04 13/10/2019
## 2096       10313              27     87.64               6  2366.28 22/10/2019
## 2097       10324              20     98.18              11  1963.60 05/11/2019
## 2098       10335              44    107.87               1  4746.28 19/11/2019
## 2099       10348              42    152.07               3  6386.94 01/11/2019
## 2100       10358              41    108.00               1  4428.00 10/12/2019
## 2101       10371              26    155.54               1  4044.04 23/01/2020
## 2102       10382              26    104.17               6  2708.42 17/02/2020
## 2103       10411              26    111.72               1  2904.72 01/05/2020
## 2104       10425              41     86.68              11  3553.88 31/05/2020
## 2105       10107              20     92.90               8  1858.00 24/02/2018
## 2106       10120              22    111.88               6  2461.36 29/04/2018
## 2107       10133              23    114.87               1  2642.01 27/06/2018
## 2108       10145              33     93.90              12  3098.70 25/08/2018
## 2109       10168              28    115.87               7  3244.36 28/10/2018
## 2110       10188              44     98.89               7  4351.16 18/11/2018
## 2111       10210              46     79.91               5  3675.86 12/01/2019
## 2112       10223              21    117.87               7  2475.27 20/02/2019
## 2113       10235              41    101.89               1  4177.49 02/04/2019
## 2114       10250              31    105.88               2  3282.28 11/05/2019
## 2115       10263              31     79.91               8  2477.21 28/06/2019
## 2116       10275              23     81.91               7  1883.93 23/07/2019
## 2117       10285              37     98.89              12  3658.93 27/08/2019
## 2118       10297              26    109.88               2  2856.88 16/09/2019
## 2119       10308              24     79.91               5  1917.84 15/10/2019
## 2120       10318              47    112.88               7  5305.36 02/11/2019
## 2121       10329              45     63.91              11  2875.95 15/11/2019
## 2122       10340              55    117.87               2  6482.85 24/11/2019
## 2123       10353              46     81.17               5  3733.82 04/12/2019
## 2124       10363              50    131.53               2  6576.50 06/01/2020
## 2125       10375              37    171.71               3  6353.27 03/02/2020
## 2126       10387              44     94.90               1  4175.60 02/03/2020
## 2127       10401              49    101.89               1  4992.61 03/04/2020
## 2128       10416              45    105.88               2  4764.60 10/05/2020
## 2129       10108              27     43.45              13  1173.15 03/03/2018
## 2130       10122              31     44.66              17  1384.46 08/05/2018
## 2131       10135              33     40.23              14  1327.59 02/07/2018
## 2132       10145              31     35.80               1  1109.80 25/08/2018
## 2133       10169              26     39.83               9  1035.58 04/11/2018
## 2134       10180              34     45.46               4  1545.64 11/11/2018
## 2135       10190              46     32.99               1  1517.54 19/11/2018
## 2136       10211              41     42.24               9  1731.84 15/01/2019
## 2137       10224              43     39.43               2  1695.49 21/02/2019
## 2138       10237              26     40.23               2  1045.98 05/04/2019
## 2139       10252              36     48.28               6  1738.08 26/05/2019
## 2140       10264              20     32.59               4   651.80 30/06/2019
## 2141       10276              27     36.61              10   988.47 02/08/2019
## 2142       10285              37     41.03               1  1518.11 27/08/2019
## 2143       10299              24     42.24               4  1013.76 30/09/2019
## 2144       10310              36     43.05              17  1549.80 16/10/2019
## 2145       10319              29     38.22               5  1108.38 03/11/2019
## 2146       10331              28    146.52               3  4102.56 17/11/2019
## 2147       10343              29    128.04               5  3713.16 24/11/2019
## 2148       10355              38     39.83              10  1513.54 07/12/2019
## 2149       10364              48     48.28               1  2317.44 06/01/2020
## 2150       10378              40     82.46               1  3298.40 10/02/2020
## 2151       10390              41     44.56              11  1826.96 04/03/2020
## 2152       10403              30     40.23               2  1206.90 08/04/2020
## 2153       10104              35     47.62              11  1666.70 31/01/2018
## 2154       10114              28     55.73               2  1560.44 01/04/2018
## 2155       10127              45     51.95              13  2337.75 03/06/2018
## 2156       10141              24     45.99               7  1103.76 01/08/2018
## 2157       10151              41     63.85               5  2617.85 21/09/2018
## 2158       10165              48     45.99              14  2207.52 22/10/2018
## 2159       10175              50     63.31               3  3165.50 06/11/2018
## 2160       10184              33     62.77               8  2071.41 14/11/2018
## 2161       10195              32     43.29               8  1385.28 25/11/2018
## 2162       10207              27     60.06               9  1621.62 09/12/2018
## 2163       10219              35     55.19               4  1931.65 10/02/2019
## 2164       10229              23     54.11               3  1244.53 11/03/2019
## 2165       10246              35     48.70               7  1704.50 05/05/2019
## 2166       10259              40     43.83               6  1753.20 15/06/2019
## 2167       10271              35     47.62               7  1666.70 20/07/2019
## 2168       10281              31     55.19               3  1710.89 19/08/2019
## 2169       10292              50     46.53              10  2326.50 08/09/2019
## 2170       10305              40     57.90               7  2316.00 13/10/2019
## 2171       10313              38     45.45               1  1727.10 22/10/2019
## 2172       10325              38    232.74               3  8844.12 05/11/2019
## 2173       10335              40     60.60               3  2424.00 19/11/2019
## 2174       10349              33     46.53               1  1535.49 01/12/2019
## 2175       10359              36    176.63               3  6358.68 15/12/2019
## 2176       10371              20     66.47               2  1329.40 23/01/2020
## 2177       10383              32     53.18               5  1701.76 22/02/2020
## 2178       10394              36     62.77               3  2259.72 15/03/2020
## 2179       10412              19     48.70               7   925.30 03/05/2020
## 2180       10425              11     43.83               6   482.13 31/05/2020
## 2181       10104              49     65.87               4  3227.63 31/01/2018
## 2182       10116              27     63.38               1  1711.26 11/04/2018
## 2183       10127              29     70.84               6  2054.36 03/06/2018
## 2184       10142              42     74.57              16  3131.94 08/08/2018
## 2185       10152              33     50.95               2  1681.35 25/09/2018
## 2186       10165              44     53.44               7  2351.36 22/10/2018
## 2187       10176              22     64.00               6  1408.00 06/11/2018
## 2188       10184              48     50.95               1  2445.60 14/11/2018
## 2189       10195              33     54.68               1  1804.44 25/11/2018
## 2190       10207              45     56.55               2  2544.75 09/12/2018
## 2191       10220              20     52.82               6  1056.40 12/02/2019
## 2192       10230              46     60.90               4  2801.40 15/03/2019
## 2193       10247              40     49.71               6  1988.40 05/05/2019
## 2194       10272              45     64.63               6  2908.35 20/07/2019
## 2195       10282              36     59.65               9  2147.40 20/08/2019
## 2196       10292              31     67.73               3  2099.63 08/09/2019
## 2197       10306              46     50.33              17  2315.18 14/10/2019
## 2198       10314              35     66.49               9  2327.15 22/10/2019
## 2199       10325              28    192.05               2  5377.40 05/11/2019
## 2200       10336              31     84.71               9  2626.01 20/11/2019
## 2201       10350              27    163.20              14  4406.40 02/12/2019
## 2202       10359              22    195.51               1  4301.22 15/12/2019
## 2203       10371              30     99.55              11  2986.50 23/01/2020
## 2204       10383              44     36.07               8  1587.08 22/02/2020
## 2205       10394              30     60.28               4  1808.40 15/03/2020
## 2206       10413              24     49.71               6  1193.04 05/05/2020
## 2207       10103              45     75.63               7  3403.35 29/01/2018
## 2208       10113              23     68.52               1  1575.96 26/03/2018
## 2209       10126              26     62.70               7  1630.20 28/05/2018
## 2210       10140              28     60.76               7  1701.28 24/07/2018
## 2211       10150              49     58.18               4  2850.82 19/09/2018
## 2212       10164              49     54.94               5  2692.06 21/10/2018
## 2213       10175              29     74.98              12  2174.42 06/11/2018
## 2214       10183              49     64.64               4  3167.36 13/11/2018
## 2215       10194              39     54.94               7  2142.66 25/11/2018
## 2216       10206              36     58.82               2  2117.52 05/12/2018
## 2217       10217              39     62.05               7  2419.95 04/02/2019
## 2218       10229              30     73.04              12  2191.20 11/03/2019
## 2219       10245              44     69.16               5  3043.04 04/05/2019
## 2220       10258              20     61.41               2  1228.20 15/06/2019
## 2221       10270              21     63.35               5  1330.35 19/07/2019
## 2222       10281              36     77.57              12  2792.52 19/08/2019
## 2223       10291              32     71.75               7  2296.00 08/09/2019
## 2224       10304              36     73.04               2  2629.44 11/10/2019
## 2225       10313              34     56.24              10  1912.16 22/10/2019
## 2226       10324              48    171.03               4  8209.44 05/11/2019
## 2227       10348              31    101.29               5  3139.99 01/11/2019
## 2228       10358              36    157.49               2  5669.64 10/12/2019
## 2229       10370              25    126.41               3  3160.25 20/01/2020
## 2230       10382              48    141.66               8  6799.68 17/02/2020
## 2231       10411              27     69.16               5  1867.32 01/05/2020
## 2232       10424              44     61.41               2  2702.04 31/05/2020
## 2233       10106              33     72.92               5  2406.36 17/02/2018
## 2234       10120              29     72.23              11  2094.67 29/04/2018
## 2235       10133              49     57.10               6  2797.90 27/06/2018
## 2236       10144              20     81.86               1  1637.20 13/08/2018
## 2237       10168              31     73.61              12  2281.91 28/10/2018
## 2238       10210              39     59.16              10  2307.24 12/01/2019
## 2239       10223              20     66.04              12  1320.80 20/02/2019
## 2240       10235              34     77.73               6  2642.82 02/04/2019
## 2241       10250              50     61.22               7  3061.00 11/05/2019
## 2242       10262              40     79.11               2  3164.40 24/06/2019
## 2243       10275              28     63.97              12  1791.16 23/07/2019
## 2244       10284              50     81.86               4  4093.00 21/08/2019
## 2245       10297              28     79.80               7  2234.40 16/09/2019
## 2246       10308              46     66.04              10  3037.84 15/10/2019
## 2247       10316              24     59.16               2  1419.84 01/11/2019
## 2248       10328              24     81.17               5  1948.08 12/11/2019
## 2249       10340              39     59.16               3  2307.24 24/11/2019
## 2250       10353              40     44.51               7  1780.40 04/12/2019
## 2251       10361              49     72.33               2  3544.17 17/12/2019
## 2252       10375              44     82.26               4  3619.44 03/02/2020
## 2253       10388              35    111.97               8  3918.95 03/03/2020
## 2254       10398              22     67.41               4  1483.02 30/03/2020
## 2255       10401              62     77.73               6  4819.26 03/04/2020
## 2256       10416              26     61.22               7  1591.72 10/05/2020
## 2257       10108              31    118.38              16  3669.78 03/03/2018
## 2258       10121              25     86.74               3  2168.50 07/05/2018
## 2259       10135              30     89.80              17  2694.00 02/07/2018
## 2260       10145              27    120.42               4  3251.34 25/08/2018
## 2261       10169              34    115.32              12  3920.88 04/11/2018
## 2262       10180              22    114.30               7  2514.60 11/11/2018
## 2263       10190              42     85.72               4  3600.24 19/11/2018
## 2264       10211              37    109.19              12  4040.03 15/01/2019
## 2265       10224              30    111.23               5  3336.90 21/02/2019
## 2266       10237              27    115.32               5  3113.64 05/04/2019
## 2267       10252              25    113.28               9  2832.00 26/05/2019
## 2268       10264              34     97.97               7  3330.98 30/06/2019
## 2269       10276              38    113.28              13  4304.64 02/08/2019
## 2270       10285              26    100.01               4  2600.26 27/08/2019
## 2271       10299              38    115.32               7  4382.16 30/09/2019
## 2272       10309              50     84.70               3  4235.00 15/10/2019
## 2273       10319              22    119.40               8  2626.80 03/11/2019
## 2274       10331              32    157.08               4  5026.56 17/11/2019
## 2275       10341              31     71.02               4  2201.62 24/11/2019
## 2276       10355              40    108.17               5  4326.80 07/12/2019
## 2277       10365              22    155.69               3  3425.18 07/01/2020
## 2278       10375              41    114.68              15  4701.88 03/02/2020
## 2279       10390              45     48.98              12  2204.10 04/03/2020
## 2280       10403              45    115.32               5  5189.40 08/04/2020
## 2281       10106              39     40.15               6  1565.85 17/02/2018
## 2282       10120              49     50.62              12  2480.38 29/04/2018
## 2283       10133              27     50.19               7  1355.13 27/06/2018
## 2284       10143              34     36.66               1  1246.44 10/08/2018
## 2285       10156              20     41.02               1   820.40 08/10/2018
## 2286       10168              48     51.93              13  2492.64 28/10/2018
## 2287       10199              29     38.40               1  1113.60 01/12/2018
## 2288       10210              43     41.02              11  1763.86 12/01/2019
## 2289       10223              41     46.26              13  1896.66 20/02/2019
## 2290       10235              41     35.35               7  1449.35 02/04/2019
## 2291       10250              36     51.93               8  1869.48 11/05/2019
## 2292       10262              49     37.97               3  1860.53 24/06/2019
## 2293       10275              38     45.39              13  1724.82 23/07/2019
## 2294       10284              33     51.93               5  1713.69 21/08/2019
## 2295       10296              26     48.44               1  1259.44 15/09/2019
## 2296       10308              47     43.64              11  2051.08 15/10/2019
## 2297       10316              34     47.57               3  1617.38 01/11/2019
## 2298       10328              34     51.93               7  1765.62 12/11/2019
## 2299       10340              40     50.62               4  2024.80 24/11/2019
## 2300       10353              40     82.21               8  3288.40 04/12/2019
## 2301       10361              33     82.59               3  2725.47 17/12/2019
## 2302       10375              49     65.80               5  3224.20 03/02/2020
## 2303       10388              27    118.94               1  3211.38 03/03/2020
## 2304       10398              49     36.66               5  1796.34 30/03/2020
## 2305       10401              56     35.35               7  1979.60 03/04/2020
## 2306       10416              37     51.93               8  1921.41 10/05/2020
## 2307       10104              33    112.28               7  3705.24 31/01/2018
## 2308       10115              27    105.33               3  2843.91 04/04/2018
## 2309       10127              46    134.27               9  6176.42 03/06/2018
## 2310       10141              44    125.01               3  5500.44 01/08/2018
## 2311       10151              26    123.85               1  3220.10 21/09/2018
## 2312       10165              48     94.92              10  4556.16 22/10/2018
## 2313       10176              23    135.43               9  3114.89 06/11/2018
## 2314       10184              45    109.96               4  4948.20 14/11/2018
## 2315       10195              49    105.33               4  5161.17 25/11/2018
## 2316       10207              28     94.92               5  2657.76 09/12/2018
## 2317       10220              37    107.65               9  3983.05 12/02/2019
## 2318       10230              34    116.91               7  3974.94 15/03/2019
## 2319       10246              22    133.11               3  2928.42 05/05/2019
## 2320       10259              29    105.33               2  3054.57 15/06/2019
## 2321       10271              34     98.39               3  3345.26 20/07/2019
## 2322       10282              38    113.44              12  4310.72 20/08/2019
## 2323       10292              41    121.54               6  4983.14 08/09/2019
## 2324       10305              42    109.96               3  4618.32 13/10/2019
## 2325       10314              28    121.54              12  3403.12 22/10/2019
## 2326       10325              38    136.59               4  5190.42 05/11/2019
## 2327       10336              23    136.59               8  3141.57 20/11/2019
## 2328       10350              31     71.40               8  2213.40 02/12/2019
## 2329       10359              46    106.45               2  4896.70 15/12/2019
## 2330       10371              48     56.55              10  2714.40 23/01/2020
## 2331       10383              29    106.45              13  3087.05 22/02/2020
## 2332       10395              46    123.76               4  5692.96 17/03/2020
## 2333       10412              26    133.11               3  3460.86 03/05/2020
## 2334       10425              18    105.33               2  1895.94 31/05/2020
## 2335       10104              32     53.31               2  1705.92 31/01/2018
## 2336       10117              21     49.21              11  1033.41 16/04/2018
## 2337       10127              46     69.12               4  3179.52 03/06/2018
## 2338       10142              42     49.79              14  2091.18 08/08/2018
## 2339       10153              31     57.41              13  1779.71 28/09/2018
## 2340       10165              38     66.78               5  2537.64 22/10/2018
## 2341       10176              38     64.44               4  2448.72 06/11/2018
## 2342       10185              20     48.62              15   972.40 14/11/2018
## 2343       10196              46     62.09               7  2856.14 26/11/2018
## 2344       10208              30     65.61              15  1968.30 02/01/2019
## 2345       10220              30     68.54               4  2056.20 12/02/2019
## 2346       10230              43     52.14               2  2242.02 15/03/2019
## 2347       10247              49     63.85               4  3128.65 05/05/2019
## 2348       10272              43     56.82               4  2443.26 20/07/2019
## 2349       10282              37     66.78               7  2470.86 20/08/2019
## 2350       10292              35     55.07               1  1927.45 08/09/2019
## 2351       10306              34     60.34              15  2051.56 14/10/2019
## 2352       10314              38     61.51               7  2337.38 22/10/2019
## 2353       10325              44    134.84               7  5932.96 05/11/2019
## 2354       10337              21    109.37               6  2296.77 21/11/2019
## 2355       10350              44    147.52              17  6490.88 02/12/2019
## 2356       10359              25     64.93               4  1623.25 15/12/2019
## 2357       10372              24     58.58               9  1405.92 26/01/2020
## 2358       10383              38     60.06              10  2282.28 22/02/2020
## 2359       10395              45    199.49               3  8977.05 17/03/2020
## 2360       10413              51     63.85               4  3256.35 05/05/2020
## 2361       10108              34     82.99              14  2821.66 03/03/2018
## 2362       10121              44     74.85               1  3293.40 07/05/2018
## 2363       10135              44     96.00              15  4224.00 02/07/2018
## 2364       10145              38     81.36               2  3091.68 25/08/2018
## 2365       10169              48     80.55              10  3866.40 04/11/2018
## 2366       10180              21     93.56               5  1964.76 11/11/2018
## 2367       10190              40     66.72               2  2668.80 19/11/2018
## 2368       10211              40     80.55              10  3222.00 15/01/2019
## 2369       10224              50     77.29               3  3864.50 21/02/2019
## 2370       10237              20     68.34               3  1366.80 05/04/2019
## 2371       10252              48     72.41               7  3475.68 26/05/2019
## 2372       10264              47     89.50               5  4206.50 30/06/2019
## 2373       10276              21     70.78              11  1486.38 02/08/2019
## 2374       10285              39     78.92               2  3077.88 27/08/2019
## 2375       10299              44     80.55               5  3544.20 30/09/2019
## 2376       10309              28     88.68               1  2483.04 15/10/2019
## 2377       10319              45     77.29               6  3478.05 03/11/2019
## 2378       10331              20    182.89               5  3657.80 17/11/2019
## 2379       10341              38    123.22               3  4682.36 24/11/2019
## 2380       10356              26    151.45               4  3937.70 09/12/2019
## 2381       10365              44    113.28               2  4984.32 07/01/2020
## 2382       10375              49    110.34               8  5406.66 03/02/2020
## 2383       10390              22    158.69              13  3491.18 04/03/2020
## 2384       10403              31     68.34               3  2118.54 08/04/2020
## 2385       10105              41     70.67               5  2897.47 11/02/2018
## 2386       10119              25     76.67              14  1916.75 28/04/2018
## 2387       10129              31     60.00               5  1860.00 12/06/2018
## 2388       10142              41     64.00               2  2624.00 08/08/2018
## 2389       10153              43     64.67               1  2780.81 28/09/2018
## 2390       10167              43     75.34              12  3239.62 23/10/2018
## 2391       10177              24     76.00               3  1824.00 07/11/2018
## 2392       10185              21     54.00               3  1134.00 14/11/2018
## 2393       10197              23     64.67               9  1487.41 26/11/2018
## 2394       10208              38     74.67               3  2837.46 02/01/2019
## 2395       10222              31     62.67              15  1942.77 19/02/2019
## 2396       10233              36     70.67               3  2544.12 29/03/2019
## 2397       10248              36     71.34               6  2568.24 07/05/2019
## 2398       10261              34     62.00               4  2108.00 17/06/2019
## 2399       10273              21     65.34               7  1372.14 21/07/2019
## 2400       10283              45     78.67               9  3540.15 20/08/2019
## 2401       10295              26     75.34               4  1958.84 10/09/2019
## 2402       10306              50     54.00               3  2700.00 14/10/2019
## 2403       10315              41     62.00               2  2542.00 29/10/2019
## 2404       10326              39     60.00               1  2340.00 09/11/2019
## 2405       10339              22    128.02               5  2816.44 23/11/2019
## 2406       10350              46     76.67              11  3526.82 02/12/2019
## 2407       10373              44    105.18              14  4627.92 31/01/2020
## 2408       10385              25     77.34               1  1933.50 28/02/2020
## 2409       10396              39     66.67               1  2600.13 23/03/2020
## 2410       10414              37     71.34               6  2639.58 06/05/2020
## 2411       10106              31    106.87               7  3312.97 17/02/2018
## 2412       10120              47     82.21              13  3863.87 29/04/2018
## 2413       10133              24     77.64               8  1863.36 27/06/2018
## 2414       10143              36    109.61               2  3945.96 10/08/2018
## 2415       10156              48    103.21               2  4954.08 08/10/2018
## 2416       10168              28     98.65              14  2762.20 28/10/2018
## 2417       10199              48     83.12               2  3989.76 01/12/2018
## 2418       10210              21     78.55              12  1649.55 12/01/2019
## 2419       10223              25    101.39              14  2534.75 20/02/2019
## 2420       10235              25    103.21               8  2580.25 02/04/2019
## 2421       10250              31     91.34               9  2831.54 11/05/2019
## 2422       10262              40     84.03               4  3361.20 24/06/2019
## 2423       10275              32     89.51              14  2864.32 23/07/2019
## 2424       10284              24     83.12               6  1994.88 21/08/2019
## 2425       10296              42    102.30               2  4296.60 15/09/2019
## 2426       10308              21    105.95              12  2224.95 15/10/2019
## 2427       10316              34     82.21               4  2795.14 01/11/2019
## 2428       10328              27    102.30               8  2762.10 12/11/2019
## 2429       10340              30     88.60               5  2658.00 24/11/2019
## 2430       10353              39    129.33               9  5043.87 04/12/2019
## 2431       10361              20     60.54               4  1210.80 17/12/2019
## 2432       10375              37     81.87               6  3029.19 03/02/2020
## 2433       10388              46    218.84               2 10066.60 03/03/2020
## 2434       10398              47     87.69               6  4121.43 30/03/2020
## 2435       10401              11    103.21               8  1135.31 03/04/2020
## 2436       10416              23     91.34               9  2100.82 10/05/2020
## 2437       10105              29     70.15              12  2034.35 11/02/2018
## 2438       10117              38     79.68               6  3027.84 16/04/2018
## 2439       10128              32     97.00               3  3104.00 06/06/2018
## 2440       10142              43     84.01               9  3612.43 08/08/2018
## 2441       10153              31     87.48               8  2711.88 28/09/2018
## 2442       10166              29    103.93               3  3013.97 21/10/2018
## 2443       10177              31     88.34              10  2738.54 07/11/2018
## 2444       10185              30     94.40              10  2832.00 14/11/2018
## 2445       10196              50     94.40               2  4720.00 26/11/2018
## 2446       10208              40     80.55              10  3222.00 02/01/2019
## 2447       10221              23     97.00               4  2231.00 18/02/2019
## 2448       10232              26     88.34               7  2296.84 20/03/2019
## 2449       10248              40    103.93              13  4157.20 07/05/2019
## 2450       10273              21    102.20              14  2146.20 21/07/2019
## 2451       10282              43     86.61               2  3724.23 20/08/2019
## 2452       10293              29     71.89               5  2084.81 09/09/2019
## 2453       10306              38     91.81              10  3488.78 14/10/2019
## 2454       10314              23     76.22               2  1753.06 22/10/2019
## 2455       10327              20    173.46               7  3469.20 10/11/2019
## 2456       10337              36     70.30               9  2530.80 21/11/2019
## 2457       10350              28    104.44               4  2924.32 02/12/2019
## 2458       10372              44    102.20               2  4496.80 26/01/2020
## 2459       10397              32     80.55               5  2577.60 28/03/2020
## 2460       10414              34    103.93              13  3533.62 06/05/2020
## 2461       10106              30    105.91              16  3177.30 17/02/2018
## 2462       10119              29     94.14               7  2730.06 28/04/2018
## 2463       10131              22     85.99               8  1891.78 16/06/2018
## 2464       10143              26    100.48              11  2612.48 10/08/2018
## 2465       10155              32     91.43               9  2925.76 06/10/2018
## 2466       10167              29    101.38               5  2940.02 23/10/2018
## 2467       10178              34     96.86               8  3293.24 08/11/2018
## 2468       10186              24     99.57               5  2389.68 14/11/2018
## 2469       10197              24     90.52               2  2172.48 26/11/2018
## 2470       10222              26    102.29               8  2659.54 19/02/2019
## 2471       10249              40     95.95               4  3838.00 08/05/2019
## 2472       10262              44     94.14              13  4142.16 24/06/2019
## 2473       10274              24     90.52               5  2172.48 21/07/2019
## 2474       10283              20     94.14               2  1882.80 20/08/2019
## 2475       10296              34    102.29              11  3477.86 15/09/2019
## 2476       10307              34     97.76               5  3323.84 14/10/2019
## 2477       10316              45     93.24              13  4195.80 01/11/2019
## 2478       10328              41    101.38               9  4156.58 12/11/2019
## 2479       10339              55     71.25              15  3918.75 23/11/2019
## 2480       10352              23    102.29               3  2352.67 03/12/2019
## 2481       10361              24     45.39              14  1089.36 17/12/2019
## 2482       10373              32     84.41              15  2701.12 31/01/2020
## 2483       10386              29     85.76              13  2487.04 01/03/2020
## 2484       10398              36    108.62               7  3910.32 30/03/2020
## 2485       10400              46     87.80               5  4038.80 01/04/2020
## 2486       10415              32     95.95               4  3070.40 09/05/2020
## 2487       10106              34    110.69               9  3763.46 17/02/2018
## 2488       10120              24    107.70              15  2584.80 29/04/2018
## 2489       10131              40    110.69               1  4427.60 16/06/2018
## 2490       10143              26     82.77               4  2152.02 10/08/2018
## 2491       10155              20    117.67               2  2353.40 06/10/2018
## 2492       10168              31    110.69              16  3431.39 28/10/2018
## 2493       10178              22     87.75               1  1930.50 08/11/2018
## 2494       10198              42    113.68               1  4774.56 27/11/2018
## 2495       10210              26     99.72              14  2592.72 12/01/2019
## 2496       10222              37     87.75               1  3246.75 19/02/2019
## 2497       10235              38     88.75              10  3372.50 02/04/2019
## 2498       10250              35    111.69              11  3909.15 11/05/2019
## 2499       10262              33     90.75               6  2994.75 24/06/2019
## 2500       10275              39    114.68              16  4472.52 23/07/2019
## 2501       10284              45    101.71               8  4576.95 21/08/2019
## 2502       10296              24    101.71               4  2441.04 15/09/2019
## 2503       10308              35     88.75              14  3106.25 15/10/2019
## 2504       10316              23    117.67               6  2706.41 01/11/2019
## 2505       10328              37    108.69              10  4021.53 12/11/2019
## 2506       10340              55     87.75               7  4826.25 24/11/2019
## 2507       10352              49    100.72               2  4935.28 03/12/2019
## 2508       10361              26    105.95               9  2754.70 17/12/2019
## 2509       10375              33    116.87               1  3856.71 03/02/2020
## 2510       10386              37     83.84              14  3102.08 01/03/2020
## 2511       10398              22     86.76               8  1908.72 30/03/2020
## 2512       10401              85     88.75              10  7543.75 03/04/2020
## 2513       10416              22    111.69              11  2457.18 10/05/2020
## 2514       10105              31     65.77               3  2038.87 11/02/2018
## 2515       10119              38     65.77              12  2499.26 28/04/2018
## 2516       10129              45     85.29               3  3838.05 12/06/2018
## 2517       10143              31     85.29              16  2643.99 10/08/2018
## 2518       10154              36     64.33               1  2315.88 02/10/2018
## 2519       10167              46     70.11              10  3225.06 23/10/2018
## 2520       10177              32     76.62               1  2451.84 07/11/2018
## 2521       10185              39     57.82               1  2254.98 14/11/2018
## 2522       10197              50     78.79               7  3939.50 26/11/2018
## 2523       10208              46     74.45               1  3424.70 02/01/2019
## 2524       10222              36     80.95              13  2914.20 19/02/2019
## 2525       10233              29     82.40               1  2389.60 29/03/2019
## 2526       10248              32     75.89               4  2428.48 07/05/2019
## 2527       10261              44     68.67               2  3021.48 17/06/2019
## 2528       10273              42     62.16               5  2610.72 21/07/2019
## 2529       10283              47     65.77               7  3091.19 20/08/2019
## 2530       10295              44     58.55               2  2576.20 10/09/2019
## 2531       10306              43     75.17               1  3232.31 14/10/2019
## 2532       10316              48     74.45              18  3573.60 01/11/2019
## 2533       10327              21     96.31               1  2022.51 10/11/2019
## 2534       10339              50     74.35               9  3717.50 23/11/2019
## 2535       10350              29     75.35              12  2185.15 02/12/2019
## 2536       10373              41     70.33              16  2883.53 31/01/2020
## 2537       10386              37    135.61              10  5017.57 01/03/2020
## 2538       10397              22     66.50               4  1463.00 28/03/2020
## 2539       10414              31     75.89               4  2352.59 06/05/2020
## 2540       10103              42    106.21               6  4460.82 29/01/2018
## 2541       10114              42    113.29              10  4758.18 01/04/2018
## 2542       10126              45    102.16               6  4597.20 28/05/2018
## 2543       10140              36    114.30               6  4114.80 24/07/2018
## 2544       10150              20    105.20               3  2104.00 19/09/2018
## 2545       10164              39     81.93               4  3195.27 21/10/2018
## 2546       10175              42     85.98              11  3611.16 06/11/2018
## 2547       10183              23     86.99               3  2000.77 13/11/2018
## 2548       10194              26     89.01               6  2314.26 25/11/2018
## 2549       10206              33    117.33               1  3871.89 05/12/2018
## 2550       10217              31     88.00               6  2728.00 04/02/2019
## 2551       10229              50    112.28              11  5614.00 11/03/2019
## 2552       10245              44    105.20               4  4628.80 04/05/2019
## 2553       10258              45     80.92               1  3641.40 15/06/2019
## 2554       10270              46     88.00               4  4048.00 19/07/2019
## 2555       10281              27     85.98              11  2321.46 19/08/2019
## 2556       10291              28    116.32               6  3256.96 08/09/2019
## 2557       10304              40    105.20               1  4208.00 11/10/2019
## 2558       10313              30     99.13               9  2973.90 22/10/2019
## 2559       10324              34    124.95               5  4248.30 05/11/2019
## 2560       10336              46    207.80               2  9558.80 20/11/2019
## 2561       10348              32     82.83               7  2650.56 01/11/2019
## 2562       10358              27    139.31               3  3761.37 10/12/2019
## 2563       10371              34    126.51               3  4301.34 23/01/2020
## 2564       10382              34     54.84               9  1864.56 17/02/2020
## 2565       10411              34    105.20               4  3576.80 01/05/2020
## 2566       10424              46     80.92               1  3722.32 31/05/2020
## 2567       10106              32    124.58               1  3986.56 17/02/2018
## 2568       10120              24    142.38               7  3417.12 29/04/2018
## 2569       10133              27     99.67               2  2691.09 27/06/2018
## 2570       10145              20    137.63              13  2752.60 25/08/2018
## 2571       10168              36    125.77               8  4527.72 28/10/2018
## 2572       10188              29    136.45               8  3957.05 18/11/2018
## 2573       10210              25    112.72               6  2818.00 12/01/2019
## 2574       10223              29    110.34               8  3199.86 20/02/2019
## 2575       10235              25     96.11               2  2402.75 02/04/2019
## 2576       10250              44    137.63               3  6055.72 11/05/2019
## 2577       10263              47    116.28               9  5465.16 28/06/2019
## 2578       10275              48    132.89               8  6378.72 23/07/2019
## 2579       10285              45    119.84              13  5392.80 27/08/2019
## 2580       10297              35    113.90               3  3986.50 16/09/2019
## 2581       10308              31    129.33               6  4009.23 15/10/2019
## 2582       10318              50    142.38               8  7119.00 02/11/2019
## 2583       10328              33    123.40              11  4072.20 12/11/2019
## 2584       10340              29    141.19               6  4094.51 24/11/2019
## 2585       10353              48     68.80               4  3302.40 04/12/2019
## 2586       10361              44     72.42               5  3186.48 17/12/2019
## 2587       10375              25     66.73              10  1668.25 03/02/2020
## 2588       10388              50    143.09               3  7154.50 03/03/2020
## 2589       10398              23    122.21               9  2810.83 30/03/2020
## 2590       10401              21     96.11               2  2018.31 03/04/2020
## 2591       10416              41    137.63               3  5642.83 10/05/2020
## 2592       10106              44     74.40               8  3273.60 17/02/2018
## 2593       10120              43     76.00              14  3268.00 29/04/2018
## 2594       10143              28     96.00               3  2688.00 10/08/2018
## 2595       10155              43     86.40               1  3715.20 06/10/2018
## 2596       10168              48     96.00              15  4608.00 28/10/2018
## 2597       10199              38     82.40               3  3131.20 01/12/2018
## 2598       10210              31     86.40              13  2678.40 12/01/2019
## 2599       10223              26     67.20              15  1747.20 20/02/2019
## 2600       10235              32     92.00               9  2944.00 02/04/2019
## 2601       10250              44     67.20              10  2956.80 11/05/2019
## 2602       10262              27     76.00               5  2052.00 24/06/2019
## 2603       10275              43     73.60              15  3164.80 23/07/2019
## 2604       10284              25     69.60               7  1740.00 21/08/2019
## 2605       10296              22     80.80               3  1777.60 15/09/2019
## 2606       10308              21     87.20              13  1831.20 15/10/2019
## 2607       10316              48     75.20               5  3609.60 01/11/2019
## 2608       10328              33     64.00              13  2112.00 12/11/2019
## 2609       10341              34    107.18               5  3644.12 24/11/2019
## 2610       10353              43     81.95               6  3523.85 04/12/2019
## 2611       10361              44    113.68              10  5001.92 17/12/2019
## 2612       10375              44    118.38              11  5208.72 03/02/2020
## 2613       10386              32     94.34              17  3018.88 01/03/2020
## 2614       10398              29     65.60              10  1902.40 30/03/2020
## 2615       10401              77     92.00               9  7084.00 03/04/2020
## 2616       10416              39     67.20              10  2620.80 10/05/2020
## 2617       10105              39     81.14               6  3164.46 11/02/2018
## 2618       10118              36    117.20               1  4219.20 21/04/2018
## 2619       10129              42     91.15               6  3828.30 12/06/2018
## 2620       10142              21    111.19               3  2334.99 08/08/2018
## 2621       10153              50     88.15               2  4407.50 28/09/2018
## 2622       10167              24    117.20              13  2812.80 23/10/2018
## 2623       10177              44     92.16               4  4055.04 07/11/2018
## 2624       10185              37    105.18               4  3891.66 14/11/2018
## 2625       10197              27     92.16              10  2488.32 26/11/2018
## 2626       10208              37    120.20               4  4447.40 02/01/2019
## 2627       10222              38    110.19              16  4187.22 19/02/2019
## 2628       10232              48     96.16               1  4615.68 20/03/2019
## 2629       10248              30    108.18               7  3245.40 07/05/2019
## 2630       10261              25     88.15               5  2203.75 17/06/2019
## 2631       10273              40     86.15               8  3446.00 21/07/2019
## 2632       10283              22     88.15              10  1939.30 20/08/2019
## 2633       10295              34    102.17               5  3473.78 10/09/2019
## 2634       10306              32     90.15               4  2884.80 14/10/2019
## 2635       10315              31     86.15               3  2670.65 29/10/2019
## 2636       10327              43     80.00               2  3440.00 10/11/2019
## 2637       10337              31     89.38               1  2770.78 21/11/2019
## 2638       10350              31     77.34              13  2397.54 02/12/2019
## 2639       10373              34     96.34               2  3275.56 31/01/2020
## 2640       10386              45     92.08               2  4143.60 01/03/2020
## 2641       10397              48    108.18               3  5192.64 28/03/2020
## 2642       10414              28    108.18               7  3029.04 06/05/2020
## 2643       10105              22    116.19               7  2556.18 11/02/2018
## 2644       10117              45     83.42               1  3753.90 16/04/2018
## 2645       10129              30     85.41               7  2562.30 12/06/2018
## 2646       10142              38     85.41               4  3245.58 08/08/2018
## 2647       10153              20    110.23               3  2204.60 28/09/2018
## 2648       10167              28    107.25              14  3003.00 23/10/2018
## 2649       10177              24    105.27               5  2526.48 07/11/2018
## 2650       10185              22     79.45               5  1747.90 14/11/2018
## 2651       10197              35     93.35              11  3267.25 26/11/2018
## 2652       10208              33     85.41               5  2818.53 02/01/2019
## 2653       10222              31     95.34              17  2955.54 19/02/2019
## 2654       10232              35     82.43               2  2885.05 20/03/2019
## 2655       10248              35     90.37               8  3162.95 07/05/2019
## 2656       10261              50     81.43               6  4071.50 17/06/2019
## 2657       10273              26    114.21               9  2969.46 21/07/2019
## 2658       10283              38     89.38              11  3396.44 20/08/2019
## 2659       10294              45    104.28               1  4692.60 10/09/2019
## 2660       10306              30    117.19               5  3515.70 14/10/2019
## 2661       10315              37     91.37               4  3380.69 29/10/2019
## 2662       10327              37     86.61               3  3204.57 10/11/2019
## 2663       10337              36     71.89               7  2588.04 21/11/2019
## 2664       10350              25    114.19              16  2854.75 02/12/2019
## 2665       10373              37    108.80               8  4025.60 31/01/2020
## 2666       10386              30     95.48               3  2864.40 01/03/2020
## 2667       10397              36    105.27               2  3789.72 28/03/2020
## 2668       10414              27     90.37               8  2439.99 06/05/2020
## 2669       10106              48     61.44              10  2949.12 17/02/2018
## 2670       10119              26     59.22               1  1539.72 28/04/2018
## 2671       10131              26     85.13               2  2213.38 16/06/2018
## 2672       10143              34     85.87               5  2919.58 10/08/2018
## 2673       10155              44     85.87               3  3778.28 06/10/2018
## 2674       10168              39     82.91              17  3233.49 28/10/2018
## 2675       10178              45     76.25               2  3431.25 08/11/2018
## 2676       10198              40     63.67               2  2546.80 27/11/2018
## 2677       10210              42     70.33              15  2953.86 12/01/2019
## 2678       10222              43     74.03               2  3183.29 19/02/2019
## 2679       10235              34     72.55              11  2466.70 02/04/2019
## 2680       10250              38     62.19              12  2363.22 11/05/2019
## 2681       10262              35     71.07               7  2487.45 24/06/2019
## 2682       10275              31     72.55              17  2249.05 23/07/2019
## 2683       10284              32     64.41               9  2061.12 21/08/2019
## 2684       10296              47     86.62               5  4071.14 15/09/2019
## 2685       10308              39     68.11              15  2656.29 15/10/2019
## 2686       10316              44     62.19               7  2736.36 01/11/2019
## 2687       10328              39     85.87              12  3348.93 12/11/2019
## 2688       10339              50     57.86               8  2893.00 23/11/2019
## 2689       10352              22     75.51               1  1661.22 03/12/2019
## 2690       10361              35    122.21              11  4277.35 17/12/2019
## 2691       10373              45     55.62              17  2502.90 31/01/2020
## 2692       10386              44     86.40              15  3801.60 01/03/2020
## 2693       10398              36     87.36              12  3144.96 30/03/2020
## 2694       10401              28     72.55              11  2031.40 03/04/2020
## 2695       10416              43     62.19              12  2674.17 10/05/2020
## 2696       10106              48     52.64              15  2526.72 17/02/2018
## 2697       10119              28     48.17               6  1348.76 28/04/2018
## 2698       10131              21     41.71               7   875.91 16/06/2018
## 2699       10143              37     50.65              10  1874.05 10/08/2018
## 2700       10155              34     49.16               8  1671.44 06/10/2018
## 2701       10167              40     41.71               4  1668.40 23/10/2018
## 2702       10178              45     51.15               7  2301.75 08/11/2018
## 2703       10186              28     52.14               4  1459.92 14/11/2018
## 2704       10197              29     41.71               1  1209.59 26/11/2018
## 2705       10222              31     45.69               7  1416.39 19/02/2019
## 2706       10249              32     57.61               3  1843.52 08/05/2019
## 2707       10262              21     57.11              12  1199.31 24/06/2019
## 2708       10274              32     58.60               4  1875.20 21/07/2019
## 2709       10283              43     57.61               1  2477.23 20/08/2019
## 2710       10296              21     45.19              10   948.99 15/09/2019
## 2711       10307              34     53.63               4  1823.42 14/10/2019
## 2712       10316              34     43.70              12  1485.80 01/11/2019
## 2713       10329              44     86.13               8  3789.72 15/11/2019
## 2714       10339              27     76.31               6  2060.37 23/11/2019
## 2715       10352              49     52.64               4  2579.36 03/12/2019
## 2716       10361              23     95.20              12  2189.60 17/12/2019
## 2717       10373              25     64.97               9  1624.25 31/01/2020
## 2718       10386              50     87.15              16  4357.50 01/03/2020
## 2719       10398              34     40.22               1  1367.48 30/03/2020
## 2720       10400              20     56.12               4  1122.40 01/04/2020
## 2721       10415              42     57.61               3  2419.62 09/05/2020
## 2722       10105              25     56.78               8  1419.50 11/02/2018
## 2723       10117              50     43.68               2  2184.00 16/04/2018
## 2724       10129              32     64.97               8  2079.04 12/06/2018
## 2725       10142              39     44.23               5  1724.97 08/08/2018
## 2726       10153              50     60.06               4  3003.00 28/09/2018
## 2727       10167              38     48.59              15  1846.42 23/10/2018
## 2728       10177              40     50.23               6  2009.20 07/11/2018
## 2729       10185              28     64.43               6  1804.04 14/11/2018
## 2730       10197              42     50.23              12  2109.66 26/11/2018
## 2731       10208              42     63.88               6  2682.96 02/01/2019
## 2732       10222              36     63.34              18  2280.24 19/02/2019
## 2733       10232              24     49.69               3  1192.56 20/03/2019
## 2734       10248              23     65.52               9  1506.96 07/05/2019
## 2735       10261              29     50.78               7  1472.62 17/06/2019
## 2736       10273              37     45.86              10  1696.82 21/07/2019
## 2737       10283              33     51.32              12  1693.56 20/08/2019
## 2738       10293              32     60.06               1  1921.92 09/09/2019
## 2739       10306              35     59.51               6  2082.85 14/10/2019
## 2740       10315              40     55.69               5  2227.60 29/10/2019
## 2741       10327              37     86.74               4  3209.38 10/11/2019
## 2742       10337              42     97.16               5  4080.72 21/11/2019
## 2743       10350              20    112.22              15  2244.40 02/12/2019
## 2744       10373              29    137.19               1  3978.51 31/01/2020
## 2745       10386              43    125.99               4  5417.57 01/03/2020
## 2746       10397              34     62.24               1  2116.16 28/03/2020
## 2747       10414              47     65.52               9  3079.44 06/05/2020
##      DAYS_SINCE_LASTORDER     STATUS      PRODUCTLINE MSRP PRODUCTCODE
## 1                     828    Shipped      Motorcycles   95    S10_1678
## 2                     757    Shipped      Motorcycles   95    S10_1678
## 3                     703    Shipped      Motorcycles   95    S10_1678
## 4                     649    Shipped      Motorcycles   95    S10_1678
## 5                     586    Shipped      Motorcycles   95    S10_1678
## 6                     573    Shipped      Motorcycles   95    S10_1678
## 7                     567    Shipped      Motorcycles   95    S10_1678
## 8                     510    Shipped      Motorcycles   95    S10_1678
## 9                     475    Shipped      Motorcycles   95    S10_1678
## 10                    432    Shipped      Motorcycles   95    S10_1678
## 11                    390    Shipped      Motorcycles   95    S10_1678
## 12                    350    Shipped      Motorcycles   95    S10_1678
## 13                    326    Shipped      Motorcycles   95    S10_1678
## 14                    292    Shipped      Motorcycles   95    S10_1678
## 15                    259    Shipped      Motorcycles   95    S10_1678
## 16                    245    Shipped      Motorcycles   95    S10_1678
## 17                    228    Shipped      Motorcycles   95    S10_1678
## 18                    216    Shipped      Motorcycles   95    S10_1678
## 19                    208    Shipped      Motorcycles   95    S10_1678
## 20                    186    Shipped      Motorcycles   95    S10_1678
## 21                    139    Shipped      Motorcycles   95    S10_1678
## 22                    111    Shipped      Motorcycles   95    S10_1678
## 23                     76    Shipped      Motorcycles   95    S10_1678
## 24                     42   Disputed      Motorcycles   95    S10_1678
## 25                    878    Shipped     Classic Cars  214    S10_1949
## 26                    825    Shipped     Classic Cars  214    S10_1949
## 27                    761    Shipped     Classic Cars  214    S10_1949
## 28                    705    Shipped     Classic Cars  214    S10_1949
## 29                    649    Shipped     Classic Cars  214    S10_1949
## 30                    619    Shipped     Classic Cars  214    S10_1949
## 31                    603    Shipped     Classic Cars  214    S10_1949
## 32                    597    Shipped     Classic Cars  214    S10_1949
## 33                    586    Shipped     Classic Cars  214    S10_1949
## 34                    577    Shipped     Classic Cars  214    S10_1949
## 35                    523    Shipped     Classic Cars  214    S10_1949
## 36                    484    Shipped     Classic Cars  214    S10_1949
## 37                    430    Shipped     Classic Cars  214    S10_1949
## 38                    389    Shipped     Classic Cars  214    S10_1949
## 39                    356    Shipped     Classic Cars  214    S10_1949
## 40                    328    Shipped     Classic Cars  214    S10_1949
## 41                    307    Shipped     Classic Cars  214    S10_1949
## 42                    275    Shipped     Classic Cars  214    S10_1949
## 43                    266    Shipped     Classic Cars  214    S10_1949
## 44                    253    Shipped     Classic Cars  214    S10_1949
## 45                    229    Shipped     Classic Cars  214    S10_1949
## 46                    219    Shipped     Classic Cars  214    S10_1949
## 47                    179    Shipped     Classic Cars  214    S10_1949
## 48                    131    Shipped     Classic Cars  214    S10_1949
## 49                     79    Shipped     Classic Cars  214    S10_1949
## 50                     50 In Process     Classic Cars  214    S10_1949
## 51                    878    Shipped      Motorcycles  118    S10_2016
## 52                    815    Shipped      Motorcycles  118    S10_2016
## 53                    753    Shipped      Motorcycles  118    S10_2016
## 54                    699    Shipped      Motorcycles  118    S10_2016
## 55                    636    Shipped      Motorcycles  118    S10_2016
## 56                    623    Shipped      Motorcycles  118    S10_2016
## 57                    617    Shipped      Motorcycles  118    S10_2016
## 58                    563    Shipped      Motorcycles  118    S10_2016
## 59                    525    Shipped      Motorcycles  118    S10_2016
## 60                    484    Shipped      Motorcycles  118    S10_2016
## 61                    440    Shipped      Motorcycles  118    S10_2016
## 62                    400    Shipped      Motorcycles  118    S10_2016
## 63                    376    Shipped      Motorcycles  118    S10_2016
## 64                    342    Shipped      Motorcycles  118    S10_2016
## 65                    312    Shipped      Motorcycles  118    S10_2016
## 66                    295    Shipped      Motorcycles  118    S10_2016
## 67                    278    Shipped      Motorcycles  118    S10_2016
## 68                    266    Shipped      Motorcycles  118    S10_2016
## 69                    259    Shipped      Motorcycles  118    S10_2016
## 70                    236    Shipped      Motorcycles  118    S10_2016
## 71                    190    Shipped      Motorcycles  118    S10_2016
## 72                    161    Shipped      Motorcycles  118    S10_2016
## 73                    127    Shipped      Motorcycles  118    S10_2016
## 74                     92   Disputed      Motorcycles  118    S10_2016
## 75                    902    Shipped      Motorcycles  193    S10_4698
## 76                    839    Shipped      Motorcycles  193    S10_4698
## 77                    777    Shipped      Motorcycles  193    S10_4698
## 78                    723    Shipped      Motorcycles  193    S10_4698
## 79                    660    Shipped      Motorcycles  193    S10_4698
## 80                    647    Shipped      Motorcycles  193    S10_4698
## 81                    641    Shipped      Motorcycles  193    S10_4698
## 82                    587    Shipped      Motorcycles  193    S10_4698
## 83                    549    Shipped      Motorcycles  193    S10_4698
## 84                    506    Shipped      Motorcycles  193    S10_4698
## 85                    464    Shipped      Motorcycles  193    S10_4698
## 86                    424    Shipped      Motorcycles  193    S10_4698
## 87                    400    Shipped      Motorcycles  193    S10_4698
## 88                    366    Shipped      Motorcycles  193    S10_4698
## 89                    333    Shipped      Motorcycles  193    S10_4698
## 90                    319    Shipped      Motorcycles  193    S10_4698
## 91                    302    Shipped      Motorcycles  193    S10_4698
## 92                    290    Shipped      Motorcycles  193    S10_4698
## 93                    283    Shipped      Motorcycles  193    S10_4698
## 94                    241    Shipped      Motorcycles  193    S10_4698
## 95                    214    Shipped      Motorcycles  193    S10_4698
## 96                    185    Shipped      Motorcycles  193    S10_4698
## 97                    150    Shipped      Motorcycles  193    S10_4698
## 98                    116   Disputed      Motorcycles  193    S10_4698
## 99                    939    Shipped     Classic Cars  136    S10_4757
## 100                   864    Shipped     Classic Cars  136    S10_4757
## 101                   820    Shipped     Classic Cars  136    S10_4757
## 102                   762    Shipped     Classic Cars  136    S10_4757
## 103                   706    Shipped     Classic Cars  136    S10_4757
## 104                   690  Cancelled     Classic Cars  136    S10_4757
## 105                   675    Shipped     Classic Cars  136    S10_4757
## 106                   670    Shipped     Classic Cars  136    S10_4757
## 107                   659    Shipped     Classic Cars  136    S10_4757
## 108                   575    Shipped     Classic Cars  136    S10_4757
## 109                   499  Cancelled     Classic Cars  136    S10_4757
## 110                   459    Shipped     Classic Cars  136    S10_4757
## 111                   426    Shipped     Classic Cars  136    S10_4757
## 112                   397    Shipped     Classic Cars  136    S10_4757
## 113                   377    Shipped     Classic Cars  136    S10_4757
## 114                   344    Shipped     Classic Cars  136    S10_4757
## 115                   327    Shipped     Classic Cars  136    S10_4757
## 116                   324    Shipped     Classic Cars  136    S10_4757
## 117                   309    Shipped     Classic Cars  136    S10_4757
## 118                   299    Shipped     Classic Cars  136    S10_4757
## 119                   287    Shipped     Classic Cars  136    S10_4757
## 120                   241    Shipped     Classic Cars  136    S10_4757
## 121                   196    Shipped     Classic Cars  136    S10_4757
## 122                   182    Shipped     Classic Cars  136    S10_4757
## 123                   148    On Hold     Classic Cars  136    S10_4757
## 124                   977    Shipped     Classic Cars  147    S10_4962
## 125                   916    Shipped     Classic Cars  147    S10_4962
## 126                   860    Shipped     Classic Cars  147    S10_4962
## 127                   804    Shipped     Classic Cars  147    S10_4962
## 128                   748    Shipped     Classic Cars  147    S10_4962
## 129                   717   Resolved     Classic Cars  147    S10_4962
## 130                   702    Shipped     Classic Cars  147    S10_4962
## 131                   696    Shipped     Classic Cars  147    S10_4962
## 132                   685    Shipped     Classic Cars  147    S10_4962
## 133                   672    Shipped     Classic Cars  147    S10_4962
## 134                   616    Shipped     Classic Cars  147    S10_4962
## 135                   582    Shipped     Classic Cars  147    S10_4962
## 136                   529    Shipped     Classic Cars  147    S10_4962
## 137                   488    Shipped     Classic Cars  147    S10_4962
## 138                   455    Shipped     Classic Cars  147    S10_4962
## 139                   425    Shipped     Classic Cars  147    S10_4962
## 140                   406    Shipped     Classic Cars  147    S10_4962
## 141                   372    Shipped     Classic Cars  147    S10_4962
## 142                   364    Shipped     Classic Cars  147    S10_4962
## 143                   352    Shipped     Classic Cars  147    S10_4962
## 144                   338    On Hold     Classic Cars  147    S10_4962
## 145                   329    Shipped     Classic Cars  147    S10_4962
## 146                   319    Shipped     Classic Cars  147    S10_4962
## 147                   279    Shipped     Classic Cars  147    S10_4962
## 148                   231    Shipped     Classic Cars  147    S10_4962
## 149                   179    Shipped     Classic Cars  147    S10_4962
## 150                   150 In Process     Classic Cars  147    S10_4962
## 151                   971    Shipped     Classic Cars  194    S12_1099
## 152                   906    Shipped     Classic Cars  194    S12_1099
## 153                   852    Shipped     Classic Cars  194    S12_1099
## 154                   788    Shipped     Classic Cars  194    S12_1099
## 155                   729    Shipped     Classic Cars  194    S12_1099
## 156                   722    Shipped     Classic Cars  194    S12_1099
## 157                   715    Shipped     Classic Cars  194    S12_1099
## 158                   704    Shipped     Classic Cars  194    S12_1099
## 159                   661    Shipped     Classic Cars  194    S12_1099
## 160                   624    Shipped     Classic Cars  194    S12_1099
## 161                   579    Shipped     Classic Cars  194    S12_1099
## 162                   527  Cancelled     Classic Cars  194    S12_1099
## 163                   493    Shipped     Classic Cars  194    S12_1099
## 164                   467    Shipped     Classic Cars  194    S12_1099
## 165                   440    Shipped     Classic Cars  194    S12_1099
## 166                   771    Shipped     Classic Cars  194    S12_1099
## 167                   395    Shipped     Classic Cars  194    S12_1099
## 168                   378    Shipped     Classic Cars  194    S12_1099
## 169                   367    Shipped     Classic Cars  194    S12_1099
## 170                   359    Shipped     Classic Cars  194    S12_1099
## 171                   317    Shipped     Classic Cars  194    S12_1099
## 172                   290    Shipped     Classic Cars  194    S12_1099
## 173                   262    Shipped     Classic Cars  194    S12_1099
## 174                   188    Shipped     Classic Cars  194    S12_1099
## 175                  1015    Shipped     Classic Cars  207    S12_1108
## 176                   952    Shipped     Classic Cars  207    S12_1108
## 177                   905    Shipped     Classic Cars  207    S12_1108
## 178                   840    Shipped     Classic Cars  207    S12_1108
## 179                   790    Shipped     Classic Cars  207    S12_1108
## 180                   767    Shipped     Classic Cars  207    S12_1108
## 181                   753    Shipped     Classic Cars  207    S12_1108
## 182                   746    Shipped     Classic Cars  207    S12_1108
## 183                   735    Shipped     Classic Cars  207    S12_1108
## 184                   699    Shipped     Classic Cars  207    S12_1108
## 185                   659    Shipped     Classic Cars  207    S12_1108
## 186                   625    Shipped     Classic Cars  207    S12_1108
## 187                   579    Shipped     Classic Cars  207    S12_1108
## 188                   504    Shipped     Classic Cars  207    S12_1108
## 189                   474    Shipped     Classic Cars  207    S12_1108
## 190                   455    Shipped     Classic Cars  207    S12_1108
## 191                   421    Shipped     Classic Cars  207    S12_1108
## 192                   414    Shipped     Classic Cars  207    S12_1108
## 193                   401    Shipped     Classic Cars  207    S12_1108
## 194                   387    Shipped     Classic Cars  207    S12_1108
## 195                   407    Shipped     Classic Cars  207    S12_1108
## 196                   364    Shipped     Classic Cars  207    S12_1108
## 197                   326    Shipped     Classic Cars  207    S12_1108
## 198                   302    Shipped     Classic Cars  207    S12_1108
## 199                   274    Shipped     Classic Cars  207    S12_1108
## 200                   226    Shipped     Classic Cars  207    S12_1108
## 201                  1054    Shipped Trucks and Buses  136    S12_1666
## 202                   999    Shipped Trucks and Buses  136    S12_1666
## 203                   937    Shipped Trucks and Buses  136    S12_1666
## 204                   881    Shipped Trucks and Buses  136    S12_1666
## 205                   825    Shipped Trucks and Buses  136    S12_1666
## 206                   794   Resolved Trucks and Buses  136    S12_1666
## 207                   779    Shipped Trucks and Buses  136    S12_1666
## 208                   773    Shipped Trucks and Buses  136    S12_1666
## 209                   762    Shipped Trucks and Buses  136    S12_1666
## 210                   753    Shipped Trucks and Buses  136    S12_1666
## 211                   695    Shipped Trucks and Buses  136    S12_1666
## 212                   659    Shipped Trucks and Buses  136    S12_1666
## 213                   606    Shipped Trucks and Buses  136    S12_1666
## 214                   565    Shipped Trucks and Buses  136    S12_1666
## 215                   532    Shipped Trucks and Buses  136    S12_1666
## 216                   502    Shipped Trucks and Buses  136    S12_1666
## 217                   483    Shipped Trucks and Buses  136    S12_1666
## 218                   451    Shipped Trucks and Buses  136    S12_1666
## 219                   441    Shipped Trucks and Buses  136    S12_1666
## 220                   429    Shipped Trucks and Buses  136    S12_1666
## 221                   405    Shipped Trucks and Buses  136    S12_1666
## 222                   395    Shipped Trucks and Buses  136    S12_1666
## 223                   355    Shipped Trucks and Buses  136    S12_1666
## 224                   307    Shipped Trucks and Buses  136    S12_1666
## 225                   255    Shipped Trucks and Buses  136    S12_1666
## 226                   226 In Process Trucks and Buses  136    S12_1666
## 227                  1054    Shipped      Motorcycles  150    S12_2823
## 228                   983    Shipped      Motorcycles  150    S12_2823
## 229                   929    Shipped      Motorcycles  150    S12_2823
## 230                   875    Shipped      Motorcycles  150    S12_2823
## 231                   805    Shipped      Motorcycles  150    S12_2823
## 232                   799    Shipped      Motorcycles  150    S12_2823
## 233                   793    Shipped      Motorcycles  150    S12_2823
## 234                   736    Shipped      Motorcycles  150    S12_2823
## 235                   700    Shipped      Motorcycles  150    S12_2823
## 236                   658    Shipped      Motorcycles  150    S12_2823
## 237                   616    Shipped      Motorcycles  150    S12_2823
## 238                   576    Shipped      Motorcycles  150    S12_2823
## 239                   542    Shipped      Motorcycles  150    S12_2823
## 240                   518    Shipped      Motorcycles  150    S12_2823
## 241                   485    Shipped      Motorcycles  150    S12_2823
## 242                   471    Shipped      Motorcycles  150    S12_2823
## 243                   453    Shipped      Motorcycles  150    S12_2823
## 244                   442    Shipped      Motorcycles  150    S12_2823
## 245                   434    Shipped      Motorcycles  150    S12_2823
## 246                   393    Shipped      Motorcycles  150    S12_2823
## 247                   365    Shipped      Motorcycles  150    S12_2823
## 248                   337    Shipped      Motorcycles  150    S12_2823
## 249                   302    Shipped      Motorcycles  150    S12_2823
## 250                   268   Disputed      Motorcycles  150    S12_2823
## 251                  1102    Shipped     Classic Cars  151    S12_3148
## 252                  1028    Shipped     Classic Cars  151    S12_3148
## 253                   981    Shipped     Classic Cars  151    S12_3148
## 254                   916    Shipped     Classic Cars  151    S12_3148
## 255                   866    Shipped     Classic Cars  151    S12_3148
## 256                   843    Shipped     Classic Cars  151    S12_3148
## 257                   829    Shipped     Classic Cars  151    S12_3148
## 258                   822    Shipped     Classic Cars  151    S12_3148
## 259                   811    Shipped     Classic Cars  151    S12_3148
## 260                   775    Shipped     Classic Cars  151    S12_3148
## 261                   735    Shipped     Classic Cars  151    S12_3148
## 262                   705    Shipped     Classic Cars  151    S12_3148
## 263                   655    Shipped     Classic Cars  151    S12_3148
## 264                   580    Shipped     Classic Cars  151    S12_3148
## 265                   550    Shipped     Classic Cars  151    S12_3148
## 266                   531    Shipped     Classic Cars  151    S12_3148
## 267                   497    Shipped     Classic Cars  151    S12_3148
## 268                   490    Shipped     Classic Cars  151    S12_3148
## 269                   477    Shipped     Classic Cars  151    S12_3148
## 270                   463    Shipped     Classic Cars  151    S12_3148
## 271                   483    Shipped     Classic Cars  151    S12_3148
## 272                   445    Shipped     Classic Cars  151    S12_3148
## 273                   399    Shipped     Classic Cars  151    S12_3148
## 274                   378    Shipped     Classic Cars  151    S12_3148
## 275                   301    Shipped     Classic Cars  151    S12_3148
## 276                  1096    Shipped     Classic Cars  117    S12_3380
## 277                  1031    Shipped     Classic Cars  117    S12_3380
## 278                   977    Shipped     Classic Cars  117    S12_3380
## 279                   913    Shipped     Classic Cars  117    S12_3380
## 280                   854    Shipped     Classic Cars  117    S12_3380
## 281                   847    Shipped     Classic Cars  117    S12_3380
## 282                   840    Shipped     Classic Cars  117    S12_3380
## 283                   829    Shipped     Classic Cars  117    S12_3380
## 284                   785    Shipped     Classic Cars  117    S12_3380
## 285                   749    Shipped     Classic Cars  117    S12_3380
## 286                   704    Shipped     Classic Cars  117    S12_3380
## 287                   652  Cancelled     Classic Cars  117    S12_3380
## 288                   618    Shipped     Classic Cars  117    S12_3380
## 289                   592    Shipped     Classic Cars  117    S12_3380
## 290                   565    Shipped     Classic Cars  117    S12_3380
## 291                   896    Shipped     Classic Cars  117    S12_3380
## 292                   520    Shipped     Classic Cars  117    S12_3380
## 293                   503    Shipped     Classic Cars  117    S12_3380
## 294                   492    Shipped     Classic Cars  117    S12_3380
## 295                   484    Shipped     Classic Cars  117    S12_3380
## 296                   442    Shipped     Classic Cars  117    S12_3380
## 297                   410    Shipped     Classic Cars  117    S12_3380
## 298                   387    Shipped     Classic Cars  117    S12_3380
## 299                   313    Shipped     Classic Cars  117    S12_3380
## 300                  1140    Shipped     Classic Cars  173    S12_3891
## 301                  1077    Shipped     Classic Cars  173    S12_3891
## 302                  1030    Shipped     Classic Cars  173    S12_3891
## 303                   965    Shipped     Classic Cars  173    S12_3891
## 304                   915    Shipped     Classic Cars  173    S12_3891
## 305                   892    Shipped     Classic Cars  173    S12_3891
## 306                   878    Shipped     Classic Cars  173    S12_3891
## 307                   871    Shipped     Classic Cars  173    S12_3891
## 308                   860    Shipped     Classic Cars  173    S12_3891
## 309                   824    Shipped     Classic Cars  173    S12_3891
## 310                   784    Shipped     Classic Cars  173    S12_3891
## 311                   750    Shipped     Classic Cars  173    S12_3891
## 312                   704    Shipped     Classic Cars  173    S12_3891
## 313                   629    Shipped     Classic Cars  173    S12_3891
## 314                   599    Shipped     Classic Cars  173    S12_3891
## 315                   580    Shipped     Classic Cars  173    S12_3891
## 316                   546    Shipped     Classic Cars  173    S12_3891
## 317                   539    Shipped     Classic Cars  173    S12_3891
## 318                   526    Shipped     Classic Cars  173    S12_3891
## 319                   512    Shipped     Classic Cars  173    S12_3891
## 320                   502    Shipped     Classic Cars  173    S12_3891
## 321                   489    Shipped     Classic Cars  173    S12_3891
## 322                   448    Shipped     Classic Cars  173    S12_3891
## 323                   427    Shipped     Classic Cars  173    S12_3891
## 324                   393    Shipped     Classic Cars  173    S12_3891
## 325                   351    Shipped     Classic Cars  173    S12_3891
## 326                  1146    Shipped     Classic Cars   79    S12_3990
## 327                  1081    Shipped     Classic Cars   79    S12_3990
## 328                  1027    Shipped     Classic Cars   79    S12_3990
## 329                   963    Shipped     Classic Cars   79    S12_3990
## 330                   904    Shipped     Classic Cars   79    S12_3990
## 331                   897    Shipped     Classic Cars   79    S12_3990
## 332                   890    Shipped     Classic Cars   79    S12_3990
## 333                   879    Shipped     Classic Cars   79    S12_3990
## 334                   836    Shipped     Classic Cars   79    S12_3990
## 335                   799    Shipped     Classic Cars   79    S12_3990
## 336                   754    Shipped     Classic Cars   79    S12_3990
## 337                   702  Cancelled     Classic Cars   79    S12_3990
## 338                   668    Shipped     Classic Cars   79    S12_3990
## 339                   642    Shipped     Classic Cars   79    S12_3990
## 340                   615    Shipped     Classic Cars   79    S12_3990
## 341                   946    Shipped     Classic Cars   79    S12_3990
## 342                   570    Shipped     Classic Cars   79    S12_3990
## 343                   553    Shipped     Classic Cars   79    S12_3990
## 344                   542    Shipped     Classic Cars   79    S12_3990
## 345                   534    Shipped     Classic Cars   79    S12_3990
## 346                   492    Shipped     Classic Cars   79    S12_3990
## 347                   459    Shipped     Classic Cars   79    S12_3990
## 348                   437    Shipped     Classic Cars   79    S12_3990
## 349                   363    Shipped     Classic Cars   79    S12_3990
## 350                  1201    Shipped Trucks and Buses  118    S12_4473
## 351                  1139    Shipped Trucks and Buses  118    S12_4473
## 352                  1080    Shipped Trucks and Buses  118    S12_4473
## 353                  1022    Shipped Trucks and Buses  118    S12_4473
## 354                   972    Shipped Trucks and Buses  118    S12_4473
## 355                   942    Shipped Trucks and Buses  118    S12_4473
## 356                   928    Shipped Trucks and Buses  118    S12_4473
## 357                   921    Shipped Trucks and Buses  118    S12_4473
## 358                   911    Shipped Trucks and Buses  118    S12_4473
## 359                   898    Shipped Trucks and Buses  118    S12_4473
## 360                   836    Shipped Trucks and Buses  118    S12_4473
## 361                   808    Shipped Trucks and Buses  118    S12_4473
## 362                   754    Shipped Trucks and Buses  118    S12_4473
## 363                   714    Shipped Trucks and Buses  118    S12_4473
## 364                   680    Shipped Trucks and Buses  118    S12_4473
## 365                   651    Shipped Trucks and Buses  118    S12_4473
## 366                   632    Shipped Trucks and Buses  118    S12_4473
## 367                   598    Shipped Trucks and Buses  118    S12_4473
## 368                   590    Shipped Trucks and Buses  118    S12_4473
## 369                   577    Shipped Trucks and Buses  118    S12_4473
## 370                   563    Shipped Trucks and Buses  118    S12_4473
## 371                   553    Shipped Trucks and Buses  118    S12_4473
## 372                   545    Shipped Trucks and Buses  118    S12_4473
## 373                   502    Shipped Trucks and Buses  118    S12_4473
## 374                   478    Shipped Trucks and Buses  118    S12_4473
## 375                   403    Shipped Trucks and Buses  118    S12_4473
## 376                   376 In Process Trucks and Buses  118    S12_4473
## 377                  1197    Shipped     Classic Cars  115    S12_4675
## 378                  1132    Shipped     Classic Cars  115    S12_4675
## 379                  1078    Shipped     Classic Cars  115    S12_4675
## 380                  1014    Shipped     Classic Cars  115    S12_4675
## 381                   955    Shipped     Classic Cars  115    S12_4675
## 382                   948    Shipped     Classic Cars  115    S12_4675
## 383                   941    Shipped     Classic Cars  115    S12_4675
## 384                   930    Shipped     Classic Cars  115    S12_4675
## 385                   886    Shipped     Classic Cars  115    S12_4675
## 386                   850    Shipped     Classic Cars  115    S12_4675
## 387                   802    Shipped     Classic Cars  115    S12_4675
## 388                   753  Cancelled     Classic Cars  115    S12_4675
## 389                   719    Shipped     Classic Cars  115    S12_4675
## 390                   691    Shipped     Classic Cars  115    S12_4675
## 391                   666    Shipped     Classic Cars  115    S12_4675
## 392                   997    Shipped     Classic Cars  115    S12_4675
## 393                   621    Shipped     Classic Cars  115    S12_4675
## 394                   603    Shipped     Classic Cars  115    S12_4675
## 395                   593    Shipped     Classic Cars  115    S12_4675
## 396                   585    Shipped     Classic Cars  115    S12_4675
## 397                   543    Shipped     Classic Cars  115    S12_4675
## 398                   510    Shipped     Classic Cars  115    S12_4675
## 399                   488    Shipped     Classic Cars  115    S12_4675
## 400                   447    Shipped     Classic Cars  115    S12_4675
## 401                   415    Shipped     Classic Cars  115    S12_4675
## 402                  1255    Shipped Trucks and Buses  116    S18_1097
## 403                  1200    Shipped Trucks and Buses  116    S18_1097
## 404                  1138    Shipped Trucks and Buses  116    S18_1097
## 405                  1082    Shipped Trucks and Buses  116    S18_1097
## 406                  1026    Shipped Trucks and Buses  116    S18_1097
## 407                   995   Resolved Trucks and Buses  116    S18_1097
## 408                   980    Shipped Trucks and Buses  116    S18_1097
## 409                   974    Shipped Trucks and Buses  116    S18_1097
## 410                   963    Shipped Trucks and Buses  116    S18_1097
## 411                   954    Shipped Trucks and Buses  116    S18_1097
## 412                   900    Shipped Trucks and Buses  116    S18_1097
## 413                   861    Shipped Trucks and Buses  116    S18_1097
## 414                   807    Shipped Trucks and Buses  116    S18_1097
## 415                   766    Shipped Trucks and Buses  116    S18_1097
## 416                   733    Shipped Trucks and Buses  116    S18_1097
## 417                   705    Shipped Trucks and Buses  116    S18_1097
## 418                   684    Shipped Trucks and Buses  116    S18_1097
## 419                   652    Shipped Trucks and Buses  116    S18_1097
## 420                   643    Shipped Trucks and Buses  116    S18_1097
## 421                   630    Shipped Trucks and Buses  116    S18_1097
## 422                   606    Shipped Trucks and Buses  116    S18_1097
## 423                   596    Shipped Trucks and Buses  116    S18_1097
## 424                   556    Shipped Trucks and Buses  116    S18_1097
## 425                   508    Shipped Trucks and Buses  116    S18_1097
## 426                   456    Shipped Trucks and Buses  116    S18_1097
## 427                   427 In Process Trucks and Buses  116    S18_1097
## 428                  1241    Shipped     Classic Cars  141    S18_1129
## 429                  1183    Shipped     Classic Cars  141    S18_1129
## 430                  1127    Shipped     Classic Cars  141    S18_1129
## 431                  1059    Shipped     Classic Cars  141    S18_1129
## 432                  1024    Shipped     Classic Cars  141    S18_1129
## 433                  1006    Shipped     Classic Cars  141    S18_1129
## 434                  1000    Shipped     Classic Cars  141    S18_1129
## 435                   993    Shipped     Classic Cars  141    S18_1129
## 436                   982    Shipped     Classic Cars  141    S18_1129
## 437                   938    Shipped     Classic Cars  141    S18_1129
## 438                   902    Shipped     Classic Cars  141    S18_1129
## 439                   853    Shipped     Classic Cars  141    S18_1129
## 440                   805  Cancelled     Classic Cars  141    S18_1129
## 441                   771    Shipped     Classic Cars  141    S18_1129
## 442                   741    Shipped     Classic Cars  141    S18_1129
## 443                   718    Shipped     Classic Cars  141    S18_1129
## 444                  1048    Shipped     Classic Cars  141    S18_1129
## 445                   673    Shipped     Classic Cars  141    S18_1129
## 446                   655    Shipped     Classic Cars  141    S18_1129
## 447                   643    Shipped     Classic Cars  141    S18_1129
## 448                   637    Shipped     Classic Cars  141    S18_1129
## 449                   623    Shipped     Classic Cars  141    S18_1129
## 450                   595    Shipped     Classic Cars  141    S18_1129
## 451                   563    Shipped     Classic Cars  141    S18_1129
## 452                   540    Shipped     Classic Cars  141    S18_1129
## 453                   499   Disputed     Classic Cars  141    S18_1129
## 454                   468    Shipped     Classic Cars  141    S18_1129
## 455                  1327    Shipped     Vintage Cars  102    S18_1342
## 456                  1197    Shipped     Vintage Cars  102    S18_1342
## 457                  1142    Shipped     Vintage Cars  102    S18_1342
## 458                  1085    Shipped     Vintage Cars  102    S18_1342
## 459                  1032    Shipped     Vintage Cars  102    S18_1342
## 460                  1026    Shipped     Vintage Cars  102    S18_1342
## 461                  1018    Shipped     Vintage Cars  102    S18_1342
## 462                  1007    Shipped     Vintage Cars  102    S18_1342
## 463                   951    Shipped     Vintage Cars  102    S18_1342
## 464                   920    Shipped     Vintage Cars  102    S18_1342
## 465                   863    Shipped     Vintage Cars  102    S18_1342
## 466                   824    Shipped     Vintage Cars  102    S18_1342
## 467                   755    Shipped     Vintage Cars  102    S18_1342
## 468                   739    Shipped     Vintage Cars  102    S18_1342
## 469                   702    Shipped     Vintage Cars  102    S18_1342
## 470                   693    Shipped     Vintage Cars  102    S18_1342
## 471                   680    Shipped     Vintage Cars  102    S18_1342
## 472                   668    Shipped     Vintage Cars  102    S18_1342
## 473                   657    Shipped     Vintage Cars  102    S18_1342
## 474                   648    Shipped     Vintage Cars  102    S18_1342
## 475                   607    Shipped     Vintage Cars  102    S18_1342
## 476                   581    Shipped     Vintage Cars  102    S18_1342
## 477                   560    Shipped     Vintage Cars  102    S18_1342
## 478                   479 In Process     Vintage Cars  102    S18_1342
## 479                  1351    Shipped     Vintage Cars   53    S18_1367
## 480                  1214    Shipped     Vintage Cars   53    S18_1367
## 481                  1166    Shipped     Vintage Cars   53    S18_1367
## 482                  1109    Shipped     Vintage Cars   53    S18_1367
## 483                  1056    Shipped     Vintage Cars   53    S18_1367
## 484                  1050    Shipped     Vintage Cars   53    S18_1367
## 485                  1042    Shipped     Vintage Cars   53    S18_1367
## 486                  1031    Shipped     Vintage Cars   53    S18_1367
## 487                   975    Shipped     Vintage Cars   53    S18_1367
## 488                   944    Shipped     Vintage Cars   53    S18_1367
## 489                   887    Shipped     Vintage Cars   53    S18_1367
## 490                   848    Shipped     Vintage Cars   53    S18_1367
## 491                   779    Shipped     Vintage Cars   53    S18_1367
## 492                   763    Shipped     Vintage Cars   53    S18_1367
## 493                   726    Shipped     Vintage Cars   53    S18_1367
## 494                   717    Shipped     Vintage Cars   53    S18_1367
## 495                   704    Shipped     Vintage Cars   53    S18_1367
## 496                   692    Shipped     Vintage Cars   53    S18_1367
## 497                   681    Shipped     Vintage Cars   53    S18_1367
## 498                   672    Shipped     Vintage Cars   53    S18_1367
## 499                   631    Shipped     Vintage Cars   53    S18_1367
## 500                   583    Shipped     Vintage Cars   53    S18_1367
## 501                   502 In Process     Vintage Cars   53    S18_1367
## 502                  1307    Shipped     Classic Cars  124    S18_1589
## 503                  1245    Shipped     Classic Cars  124    S18_1589
## 504                  1195    Shipped     Classic Cars  124    S18_1589
## 505                  1133    Shipped     Classic Cars  124    S18_1589
## 506                  1098    Shipped     Classic Cars  124    S18_1589
## 507                  1080    Shipped     Classic Cars  124    S18_1589
## 508                  1074    Shipped     Classic Cars  124    S18_1589
## 509                  1067    Shipped     Classic Cars  124    S18_1589
## 510                  1056    Shipped     Classic Cars  124    S18_1589
## 511                  1012    Shipped     Classic Cars  124    S18_1589
## 512                   972    Shipped     Classic Cars  124    S18_1589
## 513                   927    Shipped     Classic Cars  124    S18_1589
## 514                   879  Cancelled     Classic Cars  124    S18_1589
## 515                   845    Shipped     Classic Cars  124    S18_1589
## 516                   815    Shipped     Classic Cars  124    S18_1589
## 517                   790    Shipped     Classic Cars  124    S18_1589
## 518                  1122    Shipped     Classic Cars  124    S18_1589
## 519                   747    Shipped     Classic Cars  124    S18_1589
## 520                   729    Shipped     Classic Cars  124    S18_1589
## 521                   717    Shipped     Classic Cars  124    S18_1589
## 522                   711    Shipped     Classic Cars  124    S18_1589
## 523                   663   Resolved     Classic Cars  124    S18_1589
## 524                   635    Shipped     Classic Cars  124    S18_1589
## 525                   564    On Hold     Classic Cars  124    S18_1589
## 526                   540    Shipped     Classic Cars  124    S18_1589
## 527                  1361    Shipped           Planes  157    S18_1662
## 528                  1292    Shipped           Planes  157    S18_1662
## 529                  1244    Shipped           Planes  157    S18_1662
## 530                  1190    Shipped           Planes  157    S18_1662
## 531                  1134    Shipped           Planes  157    S18_1662
## 532                  1118  Cancelled           Planes  157    S18_1662
## 533                  1103    Shipped           Planes  157    S18_1662
## 534                  1098    Shipped           Planes  157    S18_1662
## 535                  1086    Shipped           Planes  157    S18_1662
## 536                  1041    Shipped           Planes  157    S18_1662
## 537                  1004    Shipped           Planes  157    S18_1662
## 538                   924    Shipped           Planes  157    S18_1662
## 539                   881  Cancelled           Planes  157    S18_1662
## 540                   855    Shipped           Planes  157    S18_1662
## 541                   825    Shipped           Planes  157    S18_1662
## 542                   801    Shipped           Planes  157    S18_1662
## 543                   773    Shipped           Planes  157    S18_1662
## 544                   756    Shipped           Planes  157    S18_1662
## 545                   748   Resolved           Planes  157    S18_1662
## 546                   737    Shipped           Planes  157    S18_1662
## 547                   727    Shipped           Planes  157    S18_1662
## 548                   669    Shipped           Planes  157    S18_1662
## 549                   640   Resolved           Planes  157    S18_1662
## 550                   612    Shipped           Planes  157    S18_1662
## 551                   611    Shipped           Planes  157    S18_1662
## 552                   573    Shipped           Planes  157    S18_1662
## 553                  1429    Shipped     Vintage Cars  170    S18_1749
## 554                  1359    Shipped     Vintage Cars  170    S18_1749
## 555                  1296    Shipped     Vintage Cars  170    S18_1749
## 556                  1183    Shipped     Vintage Cars  170    S18_1749
## 557                  1130    Shipped     Vintage Cars  170    S18_1749
## 558                  1124    Shipped     Vintage Cars  170    S18_1749
## 559                  1116    Shipped     Vintage Cars  170    S18_1749
## 560                  1106    Shipped     Vintage Cars  170    S18_1749
## 561                  1052    Shipped     Vintage Cars  170    S18_1749
## 562                  1018    Shipped     Vintage Cars  170    S18_1749
## 563                   977    Shipped     Vintage Cars  170    S18_1749
## 564                   852    Shipped     Vintage Cars  170    S18_1749
## 565                   838    Shipped     Vintage Cars  170    S18_1749
## 566                  1169    Shipped     Vintage Cars  170    S18_1749
## 567                   790    Shipped     Vintage Cars  170    S18_1749
## 568                   764    Shipped     Vintage Cars  170    S18_1749
## 569                   757    Shipped     Vintage Cars  170    S18_1749
## 570                   710   Resolved     Vintage Cars  170    S18_1749
## 571                   682    Shipped     Vintage Cars  170    S18_1749
## 572                   611    On Hold     Vintage Cars  170    S18_1749
## 573                   575 In Process     Vintage Cars  170    S18_1749
## 574                  1394    Shipped     Classic Cars   77    S18_1889
## 575                  1329    Shipped     Classic Cars   77    S18_1889
## 576                  1275    Shipped     Classic Cars   77    S18_1889
## 577                  1211    Shipped     Classic Cars   77    S18_1889
## 578                  1152    Shipped     Classic Cars   77    S18_1889
## 579                  1145    Shipped     Classic Cars   77    S18_1889
## 580                  1138    Shipped     Classic Cars   77    S18_1889
## 581                  1127    Shipped     Classic Cars   77    S18_1889
## 582                  1083    Shipped     Classic Cars   77    S18_1889
## 583                  1047    Shipped     Classic Cars   77    S18_1889
## 584                   999    Shipped     Classic Cars   77    S18_1889
## 585                   950  Cancelled     Classic Cars   77    S18_1889
## 586                   916    Shipped     Classic Cars   77    S18_1889
## 587                   886    Shipped     Classic Cars   77    S18_1889
## 588                   863    Shipped     Classic Cars   77    S18_1889
## 589                  1194    Shipped     Classic Cars   77    S18_1889
## 590                   818    Shipped     Classic Cars   77    S18_1889
## 591                   800    Shipped     Classic Cars   77    S18_1889
## 592                   790    Shipped     Classic Cars   77    S18_1889
## 593                   782    Shipped     Classic Cars   77    S18_1889
## 594                   740    Shipped     Classic Cars   77    S18_1889
## 595                   707    Shipped     Classic Cars   77    S18_1889
## 596                   685    Shipped     Classic Cars   77    S18_1889
## 597                   644    Shipped     Classic Cars   77    S18_1889
## 598                   612    Shipped     Classic Cars   77    S18_1889
## 599                  1412    Shipped     Classic Cars  142    S18_1984
## 600                  1354    Shipped     Classic Cars  142    S18_1984
## 601                  1298    Shipped     Classic Cars  142    S18_1984
## 602                  1230    Shipped     Classic Cars  142    S18_1984
## 603                  1195    Shipped     Classic Cars  142    S18_1984
## 604                  1177    Shipped     Classic Cars  142    S18_1984
## 605                  1171    Shipped     Classic Cars  142    S18_1984
## 606                  1164    Shipped     Classic Cars  142    S18_1984
## 607                  1153    Shipped     Classic Cars  142    S18_1984
## 608                  1109    Shipped     Classic Cars  142    S18_1984
## 609                  1069    Shipped     Classic Cars  142    S18_1984
## 610                  1024    Shipped     Classic Cars  142    S18_1984
## 611                   976  Cancelled     Classic Cars  142    S18_1984
## 612                   942    Shipped     Classic Cars  142    S18_1984
## 613                   912    Shipped     Classic Cars  142    S18_1984
## 614                   889    Shipped     Classic Cars  142    S18_1984
## 615                  1219    Shipped     Classic Cars  142    S18_1984
## 616                   844    Shipped     Classic Cars  142    S18_1984
## 617                   826    Shipped     Classic Cars  142    S18_1984
## 618                   814    Shipped     Classic Cars  142    S18_1984
## 619                   808    Shipped     Classic Cars  142    S18_1984
## 620                   794    Shipped     Classic Cars  142    S18_1984
## 621                   763    Shipped     Classic Cars  142    S18_1984
## 622                   734    Shipped     Classic Cars  142    S18_1984
## 623                   711    Shipped     Classic Cars  142    S18_1984
## 624                   670   Disputed     Classic Cars  142    S18_1984
## 625                   639    Shipped     Classic Cars  142    S18_1984
## 626                  1477    Shipped     Classic Cars  163    S18_2238
## 627                  1415    Shipped     Classic Cars  163    S18_2238
## 628                  1356    Shipped     Classic Cars  163    S18_2238
## 629                  1298    Shipped     Classic Cars  163    S18_2238
## 630                  1248    Shipped     Classic Cars  163    S18_2238
## 631                  1218    Shipped     Classic Cars  163    S18_2238
## 632                  1204    Shipped     Classic Cars  163    S18_2238
## 633                  1197    Shipped     Classic Cars  163    S18_2238
## 634                  1187    Shipped     Classic Cars  163    S18_2238
## 635                  1174    Shipped     Classic Cars  163    S18_2238
## 636                  1112    Shipped     Classic Cars  163    S18_2238
## 637                  1080    Shipped     Classic Cars  163    S18_2238
## 638                  1030    Shipped     Classic Cars  163    S18_2238
## 639                   990    Shipped     Classic Cars  163    S18_2238
## 640                   956    Shipped     Classic Cars  163    S18_2238
## 641                   926    Shipped     Classic Cars  163    S18_2238
## 642                   908    Shipped     Classic Cars  163    S18_2238
## 643                   874    Shipped     Classic Cars  163    S18_2238
## 644                   866    Shipped     Classic Cars  163    S18_2238
## 645                   853    Shipped     Classic Cars  163    S18_2238
## 646                   839    Shipped     Classic Cars  163    S18_2238
## 647                   829    Shipped     Classic Cars  163    S18_2238
## 648                   821    Shipped     Classic Cars  163    S18_2238
## 649                   778    Shipped     Classic Cars  163    S18_2238
## 650                   754    Shipped     Classic Cars  163    S18_2238
## 651                   679    Shipped     Classic Cars  163    S18_2238
## 652                   652 In Process     Classic Cars  163    S18_2238
## 653                  1529    Shipped     Vintage Cars   60    S18_2248
## 654                  1459    Shipped     Vintage Cars   60    S18_2248
## 655                  1396    Shipped     Vintage Cars   60    S18_2248
## 656                  1283    Shipped     Vintage Cars   60    S18_2248
## 657                  1230    Shipped     Vintage Cars   60    S18_2248
## 658                  1224    Shipped     Vintage Cars   60    S18_2248
## 659                  1216    Shipped     Vintage Cars   60    S18_2248
## 660                  1206    Shipped     Vintage Cars   60    S18_2248
## 661                  1152    Shipped     Vintage Cars   60    S18_2248
## 662                  1118    Shipped     Vintage Cars   60    S18_2248
## 663                  1077    Shipped     Vintage Cars   60    S18_2248
## 664                   952    Shipped     Vintage Cars   60    S18_2248
## 665                   938    Shipped     Vintage Cars   60    S18_2248
## 666                   904    Shipped     Vintage Cars   60    S18_2248
## 667                   890    Shipped     Vintage Cars   60    S18_2248
## 668                   864    Shipped     Vintage Cars   60    S18_2248
## 669                   857    Shipped     Vintage Cars   60    S18_2248
## 670                   810   Resolved     Vintage Cars   60    S18_2248
## 671                   782    Shipped     Vintage Cars   60    S18_2248
## 672                   711    On Hold     Vintage Cars   60    S18_2248
## 673                   675 In Process     Vintage Cars   60    S18_2248
## 674                  1525    Shipped Trucks and Buses  122    S18_2319
## 675                  1466    Shipped Trucks and Buses  122    S18_2319
## 676                  1404    Shipped Trucks and Buses  122    S18_2319
## 677                  1346    Shipped Trucks and Buses  122    S18_2319
## 678                  1296    Shipped Trucks and Buses  122    S18_2319
## 679                  1266    Shipped Trucks and Buses  122    S18_2319
## 680                  1252    Shipped Trucks and Buses  122    S18_2319
## 681                  1245    Shipped Trucks and Buses  122    S18_2319
## 682                  1235    Shipped Trucks and Buses  122    S18_2319
## 683                  1222    Shipped Trucks and Buses  122    S18_2319
## 684                  1131    Shipped Trucks and Buses  122    S18_2319
## 685                  1077    Shipped Trucks and Buses  122    S18_2319
## 686                  1037    Shipped Trucks and Buses  122    S18_2319
## 687                  1003    Shipped Trucks and Buses  122    S18_2319
## 688                   974    Shipped Trucks and Buses  122    S18_2319
## 689                   955    Shipped Trucks and Buses  122    S18_2319
## 690                   921    Shipped Trucks and Buses  122    S18_2319
## 691                   913    Shipped Trucks and Buses  122    S18_2319
## 692                   900    Shipped Trucks and Buses  122    S18_2319
## 693                   887    On Hold Trucks and Buses  122    S18_2319
## 694                   876    Shipped Trucks and Buses  122    S18_2319
## 695                   868    Shipped Trucks and Buses  122    S18_2319
## 696                   828    Shipped Trucks and Buses  122    S18_2319
## 697                   796    Shipped Trucks and Buses  122    S18_2319
## 698                   726    Shipped Trucks and Buses  122    S18_2319
## 699                   699 In Process Trucks and Buses  122    S18_2319
## 700                  1573    Shipped     Vintage Cars  127    S18_2325
## 701                  1506    Shipped     Vintage Cars  127    S18_2325
## 702                  1443    Shipped     Vintage Cars  127    S18_2325
## 703                  1330    Shipped     Vintage Cars  127    S18_2325
## 704                  1277    Shipped     Vintage Cars  127    S18_2325
## 705                  1271    Shipped     Vintage Cars  127    S18_2325
## 706                  1263    Shipped     Vintage Cars  127    S18_2325
## 707                  1253    Shipped     Vintage Cars  127    S18_2325
## 708                  1199    Shipped     Vintage Cars  127    S18_2325
## 709                  1165    Shipped     Vintage Cars  127    S18_2325
## 710                  1111    Shipped     Vintage Cars  127    S18_2325
## 711                   999    Shipped     Vintage Cars  127    S18_2325
## 712                   985    Shipped     Vintage Cars  127    S18_2325
## 713                   946    Shipped     Vintage Cars  127    S18_2325
## 714                   937    Shipped     Vintage Cars  127    S18_2325
## 715                   924    Shipped     Vintage Cars  127    S18_2325
## 716                   912    Shipped     Vintage Cars  127    S18_2325
## 717                   905    Shipped     Vintage Cars  127    S18_2325
## 718                   892    Shipped     Vintage Cars  127    S18_2325
## 719                   859   Resolved     Vintage Cars  127    S18_2325
## 720                   825    Shipped     Vintage Cars  127    S18_2325
## 721                   809    Shipped     Vintage Cars  127    S18_2325
## 722                   760    Shipped     Vintage Cars  127    S18_2325
## 723                   725 In Process     Vintage Cars  127    S18_2325
## 724                  1577    Shipped Trucks and Buses   60    S18_2432
## 725                  1516    Shipped Trucks and Buses   60    S18_2432
## 726                  1460    Shipped Trucks and Buses   60    S18_2432
## 727                  1404    Shipped Trucks and Buses   60    S18_2432
## 728                  1346    Shipped Trucks and Buses   60    S18_2432
## 729                  1316    Shipped Trucks and Buses   60    S18_2432
## 730                  1302    Shipped Trucks and Buses   60    S18_2432
## 731                  1295    Shipped Trucks and Buses   60    S18_2432
## 732                  1285    Shipped Trucks and Buses   60    S18_2432
## 733                  1272    Shipped Trucks and Buses   60    S18_2432
## 734                  1216    Shipped Trucks and Buses   60    S18_2432
## 735                  1182    Shipped Trucks and Buses   60    S18_2432
## 736                  1128    Shipped Trucks and Buses   60    S18_2432
## 737                  1088    Shipped Trucks and Buses   60    S18_2432
## 738                  1054    Shipped Trucks and Buses   60    S18_2432
## 739                  1025    Shipped Trucks and Buses   60    S18_2432
## 740                  1006    Shipped Trucks and Buses   60    S18_2432
## 741                   972    Shipped Trucks and Buses   60    S18_2432
## 742                   964    Shipped Trucks and Buses   60    S18_2432
## 743                   952    Shipped Trucks and Buses   60    S18_2432
## 744                   938    On Hold Trucks and Buses   60    S18_2432
## 745                   929    Shipped Trucks and Buses   60    S18_2432
## 746                   919    Shipped Trucks and Buses   60    S18_2432
## 747                   879    Shipped Trucks and Buses   60    S18_2432
## 748                   831    Shipped Trucks and Buses   60    S18_2432
## 749                   777    Shipped Trucks and Buses   60    S18_2432
## 750                   750 In Process Trucks and Buses   60    S18_2432
## 751                  1585    Shipped           Planes   84    S18_2581
## 752                  1515    Shipped           Planes   84    S18_2581
## 753                  1457    Shipped           Planes   84    S18_2581
## 754                  1399    Shipped           Planes   84    S18_2581
## 755                  1336    Shipped           Planes   84    S18_2581
## 756                  1261    Shipped           Planes   84    S18_2581
## 757                  1223    Shipped           Planes   84    S18_2581
## 758                  1183    Shipped           Planes   84    S18_2581
## 759                  1145    Shipped           Planes   84    S18_2581
## 760                  1098    Shipped           Planes   84    S18_2581
## 761                  1074    Shipped           Planes   84    S18_2581
## 762                  1046    Shipped           Planes   84    S18_2581
## 763                  1021    Shipped           Planes   84    S18_2581
## 764                   993    Shipped           Planes   84    S18_2581
## 765                   976    Shipped           Planes   84    S18_2581
## 766                   969   Resolved           Planes   84    S18_2581
## 767                   957    Shipped           Planes   84    S18_2581
## 768                   947    Shipped           Planes   84    S18_2581
## 769                   888    Shipped           Planes   84    S18_2581
## 770                   861   Resolved           Planes   84    S18_2581
## 771                   833    Shipped           Planes   84    S18_2581
## 772                   830    On Hold           Planes   84    S18_2581
## 773                   794    Shipped           Planes   84    S18_2581
## 774                  1601    Shipped      Motorcycles   60    S18_2625
## 775                  1538    Shipped      Motorcycles   60    S18_2625
## 776                  1476    Shipped      Motorcycles   60    S18_2625
## 777                  1422    Shipped      Motorcycles   60    S18_2625
## 778                  1359    Shipped      Motorcycles   60    S18_2625
## 779                  1346    Shipped      Motorcycles   60    S18_2625
## 780                  1340    Shipped      Motorcycles   60    S18_2625
## 781                  1286    Shipped      Motorcycles   60    S18_2625
## 782                  1248    Shipped      Motorcycles   60    S18_2625
## 783                  1207    Shipped      Motorcycles   60    S18_2625
## 784                  1163    Shipped      Motorcycles   60    S18_2625
## 785                  1123    Shipped      Motorcycles   60    S18_2625
## 786                  1099    Shipped      Motorcycles   60    S18_2625
## 787                  1065    Shipped      Motorcycles   60    S18_2625
## 788                  1035    Shipped      Motorcycles   60    S18_2625
## 789                  1018    Shipped      Motorcycles   60    S18_2625
## 790                  1001    Shipped      Motorcycles   60    S18_2625
## 791                   989    Shipped      Motorcycles   60    S18_2625
## 792                   982    Shipped      Motorcycles   60    S18_2625
## 793                   940    Shipped      Motorcycles   60    S18_2625
## 794                   913    Shipped      Motorcycles   60    S18_2625
## 795                   884    Shipped      Motorcycles   60    S18_2625
## 796                   850    Shipped      Motorcycles   60    S18_2625
## 797                   815   Disputed      Motorcycles   60    S18_2625
## 798                  1671    Shipped     Vintage Cars  168    S18_2795
## 799                  1604    Shipped     Vintage Cars  168    S18_2795
## 800                  1541    Shipped     Vintage Cars  168    S18_2795
## 801                  1486    Shipped     Vintage Cars  168    S18_2795
## 802                  1429    Shipped     Vintage Cars  168    S18_2795
## 803                  1376    Shipped     Vintage Cars  168    S18_2795
## 804                  1370    Shipped     Vintage Cars  168    S18_2795
## 805                  1362    Shipped     Vintage Cars  168    S18_2795
## 806                  1351    Shipped     Vintage Cars  168    S18_2795
## 807                  1298    Shipped     Vintage Cars  168    S18_2795
## 808                  1264    Shipped     Vintage Cars  168    S18_2795
## 809                  1207    Shipped     Vintage Cars  168    S18_2795
## 810                  1172    Shipped     Vintage Cars  168    S18_2795
## 811                  1099    Shipped     Vintage Cars  168    S18_2795
## 812                  1083    Shipped     Vintage Cars  168    S18_2795
## 813                  1046    Shipped     Vintage Cars  168    S18_2795
## 814                  1037    Shipped     Vintage Cars  168    S18_2795
## 815                  1024    Shipped     Vintage Cars  168    S18_2795
## 816                  1012    Shipped     Vintage Cars  168    S18_2795
## 817                  1001    Shipped     Vintage Cars  168    S18_2795
## 818                   992    Shipped     Vintage Cars  168    S18_2795
## 819                   959   Resolved     Vintage Cars  168    S18_2795
## 820                   925    Shipped     Vintage Cars  168    S18_2795
## 821                   909    Shipped     Vintage Cars  168    S18_2795
## 822                   824 In Process     Vintage Cars  168    S18_2795
## 823                  1636    Shipped     Classic Cars  132    S18_2870
## 824                  1566    Shipped     Classic Cars  132    S18_2870
## 825                  1516    Shipped     Classic Cars  132    S18_2870
## 826                  1454    Shipped     Classic Cars  132    S18_2870
## 827                  1419    Shipped     Classic Cars  132    S18_2870
## 828                  1401    Shipped     Classic Cars  132    S18_2870
## 829                  1395    Shipped     Classic Cars  132    S18_2870
## 830                  1388    Shipped     Classic Cars  132    S18_2870
## 831                  1377    Shipped     Classic Cars  132    S18_2870
## 832                  1333    Shipped     Classic Cars  132    S18_2870
## 833                  1293    Shipped     Classic Cars  132    S18_2870
## 834                  1248    Shipped     Classic Cars  132    S18_2870
## 835                  1200  Cancelled     Classic Cars  132    S18_2870
## 836                  1166    Shipped     Classic Cars  132    S18_2870
## 837                  1136    Shipped     Classic Cars  132    S18_2870
## 838                  1113    Shipped     Classic Cars  132    S18_2870
## 839                  1443    Shipped     Classic Cars  132    S18_2870
## 840                  1068    Shipped     Classic Cars  132    S18_2870
## 841                  1050    Shipped     Classic Cars  132    S18_2870
## 842                  1038    Shipped     Classic Cars  132    S18_2870
## 843                  1032    Shipped     Classic Cars  132    S18_2870
## 844                   986    Shipped     Classic Cars  132    S18_2870
## 845                   956    Shipped     Classic Cars  132    S18_2870
## 846                   885    On Hold     Classic Cars  132    S18_2870
## 847                   861    Shipped     Classic Cars  132    S18_2870
## 848                  1701    Shipped     Vintage Cars  101    S18_2949
## 849                  1648    Shipped     Vintage Cars  101    S18_2949
## 850                  1584    Shipped     Vintage Cars  101    S18_2949
## 851                  1536    Shipped     Vintage Cars  101    S18_2949
## 852                  1472    Shipped     Vintage Cars  101    S18_2949
## 853                  1442    Shipped     Vintage Cars  101    S18_2949
## 854                  1426    Shipped     Vintage Cars  101    S18_2949
## 855                  1420    Shipped     Vintage Cars  101    S18_2949
## 856                  1413    Shipped     Vintage Cars  101    S18_2949
## 857                  1400    Shipped     Vintage Cars  101    S18_2949
## 858                  1346    Shipped     Vintage Cars  101    S18_2949
## 859                  1307    Shipped     Vintage Cars  101    S18_2949
## 860                  1258    Shipped     Vintage Cars  101    S18_2949
## 861                  1213    Shipped     Vintage Cars  101    S18_2949
## 862                  1179    Shipped     Vintage Cars  101    S18_2949
## 863                  1151    Shipped     Vintage Cars  101    S18_2949
## 864                  1130    Shipped     Vintage Cars  101    S18_2949
## 865                  1098    Shipped     Vintage Cars  101    S18_2949
## 866                  1089    Shipped     Vintage Cars  101    S18_2949
## 867                  1076    Shipped     Vintage Cars  101    S18_2949
## 868                  1052    Shipped     Vintage Cars  101    S18_2949
## 869                  1042    Shipped     Vintage Cars  101    S18_2949
## 870                  1002    Shipped     Vintage Cars  101    S18_2949
## 871                   954    Shipped     Vintage Cars  101    S18_2949
## 872                   873 In Process     Vintage Cars  101    S18_2949
## 873                  1726    Shipped     Vintage Cars   62    S18_2957
## 874                  1608    Shipped     Vintage Cars   62    S18_2957
## 875                  1560    Shipped     Vintage Cars   62    S18_2957
## 876                  1496    Shipped     Vintage Cars   62    S18_2957
## 877                  1466    Shipped     Vintage Cars   62    S18_2957
## 878                  1451    Shipped     Vintage Cars   62    S18_2957
## 879                  1444    Shipped     Vintage Cars   62    S18_2957
## 880                  1437    Shipped     Vintage Cars   62    S18_2957
## 881                  1424    Shipped     Vintage Cars   62    S18_2957
## 882                  1370    Shipped     Vintage Cars   62    S18_2957
## 883                  1331    Shipped     Vintage Cars   62    S18_2957
## 884                  1282    Shipped     Vintage Cars   62    S18_2957
## 885                  1237    Shipped     Vintage Cars   62    S18_2957
## 886                  1206    Shipped     Vintage Cars   62    S18_2957
## 887                  1175    Shipped     Vintage Cars   62    S18_2957
## 888                  1154    Shipped     Vintage Cars   62    S18_2957
## 889                  1122    Shipped     Vintage Cars   62    S18_2957
## 890                  1113    Shipped     Vintage Cars   62    S18_2957
## 891                  1100    Shipped     Vintage Cars   62    S18_2957
## 892                  1088    Shipped     Vintage Cars   62    S18_2957
## 893                  1077    Shipped     Vintage Cars   62    S18_2957
## 894                  1067    Shipped     Vintage Cars   62    S18_2957
## 895                  1027    Shipped     Vintage Cars   62    S18_2957
## 896                   978    Shipped     Vintage Cars   62    S18_2957
## 897                   898 In Process     Vintage Cars   62    S18_2957
## 898                  1732    Shipped            Ships   86    S18_3029
## 899                  1663    Shipped            Ships   86    S18_3029
## 900                  1615    Shipped            Ships   86    S18_3029
## 901                  1561    Shipped            Ships   86    S18_3029
## 902                  1505    Shipped            Ships   86    S18_3029
## 903                  1489  Cancelled            Ships   86    S18_3029
## 904                  1474    Shipped            Ships   86    S18_3029
## 905                  1469    Shipped            Ships   86    S18_3029
## 906                  1458    Shipped            Ships   86    S18_3029
## 907                  1374    Shipped            Ships   86    S18_3029
## 908                  1298  Cancelled            Ships   86    S18_3029
## 909                  1251  Cancelled            Ships   86    S18_3029
## 910                  1225    Shipped            Ships   86    S18_3029
## 911                  1196    Shipped            Ships   86    S18_3029
## 912                  1171    Shipped            Ships   86    S18_3029
## 913                  1143    Shipped            Ships   86    S18_3029
## 914                  1126    Shipped            Ships   86    S18_3029
## 915                  1118   Resolved            Ships   86    S18_3029
## 916                  1107    Shipped            Ships   86    S18_3029
## 917                  1098    Shipped            Ships   86    S18_3029
## 918                  1039    Shipped            Ships   86    S18_3029
## 919                  1010   Resolved            Ships   86    S18_3029
## 920                   982    Shipped            Ships   86    S18_3029
## 921                   981    Shipped            Ships   86    S18_3029
## 922                   947    On Hold            Ships   86    S18_3029
## 923                  1776    Shipped     Vintage Cars  104    S18_3136
## 924                  1658    Shipped     Vintage Cars  104    S18_3136
## 925                  1610    Shipped     Vintage Cars  104    S18_3136
## 926                  1546    Shipped     Vintage Cars  104    S18_3136
## 927                  1516    Shipped     Vintage Cars  104    S18_3136
## 928                  1501    Shipped     Vintage Cars  104    S18_3136
## 929                  1494    Shipped     Vintage Cars  104    S18_3136
## 930                  1487    Shipped     Vintage Cars  104    S18_3136
## 931                  1474    Shipped     Vintage Cars  104    S18_3136
## 932                  1420    Shipped     Vintage Cars  104    S18_3136
## 933                  1381    Shipped     Vintage Cars  104    S18_3136
## 934                  1332    Shipped     Vintage Cars  104    S18_3136
## 935                  1287    Shipped     Vintage Cars  104    S18_3136
## 936                  1253    Shipped     Vintage Cars  104    S18_3136
## 937                  1225    Shipped     Vintage Cars  104    S18_3136
## 938                  1204    Shipped     Vintage Cars  104    S18_3136
## 939                  1172    Shipped     Vintage Cars  104    S18_3136
## 940                  1163    Shipped     Vintage Cars  104    S18_3136
## 941                  1150    Shipped     Vintage Cars  104    S18_3136
## 942                  1138    Shipped     Vintage Cars  104    S18_3136
## 943                  1127    Shipped     Vintage Cars  104    S18_3136
## 944                  1117    Shipped     Vintage Cars  104    S18_3136
## 945                  1077    Shipped     Vintage Cars  104    S18_3136
## 946                  1028    Shipped     Vintage Cars  104    S18_3136
## 947                   948 In Process     Vintage Cars  104    S18_3136
## 948                  1788    Shipped     Vintage Cars  136    S18_3140
## 949                  1725    Shipped     Vintage Cars  136    S18_3140
## 950                  1675    Shipped     Vintage Cars  136    S18_3140
## 951                  1613    Shipped     Vintage Cars  136    S18_3140
## 952                  1563    Shipped     Vintage Cars  136    S18_3140
## 953                  1541    Shipped     Vintage Cars  136    S18_3140
## 954                  1525    Shipped     Vintage Cars  136    S18_3140
## 955                  1519    Shipped     Vintage Cars  136    S18_3140
## 956                  1508    Shipped     Vintage Cars  136    S18_3140
## 957                  1472    Shipped     Vintage Cars  136    S18_3140
## 958                  1426    Shipped     Vintage Cars  136    S18_3140
## 959                  1397    Shipped     Vintage Cars  136    S18_3140
## 960                  1350  Cancelled     Vintage Cars  136    S18_3140
## 961                  1276    Shipped     Vintage Cars  136    S18_3140
## 962                  1247    Shipped     Vintage Cars  136    S18_3140
## 963                  1228    Shipped     Vintage Cars  136    S18_3140
## 964                  1194    Shipped     Vintage Cars  136    S18_3140
## 965                  1187    Shipped     Vintage Cars  136    S18_3140
## 966                  1174    Shipped     Vintage Cars  136    S18_3140
## 967                  1160    Shipped     Vintage Cars  136    S18_3140
## 968                  1149    Shipped     Vintage Cars  136    S18_3140
## 969                  1095    Shipped     Vintage Cars  136    S18_3140
## 970                  1069    Shipped     Vintage Cars  136    S18_3140
## 971                  1040    Shipped     Vintage Cars  136    S18_3140
## 972                   997    On Hold     Vintage Cars  136    S18_3140
## 973                  1824    Shipped     Classic Cars  169    S18_3232
## 974                  1787    Shipped     Classic Cars  169    S18_3232
## 975                  1766    Shipped     Classic Cars  169    S18_3232
## 976                  1730    Shipped     Classic Cars  169    S18_3232
## 977                  1705    Shipped     Classic Cars  169    S18_3232
## 978                  1675    Shipped     Classic Cars  169    S18_3232
## 979                  1648    Shipped     Classic Cars  169    S18_3232
## 980                  1608    Shipped     Classic Cars  169    S18_3232
## 981                  1599    Shipped     Classic Cars  169    S18_3232
## 982                  1569    Shipped     Classic Cars  169    S18_3232
## 983                  1556    Shipped     Classic Cars  169    S18_3232
## 984                  1556    Shipped     Classic Cars  169    S18_3232
## 985                  1551    Shipped     Classic Cars  169    S18_3232
## 986                  1550    Shipped     Classic Cars  169    S18_3232
## 987                  1545    Shipped     Classic Cars  169    S18_3232
## 988                  1541    Shipped     Classic Cars  169    S18_3232
## 989                  1535    Shipped     Classic Cars  169    S18_3232
## 990                  1529    Shipped     Classic Cars  169    S18_3232
## 991                  1492    Shipped     Classic Cars  169    S18_3232
## 992                  1456    Shipped     Classic Cars  169    S18_3232
## 993                  1440    Shipped     Classic Cars  169    S18_3232
## 994                  1409    Shipped     Classic Cars  169    S18_3232
## 995                  1387    Shipped     Classic Cars  169    S18_3232
## 996                  1361  Cancelled     Classic Cars  169    S18_3232
## 997                  1348    Shipped     Classic Cars  169    S18_3232
## 998                  1328    Shipped     Classic Cars  169    S18_3232
## 999                  1315    Shipped     Classic Cars  169    S18_3232
## 1000                 1299    Shipped     Classic Cars  169    S18_3232
## 1001                 1287    Shipped     Classic Cars  169    S18_3232
## 1002                 1277    Shipped     Classic Cars  169    S18_3232
## 1003                 1269    Shipped     Classic Cars  169    S18_3232
## 1004                 1608    Shipped     Classic Cars  169    S18_3232
## 1005                 1236    Shipped     Classic Cars  169    S18_3232
## 1006                 1234    Shipped     Classic Cars  169    S18_3232
## 1007                 1229    Shipped     Classic Cars  169    S18_3232
## 1008                 1217    Shipped     Classic Cars  169    S18_3232
## 1009                 1217    Shipped     Classic Cars  169    S18_3232
## 1010                 1206    Shipped     Classic Cars  169    S18_3232
## 1011                 1205    On Hold     Classic Cars  169    S18_3232
## 1012                 1201    Shipped     Classic Cars  169    S18_3232
## 1013                 1195    Shipped     Classic Cars  169    S18_3232
## 1014                 1187    Shipped     Classic Cars  169    S18_3232
## 1015                 1157    Shipped     Classic Cars  169    S18_3232
## 1016                 1148    Shipped     Classic Cars  169    S18_3232
## 1017                 1129    Shipped     Classic Cars  169    S18_3232
## 1018                 1117    Shipped     Classic Cars  169    S18_3232
## 1019                 1096    Shipped     Classic Cars  169    S18_3232
## 1020                 1067    Shipped     Classic Cars  169    S18_3232
## 1021                 1049    Shipped     Classic Cars  169    S18_3232
## 1022                 1036    Shipped     Classic Cars  169    S18_3232
## 1023                 1023 In Process     Classic Cars  169    S18_3232
## 1024                 1864    Shipped           Trains  100    S18_3259
## 1025                 1801    Shipped           Trains  100    S18_3259
## 1026                 1751    Shipped           Trains  100    S18_3259
## 1027                 1689    Shipped           Trains  100    S18_3259
## 1028                 1639    Shipped           Trains  100    S18_3259
## 1029                 1616    Shipped           Trains  100    S18_3259
## 1030                 1601    Shipped           Trains  100    S18_3259
## 1031                 1595    Shipped           Trains  100    S18_3259
## 1032                 1584    Shipped           Trains  100    S18_3259
## 1033                 1548    Shipped           Trains  100    S18_3259
## 1034                 1502    Shipped           Trains  100    S18_3259
## 1035                 1473    Shipped           Trains  100    S18_3259
## 1036                 1426  Cancelled           Trains  100    S18_3259
## 1037                 1352    Shipped           Trains  100    S18_3259
## 1038                 1323    Shipped           Trains  100    S18_3259
## 1039                 1304    Shipped           Trains  100    S18_3259
## 1040                 1270    Shipped           Trains  100    S18_3259
## 1041                 1263    Shipped           Trains  100    S18_3259
## 1042                 1246    Shipped           Trains  100    S18_3259
## 1043                 1236    Shipped           Trains  100    S18_3259
## 1044                 1225    Shipped           Trains  100    S18_3259
## 1045                 1171    Shipped           Trains  100    S18_3259
## 1046                 1145    Shipped           Trains  100    S18_3259
## 1047                 1116    Shipped           Trains  100    S18_3259
## 1048                 1073    On Hold           Trains  100    S18_3259
## 1049                 1869    Shipped     Classic Cars   80    S18_3278
## 1050                 1804    Shipped     Classic Cars   80    S18_3278
## 1051                 1750    Shipped     Classic Cars   80    S18_3278
## 1052                 1686    Shipped     Classic Cars   80    S18_3278
## 1053                 1627    Shipped     Classic Cars   80    S18_3278
## 1054                 1620    Shipped     Classic Cars   80    S18_3278
## 1055                 1613    Shipped     Classic Cars   80    S18_3278
## 1056                 1602    Shipped     Classic Cars   80    S18_3278
## 1057                 1559    Shipped     Classic Cars   80    S18_3278
## 1058                 1522    Shipped     Classic Cars   80    S18_3278
## 1059                 1477    Shipped     Classic Cars   80    S18_3278
## 1060                 1431    Shipped     Classic Cars   80    S18_3278
## 1061                 1395    Shipped     Classic Cars   80    S18_3278
## 1062                 1365    Shipped     Classic Cars   80    S18_3278
## 1063                 1338    Shipped     Classic Cars   80    S18_3278
## 1064                 1669    Shipped     Classic Cars   80    S18_3278
## 1065                 1293    Shipped     Classic Cars   80    S18_3278
## 1066                 1276    Shipped     Classic Cars   80    S18_3278
## 1067                 1265    Shipped     Classic Cars   80    S18_3278
## 1068                 1257    Shipped     Classic Cars   80    S18_3278
## 1069                 1215    Shipped     Classic Cars   80    S18_3278
## 1070                 1181    Shipped     Classic Cars   80    S18_3278
## 1071                 1159    Shipped     Classic Cars   80    S18_3278
## 1072                 1925    Shipped     Vintage Cars   99    S18_3320
## 1073                 1807    Shipped     Vintage Cars   99    S18_3320
## 1074                 1759    Shipped     Vintage Cars   99    S18_3320
## 1075                 1702    Shipped     Vintage Cars   99    S18_3320
## 1076                 1665    Shipped     Vintage Cars   99    S18_3320
## 1077                 1650    Shipped     Vintage Cars   99    S18_3320
## 1078                 1644    Shipped     Vintage Cars   99    S18_3320
## 1079                 1636    Shipped     Vintage Cars   99    S18_3320
## 1080                 1623    Shipped     Vintage Cars   99    S18_3320
## 1081                 1569    Shipped     Vintage Cars   99    S18_3320
## 1082                 1538    Shipped     Vintage Cars   99    S18_3320
## 1083                 1481    Shipped     Vintage Cars   99    S18_3320
## 1084                 1436    Shipped     Vintage Cars   99    S18_3320
## 1085                 1373    Shipped     Vintage Cars   99    S18_3320
## 1086                 1353    Shipped     Vintage Cars   99    S18_3320
## 1087                 1320    Shipped     Vintage Cars   99    S18_3320
## 1088                 1311    Shipped     Vintage Cars   99    S18_3320
## 1089                 1297    Shipped     Vintage Cars   99    S18_3320
## 1090                 1274    Shipped     Vintage Cars   99    S18_3320
## 1091                 1264    Shipped     Vintage Cars   99    S18_3320
## 1092                 1224    Shipped     Vintage Cars   99    S18_3320
## 1093                 1197    Shipped     Vintage Cars   99    S18_3320
## 1094                 1176    Shipped     Vintage Cars   99    S18_3320
## 1095                 1096 In Process     Vintage Cars   99    S18_3320
## 1096                 1916    Shipped     Classic Cars  146    S18_3482
## 1097                 1851    Shipped     Classic Cars  146    S18_3482
## 1098                 1797    Shipped     Classic Cars  146    S18_3482
## 1099                 1733    Shipped     Classic Cars  146    S18_3482
## 1100                 1674    Shipped     Classic Cars  146    S18_3482
## 1101                 1667    Shipped     Classic Cars  146    S18_3482
## 1102                 1660    Shipped     Classic Cars  146    S18_3482
## 1103                 1649    Shipped     Classic Cars  146    S18_3482
## 1104                 1606    Shipped     Classic Cars  146    S18_3482
## 1105                 1569    Shipped     Classic Cars  146    S18_3482
## 1106                 1524    Shipped     Classic Cars  146    S18_3482
## 1107                 1478    Shipped     Classic Cars  146    S18_3482
## 1108                 1442    Shipped     Classic Cars  146    S18_3482
## 1109                 1412    Shipped     Classic Cars  146    S18_3482
## 1110                 1385    Shipped     Classic Cars  146    S18_3482
## 1111                 1716    Shipped     Classic Cars  146    S18_3482
## 1112                 1340    Shipped     Classic Cars  146    S18_3482
## 1113                 1323    Shipped     Classic Cars  146    S18_3482
## 1114                 1311    Shipped     Classic Cars  146    S18_3482
## 1115                 1304    Shipped     Classic Cars  146    S18_3482
## 1116                 1292    Shipped     Classic Cars  146    S18_3482
## 1117                 1263    Shipped     Classic Cars  146    S18_3482
## 1118                 1229    Shipped     Classic Cars  146    S18_3482
## 1119                 1207    Shipped     Classic Cars  146    S18_3482
## 1120                 1933    Shipped     Classic Cars  141    S18_3685
## 1121                 1863    Shipped     Classic Cars  141    S18_3685
## 1122                 1813    Shipped     Classic Cars  141    S18_3685
## 1123                 1751    Shipped     Classic Cars  141    S18_3685
## 1124                 1716    Shipped     Classic Cars  141    S18_3685
## 1125                 1698    Shipped     Classic Cars  141    S18_3685
## 1126                 1692    Shipped     Classic Cars  141    S18_3685
## 1127                 1685    Shipped     Classic Cars  141    S18_3685
## 1128                 1674    Shipped     Classic Cars  141    S18_3685
## 1129                 1630    Shipped     Classic Cars  141    S18_3685
## 1130                 1590    Shipped     Classic Cars  141    S18_3685
## 1131                 1545    Shipped     Classic Cars  141    S18_3685
## 1132                 1497  Cancelled     Classic Cars  141    S18_3685
## 1133                 1463    Shipped     Classic Cars  141    S18_3685
## 1134                 1433    Shipped     Classic Cars  141    S18_3685
## 1135                 1410    Shipped     Classic Cars  141    S18_3685
## 1136                 1740    Shipped     Classic Cars  141    S18_3685
## 1137                 1365    Shipped     Classic Cars  141    S18_3685
## 1138                 1347    Shipped     Classic Cars  141    S18_3685
## 1139                 1335    Shipped     Classic Cars  141    S18_3685
## 1140                 1329    Shipped     Classic Cars  141    S18_3685
## 1141                 1281   Resolved     Classic Cars  141    S18_3685
## 1142                 1253    Shipped     Classic Cars  141    S18_3685
## 1143                 1189   Disputed     Classic Cars  141    S18_3685
## 1144                 1158    Shipped     Classic Cars  141    S18_3685
## 1145                 1965    Shipped      Motorcycles   62    S18_3782
## 1146                 1900    Shipped      Motorcycles   62    S18_3782
## 1147                 1846    Shipped      Motorcycles   62    S18_3782
## 1148                 1784    Shipped      Motorcycles   62    S18_3782
## 1149                 1723    Shipped      Motorcycles   62    S18_3782
## 1150                 1717    Shipped      Motorcycles   62    S18_3782
## 1151                 1709    Shipped      Motorcycles   62    S18_3782
## 1152                 1654    Shipped      Motorcycles   62    S18_3782
## 1153                 1618    Shipped      Motorcycles   62    S18_3782
## 1154                 1576    Shipped      Motorcycles   62    S18_3782
## 1155                 1526    Shipped      Motorcycles   62    S18_3782
## 1156                 1492    Shipped      Motorcycles   62    S18_3782
## 1157                 1460    Shipped      Motorcycles   62    S18_3782
## 1158                 1435    Shipped      Motorcycles   62    S18_3782
## 1159                 1403    Shipped      Motorcycles   62    S18_3782
## 1160                 1388    Shipped      Motorcycles   62    S18_3782
## 1161                 1371    Shipped      Motorcycles   62    S18_3782
## 1162                 1359    Shipped      Motorcycles   62    S18_3782
## 1163                 1352    Shipped      Motorcycles   62    S18_3782
## 1164                 1340    Shipped      Motorcycles   62    S18_3782
## 1165                 1311    Shipped      Motorcycles   62    S18_3782
## 1166                 1277    Shipped      Motorcycles   62    S18_3782
## 1167                 1255    Shipped      Motorcycles   62    S18_3782
## 1168                 1221    Shipped      Motorcycles   62    S18_3782
## 1169                 2003    Shipped     Vintage Cars  105    S18_3856
## 1170                 1934    Shipped     Vintage Cars  105    S18_3856
## 1171                 1886    Shipped     Vintage Cars  105    S18_3856
## 1172                 1832    Shipped     Vintage Cars  105    S18_3856
## 1173                 1776    Shipped     Vintage Cars  105    S18_3856
## 1174                 1760  Cancelled     Vintage Cars  105    S18_3856
## 1175                 1745    Shipped     Vintage Cars  105    S18_3856
## 1176                 1740    Shipped     Vintage Cars  105    S18_3856
## 1177                 1729    Shipped     Vintage Cars  105    S18_3856
## 1178                 1645    Shipped     Vintage Cars  105    S18_3856
## 1179                 1568    Shipped     Vintage Cars  105    S18_3856
## 1180                 1522  Cancelled     Vintage Cars  105    S18_3856
## 1181                 1496    Shipped     Vintage Cars  105    S18_3856
## 1182                 1467    Shipped     Vintage Cars  105    S18_3856
## 1183                 1442    Shipped     Vintage Cars  105    S18_3856
## 1184                 1414    Shipped     Vintage Cars  105    S18_3856
## 1185                 1397    Shipped     Vintage Cars  105    S18_3856
## 1186                 1387    Shipped     Vintage Cars  105    S18_3856
## 1187                 1378    Shipped     Vintage Cars  105    S18_3856
## 1188                 1368    Shipped     Vintage Cars  105    S18_3856
## 1189                 1310    Shipped     Vintage Cars  105    S18_3856
## 1190                 1281   Resolved     Vintage Cars  105    S18_3856
## 1191                 1253    Shipped     Vintage Cars  105    S18_3856
## 1192                 1252    Shipped     Vintage Cars  105    S18_3856
## 1193                 1215   Disputed     Vintage Cars  105    S18_3856
## 1194                 2045    Shipped     Classic Cars  143    S18_4027
## 1195                 1971    Shipped     Classic Cars  143    S18_4027
## 1196                 1924    Shipped     Classic Cars  143    S18_4027
## 1197                 1859    Shipped     Classic Cars  143    S18_4027
## 1198                 1812    Shipped     Classic Cars  143    S18_4027
## 1199                 1786    Shipped     Classic Cars  143    S18_4027
## 1200                 1772    Shipped     Classic Cars  143    S18_4027
## 1201                 1765    Shipped     Classic Cars  143    S18_4027
## 1202                 1754    Shipped     Classic Cars  143    S18_4027
## 1203                 1742    Shipped     Classic Cars  143    S18_4027
## 1204                 1678    Shipped     Classic Cars  143    S18_4027
## 1205                 1648    Shipped     Classic Cars  143    S18_4027
## 1206                 1598    Shipped     Classic Cars  143    S18_4027
## 1207                 1523    Shipped     Classic Cars  143    S18_4027
## 1208                 1493    Shipped     Classic Cars  143    S18_4027
## 1209                 1475    Shipped     Classic Cars  143    S18_4027
## 1210                 1440    Shipped     Classic Cars  143    S18_4027
## 1211                 1433    Shipped     Classic Cars  143    S18_4027
## 1212                 1420    Shipped     Classic Cars  143    S18_4027
## 1213                 1405    Shipped     Classic Cars  143    S18_4027
## 1214                 1396    Shipped     Classic Cars  143    S18_4027
## 1215                 1388    Shipped     Classic Cars  143    S18_4027
## 1216                 1342    Shipped     Classic Cars  143    S18_4027
## 1217                 1316    Shipped     Classic Cars  143    S18_4027
## 1218                 1295    Shipped     Classic Cars  143    S18_4027
## 1219                 1245    Shipped     Classic Cars  143    S18_4027
## 1220                 2096    Shipped     Vintage Cars   92    S18_4409
## 1221                 2026    Shipped     Vintage Cars   92    S18_4409
## 1222                 1963    Shipped     Vintage Cars   92    S18_4409
## 1223                 1851    Shipped     Vintage Cars   92    S18_4409
## 1224                 1797    Shipped     Vintage Cars   92    S18_4409
## 1225                 1791    Shipped     Vintage Cars   92    S18_4409
## 1226                 1783    Shipped     Vintage Cars   92    S18_4409
## 1227                 1773    Shipped     Vintage Cars   92    S18_4409
## 1228                 1723    Shipped     Vintage Cars   92    S18_4409
## 1229                 1685    Shipped     Vintage Cars   92    S18_4409
## 1230                 1644    Shipped     Vintage Cars   92    S18_4409
## 1231                 1519    Shipped     Vintage Cars   92    S18_4409
## 1232                 1505    Shipped     Vintage Cars   92    S18_4409
## 1233                 1836    Shipped     Vintage Cars   92    S18_4409
## 1234                 1462    Shipped     Vintage Cars   92    S18_4409
## 1235                 1431    Shipped     Vintage Cars   92    S18_4409
## 1236                 1424    Shipped     Vintage Cars   92    S18_4409
## 1237                 1377   Resolved     Vintage Cars   92    S18_4409
## 1238                 1343    Shipped     Vintage Cars   92    S18_4409
## 1239                 1278    On Hold     Vintage Cars   92    S18_4409
## 1240                 1242 In Process     Vintage Cars   92    S18_4409
## 1241                 2081    Shipped     Vintage Cars   87    S18_4522
## 1242                 2018    Shipped     Vintage Cars   87    S18_4522
## 1243                 1968    Shipped     Vintage Cars   87    S18_4522
## 1244                 1906    Shipped     Vintage Cars   87    S18_4522
## 1245                 1856    Shipped     Vintage Cars   87    S18_4522
## 1246                 1834    Shipped     Vintage Cars   87    S18_4522
## 1247                 1818    Shipped     Vintage Cars   87    S18_4522
## 1248                 1812    Shipped     Vintage Cars   87    S18_4522
## 1249                 1801    Shipped     Vintage Cars   87    S18_4522
## 1250                 1765    Shipped     Vintage Cars   87    S18_4522
## 1251                 1719    Shipped     Vintage Cars   87    S18_4522
## 1252                 1690    Shipped     Vintage Cars   87    S18_4522
## 1253                 1643  Cancelled     Vintage Cars   87    S18_4522
## 1254                 1603    Shipped     Vintage Cars   87    S18_4522
## 1255                 1570    Shipped     Vintage Cars   87    S18_4522
## 1256                 1541    Shipped     Vintage Cars   87    S18_4522
## 1257                 1522    Shipped     Vintage Cars   87    S18_4522
## 1258                 1488    Shipped     Vintage Cars   87    S18_4522
## 1259                 1474    Shipped     Vintage Cars   87    S18_4522
## 1260                 1464    Shipped     Vintage Cars   87    S18_4522
## 1261                 1453    Shipped     Vintage Cars   87    S18_4522
## 1262                 1443    Shipped     Vintage Cars   87    S18_4522
## 1263                 1389    Shipped     Vintage Cars   87    S18_4522
## 1264                 1363    Shipped     Vintage Cars   87    S18_4522
## 1265                 1334    Shipped     Vintage Cars   87    S18_4522
## 1266                 1291    On Hold     Vintage Cars   87    S18_4522
## 1267                 2120    Shipped Trucks and Buses  121    S18_4600
## 1268                 2059    Shipped Trucks and Buses  121    S18_4600
## 1269                 2003    Shipped Trucks and Buses  121    S18_4600
## 1270                 1947    Shipped Trucks and Buses  121    S18_4600
## 1271                 1891    Shipped Trucks and Buses  121    S18_4600
## 1272                 1860   Resolved Trucks and Buses  121    S18_4600
## 1273                 1845    Shipped Trucks and Buses  121    S18_4600
## 1274                 1839    Shipped Trucks and Buses  121    S18_4600
## 1275                 1828    Shipped Trucks and Buses  121    S18_4600
## 1276                 1815    Shipped Trucks and Buses  121    S18_4600
## 1277                 1759    Shipped Trucks and Buses  121    S18_4600
## 1278                 1725    Shipped Trucks and Buses  121    S18_4600
## 1279                 1672    Shipped Trucks and Buses  121    S18_4600
## 1280                 1631    Shipped Trucks and Buses  121    S18_4600
## 1281                 1598    Shipped Trucks and Buses  121    S18_4600
## 1282                 1568    Shipped Trucks and Buses  121    S18_4600
## 1283                 1549    Shipped Trucks and Buses  121    S18_4600
## 1284                 1515    Shipped Trucks and Buses  121    S18_4600
## 1285                 1507    Shipped Trucks and Buses  121    S18_4600
## 1286                 1494    Shipped Trucks and Buses  121    S18_4600
## 1287                 1481    On Hold Trucks and Buses  121    S18_4600
## 1288                 1472    Shipped Trucks and Buses  121    S18_4600
## 1289                 1462    Shipped Trucks and Buses  121    S18_4600
## 1290                 1422    Shipped Trucks and Buses  121    S18_4600
## 1291                 1395    Shipped Trucks and Buses  121    S18_4600
## 1292                 1322    Shipped Trucks and Buses  121    S18_4600
## 1293                 1293 In Process Trucks and Buses  121    S18_4600
## 1294                 2147    Shipped     Vintage Cars   50    S18_4668
## 1295                 2092    Shipped     Vintage Cars   50    S18_4668
## 1296                 2030    Shipped     Vintage Cars   50    S18_4668
## 1297                 1974    Shipped     Vintage Cars   50    S18_4668
## 1298                 1918    Shipped     Vintage Cars   50    S18_4668
## 1299                 1887   Resolved     Vintage Cars   50    S18_4668
## 1300                 1872    Shipped     Vintage Cars   50    S18_4668
## 1301                 1866    Shipped     Vintage Cars   50    S18_4668
## 1302                 1855    Shipped     Vintage Cars   50    S18_4668
## 1303                 1846    Shipped     Vintage Cars   50    S18_4668
## 1304                 1792    Shipped     Vintage Cars   50    S18_4668
## 1305                 1752    Shipped     Vintage Cars   50    S18_4668
## 1306                 1699    Shipped     Vintage Cars   50    S18_4668
## 1307                 1658    Shipped     Vintage Cars   50    S18_4668
## 1308                 1625    Shipped     Vintage Cars   50    S18_4668
## 1309                 1595    Shipped     Vintage Cars   50    S18_4668
## 1310                 1576    Shipped     Vintage Cars   50    S18_4668
## 1311                 1544    Shipped     Vintage Cars   50    S18_4668
## 1312                 1535    Shipped     Vintage Cars   50    S18_4668
## 1313                 1521    Shipped     Vintage Cars   50    S18_4668
## 1314                 1526    Shipped     Vintage Cars   50    S18_4668
## 1315                 1488    Shipped     Vintage Cars   50    S18_4668
## 1316                 1448    Shipped     Vintage Cars   50    S18_4668
## 1317                 1421    Shipped     Vintage Cars   50    S18_4668
## 1318                 1348    Shipped     Vintage Cars   50    S18_4668
## 1319                 1319 In Process     Vintage Cars   50    S18_4668
## 1320                 2140    Shipped     Classic Cars  148    S18_4721
## 1321                 2075    Shipped     Classic Cars  148    S18_4721
## 1322                 2021    Shipped     Classic Cars  148    S18_4721
## 1323                 1959    Shipped     Classic Cars  148    S18_4721
## 1324                 1898    Shipped     Classic Cars  148    S18_4721
## 1325                 1892    Shipped     Classic Cars  148    S18_4721
## 1326                 1884    Shipped     Classic Cars  148    S18_4721
## 1327                 1829    Shipped     Classic Cars  148    S18_4721
## 1328                 1792    Shipped     Classic Cars  148    S18_4721
## 1329                 1747    Shipped     Classic Cars  148    S18_4721
## 1330                 1701    Shipped     Classic Cars  148    S18_4721
## 1331                 1667    Shipped     Classic Cars  148    S18_4721
## 1332                 1635    Shipped     Classic Cars  148    S18_4721
## 1333                 1608    Shipped     Classic Cars  148    S18_4721
## 1334                 1578    Shipped     Classic Cars  148    S18_4721
## 1335                 1563    Shipped     Classic Cars  148    S18_4721
## 1336                 1546    Shipped     Classic Cars  148    S18_4721
## 1337                 1534    Shipped     Classic Cars  148    S18_4721
## 1338                 1527    Shipped     Classic Cars  148    S18_4721
## 1339                 1515    Shipped     Classic Cars  148    S18_4721
## 1340                 1486    Shipped     Classic Cars  148    S18_4721
## 1341                 1452    Shipped     Classic Cars  148    S18_4721
## 1342                 1430    Shipped     Classic Cars  148    S18_4721
## 1343                 2148    Shipped     Classic Cars   71    S18_4933
## 1344                 2085    Shipped     Classic Cars   71    S18_4933
## 1345                 1973    Shipped     Classic Cars   71    S18_4933
## 1346                 1938    Shipped     Classic Cars   71    S18_4933
## 1347                 1920    Shipped     Classic Cars   71    S18_4933
## 1348                 1914    Shipped     Classic Cars   71    S18_4933
## 1349                 1906    Shipped     Classic Cars   71    S18_4933
## 1350                 1896    Shipped     Classic Cars   71    S18_4933
## 1351                 1846    Shipped     Classic Cars   71    S18_4933
## 1352                 1808    Shipped     Classic Cars   71    S18_4933
## 1353                 1767    Shipped     Classic Cars   71    S18_4933
## 1354                 1683    Shipped     Classic Cars   71    S18_4933
## 1355                 1651    Shipped     Classic Cars   71    S18_4933
## 1356                 1629    Shipped     Classic Cars   71    S18_4933
## 1357                 1960    Shipped     Classic Cars   71    S18_4933
## 1358                 1586    Shipped     Classic Cars   71    S18_4933
## 1359                 1555    Shipped     Classic Cars   71    S18_4933
## 1360                 1548    Shipped     Classic Cars   71    S18_4933
## 1361                 1501   Resolved     Classic Cars   71    S18_4933
## 1362                 1467    Shipped     Classic Cars   71    S18_4933
## 1363                 1402    On Hold     Classic Cars   71    S18_4933
## 1364                 1366 In Process     Classic Cars   71    S18_4933
## 1365                 2170    Shipped     Classic Cars   73    S24_1046
## 1366                 2107    Shipped     Classic Cars   73    S24_1046
## 1367                 1995    Shipped     Classic Cars   73    S24_1046
## 1368                 1960    Shipped     Classic Cars   73    S24_1046
## 1369                 1942    Shipped     Classic Cars   73    S24_1046
## 1370                 1936    Shipped     Classic Cars   73    S24_1046
## 1371                 1929    Shipped     Classic Cars   73    S24_1046
## 1372                 1918    Shipped     Classic Cars   73    S24_1046
## 1373                 1874    Shipped     Classic Cars   73    S24_1046
## 1374                 1834    Shipped     Classic Cars   73    S24_1046
## 1375                 1789    Shipped     Classic Cars   73    S24_1046
## 1376                 1705    Shipped     Classic Cars   73    S24_1046
## 1377                 1673    Shipped     Classic Cars   73    S24_1046
## 1378                 1651    Shipped     Classic Cars   73    S24_1046
## 1379                 1983    Shipped     Classic Cars   73    S24_1046
## 1380                 1608    Shipped     Classic Cars   73    S24_1046
## 1381                 1590    Shipped     Classic Cars   73    S24_1046
## 1382                 1578    Shipped     Classic Cars   73    S24_1046
## 1383                 1571    Shipped     Classic Cars   73    S24_1046
## 1384                 1524   Resolved     Classic Cars   73    S24_1046
## 1385                 1490    Shipped     Classic Cars   73    S24_1046
## 1386                 1425    On Hold     Classic Cars   73    S24_1046
## 1387                 1389 In Process     Classic Cars   73    S24_1046
## 1388                 2239    Shipped     Classic Cars   57    S24_1444
## 1389                 2177    Shipped     Classic Cars   57    S24_1444
## 1390                 2118    Shipped     Classic Cars   57    S24_1444
## 1391                 2060    Shipped     Classic Cars   57    S24_1444
## 1392                 2006    Shipped     Classic Cars   57    S24_1444
## 1393                 1980    Shipped     Classic Cars   57    S24_1444
## 1394                 1966    Shipped     Classic Cars   57    S24_1444
## 1395                 1959    Shipped     Classic Cars   57    S24_1444
## 1396                 1949    Shipped     Classic Cars   57    S24_1444
## 1397                 1936    Shipped     Classic Cars   57    S24_1444
## 1398                 1872    Shipped     Classic Cars   57    S24_1444
## 1399                 1842    Shipped     Classic Cars   57    S24_1444
## 1400                 1792    Shipped     Classic Cars   57    S24_1444
## 1401                 1752    Shipped     Classic Cars   57    S24_1444
## 1402                 1718    Shipped     Classic Cars   57    S24_1444
## 1403                 1688    Shipped     Classic Cars   57    S24_1444
## 1404                 1670    Shipped     Classic Cars   57    S24_1444
## 1405                 1636    Shipped     Classic Cars   57    S24_1444
## 1406                 1628    Shipped     Classic Cars   57    S24_1444
## 1407                 1615    Shipped     Classic Cars   57    S24_1444
## 1408                 1601    Shipped     Classic Cars   57    S24_1444
## 1409                 1591    Shipped     Classic Cars   57    S24_1444
## 1410                 1583    Shipped     Classic Cars   57    S24_1444
## 1411                 1540    Shipped     Classic Cars   57    S24_1444
## 1412                 1511    Shipped     Classic Cars   57    S24_1444
## 1413                 1490    Shipped     Classic Cars   57    S24_1444
## 1414                 1442    Shipped     Classic Cars   57    S24_1444
## 1415                 1415 In Process     Classic Cars   57    S24_1444
## 1416                 2243    Shipped      Motorcycles  112    S24_1578
## 1417                 2180    Shipped      Motorcycles  112    S24_1578
## 1418                 2118    Shipped      Motorcycles  112    S24_1578
## 1419                 2064    Shipped      Motorcycles  112    S24_1578
## 1420                 2001    Shipped      Motorcycles  112    S24_1578
## 1421                 1988    Shipped      Motorcycles  112    S24_1578
## 1422                 1982    Shipped      Motorcycles  112    S24_1578
## 1423                 1925    Shipped      Motorcycles  112    S24_1578
## 1424                 1890    Shipped      Motorcycles  112    S24_1578
## 1425                 1847    Shipped      Motorcycles  112    S24_1578
## 1426                 1805    Shipped      Motorcycles  112    S24_1578
## 1427                 1765    Shipped      Motorcycles  112    S24_1578
## 1428                 1741    Shipped      Motorcycles  112    S24_1578
## 1429                 1707    Shipped      Motorcycles  112    S24_1578
## 1430                 1674    Shipped      Motorcycles  112    S24_1578
## 1431                 1660    Shipped      Motorcycles  112    S24_1578
## 1432                 1643    Shipped      Motorcycles  112    S24_1578
## 1433                 1631    Shipped      Motorcycles  112    S24_1578
## 1434                 1624    Shipped      Motorcycles  112    S24_1578
## 1435                 1582    Shipped      Motorcycles  112    S24_1578
## 1436                 1555    Shipped      Motorcycles  112    S24_1578
## 1437                 1526    Shipped      Motorcycles  112    S24_1578
## 1438                 1491    Shipped      Motorcycles  112    S24_1578
## 1439                 1457   Disputed      Motorcycles  112    S24_1578
## 1440                 2245    Shipped     Classic Cars   50    S24_1628
## 1441                 2183    Shipped     Classic Cars   50    S24_1628
## 1442                 2133    Shipped     Classic Cars   50    S24_1628
## 1443                 2071    Shipped     Classic Cars   50    S24_1628
## 1444                 2036    Shipped     Classic Cars   50    S24_1628
## 1445                 2018    Shipped     Classic Cars   50    S24_1628
## 1446                 2012    Shipped     Classic Cars   50    S24_1628
## 1447                 2005    Shipped     Classic Cars   50    S24_1628
## 1448                 1994    Shipped     Classic Cars   50    S24_1628
## 1449                 1950    Shipped     Classic Cars   50    S24_1628
## 1450                 1910    Shipped     Classic Cars   50    S24_1628
## 1451                 1865    Shipped     Classic Cars   50    S24_1628
## 1452                 1782    Shipped     Classic Cars   50    S24_1628
## 1453                 1752    Shipped     Classic Cars   50    S24_1628
## 1454                 1727    Shipped     Classic Cars   50    S24_1628
## 1455                 2059    Shipped     Classic Cars   50    S24_1628
## 1456                 1684    Shipped     Classic Cars   50    S24_1628
## 1457                 1666    Shipped     Classic Cars   50    S24_1628
## 1458                 1654    Shipped     Classic Cars   50    S24_1628
## 1459                 1648    Shipped     Classic Cars   50    S24_1628
## 1460                 1600   Resolved     Classic Cars   50    S24_1628
## 1461                 1572    Shipped     Classic Cars   50    S24_1628
## 1462                 1501    On Hold     Classic Cars   50    S24_1628
## 1463                 1465 In Process     Classic Cars   50    S24_1628
## 1464                 2298    Shipped           Planes  109    S24_1785
## 1465                 2228    Shipped           Planes  109    S24_1785
## 1466                 2170    Shipped           Planes  109    S24_1785
## 1467                 2112    Shipped           Planes  109    S24_1785
## 1468                 2049    Shipped           Planes  109    S24_1785
## 1469                 1974    Shipped           Planes  109    S24_1785
## 1470                 1936    Shipped           Planes  109    S24_1785
## 1471                 1896    Shipped           Planes  109    S24_1785
## 1472                 1858    Shipped           Planes  109    S24_1785
## 1473                 1815  Cancelled           Planes  109    S24_1785
## 1474                 1787    Shipped           Planes  109    S24_1785
## 1475                 1759    Shipped           Planes  109    S24_1785
## 1476                 1734    Shipped           Planes  109    S24_1785
## 1477                 1706    Shipped           Planes  109    S24_1785
## 1478                 1690    Shipped           Planes  109    S24_1785
## 1479                 1680    Shipped           Planes  109    S24_1785
## 1480                 1670    Shipped           Planes  109    S24_1785
## 1481                 1660    Shipped           Planes  109    S24_1785
## 1482                 1601    Shipped           Planes  109    S24_1785
## 1483                 1574   Resolved           Planes  109    S24_1785
## 1484                 1546    Shipped           Planes  109    S24_1785
## 1485                 1543    On Hold           Planes  109    S24_1785
## 1486                 1507    Shipped           Planes  109    S24_1785
## 1487                 2360    Shipped     Vintage Cars   33    S24_1937
## 1488                 2293    Shipped     Vintage Cars   33    S24_1937
## 1489                 2230    Shipped     Vintage Cars   33    S24_1937
## 1490                 2117    Shipped     Vintage Cars   33    S24_1937
## 1491                 2064    Shipped     Vintage Cars   33    S24_1937
## 1492                 2058    Shipped     Vintage Cars   33    S24_1937
## 1493                 2050    Shipped     Vintage Cars   33    S24_1937
## 1494                 2039    Shipped     Vintage Cars   33    S24_1937
## 1495                 1986    Shipped     Vintage Cars   33    S24_1937
## 1496                 1952    Shipped     Vintage Cars   33    S24_1937
## 1497                 1898    Shipped     Vintage Cars   33    S24_1937
## 1498                 1786    Shipped     Vintage Cars   33    S24_1937
## 1499                 1772    Shipped     Vintage Cars   33    S24_1937
## 1500                 1733    Shipped     Vintage Cars   33    S24_1937
## 1501                 1724    Shipped     Vintage Cars   33    S24_1937
## 1502                 1711    Shipped     Vintage Cars   33    S24_1937
## 1503                 1699    Shipped     Vintage Cars   33    S24_1937
## 1504                 1692    Shipped     Vintage Cars   33    S24_1937
## 1505                 1679    Shipped     Vintage Cars   33    S24_1937
## 1506                 1646   Resolved     Vintage Cars   33    S24_1937
## 1507                 1612    Shipped     Vintage Cars   33    S24_1937
## 1508                 1591    Shipped     Vintage Cars   33    S24_1937
## 1509                 1547    Shipped     Vintage Cars   33    S24_1937
## 1510                 1512 In Process     Vintage Cars   33    S24_1937
## 1511                 2338    Shipped      Motorcycles   76    S24_2000
## 1512                 2275    Shipped      Motorcycles   76    S24_2000
## 1513                 2213    Shipped      Motorcycles   76    S24_2000
## 1514                 2159    Shipped      Motorcycles   76    S24_2000
## 1515                 2114    Shipped      Motorcycles   76    S24_2000
## 1516                 2097    Shipped      Motorcycles   76    S24_2000
## 1517                 2084    Shipped      Motorcycles   76    S24_2000
## 1518                 2078    Shipped      Motorcycles   76    S24_2000
## 1519                 2024    Shipped      Motorcycles   76    S24_2000
## 1520                 1986    Shipped      Motorcycles   76    S24_2000
## 1521                 1945    Shipped      Motorcycles   76    S24_2000
## 1522                 1908    Shipped      Motorcycles   76    S24_2000
## 1523                 1861    Shipped      Motorcycles   76    S24_2000
## 1524                 1837    Shipped      Motorcycles   76    S24_2000
## 1525                 1803    Shipped      Motorcycles   76    S24_2000
## 1526                 1784    Shipped      Motorcycles   76    S24_2000
## 1527                 1756    Shipped      Motorcycles   76    S24_2000
## 1528                 1739    Shipped      Motorcycles   76    S24_2000
## 1529                 1727    Shipped      Motorcycles   76    S24_2000
## 1530                 1719    Shipped      Motorcycles   76    S24_2000
## 1531                 1677    Shipped      Motorcycles   76    S24_2000
## 1532                 1650    Shipped      Motorcycles   76    S24_2000
## 1533                 1622    Shipped      Motorcycles   76    S24_2000
## 1534                 1588    Shipped      Motorcycles   76    S24_2000
## 1535                 1556    Shipped      Motorcycles   76    S24_2000
## 1536                 2376    Shipped            Ships  122    S24_2011
## 1537                 2313    Shipped            Ships  122    S24_2011
## 1538                 2257    Shipped            Ships  122    S24_2011
## 1539                 2201    Shipped            Ships  122    S24_2011
## 1540                 2151    Shipped            Ships  122    S24_2011
## 1541                 2127  Cancelled            Ships  122    S24_2011
## 1542                 2113    Shipped            Ships  122    S24_2011
## 1543                 2107    Shipped            Ships  122    S24_2011
## 1544                 2096    Shipped            Ships  122    S24_2011
## 1545                 2060    Shipped            Ships  122    S24_2011
## 1546                 2014    Shipped            Ships  122    S24_2011
## 1547                 1985    Shipped            Ships  122    S24_2011
## 1548                 1938  Cancelled            Ships  122    S24_2011
## 1549                 1898    Shipped            Ships  122    S24_2011
## 1550                 1865    Shipped            Ships  122    S24_2011
## 1551                 1836    Shipped            Ships  122    S24_2011
## 1552                 1817    Shipped            Ships  122    S24_2011
## 1553                 1783    Shipped            Ships  122    S24_2011
## 1554                 1769    Shipped            Ships  122    S24_2011
## 1555                 1759    Shipped            Ships  122    S24_2011
## 1556                 1748    Shipped            Ships  122    S24_2011
## 1557                 1738    Shipped            Ships  122    S24_2011
## 1558                 1684    Shipped            Ships  122    S24_2011
## 1559                 1628    Shipped            Ships  122    S24_2011
## 1560                 1585    On Hold            Ships  122    S24_2011
## 1561                 2434    Shipped     Vintage Cars   44    S24_2022
## 1562                 2367    Shipped     Vintage Cars   44    S24_2022
## 1563                 2304    Shipped     Vintage Cars   44    S24_2022
## 1564                 2191    Shipped     Vintage Cars   44    S24_2022
## 1565                 2138    Shipped     Vintage Cars   44    S24_2022
## 1566                 2132    Shipped     Vintage Cars   44    S24_2022
## 1567                 2124    Shipped     Vintage Cars   44    S24_2022
## 1568                 2113    Shipped     Vintage Cars   44    S24_2022
## 1569                 2060    Shipped     Vintage Cars   44    S24_2022
## 1570                 2026    Shipped     Vintage Cars   44    S24_2022
## 1571                 1969    Shipped     Vintage Cars   44    S24_2022
## 1572                 1934    Shipped     Vintage Cars   44    S24_2022
## 1573                 1861    Shipped     Vintage Cars   44    S24_2022
## 1574                 1845    Shipped     Vintage Cars   44    S24_2022
## 1575                 1808    Shipped     Vintage Cars   44    S24_2022
## 1576                 1799    Shipped     Vintage Cars   44    S24_2022
## 1577                 1786    Shipped     Vintage Cars   44    S24_2022
## 1578                 1774    Shipped     Vintage Cars   44    S24_2022
## 1579                 1767    Shipped     Vintage Cars   44    S24_2022
## 1580                 1754    Shipped     Vintage Cars   44    S24_2022
## 1581                 1721   Resolved     Vintage Cars   44    S24_2022
## 1582                 1687    Shipped     Vintage Cars   44    S24_2022
## 1583                 1666    Shipped     Vintage Cars   44    S24_2022
## 1584                 1586 In Process     Vintage Cars   44    S24_2022
## 1585                 2438    Shipped Trucks and Buses  127    S24_2300
## 1586                 2377    Shipped Trucks and Buses  127    S24_2300
## 1587                 2321    Shipped Trucks and Buses  127    S24_2300
## 1588                 2265    Shipped Trucks and Buses  127    S24_2300
## 1589                 2207    Shipped Trucks and Buses  127    S24_2300
## 1590                 2177    Shipped Trucks and Buses  127    S24_2300
## 1591                 2163    Shipped Trucks and Buses  127    S24_2300
## 1592                 2156    Shipped Trucks and Buses  127    S24_2300
## 1593                 2146    Shipped Trucks and Buses  127    S24_2300
## 1594                 2133    Shipped Trucks and Buses  127    S24_2300
## 1595                 2077    Shipped Trucks and Buses  127    S24_2300
## 1596                 2043    Shipped Trucks and Buses  127    S24_2300
## 1597                 1989    Shipped Trucks and Buses  127    S24_2300
## 1598                 1949    Shipped Trucks and Buses  127    S24_2300
## 1599                 1915    Shipped Trucks and Buses  127    S24_2300
## 1600                 1886    Shipped Trucks and Buses  127    S24_2300
## 1601                 1867    Shipped Trucks and Buses  127    S24_2300
## 1602                 1833    Shipped Trucks and Buses  127    S24_2300
## 1603                 1825    Shipped Trucks and Buses  127    S24_2300
## 1604                 1812    Shipped Trucks and Buses  127    S24_2300
## 1605                 1799    On Hold Trucks and Buses  127    S24_2300
## 1606                 1818    Shipped Trucks and Buses  127    S24_2300
## 1607                 1780    Shipped Trucks and Buses  127    S24_2300
## 1608                 1737    Shipped Trucks and Buses  127    S24_2300
## 1609                 1713    Shipped Trucks and Buses  127    S24_2300
## 1610                 1638    Shipped Trucks and Buses  127    S24_2300
## 1611                 1611 In Process Trucks and Buses  127    S24_2300
## 1612                 2432    Shipped      Motorcycles   69    S24_2360
## 1613                 2368    Shipped      Motorcycles   69    S24_2360
## 1614                 2313    Shipped      Motorcycles   69    S24_2360
## 1615                 2260    Shipped      Motorcycles   69    S24_2360
## 1616                 2190    Shipped      Motorcycles   69    S24_2360
## 1617                 2184    Shipped      Motorcycles   69    S24_2360
## 1618                 2177    Shipped      Motorcycles   69    S24_2360
## 1619                 2121    Shipped      Motorcycles   69    S24_2360
## 1620                 2085    Shipped      Motorcycles   69    S24_2360
## 1621                 2043    Shipped      Motorcycles   69    S24_2360
## 1622                 1993    Shipped      Motorcycles   69    S24_2360
## 1623                 1959    Shipped      Motorcycles   69    S24_2360
## 1624                 1927    Shipped      Motorcycles   69    S24_2360
## 1625                 1903    Shipped      Motorcycles   69    S24_2360
## 1626                 1870    Shipped      Motorcycles   69    S24_2360
## 1627                 1856    Shipped      Motorcycles   69    S24_2360
## 1628                 1838    Shipped      Motorcycles   69    S24_2360
## 1629                 1826    Shipped      Motorcycles   69    S24_2360
## 1630                 1819    Shipped      Motorcycles   69    S24_2360
## 1631                 1807    Shipped      Motorcycles   69    S24_2360
## 1632                 1778    Shipped      Motorcycles   69    S24_2360
## 1633                 1751    Shipped      Motorcycles   69    S24_2360
## 1634                 1722    Shipped      Motorcycles   69    S24_2360
## 1635                 1688    Shipped      Motorcycles   69    S24_2360
## 1636                 2441    Shipped     Classic Cars   90    S24_2766
## 1637                 2378    Shipped     Classic Cars   90    S24_2766
## 1638                 2266    Shipped     Classic Cars   90    S24_2766
## 1639                 2231    Shipped     Classic Cars   90    S24_2766
## 1640                 2213    Shipped     Classic Cars   90    S24_2766
## 1641                 2207    Shipped     Classic Cars   90    S24_2766
## 1642                 2200    Shipped     Classic Cars   90    S24_2766
## 1643                 2189    Shipped     Classic Cars   90    S24_2766
## 1644                 2145    Shipped     Classic Cars   90    S24_2766
## 1645                 2101    Shipped     Classic Cars   90    S24_2766
## 1646                 2060    Shipped     Classic Cars   90    S24_2766
## 1647                 1976    Shipped     Classic Cars   90    S24_2766
## 1648                 1944    Shipped     Classic Cars   90    S24_2766
## 1649                 1922    Shipped     Classic Cars   90    S24_2766
## 1650                 2253    Shipped     Classic Cars   90    S24_2766
## 1651                 1879    Shipped     Classic Cars   90    S24_2766
## 1652                 1861    Shipped     Classic Cars   90    S24_2766
## 1653                 1849    Shipped     Classic Cars   90    S24_2766
## 1654                 1838    Shipped     Classic Cars   90    S24_2766
## 1655                 1788    Shipped     Classic Cars   90    S24_2766
## 1656                 1761    Shipped     Classic Cars   90    S24_2766
## 1657                 1696    On Hold     Classic Cars   90    S24_2766
## 1658                 1660 In Process     Classic Cars   90    S24_2766
## 1659                 2510    Shipped     Classic Cars   35    S24_2840
## 1660                 2451    Shipped     Classic Cars   35    S24_2840
## 1661                 2389    Shipped     Classic Cars   35    S24_2840
## 1662                 2331    Shipped     Classic Cars   35    S24_2840
## 1663                 2281    Shipped     Classic Cars   35    S24_2840
## 1664                 2251    Shipped     Classic Cars   35    S24_2840
## 1665                 2237    Shipped     Classic Cars   35    S24_2840
## 1666                 2230    Shipped     Classic Cars   35    S24_2840
## 1667                 2220    Shipped     Classic Cars   35    S24_2840
## 1668                 2207    Shipped     Classic Cars   35    S24_2840
## 1669                 2145    Shipped     Classic Cars   35    S24_2840
## 1670                 2117    Shipped     Classic Cars   35    S24_2840
## 1671                 2063    Shipped     Classic Cars   35    S24_2840
## 1672                 2023    Shipped     Classic Cars   35    S24_2840
## 1673                 1989    Shipped     Classic Cars   35    S24_2840
## 1674                 1960    Shipped     Classic Cars   35    S24_2840
## 1675                 1941    Shipped     Classic Cars   35    S24_2840
## 1676                 1907    Shipped     Classic Cars   35    S24_2840
## 1677                 1899    Shipped     Classic Cars   35    S24_2840
## 1678                 1886    Shipped     Classic Cars   35    S24_2840
## 1679                 1873    Shipped     Classic Cars   35    S24_2840
## 1680                 1862    Shipped     Classic Cars   35    S24_2840
## 1681                 1854    Shipped     Classic Cars   35    S24_2840
## 1682                 1811    Shipped     Classic Cars   35    S24_2840
## 1683                 1782    Shipped     Classic Cars   35    S24_2840
## 1684                 1761    Shipped     Classic Cars   35    S24_2840
## 1685                 1713    Shipped     Classic Cars   35    S24_2840
## 1686                 1686 In Process     Classic Cars   35    S24_2840
## 1687                 2521    Shipped           Planes   68    S24_2841
## 1688                 2452    Shipped           Planes   68    S24_2841
## 1689                 2404    Shipped           Planes   68    S24_2841
## 1690                 2350    Shipped           Planes   68    S24_2841
## 1691                 2294    Shipped           Planes   68    S24_2841
## 1692                 2278  Cancelled           Planes   68    S24_2841
## 1693                 2263    Shipped           Planes   68    S24_2841
## 1694                 2258    Shipped           Planes   68    S24_2841
## 1695                 2246    Shipped           Planes   68    S24_2841
## 1696                 2163    Shipped           Planes   68    S24_2841
## 1697                 2086    Shipped           Planes   68    S24_2841
## 1698                 2040  Cancelled           Planes   68    S24_2841
## 1699                 2014    Shipped           Planes   68    S24_2841
## 1700                 1984    Shipped           Planes   68    S24_2841
## 1701                 1960    Shipped           Planes   68    S24_2841
## 1702                 1932    Shipped           Planes   68    S24_2841
## 1703                 1915    Shipped           Planes   68    S24_2841
## 1704                 1905    Shipped           Planes   68    S24_2841
## 1705                 1895    Shipped           Planes   68    S24_2841
## 1706                 1886    Shipped           Planes   68    S24_2841
## 1707                 1828    Shipped           Planes   68    S24_2841
## 1708                 1799   Resolved           Planes   68    S24_2841
## 1709                 1771    Shipped           Planes   68    S24_2841
## 1710                 1770    Shipped           Planes   68    S24_2841
## 1711                 1733   Disputed           Planes   68    S24_2841
## 1712                 2517    Shipped     Classic Cars  117    S24_2887
## 1713                 2454    Shipped     Classic Cars  117    S24_2887
## 1714                 2342    Shipped     Classic Cars  117    S24_2887
## 1715                 2307    Shipped     Classic Cars  117    S24_2887
## 1716                 2289    Shipped     Classic Cars  117    S24_2887
## 1717                 2283    Shipped     Classic Cars  117    S24_2887
## 1718                 2276    Shipped     Classic Cars  117    S24_2887
## 1719                 2265    Shipped     Classic Cars  117    S24_2887
## 1720                 2215    Shipped     Classic Cars  117    S24_2887
## 1721                 2177    Shipped     Classic Cars  117    S24_2887
## 1722                 2136    Shipped     Classic Cars  117    S24_2887
## 1723                 2052    Shipped     Classic Cars  117    S24_2887
## 1724                 2020    Shipped     Classic Cars  117    S24_2887
## 1725                 1998    Shipped     Classic Cars  117    S24_2887
## 1726                 2329    Shipped     Classic Cars  117    S24_2887
## 1727                 1955    Shipped     Classic Cars  117    S24_2887
## 1728                 1924    Shipped     Classic Cars  117    S24_2887
## 1729                 1913    Shipped     Classic Cars  117    S24_2887
## 1730                 1863    Shipped     Classic Cars  117    S24_2887
## 1731                 1836    Shipped     Classic Cars  117    S24_2887
## 1732                 1771    On Hold     Classic Cars  117    S24_2887
## 1733                 1735 In Process     Classic Cars  117    S24_2887
## 1734                 2547    Shipped     Classic Cars   37    S24_2972
## 1735                 2489    Shipped     Classic Cars   37    S24_2972
## 1736                 2435    Shipped     Classic Cars   37    S24_2972
## 1737                 2371    Shipped     Classic Cars   37    S24_2972
## 1738                 2311    Shipped     Classic Cars   37    S24_2972
## 1739                 2305    Shipped     Classic Cars   37    S24_2972
## 1740                 2298    Shipped     Classic Cars   37    S24_2972
## 1741                 2287    Shipped     Classic Cars   37    S24_2972
## 1742                 2243    Shipped     Classic Cars   37    S24_2972
## 1743                 2207    Shipped     Classic Cars   37    S24_2972
## 1744                 2159    Shipped     Classic Cars   37    S24_2972
## 1745                 2110  Cancelled     Classic Cars   37    S24_2972
## 1746                 2076    Shipped     Classic Cars   37    S24_2972
## 1747                 2046    Shipped     Classic Cars   37    S24_2972
## 1748                 2023    Shipped     Classic Cars   37    S24_2972
## 1749                 2353    Shipped     Classic Cars   37    S24_2972
## 1750                 1978    Shipped     Classic Cars   37    S24_2972
## 1751                 1960    Shipped     Classic Cars   37    S24_2972
## 1752                 1948    Shipped     Classic Cars   37    S24_2972
## 1753                 1942    Shipped     Classic Cars   37    S24_2972
## 1754                 1930    Shipped     Classic Cars   37    S24_2972
## 1755                 1895   Resolved     Classic Cars   37    S24_2972
## 1756                 1867    Shipped     Classic Cars   37    S24_2972
## 1757                 1845    Shipped     Classic Cars   37    S24_2972
## 1758                 1805    Shipped     Classic Cars   37    S24_2972
## 1759                 1773    Shipped     Classic Cars   37    S24_2972
## 1760                 2600    Shipped     Vintage Cars   88    S24_3151
## 1761                 2525    Shipped     Vintage Cars   88    S24_3151
## 1762                 2481    Shipped     Vintage Cars   88    S24_3151
## 1763                 2425    Shipped     Vintage Cars   88    S24_3151
## 1764                 2371    Shipped     Vintage Cars   88    S24_3151
## 1765                 2351  Cancelled     Vintage Cars   88    S24_3151
## 1766                 2337    Shipped     Vintage Cars   88    S24_3151
## 1767                 2331    Shipped     Vintage Cars   88    S24_3151
## 1768                 2320    Shipped     Vintage Cars   88    S24_3151
## 1769                 2284    Shipped     Vintage Cars   88    S24_3151
## 1770                 2237    Shipped     Vintage Cars   88    S24_3151
## 1771                 2200    Shipped     Vintage Cars   88    S24_3151
## 1772                 2162  Cancelled     Vintage Cars   88    S24_3151
## 1773                 2122    Shipped     Vintage Cars   88    S24_3151
## 1774                 2089    Shipped     Vintage Cars   88    S24_3151
## 1775                 2060    Shipped     Vintage Cars   88    S24_3151
## 1776                 2040    Shipped     Vintage Cars   88    S24_3151
## 1777                 2007    Shipped     Vintage Cars   88    S24_3151
## 1778                 1993    Shipped     Vintage Cars   88    S24_3151
## 1779                 1983    Shipped     Vintage Cars   88    S24_3151
## 1780                 1970    Shipped     Vintage Cars   88    S24_3151
## 1781                 1962    Shipped     Vintage Cars   88    S24_3151
## 1782                 1903    Shipped     Vintage Cars   88    S24_3151
## 1783                 1852    Shipped     Vintage Cars   88    S24_3151
## 1784                 1809    On Hold     Vintage Cars   88    S24_3151
## 1785                 2590    Shipped     Classic Cars   85    S24_3191
## 1786                 2527    Shipped     Classic Cars   85    S24_3191
## 1787                 2415    Shipped     Classic Cars   85    S24_3191
## 1788                 2380    Shipped     Classic Cars   85    S24_3191
## 1789                 2362    Shipped     Classic Cars   85    S24_3191
## 1790                 2356    Shipped     Classic Cars   85    S24_3191
## 1791                 2349    Shipped     Classic Cars   85    S24_3191
## 1792                 2338    Shipped     Classic Cars   85    S24_3191
## 1793                 2294    Shipped     Classic Cars   85    S24_3191
## 1794                 2250    Shipped     Classic Cars   85    S24_3191
## 1795                 2209    Shipped     Classic Cars   85    S24_3191
## 1796                 2125    Shipped     Classic Cars   85    S24_3191
## 1797                 2093    Shipped     Classic Cars   85    S24_3191
## 1798                 2071    Shipped     Classic Cars   85    S24_3191
## 1799                 2402    Shipped     Classic Cars   85    S24_3191
## 1800                 2028    Shipped     Classic Cars   85    S24_3191
## 1801                 2010    Shipped     Classic Cars   85    S24_3191
## 1802                 1998    Shipped     Classic Cars   85    S24_3191
## 1803                 1987    Shipped     Classic Cars   85    S24_3191
## 1804                 1937    Shipped     Classic Cars   85    S24_3191
## 1805                 1910    Shipped     Classic Cars   85    S24_3191
## 1806                 1845    On Hold     Classic Cars   85    S24_3191
## 1807                 1809 In Process     Classic Cars   85    S24_3191
## 1808                 2628    Shipped     Classic Cars   61    S24_3371
## 1809                 2563    Shipped     Classic Cars   61    S24_3371
## 1810                 2509    Shipped     Classic Cars   61    S24_3371
## 1811                 2445    Shipped     Classic Cars   61    S24_3371
## 1812                 2386    Shipped     Classic Cars   61    S24_3371
## 1813                 2379    Shipped     Classic Cars   61    S24_3371
## 1814                 2372    Shipped     Classic Cars   61    S24_3371
## 1815                 2361    Shipped     Classic Cars   61    S24_3371
## 1816                 2318    Shipped     Classic Cars   61    S24_3371
## 1817                 2281    Shipped     Classic Cars   61    S24_3371
## 1818                 2236    Shipped     Classic Cars   61    S24_3371
## 1819                 2184  Cancelled     Classic Cars   61    S24_3371
## 1820                 2150    Shipped     Classic Cars   61    S24_3371
## 1821                 2124    Shipped     Classic Cars   61    S24_3371
## 1822                 2097    Shipped     Classic Cars   61    S24_3371
## 1823                 2428    Shipped     Classic Cars   61    S24_3371
## 1824                 2052    Shipped     Classic Cars   61    S24_3371
## 1825                 2035    Shipped     Classic Cars   61    S24_3371
## 1826                 2022    Shipped     Classic Cars   61    S24_3371
## 1827                 2016    Shipped     Classic Cars   61    S24_3371
## 1828                 2004    Shipped     Classic Cars   61    S24_3371
## 1829                 1975    Shipped     Classic Cars   61    S24_3371
## 1830                 1941    Shipped     Classic Cars   61    S24_3371
## 1831                 1919    Shipped     Classic Cars   61    S24_3371
## 1832                 1846    Shipped     Classic Cars   61    S24_3371
## 1833                 2667    Shipped     Vintage Cars   65    S24_3420
## 1834                 2598    Shipped     Vintage Cars   65    S24_3420
## 1835                 2550    Shipped     Vintage Cars   65    S24_3420
## 1836                 2496    Shipped     Vintage Cars   65    S24_3420
## 1837                 2440    Shipped     Vintage Cars   65    S24_3420
## 1838                 2424  Cancelled     Vintage Cars   65    S24_3420
## 1839                 2409    Shipped     Vintage Cars   65    S24_3420
## 1840                 2404    Shipped     Vintage Cars   65    S24_3420
## 1841                 2392    Shipped     Vintage Cars   65    S24_3420
## 1842                 2309    Shipped     Vintage Cars   65    S24_3420
## 1843                 2232    Shipped     Vintage Cars   65    S24_3420
## 1844                 2186  Cancelled     Vintage Cars   65    S24_3420
## 1845                 2160    Shipped     Vintage Cars   65    S24_3420
## 1846                 2130    Shipped     Vintage Cars   65    S24_3420
## 1847                 2106    Shipped     Vintage Cars   65    S24_3420
## 1848                 2078    Shipped     Vintage Cars   65    S24_3420
## 1849                 2061    Shipped     Vintage Cars   65    S24_3420
## 1850                 2051    Shipped     Vintage Cars   65    S24_3420
## 1851                 2041    Shipped     Vintage Cars   65    S24_3420
## 1852                 2032    Shipped     Vintage Cars   65    S24_3420
## 1853                 2019    Shipped     Vintage Cars   65    S24_3420
## 1854                 1975    Shipped     Vintage Cars   65    S24_3420
## 1855                 1946   Resolved     Vintage Cars   65    S24_3420
## 1856                 1918    Shipped     Vintage Cars   65    S24_3420
## 1857                 1917    Shipped     Vintage Cars   65    S24_3420
## 1858                 1880   Disputed     Vintage Cars   65    S24_3420
## 1859                 2664    Shipped     Classic Cars  107    S24_3432
## 1860                 2601    Shipped     Classic Cars  107    S24_3432
## 1861                 2489    Shipped     Classic Cars  107    S24_3432
## 1862                 2454    Shipped     Classic Cars  107    S24_3432
## 1863                 2436    Shipped     Classic Cars  107    S24_3432
## 1864                 2430    Shipped     Classic Cars  107    S24_3432
## 1865                 2423    Shipped     Classic Cars  107    S24_3432
## 1866                 2412    Shipped     Classic Cars  107    S24_3432
## 1867                 2368    Shipped     Classic Cars  107    S24_3432
## 1868                 2328    Shipped     Classic Cars  107    S24_3432
## 1869                 2283    Shipped     Classic Cars  107    S24_3432
## 1870                 2199    Shipped     Classic Cars  107    S24_3432
## 1871                 2167    Shipped     Classic Cars  107    S24_3432
## 1872                 2145    Shipped     Classic Cars  107    S24_3432
## 1873                 2477    Shipped     Classic Cars  107    S24_3432
## 1874                 2102    Shipped     Classic Cars  107    S24_3432
## 1875                 2084    Shipped     Classic Cars  107    S24_3432
## 1876                 2072    Shipped     Classic Cars  107    S24_3432
## 1877                 2061    Shipped     Classic Cars  107    S24_3432
## 1878                 2011    Shipped     Classic Cars  107    S24_3432
## 1879                 1984    Shipped     Classic Cars  107    S24_3432
## 1880                 1919    On Hold     Classic Cars  107    S24_3432
## 1881                 1883 In Process     Classic Cars  107    S24_3432
## 1882                 2722    Shipped     Vintage Cars   83    S24_3816
## 1883                 2647    Shipped     Vintage Cars   83    S24_3816
## 1884                 2603    Shipped     Vintage Cars   83    S24_3816
## 1885                 2545    Shipped     Vintage Cars   83    S24_3816
## 1886                 2489    Shipped     Vintage Cars   83    S24_3816
## 1887                 2473  Cancelled     Vintage Cars   83    S24_3816
## 1888                 2458    Shipped     Vintage Cars   83    S24_3816
## 1889                 2453    Shipped     Vintage Cars   83    S24_3816
## 1890                 2442    Shipped     Vintage Cars   83    S24_3816
## 1891                 2358    Shipped     Vintage Cars   83    S24_3816
## 1892                 2282  Cancelled     Vintage Cars   83    S24_3816
## 1893                 2235  Cancelled     Vintage Cars   83    S24_3816
## 1894                 2209    Shipped     Vintage Cars   83    S24_3816
## 1895                 2180    Shipped     Vintage Cars   83    S24_3816
## 1896                 2155    Shipped     Vintage Cars   83    S24_3816
## 1897                 2127    Shipped     Vintage Cars   83    S24_3816
## 1898                 2110    Shipped     Vintage Cars   83    S24_3816
## 1899                 2103    Shipped     Vintage Cars   83    S24_3816
## 1900                 2090    Shipped     Vintage Cars   83    S24_3816
## 1901                 2082    Shipped     Vintage Cars   83    S24_3816
## 1902                 2023    Shipped     Vintage Cars   83    S24_3816
## 1903                 1996    Shipped     Vintage Cars   83    S24_3816
## 1904                 1973    Shipped     Vintage Cars   83    S24_3816
## 1905                 1965    Shipped     Vintage Cars   83    S24_3816
## 1906                 1931    On Hold     Vintage Cars   83    S24_3816
## 1907                 2727    Shipped     Classic Cars  140    S24_3856
## 1908                 2662    Shipped     Classic Cars  140    S24_3856
## 1909                 2608    Shipped     Classic Cars  140    S24_3856
## 1910                 2544    Shipped     Classic Cars  140    S24_3856
## 1911                 2485    Shipped     Classic Cars  140    S24_3856
## 1912                 2478    Shipped     Classic Cars  140    S24_3856
## 1913                 2471    Shipped     Classic Cars  140    S24_3856
## 1914                 2460    Shipped     Classic Cars  140    S24_3856
## 1915                 2416    Shipped     Classic Cars  140    S24_3856
## 1916                 2380    Shipped     Classic Cars  140    S24_3856
## 1917                 2332    Shipped     Classic Cars  140    S24_3856
## 1918                 2283  Cancelled     Classic Cars  140    S24_3856
## 1919                 2249    Shipped     Classic Cars  140    S24_3856
## 1920                 2219    Shipped     Classic Cars  140    S24_3856
## 1921                 2196    Shipped     Classic Cars  140    S24_3856
## 1922                 2526    Shipped     Classic Cars  140    S24_3856
## 1923                 2151    Shipped     Classic Cars  140    S24_3856
## 1924                 2133    Shipped     Classic Cars  140    S24_3856
## 1925                 2121    Shipped     Classic Cars  140    S24_3856
## 1926                 2115    Shipped     Classic Cars  140    S24_3856
## 1927                 2103    Shipped     Classic Cars  140    S24_3856
## 1928                 2074    Shipped     Classic Cars  140    S24_3856
## 1929                 2040    Shipped     Classic Cars  140    S24_3856
## 1930                 2018    Shipped     Classic Cars  140    S24_3856
## 1931                 1978    Shipped     Classic Cars  140    S24_3856
## 1932                 1946    Shipped     Classic Cars  140    S24_3856
## 1933                 2767    Shipped           Planes   68    S24_3949
## 1934                 2698    Shipped           Planes   68    S24_3949
## 1935                 2650    Shipped           Planes   68    S24_3949
## 1936                 2596    Shipped           Planes   68    S24_3949
## 1937                 2540    Shipped           Planes   68    S24_3949
## 1938                 2519    Shipped           Planes   68    S24_3949
## 1939                 2509    Shipped           Planes   68    S24_3949
## 1940                 2491    Shipped           Planes   68    S24_3949
## 1941                 2446    Shipped           Planes   68    S24_3949
## 1942                 2409    Shipped           Planes   68    S24_3949
## 1943                 2368    Shipped           Planes   68    S24_3949
## 1944                 2330    Shipped           Planes   68    S24_3949
## 1945                 2287  Cancelled           Planes   68    S24_3949
## 1946                 2259    Shipped           Planes   68    S24_3949
## 1947                 2231    Shipped           Planes   68    S24_3949
## 1948                 2207    Shipped           Planes   68    S24_3949
## 1949                 2178    Shipped           Planes   68    S24_3949
## 1950                 2162    Shipped           Planes   68    S24_3949
## 1951                 2152    Shipped           Planes   68    S24_3949
## 1952                 2142    Shipped           Planes   68    S24_3949
## 1953                 2133    Shipped           Planes   68    S24_3949
## 1954                 2120    Shipped           Planes   68    S24_3949
## 1955                 2076    Shipped           Planes   68    S24_3949
## 1956                 2047   Resolved           Planes   68    S24_3949
## 1957                 2019    Shipped           Planes   68    S24_3949
## 1958                 2016    On Hold           Planes   68    S24_3949
## 1959                 1980    Shipped           Planes   68    S24_3949
## 1960                 2836    Shipped     Vintage Cars   41    S24_3969
## 1961                 2766    Shipped     Vintage Cars   41    S24_3969
## 1962                 2703    Shipped     Vintage Cars   41    S24_3969
## 1963                 2590    Shipped     Vintage Cars   41    S24_3969
## 1964                 2537    Shipped     Vintage Cars   41    S24_3969
## 1965                 2531    Shipped     Vintage Cars   41    S24_3969
## 1966                 2523    Shipped     Vintage Cars   41    S24_3969
## 1967                 2513    Shipped     Vintage Cars   41    S24_3969
## 1968                 2459    Shipped     Vintage Cars   41    S24_3969
## 1969                 2425    Shipped     Vintage Cars   41    S24_3969
## 1970                 2377    Shipped     Vintage Cars   41    S24_3969
## 1971                 2259    Shipped     Vintage Cars   41    S24_3969
## 1972                 2245    Shipped     Vintage Cars   41    S24_3969
## 1973                 2211    Shipped     Vintage Cars   41    S24_3969
## 1974                 2197    Shipped     Vintage Cars   41    S24_3969
## 1975                 2171    Shipped     Vintage Cars   41    S24_3969
## 1976                 2160    Shipped     Vintage Cars   41    S24_3969
## 1977                 2110    Shipped     Vintage Cars   41    S24_3969
## 1978                 2083    Shipped     Vintage Cars   41    S24_3969
## 1979                 2018    Shipped     Vintage Cars   41    S24_3969
## 1980                 1982 In Process     Vintage Cars   41    S24_3969
## 1981                 2832    Shipped     Classic Cars  118    S24_4048
## 1982                 2770    Shipped     Classic Cars  118    S24_4048
## 1983                 2711    Shipped     Classic Cars  118    S24_4048
## 1984                 2653    Shipped     Classic Cars  118    S24_4048
## 1985                 2599    Shipped     Classic Cars  118    S24_4048
## 1986                 2573    Shipped     Classic Cars  118    S24_4048
## 1987                 2559    Shipped     Classic Cars  118    S24_4048
## 1988                 2552    Shipped     Classic Cars  118    S24_4048
## 1989                 2542    Shipped     Classic Cars  118    S24_4048
## 1990                 2529    Shipped     Classic Cars  118    S24_4048
## 1991                 2465    Shipped     Classic Cars  118    S24_4048
## 1992                 2435    Shipped     Classic Cars  118    S24_4048
## 1993                 2385    Shipped     Classic Cars  118    S24_4048
## 1994                 2310    Shipped     Classic Cars  118    S24_4048
## 1995                 2280    Shipped     Classic Cars  118    S24_4048
## 1996                 2262    Shipped     Classic Cars  118    S24_4048
## 1997                 2228    Shipped     Classic Cars  118    S24_4048
## 1998                 2220    Shipped     Classic Cars  118    S24_4048
## 1999                 2207    Shipped     Classic Cars  118    S24_4048
## 2000                 2193    Shipped     Classic Cars  118    S24_4048
## 2001                 2183    Shipped     Classic Cars  118    S24_4048
## 2002                 2170    Shipped     Classic Cars  118    S24_4048
## 2003                 2132    Shipped     Classic Cars  118    S24_4048
## 2004                 2103    Shipped     Classic Cars  118    S24_4048
## 2005                 2082    Shipped     Classic Cars  118    S24_4048
## 2006                 2034    Shipped     Classic Cars  118    S24_4048
## 2007                 2860    Shipped     Vintage Cars   97    S24_4258
## 2008                 2742    Shipped     Vintage Cars   97    S24_4258
## 2009                 2694    Shipped     Vintage Cars   97    S24_4258
## 2010                 2637    Shipped     Vintage Cars   97    S24_4258
## 2011                 2600    Shipped     Vintage Cars   97    S24_4258
## 2012                 2585    Shipped     Vintage Cars   97    S24_4258
## 2013                 2578    Shipped     Vintage Cars   97    S24_4258
## 2014                 2571    Shipped     Vintage Cars   97    S24_4258
## 2015                 2558    Shipped     Vintage Cars   97    S24_4258
## 2016                 2504    Shipped     Vintage Cars   97    S24_4258
## 2017                 2465    Shipped     Vintage Cars   97    S24_4258
## 2018                 2416    Shipped     Vintage Cars   97    S24_4258
## 2019                 2371    Shipped     Vintage Cars   97    S24_4258
## 2020                 2340    Shipped     Vintage Cars   97    S24_4258
## 2021                 2309    Shipped     Vintage Cars   97    S24_4258
## 2022                 2289    Shipped     Vintage Cars   97    S24_4258
## 2023                 2256    Shipped     Vintage Cars   97    S24_4258
## 2024                 2247    Shipped     Vintage Cars   97    S24_4258
## 2025                 2233    Shipped     Vintage Cars   97    S24_4258
## 2026                 2238    Shipped     Vintage Cars   97    S24_4258
## 2027                 2200    Shipped     Vintage Cars   97    S24_4258
## 2028                 2160    Shipped     Vintage Cars   97    S24_4258
## 2029                 2133    Shipped     Vintage Cars   97    S24_4258
## 2030                 2031 In Process     Vintage Cars   97    S24_4258
## 2031                 2865    Shipped           Planes   72    S24_4278
## 2032                 2795    Shipped           Planes   72    S24_4278
## 2033                 2737    Shipped           Planes   72    S24_4278
## 2034                 2679    Shipped           Planes   72    S24_4278
## 2035                 2616    Shipped           Planes   72    S24_4278
## 2036                 2541    Shipped           Planes   72    S24_4278
## 2037                 2503    Shipped           Planes   72    S24_4278
## 2038                 2463    Shipped           Planes   72    S24_4278
## 2039                 2425    Shipped           Planes   72    S24_4278
## 2040                 2378    Shipped           Planes   72    S24_4278
## 2041                 2354    Shipped           Planes   72    S24_4278
## 2042                 2326    Shipped           Planes   72    S24_4278
## 2043                 2301    Shipped           Planes   72    S24_4278
## 2044                 2273    Shipped           Planes   72    S24_4278
## 2045                 2256    Shipped           Planes   72    S24_4278
## 2046                 2247    Shipped           Planes   72    S24_4278
## 2047                 2236    Shipped           Planes   72    S24_4278
## 2048                 2227    Shipped           Planes   72    S24_4278
## 2049                 2215    Shipped           Planes   72    S24_4278
## 2050                 2168    Shipped           Planes   72    S24_4278
## 2051                 2142   Resolved           Planes   72    S24_4278
## 2052                 2114    Shipped           Planes   72    S24_4278
## 2053                 2111    On Hold           Planes   72    S24_4278
## 2054                 2075    Shipped           Planes   72    S24_4278
## 2055                 2875    Shipped     Classic Cars   80    S24_4620
## 2056                 2810    Shipped     Classic Cars   80    S24_4620
## 2057                 2756    Shipped     Classic Cars   80    S24_4620
## 2058                 2692    Shipped     Classic Cars   80    S24_4620
## 2059                 2633    Shipped     Classic Cars   80    S24_4620
## 2060                 2627    Shipped     Classic Cars   80    S24_4620
## 2061                 2619    Shipped     Classic Cars   80    S24_4620
## 2062                 2564    Shipped     Classic Cars   80    S24_4620
## 2063                 2527    Shipped     Classic Cars   80    S24_4620
## 2064                 2482    Shipped     Classic Cars   80    S24_4620
## 2065                 2436    Shipped     Classic Cars   80    S24_4620
## 2066                 2402    Shipped     Classic Cars   80    S24_4620
## 2067                 2370    Shipped     Classic Cars   80    S24_4620
## 2068                 2343    Shipped     Classic Cars   80    S24_4620
## 2069                 2313    Shipped     Classic Cars   80    S24_4620
## 2070                 2298    Shipped     Classic Cars   80    S24_4620
## 2071                 2281    Shipped     Classic Cars   80    S24_4620
## 2072                 2268    Shipped     Classic Cars   80    S24_4620
## 2073                 2262    Shipped     Classic Cars   80    S24_4620
## 2074                 2250    Shipped     Classic Cars   80    S24_4620
## 2075                 2221    Shipped     Classic Cars   80    S24_4620
## 2076                 2187    Shipped     Classic Cars   80    S24_4620
## 2077                 2165    Shipped     Classic Cars   80    S24_4620
## 2078                 2931    Shipped Trucks and Buses   96    S32_1268
## 2079                 2870    Shipped Trucks and Buses   96    S32_1268
## 2080                 2814    Shipped Trucks and Buses   96    S32_1268
## 2081                 2758    Shipped Trucks and Buses   96    S32_1268
## 2082                 2700    Shipped Trucks and Buses   96    S32_1268
## 2083                 2671   Resolved Trucks and Buses   96    S32_1268
## 2084                 2656    Shipped Trucks and Buses   96    S32_1268
## 2085                 2649    Shipped Trucks and Buses   96    S32_1268
## 2086                 2639    Shipped Trucks and Buses   96    S32_1268
## 2087                 2626    Shipped Trucks and Buses   96    S32_1268
## 2088                 2570    Shipped Trucks and Buses   96    S32_1268
## 2089                 2536    Shipped Trucks and Buses   96    S32_1268
## 2090                 2483    Shipped Trucks and Buses   96    S32_1268
## 2091                 2442    Shipped Trucks and Buses   96    S32_1268
## 2092                 2409    Shipped Trucks and Buses   96    S32_1268
## 2093                 2379    Shipped Trucks and Buses   96    S32_1268
## 2094                 2360    Shipped Trucks and Buses   96    S32_1268
## 2095                 2326    Shipped Trucks and Buses   96    S32_1268
## 2096                 2318    Shipped Trucks and Buses   96    S32_1268
## 2097                 2305    Shipped Trucks and Buses   96    S32_1268
## 2098                 2292    Shipped Trucks and Buses   96    S32_1268
## 2099                 2311    Shipped Trucks and Buses   96    S32_1268
## 2100                 2273    Shipped Trucks and Buses   96    S32_1268
## 2101                 2230    Shipped Trucks and Buses   96    S32_1268
## 2102                 2206    Shipped Trucks and Buses   96    S32_1268
## 2103                 2133    Shipped Trucks and Buses   96    S32_1268
## 2104                 2104 In Process Trucks and Buses   96    S32_1268
## 2105                 2932    Shipped      Motorcycles   99    S32_1374
## 2106                 2869    Shipped      Motorcycles   99    S32_1374
## 2107                 2811    Shipped      Motorcycles   99    S32_1374
## 2108                 2753    Shipped      Motorcycles   99    S32_1374
## 2109                 2690    Shipped      Motorcycles   99    S32_1374
## 2110                 2670    Shipped      Motorcycles   99    S32_1374
## 2111                 2616    Shipped      Motorcycles   99    S32_1374
## 2112                 2578    Shipped      Motorcycles   99    S32_1374
## 2113                 2538    Shipped      Motorcycles   99    S32_1374
## 2114                 2500    Shipped      Motorcycles   99    S32_1374
## 2115                 2453    Shipped      Motorcycles   99    S32_1374
## 2116                 2429    Shipped      Motorcycles   99    S32_1374
## 2117                 2395    Shipped      Motorcycles   99    S32_1374
## 2118                 2376    Shipped      Motorcycles   99    S32_1374
## 2119                 2348    Shipped      Motorcycles   99    S32_1374
## 2120                 2331    Shipped      Motorcycles   99    S32_1374
## 2121                 2319    Shipped      Motorcycles   99    S32_1374
## 2122                 2311    Shipped      Motorcycles   99    S32_1374
## 2123                 2302    Shipped      Motorcycles   99    S32_1374
## 2124                 2270    Shipped      Motorcycles   99    S32_1374
## 2125                 2243    Shipped      Motorcycles   99    S32_1374
## 2126                 2216    Shipped      Motorcycles   99    S32_1374
## 2127                 2185    On Hold      Motorcycles   99    S32_1374
## 2128                 2149    Shipped      Motorcycles   99    S32_1374
## 2129                 2949    Shipped      Motorcycles   40    S32_2206
## 2130                 2884    Shipped      Motorcycles   40    S32_2206
## 2131                 2830    Shipped      Motorcycles   40    S32_2206
## 2132                 2777    Shipped      Motorcycles   40    S32_2206
## 2133                 2707    Shipped      Motorcycles   40    S32_2206
## 2134                 2701    Shipped      Motorcycles   40    S32_2206
## 2135                 2694    Shipped      Motorcycles   40    S32_2206
## 2136                 2638    Shipped      Motorcycles   40    S32_2206
## 2137                 2602    Shipped      Motorcycles   40    S32_2206
## 2138                 2560    Shipped      Motorcycles   40    S32_2206
## 2139                 2510    Shipped      Motorcycles   40    S32_2206
## 2140                 2476    Shipped      Motorcycles   40    S32_2206
## 2141                 2444    Shipped      Motorcycles   40    S32_2206
## 2142                 2420    Shipped      Motorcycles   40    S32_2206
## 2143                 2387    Shipped      Motorcycles   40    S32_2206
## 2144                 2372    Shipped      Motorcycles   40    S32_2206
## 2145                 2355    Shipped      Motorcycles   40    S32_2206
## 2146                 2342    Shipped      Motorcycles   40    S32_2206
## 2147                 2336    Shipped      Motorcycles   40    S32_2206
## 2148                 2324    Shipped      Motorcycles   40    S32_2206
## 2149                 2295    Shipped      Motorcycles   40    S32_2206
## 2150                 2261    Shipped      Motorcycles   40    S32_2206
## 2151                 2239    Shipped      Motorcycles   40    S32_2206
## 2152                 2205    Shipped      Motorcycles   40    S32_2206
## 2153                 3004    Shipped Trucks and Buses   54    S32_2509
## 2154                 2945    Shipped Trucks and Buses   54    S32_2509
## 2155                 2883    Shipped Trucks and Buses   54    S32_2509
## 2156                 2825    Shipped Trucks and Buses   54    S32_2509
## 2157                 2775    Shipped Trucks and Buses   54    S32_2509
## 2158                 2745    Shipped Trucks and Buses   54    S32_2509
## 2159                 2731    Shipped Trucks and Buses   54    S32_2509
## 2160                 2724    Shipped Trucks and Buses   54    S32_2509
## 2161                 2714    Shipped Trucks and Buses   54    S32_2509
## 2162                 2701    Shipped Trucks and Buses   54    S32_2509
## 2163                 2639    Shipped Trucks and Buses   54    S32_2509
## 2164                 2611    Shipped Trucks and Buses   54    S32_2509
## 2165                 2557    Shipped Trucks and Buses   54    S32_2509
## 2166                 2517    Shipped Trucks and Buses   54    S32_2509
## 2167                 2483    Shipped Trucks and Buses   54    S32_2509
## 2168                 2454    Shipped Trucks and Buses   54    S32_2509
## 2169                 2435    Shipped Trucks and Buses   54    S32_2509
## 2170                 2401    Shipped Trucks and Buses   54    S32_2509
## 2171                 2393    Shipped Trucks and Buses   54    S32_2509
## 2172                 2380    Shipped Trucks and Buses   54    S32_2509
## 2173                 2367    Shipped Trucks and Buses   54    S32_2509
## 2174                 2356    Shipped Trucks and Buses   54    S32_2509
## 2175                 2343    Shipped Trucks and Buses   54    S32_2509
## 2176                 2305    Shipped Trucks and Buses   54    S32_2509
## 2177                 2276    Shipped Trucks and Buses   54    S32_2509
## 2178                 2255    Shipped Trucks and Buses   54    S32_2509
## 2179                 2207    Shipped Trucks and Buses   54    S32_2509
## 2180                 2180 In Process Trucks and Buses   54    S32_2509
## 2181                 3032    Shipped           Trains   62    S32_3207
## 2182                 2963    Shipped           Trains   62    S32_3207
## 2183                 2911    Shipped           Trains   62    S32_3207
## 2184                 2846    Shipped           Trains   62    S32_3207
## 2185                 2799    Shipped           Trains   62    S32_3207
## 2186                 2773    Shipped           Trains   62    S32_3207
## 2187                 2759    Shipped           Trains   62    S32_3207
## 2188                 2752    Shipped           Trains   62    S32_3207
## 2189                 2742    Shipped           Trains   62    S32_3207
## 2190                 2729    Shipped           Trains   62    S32_3207
## 2191                 2665    Shipped           Trains   62    S32_3207
## 2192                 2635    Shipped           Trains   62    S32_3207
## 2193                 2585    Shipped           Trains   62    S32_3207
## 2194                 2510    Shipped           Trains   62    S32_3207
## 2195                 2480    Shipped           Trains   62    S32_3207
## 2196                 2462    Shipped           Trains   62    S32_3207
## 2197                 2427    Shipped           Trains   62    S32_3207
## 2198                 2420    Shipped           Trains   62    S32_3207
## 2199                 2407    Shipped           Trains   62    S32_3207
## 2200                 2393    Shipped           Trains   62    S32_3207
## 2201                 2382    Shipped           Trains   62    S32_3207
## 2202                 2370    Shipped           Trains   62    S32_3207
## 2203                 2332    Shipped           Trains   62    S32_3207
## 2204                 2303    Shipped           Trains   62    S32_3207
## 2205                 2282    Shipped           Trains   62    S32_3207
## 2206                 2232    Shipped           Trains   62    S32_3207
## 2207                 3060    Shipped Trucks and Buses   64    S32_3522
## 2208                 3005    Shipped Trucks and Buses   64    S32_3522
## 2209                 2943    Shipped Trucks and Buses   64    S32_3522
## 2210                 2887    Shipped Trucks and Buses   64    S32_3522
## 2211                 2831    Shipped Trucks and Buses   64    S32_3522
## 2212                 2800   Resolved Trucks and Buses   64    S32_3522
## 2213                 2785    Shipped Trucks and Buses   64    S32_3522
## 2214                 2779    Shipped Trucks and Buses   64    S32_3522
## 2215                 2768    Shipped Trucks and Buses   64    S32_3522
## 2216                 2759    Shipped Trucks and Buses   64    S32_3522
## 2217                 2699    Shipped Trucks and Buses   64    S32_3522
## 2218                 2665    Shipped Trucks and Buses   64    S32_3522
## 2219                 2612    Shipped Trucks and Buses   64    S32_3522
## 2220                 2571    Shipped Trucks and Buses   64    S32_3522
## 2221                 2538    Shipped Trucks and Buses   64    S32_3522
## 2222                 2508    Shipped Trucks and Buses   64    S32_3522
## 2223                 2489    Shipped Trucks and Buses   64    S32_3522
## 2224                 2457    Shipped Trucks and Buses   64    S32_3522
## 2225                 2447    Shipped Trucks and Buses   64    S32_3522
## 2226                 2434    Shipped Trucks and Buses   64    S32_3522
## 2227                 2439    Shipped Trucks and Buses   64    S32_3522
## 2228                 2401    Shipped Trucks and Buses   64    S32_3522
## 2229                 2361    Shipped Trucks and Buses   64    S32_3522
## 2230                 2334    Shipped Trucks and Buses   64    S32_3522
## 2231                 2261    Shipped Trucks and Buses   64    S32_3522
## 2232                 2232 In Process Trucks and Buses   64    S32_3522
## 2233                 3067    Shipped     Vintage Cars   68    S32_4289
## 2234                 2997    Shipped     Vintage Cars   68    S32_4289
## 2235                 2939    Shipped     Vintage Cars   68    S32_4289
## 2236                 2893    Shipped     Vintage Cars   68    S32_4289
## 2237                 2818    Shipped     Vintage Cars   68    S32_4289
## 2238                 2743    Shipped     Vintage Cars   68    S32_4289
## 2239                 2705    Shipped     Vintage Cars   68    S32_4289
## 2240                 2665    Shipped     Vintage Cars   68    S32_4289
## 2241                 2627    Shipped     Vintage Cars   68    S32_4289
## 2242                 2584  Cancelled     Vintage Cars   68    S32_4289
## 2243                 2556    Shipped     Vintage Cars   68    S32_4289
## 2244                 2528    Shipped     Vintage Cars   68    S32_4289
## 2245                 2503    Shipped     Vintage Cars   68    S32_4289
## 2246                 2475    Shipped     Vintage Cars   68    S32_4289
## 2247                 2459    Shipped     Vintage Cars   68    S32_4289
## 2248                 2449    Shipped     Vintage Cars   68    S32_4289
## 2249                 2438    Shipped     Vintage Cars   68    S32_4289
## 2250                 2429    Shipped     Vintage Cars   68    S32_4289
## 2251                 2417    Shipped     Vintage Cars   68    S32_4289
## 2252                 2370    Shipped     Vintage Cars   68    S32_4289
## 2253                 2342    Shipped     Vintage Cars   68    S32_4289
## 2254                 2316    Shipped     Vintage Cars   68    S32_4289
## 2255                 2313    On Hold     Vintage Cars   68    S32_4289
## 2256                 2277    Shipped     Vintage Cars   68    S32_4289
## 2257                 3077    Shipped      Motorcycles  102    S32_4485
## 2258                 3013    Shipped      Motorcycles  102    S32_4485
## 2259                 2958    Shipped      Motorcycles  102    S32_4485
## 2260                 2905    Shipped      Motorcycles  102    S32_4485
## 2261                 2835    Shipped      Motorcycles  102    S32_4485
## 2262                 2829    Shipped      Motorcycles  102    S32_4485
## 2263                 2822    Shipped      Motorcycles  102    S32_4485
## 2264                 2766    Shipped      Motorcycles  102    S32_4485
## 2265                 2730    Shipped      Motorcycles  102    S32_4485
## 2266                 2688    Shipped      Motorcycles  102    S32_4485
## 2267                 2638    Shipped      Motorcycles  102    S32_4485
## 2268                 2604    Shipped      Motorcycles  102    S32_4485
## 2269                 2572    Shipped      Motorcycles  102    S32_4485
## 2270                 2548    Shipped      Motorcycles  102    S32_4485
## 2271                 2515    Shipped      Motorcycles  102    S32_4485
## 2272                 2501    Shipped      Motorcycles  102    S32_4485
## 2273                 2483    Shipped      Motorcycles  102    S32_4485
## 2274                 2470    Shipped      Motorcycles  102    S32_4485
## 2275                 2464    Shipped      Motorcycles  102    S32_4485
## 2276                 2452    Shipped      Motorcycles  102    S32_4485
## 2277                 2422    Shipped      Motorcycles  102    S32_4485
## 2278                 2396    Shipped      Motorcycles  102    S32_4485
## 2279                 2367    Shipped      Motorcycles  102    S32_4485
## 2280                 2333    Shipped      Motorcycles  102    S32_4485
## 2281                 3115    Shipped     Vintage Cars   43    S50_1341
## 2282                 3045    Shipped     Vintage Cars   43    S50_1341
## 2283                 2987    Shipped     Vintage Cars   43    S50_1341
## 2284                 2944    Shipped     Vintage Cars   43    S50_1341
## 2285                 2886    Shipped     Vintage Cars   43    S50_1341
## 2286                 2867    Shipped     Vintage Cars   43    S50_1341
## 2287                 2834    Shipped     Vintage Cars   43    S50_1341
## 2288                 2793    Shipped     Vintage Cars   43    S50_1341
## 2289                 2755    Shipped     Vintage Cars   43    S50_1341
## 2290                 2715    Shipped     Vintage Cars   43    S50_1341
## 2291                 2677    Shipped     Vintage Cars   43    S50_1341
## 2292                 2634  Cancelled     Vintage Cars   43    S50_1341
## 2293                 2606    Shipped     Vintage Cars   43    S50_1341
## 2294                 2578    Shipped     Vintage Cars   43    S50_1341
## 2295                 2554    Shipped     Vintage Cars   43    S50_1341
## 2296                 2525    Shipped     Vintage Cars   43    S50_1341
## 2297                 2509    Shipped     Vintage Cars   43    S50_1341
## 2298                 2499    Shipped     Vintage Cars   43    S50_1341
## 2299                 2488    Shipped     Vintage Cars   43    S50_1341
## 2300                 2479    Shipped     Vintage Cars   43    S50_1341
## 2301                 2467    Shipped     Vintage Cars   43    S50_1341
## 2302                 2420    Shipped     Vintage Cars   43    S50_1341
## 2303                 2392    Shipped     Vintage Cars   43    S50_1341
## 2304                 2366    Shipped     Vintage Cars   43    S50_1341
## 2305                 2363    On Hold     Vintage Cars   43    S50_1341
## 2306                 2327    Shipped     Vintage Cars   43    S50_1341
## 2307                 3158    Shipped Trucks and Buses  115    S50_1392
## 2308                 3096    Shipped Trucks and Buses  115    S50_1392
## 2309                 3037    Shipped Trucks and Buses  115    S50_1392
## 2310                 2979    Shipped Trucks and Buses  115    S50_1392
## 2311                 2929    Shipped Trucks and Buses  115    S50_1392
## 2312                 2899    Shipped Trucks and Buses  115    S50_1392
## 2313                 2885    Shipped Trucks and Buses  115    S50_1392
## 2314                 2878    Shipped Trucks and Buses  115    S50_1392
## 2315                 2868    Shipped Trucks and Buses  115    S50_1392
## 2316                 2855    Shipped Trucks and Buses  115    S50_1392
## 2317                 2791    Shipped Trucks and Buses  115    S50_1392
## 2318                 2761    Shipped Trucks and Buses  115    S50_1392
## 2319                 2711    Shipped Trucks and Buses  115    S50_1392
## 2320                 2671    Shipped Trucks and Buses  115    S50_1392
## 2321                 2637    Shipped Trucks and Buses  115    S50_1392
## 2322                 2607    Shipped Trucks and Buses  115    S50_1392
## 2323                 2589    Shipped Trucks and Buses  115    S50_1392
## 2324                 2555    Shipped Trucks and Buses  115    S50_1392
## 2325                 2547    Shipped Trucks and Buses  115    S50_1392
## 2326                 2534    Shipped Trucks and Buses  115    S50_1392
## 2327                 2520    Shipped Trucks and Buses  115    S50_1392
## 2328                 2509    Shipped Trucks and Buses  115    S50_1392
## 2329                 2497    Shipped Trucks and Buses  115    S50_1392
## 2330                 2459    Shipped Trucks and Buses  115    S50_1392
## 2331                 2430    Shipped Trucks and Buses  115    S50_1392
## 2332                 2407    Shipped Trucks and Buses  115    S50_1392
## 2333                 2361    Shipped Trucks and Buses  115    S50_1392
## 2334                 2334 In Process Trucks and Buses  115    S50_1392
## 2335                 3186    Shipped           Trains   58    S50_1514
## 2336                 3112    Shipped           Trains   58    S50_1514
## 2337                 3065    Shipped           Trains   58    S50_1514
## 2338                 3000    Shipped           Trains   58    S50_1514
## 2339                 2950    Shipped           Trains   58    S50_1514
## 2340                 2927    Shipped           Trains   58    S50_1514
## 2341                 2913    Shipped           Trains   58    S50_1514
## 2342                 2906    Shipped           Trains   58    S50_1514
## 2343                 2895    Shipped           Trains   58    S50_1514
## 2344                 2859    Shipped           Trains   58    S50_1514
## 2345                 2819    Shipped           Trains   58    S50_1514
## 2346                 2789    Shipped           Trains   58    S50_1514
## 2347                 2739    Shipped           Trains   58    S50_1514
## 2348                 2664    Shipped           Trains   58    S50_1514
## 2349                 2634    Shipped           Trains   58    S50_1514
## 2350                 2616    Shipped           Trains   58    S50_1514
## 2351                 2581    Shipped           Trains   58    S50_1514
## 2352                 2574    Shipped           Trains   58    S50_1514
## 2353                 2561    Shipped           Trains   58    S50_1514
## 2354                 2546    Shipped           Trains   58    S50_1514
## 2355                 2536    Shipped           Trains   58    S50_1514
## 2356                 2524    Shipped           Trains   58    S50_1514
## 2357                 2483    Shipped           Trains   58    S50_1514
## 2358                 2457    Shipped           Trains   58    S50_1514
## 2359                 2434    Shipped           Trains   58    S50_1514
## 2360                 2386    Shipped           Trains   58    S50_1514
## 2361                 3181    Shipped      Motorcycles   81    S50_4713
## 2362                 3117    Shipped      Motorcycles   81    S50_4713
## 2363                 3062    Shipped      Motorcycles   81    S50_4713
## 2364                 3009    Shipped      Motorcycles   81    S50_4713
## 2365                 2939    Shipped      Motorcycles   81    S50_4713
## 2366                 2933    Shipped      Motorcycles   81    S50_4713
## 2367                 2926    Shipped      Motorcycles   81    S50_4713
## 2368                 2870    Shipped      Motorcycles   81    S50_4713
## 2369                 2834    Shipped      Motorcycles   81    S50_4713
## 2370                 2792    Shipped      Motorcycles   81    S50_4713
## 2371                 2742    Shipped      Motorcycles   81    S50_4713
## 2372                 2708    Shipped      Motorcycles   81    S50_4713
## 2373                 2676    Shipped      Motorcycles   81    S50_4713
## 2374                 2652    Shipped      Motorcycles   81    S50_4713
## 2375                 2619    Shipped      Motorcycles   81    S50_4713
## 2376                 2605    Shipped      Motorcycles   81    S50_4713
## 2377                 2587    Shipped      Motorcycles   81    S50_4713
## 2378                 2574    Shipped      Motorcycles   81    S50_4713
## 2379                 2568    Shipped      Motorcycles   81    S50_4713
## 2380                 2554    Shipped      Motorcycles   81    S50_4713
## 2381                 2526    Shipped      Motorcycles   81    S50_4713
## 2382                 2500    Shipped      Motorcycles   81    S50_4713
## 2383                 2471    Shipped      Motorcycles   81    S50_4713
## 2384                 2437    Shipped      Motorcycles   81    S50_4713
## 2385                 3225    Shipped            Ships   66   S700_1138
## 2386                 3150    Shipped            Ships   66   S700_1138
## 2387                 3106    Shipped            Ships   66   S700_1138
## 2388                 3050    Shipped            Ships   66   S700_1138
## 2389                 3000    Shipped            Ships   66   S700_1138
## 2390                 2976  Cancelled            Ships   66   S700_1138
## 2391                 2962    Shipped            Ships   66   S700_1138
## 2392                 2956    Shipped            Ships   66   S700_1138
## 2393                 2945    Shipped            Ships   66   S700_1138
## 2394                 2909    Shipped            Ships   66   S700_1138
## 2395                 2862    Shipped            Ships   66   S700_1138
## 2396                 2825    Shipped            Ships   66   S700_1138
## 2397                 2787  Cancelled            Ships   66   S700_1138
## 2398                 2747    Shipped            Ships   66   S700_1138
## 2399                 2714    Shipped            Ships   66   S700_1138
## 2400                 2685    Shipped            Ships   66   S700_1138
## 2401                 2665    Shipped            Ships   66   S700_1138
## 2402                 2632    Shipped            Ships   66   S700_1138
## 2403                 2618    Shipped            Ships   66   S700_1138
## 2404                 2608    Shipped            Ships   66   S700_1138
## 2405                 2595    Shipped            Ships   66   S700_1138
## 2406                 2587    Shipped            Ships   66   S700_1138
## 2407                 2528    Shipped            Ships   66   S700_1138
## 2408                 2501    Shipped            Ships   66   S700_1138
## 2409                 2478    Shipped            Ships   66   S700_1138
## 2410                 2435    On Hold            Ships   66   S700_1138
## 2411                 3245    Shipped           Planes   91   S700_1691
## 2412                 3175    Shipped           Planes   91   S700_1691
## 2413                 3117    Shipped           Planes   91   S700_1691
## 2414                 3074    Shipped           Planes   91   S700_1691
## 2415                 3016    Shipped           Planes   91   S700_1691
## 2416                 2997    Shipped           Planes   91   S700_1691
## 2417                 2964    Shipped           Planes   91   S700_1691
## 2418                 2923    Shipped           Planes   91   S700_1691
## 2419                 2885    Shipped           Planes   91   S700_1691
## 2420                 2845    Shipped           Planes   91   S700_1691
## 2421                 2807    Shipped           Planes   91   S700_1691
## 2422                 2764  Cancelled           Planes   91   S700_1691
## 2423                 2736    Shipped           Planes   91   S700_1691
## 2424                 2708    Shipped           Planes   91   S700_1691
## 2425                 2684    Shipped           Planes   91   S700_1691
## 2426                 2655    Shipped           Planes   91   S700_1691
## 2427                 2639    Shipped           Planes   91   S700_1691
## 2428                 2629    Shipped           Planes   91   S700_1691
## 2429                 2618    Shipped           Planes   91   S700_1691
## 2430                 2609    Shipped           Planes   91   S700_1691
## 2431                 2597    Shipped           Planes   91   S700_1691
## 2432                 2550    Shipped           Planes   91   S700_1691
## 2433                 2522    Shipped           Planes   91   S700_1691
## 2434                 2496    Shipped           Planes   91   S700_1691
## 2435                 2493    On Hold           Planes   91   S700_1691
## 2436                 2457    Shipped           Planes   91   S700_1691
## 2437                 3277    Shipped            Ships   86   S700_1938
## 2438                 3214    Shipped            Ships   86   S700_1938
## 2439                 3164    Shipped            Ships   86   S700_1938
## 2440                 3102    Shipped            Ships   86   S700_1938
## 2441                 3052    Shipped            Ships   86   S700_1938
## 2442                 3030    Shipped            Ships   86   S700_1938
## 2443                 3014    Shipped            Ships   86   S700_1938
## 2444                 3008    Shipped            Ships   86   S700_1938
## 2445                 2997    Shipped            Ships   86   S700_1938
## 2446                 2961    Shipped            Ships   86   S700_1938
## 2447                 2915    Shipped            Ships   86   S700_1938
## 2448                 2886    Shipped            Ships   86   S700_1938
## 2449                 2839  Cancelled            Ships   86   S700_1938
## 2450                 2765    Shipped            Ships   86   S700_1938
## 2451                 2736    Shipped            Ships   86   S700_1938
## 2452                 2717    Shipped            Ships   86   S700_1938
## 2453                 2683    Shipped            Ships   86   S700_1938
## 2454                 2676    Shipped            Ships   86   S700_1938
## 2455                 2658   Resolved            Ships   86   S700_1938
## 2456                 2648    Shipped            Ships   86   S700_1938
## 2457                 2638    Shipped            Ships   86   S700_1938
## 2458                 2584    Shipped            Ships   86   S700_1938
## 2459                 2523    Shipped            Ships   86   S700_1938
## 2460                 2485    On Hold            Ships   86   S700_1938
## 2461                 3295    Shipped            Ships   90   S700_2047
## 2462                 3226    Shipped            Ships   90   S700_2047
## 2463                 3178    Shipped            Ships   90   S700_2047
## 2464                 3124    Shipped            Ships   90   S700_2047
## 2465                 3068    Shipped            Ships   90   S700_2047
## 2466                 3052  Cancelled            Ships   90   S700_2047
## 2467                 3037    Shipped            Ships   90   S700_2047
## 2468                 3032    Shipped            Ships   90   S700_2047
## 2469                 3021    Shipped            Ships   90   S700_2047
## 2470                 2937    Shipped            Ships   90   S700_2047
## 2471                 2860    Shipped            Ships   90   S700_2047
## 2472                 2814  Cancelled            Ships   90   S700_2047
## 2473                 2788    Shipped            Ships   90   S700_2047
## 2474                 2759    Shipped            Ships   90   S700_2047
## 2475                 2734    Shipped            Ships   90   S700_2047
## 2476                 2706    Shipped            Ships   90   S700_2047
## 2477                 2689    Shipped            Ships   90   S700_2047
## 2478                 2679    Shipped            Ships   90   S700_2047
## 2479                 2669    Shipped            Ships   90   S700_2047
## 2480                 2660    Shipped            Ships   90   S700_2047
## 2481                 2647    Shipped            Ships   90   S700_2047
## 2482                 2603    Shipped            Ships   90   S700_2047
## 2483                 2574   Resolved            Ships   90   S700_2047
## 2484                 2546    Shipped            Ships   90   S700_2047
## 2485                 2545    Shipped            Ships   90   S700_2047
## 2486                 2508   Disputed            Ships   90   S700_2047
## 2487                 3321    Shipped           Planes   99   S700_2466
## 2488                 3251    Shipped           Planes   99   S700_2466
## 2489                 3204    Shipped           Planes   99   S700_2466
## 2490                 3150    Shipped           Planes   99   S700_2466
## 2491                 3094    Shipped           Planes   99   S700_2466
## 2492                 3073    Shipped           Planes   99   S700_2466
## 2493                 3063    Shipped           Planes   99   S700_2466
## 2494                 3045    Shipped           Planes   99   S700_2466
## 2495                 3000    Shipped           Planes   99   S700_2466
## 2496                 2963    Shipped           Planes   99   S700_2466
## 2497                 2922    Shipped           Planes   99   S700_2466
## 2498                 2884    Shipped           Planes   99   S700_2466
## 2499                 2841  Cancelled           Planes   99   S700_2466
## 2500                 2813    Shipped           Planes   99   S700_2466
## 2501                 2785    Shipped           Planes   99   S700_2466
## 2502                 2761    Shipped           Planes   99   S700_2466
## 2503                 2732    Shipped           Planes   99   S700_2466
## 2504                 2716    Shipped           Planes   99   S700_2466
## 2505                 2706    Shipped           Planes   99   S700_2466
## 2506                 2695    Shipped           Planes   99   S700_2466
## 2507                 2687    Shipped           Planes   99   S700_2466
## 2508                 2674    Shipped           Planes   99   S700_2466
## 2509                 2627    Shipped           Planes   99   S700_2466
## 2510                 2601   Resolved           Planes   99   S700_2466
## 2511                 2573    Shipped           Planes   99   S700_2466
## 2512                 2570    On Hold           Planes   99   S700_2466
## 2513                 2534    Shipped           Planes   99   S700_2466
## 2514                 3354    Shipped            Ships   72   S700_2610
## 2515                 3279    Shipped            Ships   72   S700_2610
## 2516                 3235    Shipped            Ships   72   S700_2610
## 2517                 3177    Shipped            Ships   72   S700_2610
## 2518                 3125    Shipped            Ships   72   S700_2610
## 2519                 3105  Cancelled            Ships   72   S700_2610
## 2520                 3091    Shipped            Ships   72   S700_2610
## 2521                 3085    Shipped            Ships   72   S700_2610
## 2522                 3074    Shipped            Ships   72   S700_2610
## 2523                 3038    Shipped            Ships   72   S700_2610
## 2524                 2991    Shipped            Ships   72   S700_2610
## 2525                 2954    Shipped            Ships   72   S700_2610
## 2526                 2916  Cancelled            Ships   72   S700_2610
## 2527                 2876    Shipped            Ships   72   S700_2610
## 2528                 2843    Shipped            Ships   72   S700_2610
## 2529                 2814    Shipped            Ships   72   S700_2610
## 2530                 2794    Shipped            Ships   72   S700_2610
## 2531                 2761    Shipped            Ships   72   S700_2610
## 2532                 2744    Shipped            Ships   72   S700_2610
## 2533                 2736   Resolved            Ships   72   S700_2610
## 2534                 2724    Shipped            Ships   72   S700_2610
## 2535                 2716    Shipped            Ships   72   S700_2610
## 2536                 2657    Shipped            Ships   72   S700_2610
## 2537                 2628   Resolved            Ships   72   S700_2610
## 2538                 2602    Shipped            Ships   72   S700_2610
## 2539                 2564    On Hold            Ships   72   S700_2610
## 2540                 3393    Shipped     Classic Cars  101   S700_2824
## 2541                 3332    Shipped     Classic Cars  101   S700_2824
## 2542                 3276    Shipped     Classic Cars  101   S700_2824
## 2543                 3220    Shipped     Classic Cars  101   S700_2824
## 2544                 3164    Shipped     Classic Cars  101   S700_2824
## 2545                 3133   Resolved     Classic Cars  101   S700_2824
## 2546                 3118    Shipped     Classic Cars  101   S700_2824
## 2547                 3112    Shipped     Classic Cars  101   S700_2824
## 2548                 3101    Shipped     Classic Cars  101   S700_2824
## 2549                 3092    Shipped     Classic Cars  101   S700_2824
## 2550                 3032    Shipped     Classic Cars  101   S700_2824
## 2551                 2998    Shipped     Classic Cars  101   S700_2824
## 2552                 2945    Shipped     Classic Cars  101   S700_2824
## 2553                 2904    Shipped     Classic Cars  101   S700_2824
## 2554                 2871    Shipped     Classic Cars  101   S700_2824
## 2555                 2841    Shipped     Classic Cars  101   S700_2824
## 2556                 2822    Shipped     Classic Cars  101   S700_2824
## 2557                 2790    Shipped     Classic Cars  101   S700_2824
## 2558                 2780    Shipped     Classic Cars  101   S700_2824
## 2559                 2767    Shipped     Classic Cars  101   S700_2824
## 2560                 2753    Shipped     Classic Cars  101   S700_2824
## 2561                 2773    Shipped     Classic Cars  101   S700_2824
## 2562                 2735    Shipped     Classic Cars  101   S700_2824
## 2563                 2692    Shipped     Classic Cars  101   S700_2824
## 2564                 2668    Shipped     Classic Cars  101   S700_2824
## 2565                 2595    Shipped     Classic Cars  101   S700_2824
## 2566                 2566 In Process     Classic Cars  101   S700_2824
## 2567                 3401    Shipped           Planes  118   S700_2834
## 2568                 3331    Shipped           Planes  118   S700_2834
## 2569                 3273    Shipped           Planes  118   S700_2834
## 2570                 3215    Shipped           Planes  118   S700_2834
## 2571                 3152    Shipped           Planes  118   S700_2834
## 2572                 3132    Shipped           Planes  118   S700_2834
## 2573                 3078    Shipped           Planes  118   S700_2834
## 2574                 3040    Shipped           Planes  118   S700_2834
## 2575                 3000    Shipped           Planes  118   S700_2834
## 2576                 2962    Shipped           Planes  118   S700_2834
## 2577                 2915    Shipped           Planes  118   S700_2834
## 2578                 2891    Shipped           Planes  118   S700_2834
## 2579                 2857    Shipped           Planes  118   S700_2834
## 2580                 2838    Shipped           Planes  118   S700_2834
## 2581                 2810    Shipped           Planes  118   S700_2834
## 2582                 2793    Shipped           Planes  118   S700_2834
## 2583                 2784    Shipped           Planes  118   S700_2834
## 2584                 2773    Shipped           Planes  118   S700_2834
## 2585                 2764    Shipped           Planes  118   S700_2834
## 2586                 2752    Shipped           Planes  118   S700_2834
## 2587                 2705    Shipped           Planes  118   S700_2834
## 2588                 2677    Shipped           Planes  118   S700_2834
## 2589                 2651    Shipped           Planes  118   S700_2834
## 2590                 2648    On Hold           Planes  118   S700_2834
## 2591                 2612    Shipped           Planes  118   S700_2834
## 2592                 3426    Shipped           Planes   80   S700_3167
## 2593                 3356    Shipped           Planes   80   S700_3167
## 2594                 3254    Shipped           Planes   80   S700_3167
## 2595                 3198    Shipped           Planes   80   S700_3167
## 2596                 3177    Shipped           Planes   80   S700_3167
## 2597                 3144    Shipped           Planes   80   S700_3167
## 2598                 3103    Shipped           Planes   80   S700_3167
## 2599                 3065    Shipped           Planes   80   S700_3167
## 2600                 3025    Shipped           Planes   80   S700_3167
## 2601                 2987    Shipped           Planes   80   S700_3167
## 2602                 2944  Cancelled           Planes   80   S700_3167
## 2603                 2916    Shipped           Planes   80   S700_3167
## 2604                 2888    Shipped           Planes   80   S700_3167
## 2605                 2864    Shipped           Planes   80   S700_3167
## 2606                 2835    Shipped           Planes   80   S700_3167
## 2607                 2819    Shipped           Planes   80   S700_3167
## 2608                 2809    Shipped           Planes   80   S700_3167
## 2609                 2798    Shipped           Planes   80   S700_3167
## 2610                 2789    Shipped           Planes   80   S700_3167
## 2611                 2777    Shipped           Planes   80   S700_3167
## 2612                 2730    Shipped           Planes   80   S700_3167
## 2613                 2704   Resolved           Planes   80   S700_3167
## 2614                 2676    Shipped           Planes   80   S700_3167
## 2615                 2673    On Hold           Planes   80   S700_3167
## 2616                 2637    Shipped           Planes   80   S700_3167
## 2617                 3457    Shipped            Ships  100   S700_3505
## 2618                 3389    Shipped            Ships  100   S700_3505
## 2619                 3338    Shipped            Ships  100   S700_3505
## 2620                 3282    Shipped            Ships  100   S700_3505
## 2621                 3232    Shipped            Ships  100   S700_3505
## 2622                 3208  Cancelled            Ships  100   S700_3505
## 2623                 3194    Shipped            Ships  100   S700_3505
## 2624                 3188    Shipped            Ships  100   S700_3505
## 2625                 3177    Shipped            Ships  100   S700_3505
## 2626                 3141    Shipped            Ships  100   S700_3505
## 2627                 3094    Shipped            Ships  100   S700_3505
## 2628                 3066    Shipped            Ships  100   S700_3505
## 2629                 3019  Cancelled            Ships  100   S700_3505
## 2630                 2979    Shipped            Ships  100   S700_3505
## 2631                 2946    Shipped            Ships  100   S700_3505
## 2632                 2917    Shipped            Ships  100   S700_3505
## 2633                 2897    Shipped            Ships  100   S700_3505
## 2634                 2864    Shipped            Ships  100   S700_3505
## 2635                 2850    Shipped            Ships  100   S700_3505
## 2636                 2839   Resolved            Ships  100   S700_3505
## 2637                 2829    Shipped            Ships  100   S700_3505
## 2638                 2819    Shipped            Ships  100   S700_3505
## 2639                 2760    Shipped            Ships  100   S700_3505
## 2640                 2731   Resolved            Ships  100   S700_3505
## 2641                 2705    Shipped            Ships  100   S700_3505
## 2642                 2667    On Hold            Ships  100   S700_3505
## 2643                 3483    Shipped            Ships   99   S700_3962
## 2644                 3420    Shipped            Ships   99   S700_3962
## 2645                 3364    Shipped            Ships   99   S700_3962
## 2646                 3308    Shipped            Ships   99   S700_3962
## 2647                 3258    Shipped            Ships   99   S700_3962
## 2648                 3234  Cancelled            Ships   99   S700_3962
## 2649                 3220    Shipped            Ships   99   S700_3962
## 2650                 3214    Shipped            Ships   99   S700_3962
## 2651                 3203    Shipped            Ships   99   S700_3962
## 2652                 3167    Shipped            Ships   99   S700_3962
## 2653                 3120    Shipped            Ships   99   S700_3962
## 2654                 3092    Shipped            Ships   99   S700_3962
## 2655                 3045  Cancelled            Ships   99   S700_3962
## 2656                 3005    Shipped            Ships   99   S700_3962
## 2657                 2972    Shipped            Ships   99   S700_3962
## 2658                 2943    Shipped            Ships   99   S700_3962
## 2659                 2923    Shipped            Ships   99   S700_3962
## 2660                 2890    Shipped            Ships   99   S700_3962
## 2661                 2876    Shipped            Ships   99   S700_3962
## 2662                 2865   Resolved            Ships   99   S700_3962
## 2663                 2855    Shipped            Ships   99   S700_3962
## 2664                 2845    Shipped            Ships   99   S700_3962
## 2665                 2786    Shipped            Ships   99   S700_3962
## 2666                 2757   Resolved            Ships   99   S700_3962
## 2667                 2731    Shipped            Ships   99   S700_3962
## 2668                 2693    On Hold            Ships   99   S700_3962
## 2669                 3503    Shipped           Planes   74   S700_4002
## 2670                 3434    Shipped           Planes   74   S700_4002
## 2671                 3386    Shipped           Planes   74   S700_4002
## 2672                 3332    Shipped           Planes   74   S700_4002
## 2673                 3276    Shipped           Planes   74   S700_4002
## 2674                 3255    Shipped           Planes   74   S700_4002
## 2675                 3245    Shipped           Planes   74   S700_4002
## 2676                 3227    Shipped           Planes   74   S700_4002
## 2677                 3182    Shipped           Planes   74   S700_4002
## 2678                 3145    Shipped           Planes   74   S700_4002
## 2679                 3104    Shipped           Planes   74   S700_4002
## 2680                 3066    Shipped           Planes   74   S700_4002
## 2681                 3023  Cancelled           Planes   74   S700_4002
## 2682                 2995    Shipped           Planes   74   S700_4002
## 2683                 2967    Shipped           Planes   74   S700_4002
## 2684                 2943    Shipped           Planes   74   S700_4002
## 2685                 2914    Shipped           Planes   74   S700_4002
## 2686                 2898    Shipped           Planes   74   S700_4002
## 2687                 2888    Shipped           Planes   74   S700_4002
## 2688                 2878    Shipped           Planes   74   S700_4002
## 2689                 2869    Shipped           Planes   74   S700_4002
## 2690                 2856    Shipped           Planes   74   S700_4002
## 2691                 2812    Shipped           Planes   74   S700_4002
## 2692                 2783   Resolved           Planes   74   S700_4002
## 2693                 2755    Shipped           Planes   74   S700_4002
## 2694                 2752    On Hold           Planes   74   S700_4002
## 2695                 2716    Shipped           Planes   74   S700_4002
## 2696                 3530    Shipped           Planes   49    S72_1253
## 2697                 3461    Shipped           Planes   49    S72_1253
## 2698                 3413    Shipped           Planes   49    S72_1253
## 2699                 3359    Shipped           Planes   49    S72_1253
## 2700                 3303    Shipped           Planes   49    S72_1253
## 2701                 3287  Cancelled           Planes   49    S72_1253
## 2702                 3272    Shipped           Planes   49    S72_1253
## 2703                 3267    Shipped           Planes   49    S72_1253
## 2704                 3256    Shipped           Planes   49    S72_1253
## 2705                 3172    Shipped           Planes   49    S72_1253
## 2706                 3095    Shipped           Planes   49    S72_1253
## 2707                 3049  Cancelled           Planes   49    S72_1253
## 2708                 3023    Shipped           Planes   49    S72_1253
## 2709                 2994    Shipped           Planes   49    S72_1253
## 2710                 2969    Shipped           Planes   49    S72_1253
## 2711                 2941    Shipped           Planes   49    S72_1253
## 2712                 2924    Shipped           Planes   49    S72_1253
## 2713                 2911    Shipped           Planes   49    S72_1253
## 2714                 2904    Shipped           Planes   49    S72_1253
## 2715                 2895    Shipped           Planes   49    S72_1253
## 2716                 2882    Shipped           Planes   49    S72_1253
## 2717                 2838    Shipped           Planes   49    S72_1253
## 2718                 2809   Resolved           Planes   49    S72_1253
## 2719                 2781    Shipped           Planes   49    S72_1253
## 2720                 2780    Shipped           Planes   49    S72_1253
## 2721                 2743   Disputed           Planes   49    S72_1253
## 2722                 3562    Shipped            Ships   54    S72_3212
## 2723                 3499    Shipped            Ships   54    S72_3212
## 2724                 3443    Shipped            Ships   54    S72_3212
## 2725                 3387    Shipped            Ships   54    S72_3212
## 2726                 3337    Shipped            Ships   54    S72_3212
## 2727                 3313  Cancelled            Ships   54    S72_3212
## 2728                 3299    Shipped            Ships   54    S72_3212
## 2729                 3293    Shipped            Ships   54    S72_3212
## 2730                 3282    Shipped            Ships   54    S72_3212
## 2731                 3246    Shipped            Ships   54    S72_3212
## 2732                 3199    Shipped            Ships   54    S72_3212
## 2733                 3171    Shipped            Ships   54    S72_3212
## 2734                 3124  Cancelled            Ships   54    S72_3212
## 2735                 3084    Shipped            Ships   54    S72_3212
## 2736                 3051    Shipped            Ships   54    S72_3212
## 2737                 3022    Shipped            Ships   54    S72_3212
## 2738                 3003    Shipped            Ships   54    S72_3212
## 2739                 2969    Shipped            Ships   54    S72_3212
## 2740                 2955    Shipped            Ships   54    S72_3212
## 2741                 2944   Resolved            Ships   54    S72_3212
## 2742                 2934    Shipped            Ships   54    S72_3212
## 2743                 2924    Shipped            Ships   54    S72_3212
## 2744                 2865    Shipped            Ships   54    S72_3212
## 2745                 2836   Resolved            Ships   54    S72_3212
## 2746                 2810    Shipped            Ships   54    S72_3212
## 2747                 2772    On Hold            Ships   54    S72_3212
##                            CUSTOMERNAME             PHONE
## 1                     Land of Toys Inc.        2125557818
## 2                    Reims Collectables        26.47.1555
## 3                       Lyon Souveniers  +33 1 46 62 7555
## 4                     Toys4GrownUps.com        6265557265
## 5                  Technics Stores Inc.        6505556809
## 6              Daedalus Designs Imports        20.16.1555
## 7                          Herkku Gifts     +47 2267 3215
## 8                      Auto Canal Petit    (1) 47.55.6555
## 9            Australian Collectors, Co.      03 9520 4555
## 10                      Vitachrome Inc.        2125551500
## 11              Tekni Collectables Inc.        2015559350
## 12                      Gift Depot Inc.        2035552570
## 13                    La Rochelle Gifts        40.67.8555
## 14                 Marta's Replicas Co.        6175558555
## 15                 Toys of Finland, Co.       90-224 8555
## 16                   Baane Mini Imports        07-98 9555
## 17                Diecast Classics Inc.        2155551555
## 18                    Land of Toys Inc.        2125557818
## 19                Salzburg Collectables         6562-9555
## 20            Souveniers And Things Co.   +61 2 9495 8555
## 21                    La Rochelle Gifts        40.67.8555
## 22                     FunGiftIdeas.com        5085552555
## 23                UK Collectables, Ltd.    (171) 555-2282
## 24                Euro Shopping Channel    (91) 555 94 44
## 25                   Baane Mini Imports        07-98 9555
## 26             Volvo Model Replicas, Co      0921-12 3555
## 27           Corrida Auto Replicas, Ltd    (91) 555 22 82
## 28                 Technics Stores Inc.        6505556809
## 29              Dragon Souveniers, Ltd.      +65 221 7555
## 30                 Classic Legends Inc.        2125558493
## 31          Australian Gift Network, Co    61-7-3844-6555
## 32              Classic Gift Ideas, Inc        2155554695
## 33               Saveley & Henriot, Co.        78.32.5555
## 34       Canadian Gift Exchange Network    (604) 555-3392
## 35          West Coast Collectables Co.        3105553722
## 36           Cambridge Collectables Co.        6175555555
## 37                     Super Scale Inc.        2035559545
## 38              Tokyo Collectables, Ltd   +81 3 3584 0555
## 39            Souveniers And Things Co.   +61 2 9495 8555
## 40                   Amica Models & Co.       011-4988555
## 41              Scandinavian Gift Ideas      0695-34 6555
## 42                   Auto Assoc. & Cie.        30.59.8555
## 43         Mini Gifts Distributors Ltd.        4155551450
## 44         Online Diecast Creations Co.        6035558647
## 45           Australian Collectors, Co.      03 9520 4555
## 46         Mini Gifts Distributors Ltd.        4155551450
## 47           Collectables For Less Inc.        6175558555
## 48              Anna's Decorations, Ltd      02 9936 8555
## 49         Quebec Home Shopping Network    (514) 555-8054
## 50                Euro Shopping Channel    (91) 555 94 44
## 51                    Land of Toys Inc.        2125557818
## 52           Australian Collectors, Co.      03 9520 4555
## 53                      Lyon Souveniers  +33 1 46 62 7555
## 54                    Toys4GrownUps.com        6265557265
## 55                 Technics Stores Inc.        6505556809
## 56             Daedalus Designs Imports        20.16.1555
## 57                         Herkku Gifts     +47 2267 3215
## 58                 Osaka Souveniers Co.  +81 06 6342 5555
## 59           Australian Collectors, Co.      03 9520 4555
## 60         Motor Mint Distributors Inc.        2155559857
## 61              Tekni Collectables Inc.        2015559350
## 62                      Gift Depot Inc.        2035552570
## 63                    La Rochelle Gifts        40.67.8555
## 64                 Marta's Replicas Co.        6175558555
## 65                    Atelier graphique        40.32.2555
## 66                        Mini Classics        9145554562
## 67                Diecast Classics Inc.        2155551555
## 68                    Land of Toys Inc.        2125557818
## 69              Tokyo Collectables, Ltd   +81 3 3584 0555
## 70            Souveniers And Things Co.   +61 2 9495 8555
## 71          Australian Gift Network, Co    61-7-3844-6555
## 72                     FunGiftIdeas.com        5085552555
## 73                     Auto Canal Petit    (1) 47.55.6555
## 74                Euro Shopping Channel    (91) 555 94 44
## 75                    Land of Toys Inc.        2125557818
## 76           Australian Collectors, Co.      03 9520 4555
## 77                      Lyon Souveniers  +33 1 46 62 7555
## 78                    Toys4GrownUps.com        6265557265
## 79                 Technics Stores Inc.        6505556809
## 80             Daedalus Designs Imports        20.16.1555
## 81                         Herkku Gifts     +47 2267 3215
## 82                 Osaka Souveniers Co.  +81 06 6342 5555
## 83           Australian Collectors, Co.      03 9520 4555
## 84                      Vitachrome Inc.        2125551500
## 85              Tekni Collectables Inc.        2015559350
## 86                      Gift Depot Inc.        2035552570
## 87                    La Rochelle Gifts        40.67.8555
## 88                 Marta's Replicas Co.        6175558555
## 89                 Toys of Finland, Co.       90-224 8555
## 90                        Mini Classics        9145554562
## 91                Diecast Classics Inc.        2155551555
## 92                    Land of Toys Inc.        2125557818
## 93              Tokyo Collectables, Ltd   +81 3 3584 0555
## 94                 Technics Stores Inc.        6505556809
## 95          Australian Gift Network, Co    61-7-3844-6555
## 96                     FunGiftIdeas.com        5085552555
## 97                UK Collectables, Ltd.    (171) 555-2282
## 98                Euro Shopping Channel    (91) 555 94 44
## 99             Danish Wholesale Imports        31 12 3555
## 100               Salzburg Collectables         6562-9555
## 101            Stylish Desk Decors, Co.    (171) 555-0297
## 102                 Mini Creations Ltd.        5085559555
## 103                Toys of Finland, Co.       90-224 8555
## 104             Scandinavian Gift Ideas      0695-34 6555
## 105                        Alpha Cognac        61.77.6555
## 106      Double Decker Gift Stores, Ltd    (171) 555-7555
## 107                  Enaco Distributors     (93) 203 4555
## 108        Collectable Mini Designs Co.        7605558146
## 109                   Land of Toys Inc.        2125557818
## 110        Quebec Home Shopping Network    (514) 555-8054
## 111                          Petit Auto      (02) 5554 67
## 112   Royal Canadian Collectables, Ltd.    (604) 555-4555
## 113                   Gifts4AllAges.com        6175559555
## 114             Classic Gift Ideas, Inc        2155554695
## 115                   giftsbymail.co.uk    (198) 555-8888
## 116                  Baane Mini Imports        07-98 9555
## 117                Classic Legends Inc.        2125558493
## 118               Euro Shopping Channel    (91) 555 94 44
## 119                  Reims Collectables        26.47.1555
## 120             Oulu Toy Supplies, Inc.        981-443655
## 121                     Lyon Souveniers  +33 1 46 62 7555
## 122           The Sharp Gifts Warehouse        4085553659
## 123                   Gifts4AllAges.com        6175559555
## 124                  Baane Mini Imports        07-98 9555
## 125           La Corne D'abondance, Co.    (1) 42.34.2555
## 126          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 127                Technics Stores Inc.        6505556809
## 128             Dragon Souveniers, Ltd.      +65 221 7555
## 129                     Mini Auto Werke         7675-3555
## 130            Stylish Desk Decors, Co.    (171) 555-0297
## 131             Classic Gift Ideas, Inc        2155554695
## 132              Saveley & Henriot, Co.        78.32.5555
## 133                Diecast Collectables        6175552555
## 134                    Handji Gifts& Co      +65 224 1555
## 135        Mini Gifts Distributors Ltd.        4155551450
## 136                    Super Scale Inc.        2035559545
## 137                    Handji Gifts& Co      +65 224 1555
## 138           Souveniers And Things Co.   +61 2 9495 8555
## 139               Diecast Classics Inc.        2155551555
## 140             Scandinavian Gift Ideas      0695-34 6555
## 141                Marta's Replicas Co.        6175558555
## 142      Canadian Gift Exchange Network    (604) 555-3392
## 143        Online Diecast Creations Co.        6035558647
## 144            Volvo Model Replicas, Co      0921-12 3555
## 145          Australian Collectors, Co.      03 9520 4555
## 146        Mini Gifts Distributors Ltd.        4155551450
## 147             Anna's Decorations, Ltd      02 9936 8555
## 148             Anna's Decorations, Ltd      02 9936 8555
## 149        Quebec Home Shopping Network    (514) 555-8054
## 150                   La Rochelle Gifts        40.67.8555
## 151                     Cruz & Sons Co.    +63 2 555 3587
## 152                Marseille Mini Autos        91.24.4555
## 153        Mini Gifts Distributors Ltd.        4155551450
## 154          Collectables For Less Inc.        6175558555
## 155             Anna's Decorations, Ltd      02 9936 8555
## 156                        Herkku Gifts     +47 2267 3215
## 157              Toms Spezialitten, Ltd      0221-5554327
## 158               Euro Shopping Channel    (91) 555 94 44
## 159                    Auto Canal Petit    (1) 47.55.6555
## 160                     Vida Sport, Ltd       0897-034555
## 161            Danish Wholesale Imports        31 12 3555
## 162               UK Collectables, Ltd.    (171) 555-2282
## 163                 L'ordine Souveniers       0522-556555
## 164            Online Mini Collectables        6175557555
## 165                     Vida Sport, Ltd       0897-034555
## 166                Blauer See Auto, Co. +49 69 66 90 2555
## 167              Toms Spezialitten, Ltd      0221-5554327
## 168            Volvo Model Replicas, Co      0921-12 3555
## 169                   Land of Toys Inc.        2125557818
## 170               Salzburg Collectables         6562-9555
## 171                 Suominen Souveniers   +358 9 8045 555
## 172                   La Rochelle Gifts        40.67.8555
## 173             Scandinavian Gift Ideas      0695-34 6555
## 174               Salzburg Collectables         6562-9555
## 175            Danish Wholesale Imports        31 12 3555
## 176             Dragon Souveniers, Ltd.      +65 221 7555
## 177                  Muscle Machine Inc        2125557413
## 178        Mini Gifts Distributors Ltd.        4155551450
## 179               Euro Shopping Channel    (91) 555 94 44
## 180             Dragon Souveniers, Ltd.      +65 221 7555
## 181                 L'ordine Souveniers       0522-556555
## 182                 Mini Creations Ltd.        5085559555
## 183                    Super Scale Inc.        2035559545
## 184              Saveley & Henriot, Co.        78.32.5555
## 185             Clover Collections, Co.    +353 1862 1555
## 186                         CAF Imports   +34 913 728 555
## 187                 Suominen Souveniers   +358 9 8045 555
## 188               Diecast Classics Inc.        2155551555
## 189        Mini Gifts Distributors Ltd.        4155551450
## 190                  Amica Models & Co.       011-4988555
## 191                      AV Stores, Co.    (171) 555-1555
## 192                Heintze Collectables        86 21 3555
## 193                  Baane Mini Imports        07-98 9555
## 194           La Corne D'abondance, Co.    (1) 42.34.2555
## 195          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 196                  Reims Collectables        26.47.1555
## 197        Mini Gifts Distributors Ltd.        4155551450
## 198        Mini Gifts Distributors Ltd.        4155551450
## 199                     Lyon Souveniers  +33 1 46 62 7555
## 200                     Gift Depot Inc.        2035552570
## 201                  Baane Mini Imports        07-98 9555
## 202        Mini Gifts Distributors Ltd.        4155551450
## 203          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 204                Technics Stores Inc.        6505556809
## 205             Dragon Souveniers, Ltd.      +65 221 7555
## 206                     Mini Auto Werke         7675-3555
## 207         Australian Gift Network, Co    61-7-3844-6555
## 208             Classic Gift Ideas, Inc        2155554695
## 209              Saveley & Henriot, Co.        78.32.5555
## 210      Canadian Gift Exchange Network    (604) 555-3392
## 211                  Auto Assoc. & Cie.        30.59.8555
## 212        Mini Gifts Distributors Ltd.        4155551450
## 213                    Super Scale Inc.        2035559545
## 214             Tokyo Collectables, Ltd   +81 3 3584 0555
## 215           Souveniers And Things Co.   +61 2 9495 8555
## 216               Diecast Classics Inc.        2155551555
## 217             Scandinavian Gift Ideas      0695-34 6555
## 218                  Auto Assoc. & Cie.        30.59.8555
## 219      Canadian Gift Exchange Network    (604) 555-3392
## 220        Online Diecast Creations Co.        6035558647
## 221          Australian Collectors, Co.      03 9520 4555
## 222        Mini Gifts Distributors Ltd.        4155551450
## 223             Anna's Decorations, Ltd      02 9936 8555
## 224             Anna's Decorations, Ltd      02 9936 8555
## 225        Quebec Home Shopping Network    (514) 555-8054
## 226               Euro Shopping Channel    (91) 555 94 44
## 227                   Land of Toys Inc.        2125557818
## 228                  Reims Collectables        26.47.1555
## 229                     Lyon Souveniers  +33 1 46 62 7555
## 230                   Toys4GrownUps.com        6265557265
## 231             Anna's Decorations, Ltd      02 9936 8555
## 232            Daedalus Designs Imports        20.16.1555
## 233                   Toys4GrownUps.com        6265557265
## 234                    Auto Canal Petit    (1) 47.55.6555
## 235            Daedalus Designs Imports        20.16.1555
## 236                     Vitachrome Inc.        2125551500
## 237             Tekni Collectables Inc.        2015559350
## 238                     Gift Depot Inc.        2035552570
## 239            Online Mini Collectables        6175557555
## 240                Marta's Replicas Co.        6175558555
## 241                Toys of Finland, Co.       90-224 8555
## 242                  Baane Mini Imports        07-98 9555
## 243                     Microscale Inc.        2125551957
## 244                   Land of Toys Inc.        2125557818
## 245               Salzburg Collectables         6562-9555
## 246                Technics Stores Inc.        6505556809
## 247                   La Rochelle Gifts        40.67.8555
## 248                    FunGiftIdeas.com        5085552555
## 249               UK Collectables, Ltd.    (171) 555-2282
## 250               Euro Shopping Channel    (91) 555 94 44
## 251               Euro Shopping Channel    (91) 555 94 44
## 252             Dragon Souveniers, Ltd.      +65 221 7555
## 253                  Muscle Machine Inc        2125557413
## 254        Mini Gifts Distributors Ltd.        4155551450
## 255               Euro Shopping Channel    (91) 555 94 44
## 256             Dragon Souveniers, Ltd.      +65 221 7555
## 257                 L'ordine Souveniers       0522-556555
## 258                 Mini Creations Ltd.        5085559555
## 259                    Super Scale Inc.        2035559545
## 260              Saveley & Henriot, Co.        78.32.5555
## 261             Clover Collections, Co.    +353 1862 1555
## 262                Blauer See Auto, Co. +49 69 66 90 2555
## 263                 Suominen Souveniers   +358 9 8045 555
## 264               Diecast Classics Inc.        2155551555
## 265        Mini Gifts Distributors Ltd.        4155551450
## 266                  Amica Models & Co.       011-4988555
## 267                      AV Stores, Co.    (171) 555-1555
## 268                Heintze Collectables        86 21 3555
## 269                     Vitachrome Inc.        2125551500
## 270           La Corne D'abondance, Co.    (1) 42.34.2555
## 271          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 272               Euro Shopping Channel    (91) 555 94 44
## 273             Tokyo Collectables, Ltd   +81 3 3584 0555
## 274        Mini Gifts Distributors Ltd.        4155551450
## 275                     Gift Depot Inc.        2035552570
## 276                     Cruz & Sons Co.    +63 2 555 3587
## 277                Marseille Mini Autos        91.24.4555
## 278        Mini Gifts Distributors Ltd.        4155551450
## 279          Collectables For Less Inc.        6175558555
## 280                     Mini Auto Werke         7675-3555
## 281                        Herkku Gifts     +47 2267 3215
## 282              Toms Spezialitten, Ltd      0221-5554327
## 283               Euro Shopping Channel    (91) 555 94 44
## 284               Euro Shopping Channel    (91) 555 94 44
## 285                     Vida Sport, Ltd       0897-034555
## 286            Danish Wholesale Imports        31 12 3555
## 287               UK Collectables, Ltd.    (171) 555-2282
## 288                 L'ordine Souveniers       0522-556555
## 289            Online Mini Collectables        6175557555
## 290                     Vida Sport, Ltd       0897-034555
## 291                Blauer See Auto, Co. +49 69 66 90 2555
## 292              Toms Spezialitten, Ltd      0221-5554327
## 293            Volvo Model Replicas, Co      0921-12 3555
## 294                   Land of Toys Inc.        2125557818
## 295               Salzburg Collectables         6562-9555
## 296                 Suominen Souveniers   +358 9 8045 555
## 297                   Boards & Toys Co.        3105552373
## 298             Scandinavian Gift Ideas      0695-34 6555
## 299               Salzburg Collectables         6562-9555
## 300            Danish Wholesale Imports        31 12 3555
## 301             Dragon Souveniers, Ltd.      +65 221 7555
## 302                  Muscle Machine Inc        2125557413
## 303        Mini Gifts Distributors Ltd.        4155551450
## 304               Euro Shopping Channel    (91) 555 94 44
## 305             Dragon Souveniers, Ltd.      +65 221 7555
## 306                 L'ordine Souveniers       0522-556555
## 307                 Mini Creations Ltd.        5085559555
## 308                    Super Scale Inc.        2035559545
## 309              Saveley & Henriot, Co.        78.32.5555
## 310             Clover Collections, Co.    +353 1862 1555
## 311                         CAF Imports   +34 913 728 555
## 312                 Suominen Souveniers   +358 9 8045 555
## 313               Diecast Classics Inc.        2155551555
## 314        Mini Gifts Distributors Ltd.        4155551450
## 315                  Amica Models & Co.       011-4988555
## 316                      AV Stores, Co.    (171) 555-1555
## 317                Heintze Collectables        86 21 3555
## 318                  Baane Mini Imports        07-98 9555
## 319           La Corne D'abondance, Co.    (1) 42.34.2555
## 320                  Muscle Machine Inc        2125557413
## 321                  Reims Collectables        26.47.1555
## 322             Tokyo Collectables, Ltd   +81 3 3584 0555
## 323        Mini Gifts Distributors Ltd.        4155551450
## 324        Mini Gifts Distributors Ltd.        4155551450
## 325                     Gift Depot Inc.        2035552570
## 326                     Cruz & Sons Co.    +63 2 555 3587
## 327                Marseille Mini Autos        91.24.4555
## 328        Mini Gifts Distributors Ltd.        4155551450
## 329          Collectables For Less Inc.        6175558555
## 330             Anna's Decorations, Ltd      02 9936 8555
## 331                        Herkku Gifts     +47 2267 3215
## 332              Toms Spezialitten, Ltd      0221-5554327
## 333               Euro Shopping Channel    (91) 555 94 44
## 334                    Auto Canal Petit    (1) 47.55.6555
## 335                     Vida Sport, Ltd       0897-034555
## 336            Danish Wholesale Imports        31 12 3555
## 337               UK Collectables, Ltd.    (171) 555-2282
## 338                 L'ordine Souveniers       0522-556555
## 339            Online Mini Collectables        6175557555
## 340                     Vida Sport, Ltd       0897-034555
## 341                Blauer See Auto, Co. +49 69 66 90 2555
## 342              Toms Spezialitten, Ltd      0221-5554327
## 343            Volvo Model Replicas, Co      0921-12 3555
## 344                   Land of Toys Inc.        2125557818
## 345               Salzburg Collectables         6562-9555
## 346                 Suominen Souveniers   +358 9 8045 555
## 347                Toys of Finland, Co.       90-224 8555
## 348             Scandinavian Gift Ideas      0695-34 6555
## 349               Salzburg Collectables         6562-9555
## 350               Euro Shopping Channel    (91) 555 94 44
## 351                Classic Legends Inc.        2125558493
## 352                  Muscle Machine Inc        2125557413
## 353                 Suominen Souveniers   +358 9 8045 555
## 354             Oulu Toy Supplies, Inc.        981-443655
## 355             Dragon Souveniers, Ltd.      +65 221 7555
## 356            Stylish Desk Decors, Co.    (171) 555-0297
## 357          Iberia Gift Imports, Corp.    (95) 555 82 82
## 358                       Mini Classics        9145554562
## 359                Diecast Collectables        6175552555
## 360            Signal Collectibles Ltd.        4155554312
## 361        Mini Gifts Distributors Ltd.        4155551450
## 362               Euro Shopping Channel    (91) 555 94 44
## 363                    Handji Gifts& Co      +65 224 1555
## 364        Mini Gifts Distributors Ltd.        4155551450
## 365               Diecast Classics Inc.        2155551555
## 366                   Land of Toys Inc.        2125557818
## 367                Marta's Replicas Co.        6175558555
## 368                Heintze Collectables        86 21 3555
## 369                     Vitachrome Inc.        2125551500
## 370           La Corne D'abondance, Co.    (1) 42.34.2555
## 371                  Muscle Machine Inc        2125557413
## 372               Euro Shopping Channel    (91) 555 94 44
## 373        Mini Gifts Distributors Ltd.        4155551450
## 374        Mini Gifts Distributors Ltd.        4155551450
## 375               Euro Shopping Channel    (91) 555 94 44
## 376                   La Rochelle Gifts        40.67.8555
## 377                     Cruz & Sons Co.    +63 2 555 3587
## 378                Marseille Mini Autos        91.24.4555
## 379        Mini Gifts Distributors Ltd.        4155551450
## 380          Collectables For Less Inc.        6175558555
## 381                     Mini Auto Werke         7675-3555
## 382                        Herkku Gifts     +47 2267 3215
## 383        Online Diecast Creations Co.        6035558647
## 384               Euro Shopping Channel    (91) 555 94 44
## 385               Euro Shopping Channel    (91) 555 94 44
## 386                     Vida Sport, Ltd       0897-034555
## 387             Oulu Toy Supplies, Inc.        981-443655
## 388               UK Collectables, Ltd.    (171) 555-2282
## 389                 L'ordine Souveniers       0522-556555
## 390             Dragon Souveniers, Ltd.      +65 221 7555
## 391                     Vida Sport, Ltd       0897-034555
## 392                Blauer See Auto, Co. +49 69 66 90 2555
## 393              Toms Spezialitten, Ltd      0221-5554327
## 394                    FunGiftIdeas.com        5085552555
## 395                   Land of Toys Inc.        2125557818
## 396               Salzburg Collectables         6562-9555
## 397                 Suominen Souveniers   +358 9 8045 555
## 398                Toys of Finland, Co.       90-224 8555
## 399             Scandinavian Gift Ideas      0695-34 6555
## 400                         Mini Caravy        88.60.1555
## 401               Salzburg Collectables         6562-9555
## 402                  Baane Mini Imports        07-98 9555
## 403        Mini Gifts Distributors Ltd.        4155551450
## 404          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 405                Technics Stores Inc.        6505556809
## 406             Dragon Souveniers, Ltd.      +65 221 7555
## 407                     Mini Auto Werke         7675-3555
## 408         Australian Gift Network, Co    61-7-3844-6555
## 409             Classic Gift Ideas, Inc        2155554695
## 410              Saveley & Henriot, Co.        78.32.5555
## 411      Canadian Gift Exchange Network    (604) 555-3392
## 412         West Coast Collectables Co.        3105553722
## 413          Cambridge Collectables Co.        6175555555
## 414                    Super Scale Inc.        2035559545
## 415             Tokyo Collectables, Ltd   +81 3 3584 0555
## 416           Souveniers And Things Co.   +61 2 9495 8555
## 417                  Amica Models & Co.       011-4988555
## 418             Scandinavian Gift Ideas      0695-34 6555
## 419                  Auto Assoc. & Cie.        30.59.8555
## 420        Mini Gifts Distributors Ltd.        4155551450
## 421        Online Diecast Creations Co.        6035558647
## 422          Australian Collectors, Co.      03 9520 4555
## 423        Mini Gifts Distributors Ltd.        4155551450
## 424             Anna's Decorations, Ltd      02 9936 8555
## 425             Anna's Decorations, Ltd      02 9936 8555
## 426        Quebec Home Shopping Network    (514) 555-8054
## 427               Euro Shopping Channel    (91) 555 94 44
## 428        Motor Mint Distributors Inc.        2155559857
## 429                Marseille Mini Autos        91.24.4555
## 430                        Alpha Cognac        61.77.6555
## 431             Anna's Decorations, Ltd      02 9936 8555
## 432                Heintze Collectables        86 21 3555
## 433        Quebec Home Shopping Network    (514) 555-8054
## 434                        Herkku Gifts     +47 2267 3215
## 435        Online Diecast Creations Co.        6035558647
## 436                  Muscle Machine Inc        2125557413
## 437               Euro Shopping Channel    (91) 555 94 44
## 438                     Vida Sport, Ltd       0897-034555
## 439                Osaka Souveniers Co.  +81 06 6342 5555
## 440               UK Collectables, Ltd.    (171) 555-2282
## 441                 L'ordine Souveniers       0522-556555
## 442                  Signal Gift Stores        7025551838
## 443                     Vida Sport, Ltd       0897-034555
## 444           Norway Gifts By Mail, Co.     +47 2212 1555
## 445              Toms Spezialitten, Ltd      0221-5554327
## 446                    FunGiftIdeas.com        5085552555
## 447        Motor Mint Distributors Inc.        2155559857
## 448          Australian Collectors, Co.      03 9520 4555
## 449                     Lyon Souveniers  +33 1 46 62 7555
## 450                 Mini Creations Ltd.        5085559555
## 451                Toys of Finland, Co.       90-224 8555
## 452        Mini Gifts Distributors Ltd.        4155551450
## 453            Danish Wholesale Imports        31 12 3555
## 454               Salzburg Collectables         6562-9555
## 455                     Vitachrome Inc.        2125551500
## 456          Australian Collectors, Co.      03 9520 4555
## 457           Souveniers And Things Co.   +61 2 9495 8555
## 458            Signal Collectibles Ltd.        4155554312
## 459                       Rovelli Gifts        035-640555
## 460        Mini Gifts Distributors Ltd.        4155551450
## 461        Australian Collectables, Ltd    61-9-3844-6555
## 462               Euro Shopping Channel    (91) 555 94 44
## 463         West Coast Collectables Co.        3105553722
## 464              Saveley & Henriot, Co.        78.32.5555
## 465               Euro Shopping Channel    (91) 555 94 44
## 466            Danish Wholesale Imports        31 12 3555
## 467                  Amica Models & Co.       011-4988555
## 468                        Herkku Gifts     +47 2267 3215
## 469                  Auto Assoc. & Cie.        30.59.8555
## 470        Mini Gifts Distributors Ltd.        4155551450
## 471        Online Diecast Creations Co.        6035558647
## 472                      AV Stores, Co.    (171) 555-1555
## 473                  Signal Gift Stores        7025551838
## 474                     Lyon Souveniers  +33 1 46 62 7555
## 475          Collectables For Less Inc.        6175558555
## 476               Euro Shopping Channel    (91) 555 94 44
## 477             Anna's Decorations, Ltd      02 9936 8555
## 478               Diecast Classics Inc.        2155551555
## 479                     Vitachrome Inc.        2125551500
## 480          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 481           Souveniers And Things Co.   +61 2 9495 8555
## 482            Signal Collectibles Ltd.        4155554312
## 483                       Rovelli Gifts        035-640555
## 484        Mini Gifts Distributors Ltd.        4155551450
## 485        Australian Collectables, Ltd    61-9-3844-6555
## 486               Euro Shopping Channel    (91) 555 94 44
## 487         West Coast Collectables Co.        3105553722
## 488              Saveley & Henriot, Co.        78.32.5555
## 489               Euro Shopping Channel    (91) 555 94 44
## 490            Danish Wholesale Imports        31 12 3555
## 491                  Amica Models & Co.       011-4988555
## 492                        Herkku Gifts     +47 2267 3215
## 493                  Auto Assoc. & Cie.        30.59.8555
## 494        Mini Gifts Distributors Ltd.        4155551450
## 495        Online Diecast Creations Co.        6035558647
## 496                      AV Stores, Co.    (171) 555-1555
## 497          Australian Collectors, Co.      03 9520 4555
## 498                     Lyon Souveniers  +33 1 46 62 7555
## 499          Collectables For Less Inc.        6175558555
## 500             Anna's Decorations, Ltd      02 9936 8555
## 501               Diecast Classics Inc.        2155551555
## 502                      AV Stores, Co.    (171) 555-1555
## 503                   Atelier graphique        40.32.2555
## 504                  Reims Collectables        26.47.1555
## 505             Anna's Decorations, Ltd      02 9936 8555
## 506                Heintze Collectables        86 21 3555
## 507                     Gift Depot Inc.        2035552570
## 508                        Herkku Gifts     +47 2267 3215
## 509        Online Diecast Creations Co.        6035558647
## 510                  Muscle Machine Inc        2125557413
## 511               Euro Shopping Channel    (91) 555 94 44
## 512        Collectable Mini Designs Co.        7605558146
## 513                         Mini Caravy        88.60.1555
## 514               UK Collectables, Ltd.    (171) 555-2282
## 515                 L'ordine Souveniers       0522-556555
## 516                  Signal Gift Stores        7025551838
## 517                    Handji Gifts& Co      +65 224 1555
## 518           Norway Gifts By Mail, Co.     +47 2212 1555
## 519               Euro Shopping Channel    (91) 555 94 44
## 520                    FunGiftIdeas.com        5085552555
## 521        Motor Mint Distributors Inc.        2155559857
## 522                  Reims Collectables        26.47.1555
## 523                   Toys4GrownUps.com        6265557265
## 524               Euro Shopping Channel    (91) 555 94 44
## 525           The Sharp Gifts Warehouse        4085553659
## 526               Salzburg Collectables         6562-9555
## 527                       Rovelli Gifts        035-640555
## 528               Salzburg Collectables         6562-9555
## 529                    Gift Ideas Corp.        2035554407
## 530                 Mini Creations Ltd.        5085559555
## 531                Toys of Finland, Co.       90-224 8555
## 532             Scandinavian Gift Ideas      0695-34 6555
## 533                        Alpha Cognac        61.77.6555
## 534      Double Decker Gift Stores, Ltd    (171) 555-7555
## 535                     Cruz & Sons Co.    +63 2 555 3587
## 536                Osaka Souveniers Co.  +81 06 6342 5555
## 537        Collectable Mini Designs Co.        7605558146
## 538           The Sharp Gifts Warehouse        4085553659
## 539               Euro Shopping Channel    (91) 555 94 44
## 540          Collectables For Less Inc.        6175558555
## 541           Norway Gifts By Mail, Co.     +47 2212 1555
## 542  Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 543             Classic Gift Ideas, Inc        2155554695
## 544                   giftsbymail.co.uk    (198) 555-8888
## 545            Danish Wholesale Imports        31 12 3555
## 546                        Royale Belge  (071) 23 67 2555
## 547            Stylish Desk Decors, Co.    (171) 555-0297
## 548             Oulu Toy Supplies, Inc.        981-443655
## 549               Euro Shopping Channel    (91) 555 94 44
## 550                  Reims Collectables        26.47.1555
## 551           The Sharp Gifts Warehouse        4085553659
## 552                 L'ordine Souveniers       0522-556555
## 553        Online Diecast Creations Co.        6035558647
## 554                      AV Stores, Co.    (171) 555-1555
## 555                  Signal Gift Stores        7025551838
## 556            Signal Collectibles Ltd.        4155554312
## 557                       Rovelli Gifts        035-640555
## 558        Mini Gifts Distributors Ltd.        4155551450
## 559        Australian Collectables, Ltd    61-9-3844-6555
## 560                  Muscle Machine Inc        2125557413
## 561          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 562              Saveley & Henriot, Co.        78.32.5555
## 563                         Mini Caravy        88.60.1555
## 564                  Amica Models & Co.       011-4988555
## 565                    Handji Gifts& Co      +65 224 1555
## 566               UK Collectables, Ltd.    (171) 555-2282
## 567        Mini Gifts Distributors Ltd.        4155551450
## 568        Motor Mint Distributors Inc.        2155559857
## 569                Marseille Mini Autos        91.24.4555
## 570                   Toys4GrownUps.com        6265557265
## 571               Euro Shopping Channel    (91) 555 94 44
## 572           The Sharp Gifts Warehouse        4085553659
## 573           Souveniers And Things Co.   +61 2 9495 8555
## 574                     Cruz & Sons Co.    +63 2 555 3587
## 575                Marseille Mini Autos        91.24.4555
## 576        Mini Gifts Distributors Ltd.        4155551450
## 577          Collectables For Less Inc.        6175558555
## 578                     Mini Auto Werke         7675-3555
## 579                        Herkku Gifts     +47 2267 3215
## 580        Online Diecast Creations Co.        6035558647
## 581               Euro Shopping Channel    (91) 555 94 44
## 582               Euro Shopping Channel    (91) 555 94 44
## 583                     Vida Sport, Ltd       0897-034555
## 584             Oulu Toy Supplies, Inc.        981-443655
## 585               UK Collectables, Ltd.    (171) 555-2282
## 586                 L'ordine Souveniers       0522-556555
## 587                  Signal Gift Stores        7025551838
## 588                     Vida Sport, Ltd       0897-034555
## 589                Blauer See Auto, Co. +49 69 66 90 2555
## 590              Toms Spezialitten, Ltd      0221-5554327
## 591                    FunGiftIdeas.com        5085552555
## 592                   Land of Toys Inc.        2125557818
## 593          Australian Collectors, Co.      03 9520 4555
## 594                 Suominen Souveniers   +358 9 8045 555
## 595                Toys of Finland, Co.       90-224 8555
## 596             Scandinavian Gift Ideas      0695-34 6555
## 597                         Mini Caravy        88.60.1555
## 598               Salzburg Collectables         6562-9555
## 599        Motor Mint Distributors Inc.        2155559857
## 600                Marseille Mini Autos        91.24.4555
## 601                        Alpha Cognac        61.77.6555
## 602             Anna's Decorations, Ltd      02 9936 8555
## 603                Heintze Collectables        86 21 3555
## 604        Quebec Home Shopping Network    (514) 555-8054
## 605                        Herkku Gifts     +47 2267 3215
## 606        Online Diecast Creations Co.        6035558647
## 607                  Muscle Machine Inc        2125557413
## 608               Euro Shopping Channel    (91) 555 94 44
## 609        Collectable Mini Designs Co.        7605558146
## 610                Osaka Souveniers Co.  +81 06 6342 5555
## 611               UK Collectables, Ltd.    (171) 555-2282
## 612                 L'ordine Souveniers       0522-556555
## 613                  Signal Gift Stores        7025551838
## 614                     Vida Sport, Ltd       0897-034555
## 615           Norway Gifts By Mail, Co.     +47 2212 1555
## 616              Toms Spezialitten, Ltd      0221-5554327
## 617                    FunGiftIdeas.com        5085552555
## 618        Motor Mint Distributors Inc.        2155559857
## 619          Australian Collectors, Co.      03 9520 4555
## 620                     Lyon Souveniers  +33 1 46 62 7555
## 621                        Royale Belge  (071) 23 67 2555
## 622                Toys of Finland, Co.       90-224 8555
## 623        Mini Gifts Distributors Ltd.        4155551450
## 624            Danish Wholesale Imports        31 12 3555
## 625               Salzburg Collectables         6562-9555
## 626               Euro Shopping Channel    (91) 555 94 44
## 627                Classic Legends Inc.        2125558493
## 628                  Muscle Machine Inc        2125557413
## 629                 Suominen Souveniers   +358 9 8045 555
## 630             Oulu Toy Supplies, Inc.        981-443655
## 631             Dragon Souveniers, Ltd.      +65 221 7555
## 632                 L'ordine Souveniers       0522-556555
## 633          Iberia Gift Imports, Corp.    (95) 555 82 82
## 634                       Mini Classics        9145554562
## 635                Diecast Collectables        6175552555
## 636            Signal Collectibles Ltd.        4155554312
## 637                Blauer See Auto, Co. +49 69 66 90 2555
## 638               Euro Shopping Channel    (91) 555 94 44
## 639                    Handji Gifts& Co      +65 224 1555
## 640        Mini Gifts Distributors Ltd.        4155551450
## 641        Mini Gifts Distributors Ltd.        4155551450
## 642                   Land of Toys Inc.        2125557818
## 643                Marta's Replicas Co.        6175558555
## 644                Heintze Collectables        86 21 3555
## 645                     Vitachrome Inc.        2125551500
## 646           La Corne D'abondance, Co.    (1) 42.34.2555
## 647                  Muscle Machine Inc        2125557413
## 648               Euro Shopping Channel    (91) 555 94 44
## 649        Mini Gifts Distributors Ltd.        4155551450
## 650        Mini Gifts Distributors Ltd.        4155551450
## 651               Euro Shopping Channel    (91) 555 94 44
## 652                   La Rochelle Gifts        40.67.8555
## 653        Online Diecast Creations Co.        6035558647
## 654                      AV Stores, Co.    (171) 555-1555
## 655                  Signal Gift Stores        7025551838
## 656            Signal Collectibles Ltd.        4155554312
## 657                       Rovelli Gifts        035-640555
## 658        Mini Gifts Distributors Ltd.        4155551450
## 659        Australian Collectables, Ltd    61-9-3844-6555
## 660                  Muscle Machine Inc        2125557413
## 661          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 662              Saveley & Henriot, Co.        78.32.5555
## 663                         Mini Caravy        88.60.1555
## 664                  Amica Models & Co.       011-4988555
## 665                    Handji Gifts& Co      +65 224 1555
## 666          Iberia Gift Imports, Corp.    (95) 555 82 82
## 667        Mini Gifts Distributors Ltd.        4155551450
## 668                      AV Stores, Co.    (171) 555-1555
## 669                Marseille Mini Autos        91.24.4555
## 670                   Toys4GrownUps.com        6265557265
## 671               Euro Shopping Channel    (91) 555 94 44
## 672           The Sharp Gifts Warehouse        4085553659
## 673           Souveniers And Things Co.   +61 2 9495 8555
## 674               Euro Shopping Channel    (91) 555 94 44
## 675           La Corne D'abondance, Co.    (1) 42.34.2555
## 676                  Muscle Machine Inc        2125557413
## 677                 Suominen Souveniers   +358 9 8045 555
## 678             Oulu Toy Supplies, Inc.        981-443655
## 679             Dragon Souveniers, Ltd.      +65 221 7555
## 680            Stylish Desk Decors, Co.    (171) 555-0297
## 681          Iberia Gift Imports, Corp.    (95) 555 82 82
## 682                       Mini Classics        9145554562
## 683                Diecast Collectables        6175552555
## 684        Mini Gifts Distributors Ltd.        4155551450
## 685               Euro Shopping Channel    (91) 555 94 44
## 686                    Handji Gifts& Co      +65 224 1555
## 687        Mini Gifts Distributors Ltd.        4155551450
## 688               Diecast Classics Inc.        2155551555
## 689                   Land of Toys Inc.        2125557818
## 690                Marta's Replicas Co.        6175558555
## 691      Canadian Gift Exchange Network    (604) 555-3392
## 692                     Vitachrome Inc.        2125551500
## 693            Volvo Model Replicas, Co      0921-12 3555
## 694                  Muscle Machine Inc        2125557413
## 695               Euro Shopping Channel    (91) 555 94 44
## 696             Anna's Decorations, Ltd      02 9936 8555
## 697               Euro Shopping Channel    (91) 555 94 44
## 698               Euro Shopping Channel    (91) 555 94 44
## 699                   La Rochelle Gifts        40.67.8555
## 700                Blauer See Auto, Co. +49 69 66 90 2555
## 701                      AV Stores, Co.    (171) 555-1555
## 702                  Signal Gift Stores        7025551838
## 703            Signal Collectibles Ltd.        4155554312
## 704                       Rovelli Gifts        035-640555
## 705        Mini Gifts Distributors Ltd.        4155551450
## 706        Australian Collectables, Ltd    61-9-3844-6555
## 707                  Muscle Machine Inc        2125557413
## 708          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 709              Saveley & Henriot, Co.        78.32.5555
## 710                Diecast Collectables        6175552555
## 711                  Amica Models & Co.       011-4988555
## 712                    Handji Gifts& Co      +65 224 1555
## 713                  Auto Assoc. & Cie.        30.59.8555
## 714        Mini Gifts Distributors Ltd.        4155551450
## 715        Online Diecast Creations Co.        6035558647
## 716                      AV Stores, Co.    (171) 555-1555
## 717                Marseille Mini Autos        91.24.4555
## 718                     Lyon Souveniers  +33 1 46 62 7555
## 719                   Toys4GrownUps.com        6265557265
## 720               Euro Shopping Channel    (91) 555 94 44
## 721        Mini Gifts Distributors Ltd.        4155551450
## 722                    Handji Gifts& Co      +65 224 1555
## 723           Souveniers And Things Co.   +61 2 9495 8555
## 724                  Baane Mini Imports        07-98 9555
## 725           La Corne D'abondance, Co.    (1) 42.34.2555
## 726          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 727                Technics Stores Inc.        6505556809
## 728             Oulu Toy Supplies, Inc.        981-443655
## 729             Dragon Souveniers, Ltd.      +65 221 7555
## 730            Stylish Desk Decors, Co.    (171) 555-0297
## 731          Iberia Gift Imports, Corp.    (95) 555 82 82
## 732              Saveley & Henriot, Co.        78.32.5555
## 733                Diecast Collectables        6175552555
## 734                    Handji Gifts& Co      +65 224 1555
## 735        Mini Gifts Distributors Ltd.        4155551450
## 736               Euro Shopping Channel    (91) 555 94 44
## 737                    Handji Gifts& Co      +65 224 1555
## 738        Mini Gifts Distributors Ltd.        4155551450
## 739               Diecast Classics Inc.        2155551555
## 740             Scandinavian Gift Ideas      0695-34 6555
## 741                Marta's Replicas Co.        6175558555
## 742      Canadian Gift Exchange Network    (604) 555-3392
## 743        Online Diecast Creations Co.        6035558647
## 744            Volvo Model Replicas, Co      0921-12 3555
## 745          Australian Collectors, Co.      03 9520 4555
## 746        Mini Gifts Distributors Ltd.        4155551450
## 747             Anna's Decorations, Ltd      02 9936 8555
## 748             Anna's Decorations, Ltd      02 9936 8555
## 749               Euro Shopping Channel    (91) 555 94 44
## 750                   La Rochelle Gifts        40.67.8555
## 751                       Rovelli Gifts        035-640555
## 752          Australian Collectors, Co.      03 9520 4555
## 753               Euro Shopping Channel    (91) 555 94 44
## 754                   Toys4GrownUps.com        6265557265
## 755                Technics Stores Inc.        6505556809
## 756                Osaka Souveniers Co.  +81 06 6342 5555
## 757          Australian Collectors, Co.      03 9520 4555
## 758   Royal Canadian Collectables, Ltd.    (604) 555-4555
## 759           The Sharp Gifts Warehouse        4085553659
## 760                     Gift Depot Inc.        2035552570
## 761                   La Rochelle Gifts        40.67.8555
## 762           Norway Gifts By Mail, Co.     +47 2212 1555
## 763             Clover Collections, Co.    +353 1862 1555
## 764                       Mini Classics        9145554562
## 765               Diecast Classics Inc.        2155551555
## 766            Danish Wholesale Imports        31 12 3555
## 767             Tokyo Collectables, Ltd   +81 3 3584 0555
## 768                    Gift Ideas Corp.        2035554407
## 769         Australian Gift Network, Co    61-7-3844-6555
## 770               Euro Shopping Channel    (91) 555 94 44
## 771                  Reims Collectables        26.47.1555
## 772             Tekni Collectables Inc.        2015559350
## 773                 L'ordine Souveniers       0522-556555
## 774                   Land of Toys Inc.        2125557818
## 775          Australian Collectors, Co.      03 9520 4555
## 776                     Lyon Souveniers  +33 1 46 62 7555
## 777                   Toys4GrownUps.com        6265557265
## 778                Technics Stores Inc.        6505556809
## 779            Daedalus Designs Imports        20.16.1555
## 780                        Herkku Gifts     +47 2267 3215
## 781                Osaka Souveniers Co.  +81 06 6342 5555
## 782          Australian Collectors, Co.      03 9520 4555
## 783        Motor Mint Distributors Inc.        2155559857
## 784             Tekni Collectables Inc.        2015559350
## 785                     Gift Depot Inc.        2035552570
## 786                   La Rochelle Gifts        40.67.8555
## 787                Marta's Replicas Co.        6175558555
## 788                   Atelier graphique        40.32.2555
## 789                       Mini Classics        9145554562
## 790               Diecast Classics Inc.        2155551555
## 791                   Land of Toys Inc.        2125557818
## 792             Tokyo Collectables, Ltd   +81 3 3584 0555
## 793                Technics Stores Inc.        6505556809
## 794         Australian Gift Network, Co    61-7-3844-6555
## 795             Scandinavian Gift Ideas      0695-34 6555
## 796                    Auto Canal Petit    (1) 47.55.6555
## 797               Euro Shopping Channel    (91) 555 94 44
## 798                Blauer See Auto, Co. +49 69 66 90 2555
## 799                      AV Stores, Co.    (171) 555-1555
## 800          Australian Collectors, Co.      03 9520 4555
## 801           Souveniers And Things Co.   +61 2 9495 8555
## 802            Signal Collectibles Ltd.        4155554312
## 803                       Rovelli Gifts        035-640555
## 804        Mini Gifts Distributors Ltd.        4155551450
## 805        Australian Collectables, Ltd    61-9-3844-6555
## 806               Euro Shopping Channel    (91) 555 94 44
## 807          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 808              Saveley & Henriot, Co.        78.32.5555
## 809               Euro Shopping Channel    (91) 555 94 44
## 810                         Mini Caravy        88.60.1555
## 811                  Amica Models & Co.       011-4988555
## 812                        Herkku Gifts     +47 2267 3215
## 813                  Auto Assoc. & Cie.        30.59.8555
## 814        Mini Gifts Distributors Ltd.        4155551450
## 815        Online Diecast Creations Co.        6035558647
## 816                      AV Stores, Co.    (171) 555-1555
## 817          Australian Collectors, Co.      03 9520 4555
## 818                     Lyon Souveniers  +33 1 46 62 7555
## 819                   Toys4GrownUps.com        6265557265
## 820               Euro Shopping Channel    (91) 555 94 44
## 821        Mini Gifts Distributors Ltd.        4155551450
## 822        Mini Gifts Distributors Ltd.        4155551450
## 823        Motor Mint Distributors Inc.        2155559857
## 824                   Atelier graphique        40.32.2555
## 825                  Reims Collectables        26.47.1555
## 826             Anna's Decorations, Ltd      02 9936 8555
## 827                Heintze Collectables        86 21 3555
## 828                     Gift Depot Inc.        2035552570
## 829                        Herkku Gifts     +47 2267 3215
## 830        Online Diecast Creations Co.        6035558647
## 831                  Muscle Machine Inc        2125557413
## 832               Euro Shopping Channel    (91) 555 94 44
## 833        Collectable Mini Designs Co.        7605558146
## 834                         Mini Caravy        88.60.1555
## 835               UK Collectables, Ltd.    (171) 555-2282
## 836                 L'ordine Souveniers       0522-556555
## 837                  Signal Gift Stores        7025551838
## 838                     Vida Sport, Ltd       0897-034555
## 839           Norway Gifts By Mail, Co.     +47 2212 1555
## 840               Euro Shopping Channel    (91) 555 94 44
## 841                    FunGiftIdeas.com        5085552555
## 842        Motor Mint Distributors Inc.        2155559857
## 843                  Reims Collectables        26.47.1555
## 844                        Royale Belge  (071) 23 67 2555
## 845               Euro Shopping Channel    (91) 555 94 44
## 846           The Sharp Gifts Warehouse        4085553659
## 847               Salzburg Collectables         6562-9555
## 848                  Baane Mini Imports        07-98 9555
## 849            Volvo Model Replicas, Co      0921-12 3555
## 850          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 851           Souveniers And Things Co.   +61 2 9495 8555
## 852             Dragon Souveniers, Ltd.      +65 221 7555
## 853                Classic Legends Inc.        2125558493
## 854         Australian Gift Network, Co    61-7-3844-6555
## 855             Classic Gift Ideas, Inc        2155554695
## 856        Australian Collectables, Ltd    61-9-3844-6555
## 857      Canadian Gift Exchange Network    (604) 555-3392
## 858         West Coast Collectables Co.        3105553722
## 859          Cambridge Collectables Co.        6175555555
## 860               Euro Shopping Channel    (91) 555 94 44
## 861           The Sharp Gifts Warehouse        4085553659
## 862           Souveniers And Things Co.   +61 2 9495 8555
## 863                  Amica Models & Co.       011-4988555
## 864             Scandinavian Gift Ideas      0695-34 6555
## 865                  Auto Assoc. & Cie.        30.59.8555
## 866        Mini Gifts Distributors Ltd.        4155551450
## 867        Online Diecast Creations Co.        6035558647
## 868          Australian Collectors, Co.      03 9520 4555
## 869        Mini Gifts Distributors Ltd.        4155551450
## 870          Collectables For Less Inc.        6175558555
## 871             Anna's Decorations, Ltd      02 9936 8555
## 872                          Petit Auto      (02) 5554 67
## 873                  Baane Mini Imports        07-98 9555
## 874          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 875           Souveniers And Things Co.   +61 2 9495 8555
## 876             Dragon Souveniers, Ltd.      +65 221 7555
## 877                Classic Legends Inc.        2125558493
## 878                       Rovelli Gifts        035-640555
## 879             Classic Gift Ideas, Inc        2155554695
## 880        Australian Collectables, Ltd    61-9-3844-6555
## 881      Canadian Gift Exchange Network    (604) 555-3392
## 882         West Coast Collectables Co.        3105553722
## 883          Cambridge Collectables Co.        6175555555
## 884               Euro Shopping Channel    (91) 555 94 44
## 885           The Sharp Gifts Warehouse        4085553659
## 886               Salzburg Collectables         6562-9555
## 887                  Amica Models & Co.       011-4988555
## 888             Scandinavian Gift Ideas      0695-34 6555
## 889                  Auto Assoc. & Cie.        30.59.8555
## 890        Mini Gifts Distributors Ltd.        4155551450
## 891        Online Diecast Creations Co.        6035558647
## 892                      AV Stores, Co.    (171) 555-1555
## 893          Australian Collectors, Co.      03 9520 4555
## 894        Mini Gifts Distributors Ltd.        4155551450
## 895          Collectables For Less Inc.        6175558555
## 896                     Mini Auto Werke         7675-3555
## 897                          Petit Auto      (02) 5554 67
## 898                       Rovelli Gifts        035-640555
## 899               Salzburg Collectables         6562-9555
## 900             Auto-Moto Classics Inc.        6175558428
## 901                 Mini Creations Ltd.        5085559555
## 902                Toys of Finland, Co.       90-224 8555
## 903             Scandinavian Gift Ideas      0695-34 6555
## 904                        Alpha Cognac        61.77.6555
## 905      Double Decker Gift Stores, Ltd    (171) 555-7555
## 906                  Enaco Distributors     (93) 203 4555
## 907        Collectable Mini Designs Co.        7605558146
## 908                   Land of Toys Inc.        2125557818
## 909               Euro Shopping Channel    (91) 555 94 44
## 910                          Petit Auto      (02) 5554 67
## 911   Royal Canadian Collectables, Ltd.    (604) 555-4555
## 912  Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 913             Classic Gift Ideas, Inc        2155554695
## 914                   giftsbymail.co.uk    (198) 555-8888
## 915            Danish Wholesale Imports        31 12 3555
## 916                        Royale Belge  (071) 23 67 2555
## 917               Euro Shopping Channel    (91) 555 94 44
## 918             Oulu Toy Supplies, Inc.        981-443655
## 919               Euro Shopping Channel    (91) 555 94 44
## 920                  Reims Collectables        26.47.1555
## 921           The Sharp Gifts Warehouse        4085553659
## 922                   Gifts4AllAges.com        6175559555
## 923                  Baane Mini Imports        07-98 9555
## 924          Corrida Auto Replicas, Ltd    (91) 555 22 82
## 925           Souveniers And Things Co.   +61 2 9495 8555
## 926             Dragon Souveniers, Ltd.      +65 221 7555
## 927                Classic Legends Inc.        2125558493
## 928                       Rovelli Gifts        035-640555
## 929             Classic Gift Ideas, Inc        2155554695
## 930        Australian Collectables, Ltd    61-9-3844-6555
## 931      Canadian Gift Exchange Network    (604) 555-3392
## 932         West Coast Collectables Co.        3105553722
## 933          Cambridge Collectables Co.        6175555555
## 934               Euro Shopping Channel    (91) 555 94 44
## 935           The Sharp Gifts Warehouse        4085553659
## 936           Souveniers And Things Co.   +61 2 9495 8555
## 937                  Amica Models & Co.       011-4988555
## 938             Scandinavian Gift Ideas      0695-34 6555
## 939                  Auto Assoc. & Cie.        30.59.8555
## 940        Mini Gifts Distributors Ltd.        4155551450
## 941        Online Diecast Creations Co.        6035558647
## 942                      AV Stores, Co.    (171) 555-1555
## 943          Australian Collectors, Co.      03 9520 4555
## 944        Mini Gifts Distributors Ltd.        4155551450
## 945          Collectables For Less Inc.        6175558555
## 946                     Mini Auto Werke         7675-3555
## 947                          Petit Auto      (02) 5554 67
## 948            Danish Wholesale Imports        31 12 3555
## 949             Dragon Souveniers, Ltd.      +65 221 7555
## 950               Euro Shopping Channel    (91) 555 94 44
## 951        Mini Gifts Distributors Ltd.        4155551450
## 952               Euro Shopping Channel    (91) 555 94 44
## 953                    FunGiftIdeas.com        5085552555
## 954                         CAF Imports   +34 913 728 555
## 955                 Mini Creations Ltd.        5085559555
## 956                    Super Scale Inc.        2035559545
## 957              Saveley & Henriot, Co.        78.32.5555
## 958                          Petit Auto      (02) 5554 67
## 959                   giftsbymail.co.uk    (198) 555-8888
## 960                   Land of Toys Inc.        2125557818
## 961                          Petit Auto      (02) 5554 67
## 962        Mini Gifts Distributors Ltd.        4155551450
## 963                  Amica Models & Co.       011-4988555
## 964                      AV Stores, Co.    (171) 555-1555
## 965                Heintze Collectables        86 21 3555
## 966                  Baane Mini Imports        07-98 9555
## 967           La Corne D'abondance, Co.    (1) 42.34.2555
## 968               Euro Shopping Channel    (91) 555 94 44
## 969             Tokyo Collectables, Ltd   +81 3 3584 0555
## 970               Euro Shopping Channel    (91) 555 94 44
## 971        Mini Gifts Distributors Ltd.        4155551450
## 972                   Gifts4AllAges.com        6175559555
## 973               Euro Shopping Channel    (91) 555 94 44
## 974        Motor Mint Distributors Inc.        2155559857
## 975           La Corne D'abondance, Co.    (1) 42.34.2555
## 976                Marseille Mini Autos        91.24.4555
## 977                  Muscle Machine Inc        2125557413
## 978                        Alpha Cognac        61.77.6555
## 979                 Suominen Souveniers   +358 9 8045 555
## 980             Anna's Decorations, Ltd      02 9936 8555
## 981             Oulu Toy Supplies, Inc.        981-443655
## 982             Dragon Souveniers, Ltd.      +65 221 7555
## 983        Quebec Home Shopping Network    (514) 555-8054
## 984            Stylish Desk Decors, Co.    (171) 555-0297
## 985                        Herkku Gifts     +47 2267 3215
## 986          Iberia Gift Imports, Corp.    (95) 555 82 82
## 987        Online Diecast Creations Co.        6035558647
## 988                       Mini Classics        9145554562
## 989               Euro Shopping Channel    (91) 555 94 44
## 990                Diecast Collectables        6175552555
## 991               Euro Shopping Channel    (91) 555 94 44
## 992                     Vida Sport, Ltd       0897-034555
## 993        Mini Gifts Distributors Ltd.        4155551450
## 994             Oulu Toy Supplies, Inc.        981-443655
## 995               Euro Shopping Channel    (91) 555 94 44
## 996               UK Collectables, Ltd.    (171) 555-2282
## 997                    Handji Gifts& Co      +65 224 1555
## 998                 L'ordine Souveniers       0522-556555
## 999        Mini Gifts Distributors Ltd.        4155551450
## 1000                 Signal Gift Stores        7025551838
## 1001              Diecast Classics Inc.        2155551555
## 1002                    Vida Sport, Ltd       0897-034555
## 1003                  Land of Toys Inc.        2125557818
## 1004          Norway Gifts By Mail, Co.     +47 2212 1555
## 1005               Marta's Replicas Co.        6175558555
## 1006             Toms Spezialitten, Ltd      0221-5554327
## 1007     Canadian Gift Exchange Network    (604) 555-3392
## 1008                   FunGiftIdeas.com        5085552555
## 1009                    Vitachrome Inc.        2125551500
## 1010       Motor Mint Distributors Inc.        2155559857
## 1011           Volvo Model Replicas, Co      0921-12 3555
## 1012         Australian Collectors, Co.      03 9520 4555
## 1013                 Muscle Machine Inc        2125557413
## 1014              Euro Shopping Channel    (91) 555 94 44
## 1015                       Royale Belge  (071) 23 67 2555
## 1016            Anna's Decorations, Ltd      02 9936 8555
## 1017               Toys of Finland, Co.       90-224 8555
## 1018              Euro Shopping Channel    (91) 555 94 44
## 1019              Euro Shopping Channel    (91) 555 94 44
## 1020                        Mini Caravy        88.60.1555
## 1021              Euro Shopping Channel    (91) 555 94 44
## 1022              Salzburg Collectables         6562-9555
## 1023                  La Rochelle Gifts        40.67.8555
## 1024           Danish Wholesale Imports        31 12 3555
## 1025            Dragon Souveniers, Ltd.      +65 221 7555
## 1026              Euro Shopping Channel    (91) 555 94 44
## 1027       Mini Gifts Distributors Ltd.        4155551450
## 1028              Euro Shopping Channel    (91) 555 94 44
## 1029            Dragon Souveniers, Ltd.      +65 221 7555
## 1030                        CAF Imports   +34 913 728 555
## 1031                Mini Creations Ltd.        5085559555
## 1032                   Super Scale Inc.        2035559545
## 1033             Saveley & Henriot, Co.        78.32.5555
## 1034                         Petit Auto      (02) 5554 67
## 1035                  giftsbymail.co.uk    (198) 555-8888
## 1036                  Land of Toys Inc.        2125557818
## 1037                         Petit Auto      (02) 5554 67
## 1038       Mini Gifts Distributors Ltd.        4155551450
## 1039                 Amica Models & Co.       011-4988555
## 1040                     AV Stores, Co.    (171) 555-1555
## 1041               Heintze Collectables        86 21 3555
## 1042           Volvo Model Replicas, Co      0921-12 3555
## 1043          La Corne D'abondance, Co.    (1) 42.34.2555
## 1044              Euro Shopping Channel    (91) 555 94 44
## 1045            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1046              Euro Shopping Channel    (91) 555 94 44
## 1047       Mini Gifts Distributors Ltd.        4155551450
## 1048                  Gifts4AllAges.com        6175559555
## 1049                    Cruz & Sons Co.    +63 2 555 3587
## 1050               Marseille Mini Autos        91.24.4555
## 1051       Mini Gifts Distributors Ltd.        4155551450
## 1052         Collectables For Less Inc.        6175558555
## 1053            Anna's Decorations, Ltd      02 9936 8555
## 1054                       Herkku Gifts     +47 2267 3215
## 1055             Toms Spezialitten, Ltd      0221-5554327
## 1056              Euro Shopping Channel    (91) 555 94 44
## 1057                   Auto Canal Petit    (1) 47.55.6555
## 1058                    Vida Sport, Ltd       0897-034555
## 1059           Danish Wholesale Imports        31 12 3555
## 1060                   Auto Canal Petit    (1) 47.55.6555
## 1061       Australian Collectables, Ltd    61-9-3844-6555
## 1062           Online Mini Collectables        6175557555
## 1063                    Vida Sport, Ltd       0897-034555
## 1064               Blauer See Auto, Co. +49 69 66 90 2555
## 1065             Toms Spezialitten, Ltd      0221-5554327
## 1066                    Microscale Inc.        2125551957
## 1067                  Land of Toys Inc.        2125557818
## 1068         Australian Collectors, Co.      03 9520 4555
## 1069                Suominen Souveniers   +358 9 8045 555
## 1070              Euro Shopping Channel    (91) 555 94 44
## 1071       Mini Gifts Distributors Ltd.        4155551450
## 1072                 Baane Mini Imports        07-98 9555
## 1073         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1074          Souveniers And Things Co.   +61 2 9495 8555
## 1075           Signal Collectibles Ltd.        4155554312
## 1076               Classic Legends Inc.        2125558493
## 1077                      Rovelli Gifts        035-640555
## 1078       Mini Gifts Distributors Ltd.        4155551450
## 1079       Australian Collectables, Ltd    61-9-3844-6555
## 1080     Canadian Gift Exchange Network    (604) 555-3392
## 1081        West Coast Collectables Co.        3105553722
## 1082             Saveley & Henriot, Co.        78.32.5555
## 1083              Euro Shopping Channel    (91) 555 94 44
## 1084          The Sharp Gifts Warehouse        4085553659
## 1085                 Amica Models & Co.       011-4988555
## 1086            Auto-Moto Classics Inc.        6175558428
## 1087                 Auto Assoc. & Cie.        30.59.8555
## 1088       Mini Gifts Distributors Ltd.        4155551450
## 1089               Blauer See Auto, Co. +49 69 66 90 2555
## 1090         Australian Collectors, Co.      03 9520 4555
## 1091       Mini Gifts Distributors Ltd.        4155551450
## 1092         Collectables For Less Inc.        6175558555
## 1093       Mini Gifts Distributors Ltd.        4155551450
## 1094                    Mini Auto Werke         7675-3555
## 1095                         Petit Auto      (02) 5554 67
## 1096                    Cruz & Sons Co.    +63 2 555 3587
## 1097               Marseille Mini Autos        91.24.4555
## 1098       Mini Gifts Distributors Ltd.        4155551450
## 1099         Collectables For Less Inc.        6175558555
## 1100            Anna's Decorations, Ltd      02 9936 8555
## 1101                       Herkku Gifts     +47 2267 3215
## 1102             Toms Spezialitten, Ltd      0221-5554327
## 1103              Euro Shopping Channel    (91) 555 94 44
## 1104                   Auto Canal Petit    (1) 47.55.6555
## 1105                    Vida Sport, Ltd       0897-034555
## 1106           Danish Wholesale Imports        31 12 3555
## 1107                   Auto Canal Petit    (1) 47.55.6555
## 1108       Australian Collectables, Ltd    61-9-3844-6555
## 1109           Online Mini Collectables        6175557555
## 1110                    Vida Sport, Ltd       0897-034555
## 1111               Blauer See Auto, Co. +49 69 66 90 2555
## 1112             Toms Spezialitten, Ltd      0221-5554327
## 1113           Volvo Model Replicas, Co      0921-12 3555
## 1114                    Cruz & Sons Co.    +63 2 555 3587
## 1115         Australian Collectors, Co.      03 9520 4555
## 1116              Euro Shopping Channel    (91) 555 94 44
## 1117                Suominen Souveniers   +358 9 8045 555
## 1118              Euro Shopping Channel    (91) 555 94 44
## 1119       Mini Gifts Distributors Ltd.        4155551450
## 1120       Motor Mint Distributors Inc.        2155559857
## 1121                  Atelier graphique        40.32.2555
## 1122                 Reims Collectables        26.47.1555
## 1123            Anna's Decorations, Ltd      02 9936 8555
## 1124               Heintze Collectables        86 21 3555
## 1125                    Gift Depot Inc.        2035552570
## 1126                       Herkku Gifts     +47 2267 3215
## 1127       Online Diecast Creations Co.        6035558647
## 1128                 Muscle Machine Inc        2125557413
## 1129              Euro Shopping Channel    (91) 555 94 44
## 1130       Collectable Mini Designs Co.        7605558146
## 1131               Osaka Souveniers Co.  +81 06 6342 5555
## 1132              UK Collectables, Ltd.    (171) 555-2282
## 1133                L'ordine Souveniers       0522-556555
## 1134                 Signal Gift Stores        7025551838
## 1135                    Vida Sport, Ltd       0897-034555
## 1136          Norway Gifts By Mail, Co.     +47 2212 1555
## 1137              Euro Shopping Channel    (91) 555 94 44
## 1138                   FunGiftIdeas.com        5085552555
## 1139       Motor Mint Distributors Inc.        2155559857
## 1140                 Reims Collectables        26.47.1555
## 1141                  Toys4GrownUps.com        6265557265
## 1142              Euro Shopping Channel    (91) 555 94 44
## 1143           Danish Wholesale Imports        31 12 3555
## 1144              Salzburg Collectables         6562-9555
## 1145                    Cruz & Sons Co.    +63 2 555 3587
## 1146               Marseille Mini Autos        91.24.4555
## 1147       Mini Gifts Distributors Ltd.        4155551450
## 1148                   Gift Ideas Corp.        2035554407
## 1149            Anna's Decorations, Ltd      02 9936 8555
## 1150           Daedalus Designs Imports        20.16.1555
## 1151             Toms Spezialitten, Ltd      0221-5554327
## 1152                   Auto Canal Petit    (1) 47.55.6555
## 1153           Daedalus Designs Imports        20.16.1555
## 1154                    Vitachrome Inc.        2125551500
## 1155                   Auto Canal Petit    (1) 47.55.6555
## 1156                  Gifts4AllAges.com        6175559555
## 1157           Online Mini Collectables        6175557555
## 1158          La Corne D'abondance, Co.    (1) 42.34.2555
## 1159               Toys of Finland, Co.       90-224 8555
## 1160             Toms Spezialitten, Ltd      0221-5554327
## 1161                    Microscale Inc.        2125551957
## 1162                    Cruz & Sons Co.    +63 2 555 3587
## 1163         Australian Collectors, Co.      03 9520 4555
## 1164              Euro Shopping Channel    (91) 555 94 44
## 1165                Suominen Souveniers   +358 9 8045 555
## 1166              Euro Shopping Channel    (91) 555 94 44
## 1167       Mini Gifts Distributors Ltd.        4155551450
## 1168              UK Collectables, Ltd.    (171) 555-2282
## 1169                      Rovelli Gifts        035-640555
## 1170              Salzburg Collectables         6562-9555
## 1171            Auto-Moto Classics Inc.        6175558428
## 1172                Mini Creations Ltd.        5085559555
## 1173               Toys of Finland, Co.       90-224 8555
## 1174            Scandinavian Gift Ideas      0695-34 6555
## 1175                       Alpha Cognac        61.77.6555
## 1176     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1177                 Enaco Distributors     (93) 203 4555
## 1178       Collectable Mini Designs Co.        7605558146
## 1179         Cambridge Collectables Co.        6175555555
## 1180              Euro Shopping Channel    (91) 555 94 44
## 1181                         Petit Auto      (02) 5554 67
## 1182  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1183 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 1184            Classic Gift Ideas, Inc        2155554695
## 1185                  giftsbymail.co.uk    (198) 555-8888
## 1186                      Rovelli Gifts        035-640555
## 1187                       Royale Belge  (071) 23 67 2555
## 1188           Stylish Desk Decors, Co.    (171) 555-0297
## 1189            Oulu Toy Supplies, Inc.        981-443655
## 1190              Euro Shopping Channel    (91) 555 94 44
## 1191                 Reims Collectables        26.47.1555
## 1192          The Sharp Gifts Warehouse        4085553659
## 1193       Australian Collectables, Ltd    61-9-3844-6555
## 1194              Euro Shopping Channel    (91) 555 94 44
## 1195            Dragon Souveniers, Ltd.      +65 221 7555
## 1196                 Muscle Machine Inc        2125557413
## 1197       Mini Gifts Distributors Ltd.        4155551450
## 1198        Australian Gift Network, Co    61-7-3844-6555
## 1199            Dragon Souveniers, Ltd.      +65 221 7555
## 1200                L'ordine Souveniers       0522-556555
## 1201                Mini Creations Ltd.        5085559555
## 1202                   Super Scale Inc.        2035559545
## 1203               Diecast Collectables        6175552555
## 1204            Clover Collections, Co.    +353 1862 1555
## 1205               Blauer See Auto, Co. +49 69 66 90 2555
## 1206                Suominen Souveniers   +358 9 8045 555
## 1207              Diecast Classics Inc.        2155551555
## 1208       Mini Gifts Distributors Ltd.        4155551450
## 1209                  Land of Toys Inc.        2125557818
## 1210                     AV Stores, Co.    (171) 555-1555
## 1211               Heintze Collectables        86 21 3555
## 1212                    Vitachrome Inc.        2125551500
## 1213               Classic Legends Inc.        2125558493
## 1214                 Muscle Machine Inc        2125557413
## 1215              Euro Shopping Channel    (91) 555 94 44
## 1216            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1217              Euro Shopping Channel    (91) 555 94 44
## 1218              Euro Shopping Channel    (91) 555 94 44
## 1219                    Gift Depot Inc.        2035552570
## 1220       Online Diecast Creations Co.        6035558647
## 1221                     AV Stores, Co.    (171) 555-1555
## 1222                 Signal Gift Stores        7025551838
## 1223            Anna's Decorations, Ltd      02 9936 8555
## 1224                      Rovelli Gifts        035-640555
## 1225       Mini Gifts Distributors Ltd.        4155551450
## 1226       Australian Collectables, Ltd    61-9-3844-6555
## 1227                 Muscle Machine Inc        2125557413
## 1228     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1229             Saveley & Henriot, Co.        78.32.5555
## 1230                        Mini Caravy        88.60.1555
## 1231                 Amica Models & Co.       011-4988555
## 1232                   Handji Gifts& Co      +65 224 1555
## 1233              UK Collectables, Ltd.    (171) 555-2282
## 1234              Euro Shopping Channel    (91) 555 94 44
## 1235                     AV Stores, Co.    (171) 555-1555
## 1236               Marseille Mini Autos        91.24.4555
## 1237                  Toys4GrownUps.com        6265557265
## 1238              Euro Shopping Channel    (91) 555 94 44
## 1239          The Sharp Gifts Warehouse        4085553659
## 1240          Souveniers And Things Co.   +61 2 9495 8555
## 1241           Danish Wholesale Imports        31 12 3555
## 1242            Dragon Souveniers, Ltd.      +65 221 7555
## 1243              Euro Shopping Channel    (91) 555 94 44
## 1244       Mini Gifts Distributors Ltd.        4155551450
## 1245              Euro Shopping Channel    (91) 555 94 44
## 1246                   FunGiftIdeas.com        5085552555
## 1247                        CAF Imports   +34 913 728 555
## 1248                Mini Creations Ltd.        5085559555
## 1249                 Enaco Distributors     (93) 203 4555
## 1250             Saveley & Henriot, Co.        78.32.5555
## 1251                         Petit Auto      (02) 5554 67
## 1252                  giftsbymail.co.uk    (198) 555-8888
## 1253                  Land of Toys Inc.        2125557818
## 1254       Quebec Home Shopping Network    (514) 555-8054
## 1255                         Petit Auto      (02) 5554 67
## 1256  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1257                 Amica Models & Co.       011-4988555
## 1258                     AV Stores, Co.    (171) 555-1555
## 1259                  La Rochelle Gifts        40.67.8555
## 1260           Volvo Model Replicas, Co      0921-12 3555
## 1261               Classic Legends Inc.        2125558493
## 1262              Euro Shopping Channel    (91) 555 94 44
## 1263            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1264              Euro Shopping Channel    (91) 555 94 44
## 1265       Mini Gifts Distributors Ltd.        4155551450
## 1266                  Gifts4AllAges.com        6175559555
## 1267                 Baane Mini Imports        07-98 9555
## 1268          La Corne D'abondance, Co.    (1) 42.34.2555
## 1269         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1270               Technics Stores Inc.        6505556809
## 1271            Dragon Souveniers, Ltd.      +65 221 7555
## 1272                    Mini Auto Werke         7675-3555
## 1273           Stylish Desk Decors, Co.    (171) 555-0297
## 1274            Classic Gift Ideas, Inc        2155554695
## 1275             Saveley & Henriot, Co.        78.32.5555
## 1276               Diecast Collectables        6175552555
## 1277                   Handji Gifts& Co      +65 224 1555
## 1278       Mini Gifts Distributors Ltd.        4155551450
## 1279                   Super Scale Inc.        2035559545
## 1280                   Handji Gifts& Co      +65 224 1555
## 1281          Souveniers And Things Co.   +61 2 9495 8555
## 1282              Diecast Classics Inc.        2155551555
## 1283            Scandinavian Gift Ideas      0695-34 6555
## 1284               Marta's Replicas Co.        6175558555
## 1285     Canadian Gift Exchange Network    (604) 555-3392
## 1286               Blauer See Auto, Co. +49 69 66 90 2555
## 1287           Volvo Model Replicas, Co      0921-12 3555
## 1288         Australian Collectors, Co.      03 9520 4555
## 1289       Mini Gifts Distributors Ltd.        4155551450
## 1290            Anna's Decorations, Ltd      02 9936 8555
## 1291       Mini Gifts Distributors Ltd.        4155551450
## 1292       Quebec Home Shopping Network    (514) 555-8054
## 1293                  La Rochelle Gifts        40.67.8555
## 1294                 Baane Mini Imports        07-98 9555
## 1295       Mini Gifts Distributors Ltd.        4155551450
## 1296         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1297               Technics Stores Inc.        6505556809
## 1298            Dragon Souveniers, Ltd.      +65 221 7555
## 1299                    Mini Auto Werke         7675-3555
## 1300        Australian Gift Network, Co    61-7-3844-6555
## 1301            Classic Gift Ideas, Inc        2155554695
## 1302             Saveley & Henriot, Co.        78.32.5555
## 1303     Canadian Gift Exchange Network    (604) 555-3392
## 1304        West Coast Collectables Co.        3105553722
## 1305       Mini Gifts Distributors Ltd.        4155551450
## 1306                   Super Scale Inc.        2035559545
## 1307            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1308          Souveniers And Things Co.   +61 2 9495 8555
## 1309              Diecast Classics Inc.        2155551555
## 1310            Scandinavian Gift Ideas      0695-34 6555
## 1311                 Auto Assoc. & Cie.        30.59.8555
## 1312       Mini Gifts Distributors Ltd.        4155551450
## 1313                    Vitachrome Inc.        2125551500
## 1314         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1315              Euro Shopping Channel    (91) 555 94 44
## 1316            Anna's Decorations, Ltd      02 9936 8555
## 1317       Mini Gifts Distributors Ltd.        4155551450
## 1318       Quebec Home Shopping Network    (514) 555-8054
## 1319              Euro Shopping Channel    (91) 555 94 44
## 1320                    Cruz & Sons Co.    +63 2 555 3587
## 1321               Marseille Mini Autos        91.24.4555
## 1322       Mini Gifts Distributors Ltd.        4155551450
## 1323                   Gift Ideas Corp.        2035554407
## 1324            Anna's Decorations, Ltd      02 9936 8555
## 1325           Daedalus Designs Imports        20.16.1555
## 1326             Toms Spezialitten, Ltd      0221-5554327
## 1327                   Auto Canal Petit    (1) 47.55.6555
## 1328                    Vida Sport, Ltd       0897-034555
## 1329           Danish Wholesale Imports        31 12 3555
## 1330                   Auto Canal Petit    (1) 47.55.6555
## 1331                  Gifts4AllAges.com        6175559555
## 1332           Online Mini Collectables        6175557555
## 1333                    Vida Sport, Ltd       0897-034555
## 1334               Toys of Finland, Co.       90-224 8555
## 1335             Toms Spezialitten, Ltd      0221-5554327
## 1336                    Microscale Inc.        2125551957
## 1337                    Cruz & Sons Co.    +63 2 555 3587
## 1338         Australian Collectors, Co.      03 9520 4555
## 1339              Euro Shopping Channel    (91) 555 94 44
## 1340                Suominen Souveniers   +358 9 8045 555
## 1341              Euro Shopping Channel    (91) 555 94 44
## 1342       Mini Gifts Distributors Ltd.        4155551450
## 1343                     AV Stores, Co.    (171) 555-1555
## 1344                 Signal Gift Stores        7025551838
## 1345            Anna's Decorations, Ltd      02 9936 8555
## 1346               Heintze Collectables        86 21 3555
## 1347                      Rovelli Gifts        035-640555
## 1348       Mini Gifts Distributors Ltd.        4155551450
## 1349       Australian Collectables, Ltd    61-9-3844-6555
## 1350                 Muscle Machine Inc        2125557413
## 1351     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1352             Saveley & Henriot, Co.        78.32.5555
## 1353                        Mini Caravy        88.60.1555
## 1354                 Muscle Machine Inc        2125557413
## 1355              Euro Shopping Channel    (91) 555 94 44
## 1356                   Handji Gifts& Co      +65 224 1555
## 1357              UK Collectables, Ltd.    (171) 555-2282
## 1358              Euro Shopping Channel    (91) 555 94 44
## 1359                     AV Stores, Co.    (171) 555-1555
## 1360               Marseille Mini Autos        91.24.4555
## 1361                  Toys4GrownUps.com        6265557265
## 1362              Euro Shopping Channel    (91) 555 94 44
## 1363          The Sharp Gifts Warehouse        4085553659
## 1364          Souveniers And Things Co.   +61 2 9495 8555
## 1365                     AV Stores, Co.    (171) 555-1555
## 1366                 Signal Gift Stores        7025551838
## 1367            Anna's Decorations, Ltd      02 9936 8555
## 1368               Heintze Collectables        86 21 3555
## 1369                    Gift Depot Inc.        2035552570
## 1370       Mini Gifts Distributors Ltd.        4155551450
## 1371       Online Diecast Creations Co.        6035558647
## 1372                 Muscle Machine Inc        2125557413
## 1373              Euro Shopping Channel    (91) 555 94 44
## 1374       Collectable Mini Designs Co.        7605558146
## 1375                        Mini Caravy        88.60.1555
## 1376                 Muscle Machine Inc        2125557413
## 1377              Euro Shopping Channel    (91) 555 94 44
## 1378                   Handji Gifts& Co      +65 224 1555
## 1379          Norway Gifts By Mail, Co.     +47 2212 1555
## 1380              Euro Shopping Channel    (91) 555 94 44
## 1381                   FunGiftIdeas.com        5085552555
## 1382                     AV Stores, Co.    (171) 555-1555
## 1383               Marseille Mini Autos        91.24.4555
## 1384                  Toys4GrownUps.com        6265557265
## 1385              Euro Shopping Channel    (91) 555 94 44
## 1386          The Sharp Gifts Warehouse        4085553659
## 1387          Souveniers And Things Co.   +61 2 9495 8555
## 1388              Euro Shopping Channel    (91) 555 94 44
## 1389               Classic Legends Inc.        2125558493
## 1390                 Muscle Machine Inc        2125557413
## 1391                Suominen Souveniers   +358 9 8045 555
## 1392        Australian Gift Network, Co    61-7-3844-6555
## 1393            Dragon Souveniers, Ltd.      +65 221 7555
## 1394                L'ordine Souveniers       0522-556555
## 1395         Iberia Gift Imports, Corp.    (95) 555 82 82
## 1396                      Mini Classics        9145554562
## 1397               Diecast Collectables        6175552555
## 1398            Clover Collections, Co.    +353 1862 1555
## 1399               Blauer See Auto, Co. +49 69 66 90 2555
## 1400              Euro Shopping Channel    (91) 555 94 44
## 1401                   Handji Gifts& Co      +65 224 1555
## 1402       Mini Gifts Distributors Ltd.        4155551450
## 1403       Mini Gifts Distributors Ltd.        4155551450
## 1404                  Land of Toys Inc.        2125557818
## 1405               Marta's Replicas Co.        6175558555
## 1406               Heintze Collectables        86 21 3555
## 1407                    Vitachrome Inc.        2125551500
## 1408          La Corne D'abondance, Co.    (1) 42.34.2555
## 1409                 Muscle Machine Inc        2125557413
## 1410              Euro Shopping Channel    (91) 555 94 44
## 1411       Mini Gifts Distributors Ltd.        4155551450
## 1412              Euro Shopping Channel    (91) 555 94 44
## 1413              Euro Shopping Channel    (91) 555 94 44
## 1414              Euro Shopping Channel    (91) 555 94 44
## 1415                  La Rochelle Gifts        40.67.8555
## 1416                  Land of Toys Inc.        2125557818
## 1417         Australian Collectors, Co.      03 9520 4555
## 1418                    Lyon Souveniers  +33 1 46 62 7555
## 1419                  Toys4GrownUps.com        6265557265
## 1420               Technics Stores Inc.        6505556809
## 1421           Daedalus Designs Imports        20.16.1555
## 1422                       Herkku Gifts     +47 2267 3215
## 1423                   Auto Canal Petit    (1) 47.55.6555
## 1424         Australian Collectors, Co.      03 9520 4555
## 1425                    Vitachrome Inc.        2125551500
## 1426            Tekni Collectables Inc.        2015559350
## 1427                    Gift Depot Inc.        2035552570
## 1428                  La Rochelle Gifts        40.67.8555
## 1429               Marta's Replicas Co.        6175558555
## 1430               Toys of Finland, Co.       90-224 8555
## 1431                 Baane Mini Imports        07-98 9555
## 1432              Diecast Classics Inc.        2155551555
## 1433                  Land of Toys Inc.        2125557818
## 1434            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1435               Technics Stores Inc.        6505556809
## 1436        Australian Gift Network, Co    61-7-3844-6555
## 1437            Scandinavian Gift Ideas      0695-34 6555
## 1438              UK Collectables, Ltd.    (171) 555-2282
## 1439              Euro Shopping Channel    (91) 555 94 44
## 1440                     AV Stores, Co.    (171) 555-1555
## 1441                  Atelier graphique        40.32.2555
## 1442                 Reims Collectables        26.47.1555
## 1443            Anna's Decorations, Ltd      02 9936 8555
## 1444               Heintze Collectables        86 21 3555
## 1445                    Gift Depot Inc.        2035552570
## 1446                       Herkku Gifts     +47 2267 3215
## 1447       Online Diecast Creations Co.        6035558647
## 1448                 Muscle Machine Inc        2125557413
## 1449              Euro Shopping Channel    (91) 555 94 44
## 1450       Collectable Mini Designs Co.        7605558146
## 1451                        Mini Caravy        88.60.1555
## 1452                L'ordine Souveniers       0522-556555
## 1453                 Signal Gift Stores        7025551838
## 1454                   Handji Gifts& Co      +65 224 1555
## 1455          Norway Gifts By Mail, Co.     +47 2212 1555
## 1456              Euro Shopping Channel    (91) 555 94 44
## 1457                   FunGiftIdeas.com        5085552555
## 1458                     AV Stores, Co.    (171) 555-1555
## 1459                 Reims Collectables        26.47.1555
## 1460                  Toys4GrownUps.com        6265557265
## 1461              Euro Shopping Channel    (91) 555 94 44
## 1462          The Sharp Gifts Warehouse        4085553659
## 1463          Souveniers And Things Co.   +61 2 9495 8555
## 1464                      Rovelli Gifts        035-640555
## 1465         Australian Collectors, Co.      03 9520 4555
## 1466              Euro Shopping Channel    (91) 555 94 44
## 1467                  Toys4GrownUps.com        6265557265
## 1468               Technics Stores Inc.        6505556809
## 1469               Osaka Souveniers Co.  +81 06 6342 5555
## 1470         Australian Collectors, Co.      03 9520 4555
## 1471  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1472          The Sharp Gifts Warehouse        4085553659
## 1473              Euro Shopping Channel    (91) 555 94 44
## 1474                  La Rochelle Gifts        40.67.8555
## 1475          Norway Gifts By Mail, Co.     +47 2212 1555
## 1476            Clover Collections, Co.    +353 1862 1555
## 1477                      Mini Classics        9145554562
## 1478                  giftsbymail.co.uk    (198) 555-8888
## 1479                      Rovelli Gifts        035-640555
## 1480            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1481                   Gift Ideas Corp.        2035554407
## 1482        Australian Gift Network, Co    61-7-3844-6555
## 1483              Euro Shopping Channel    (91) 555 94 44
## 1484                 Reims Collectables        26.47.1555
## 1485            Tekni Collectables Inc.        2015559350
## 1486                L'ordine Souveniers       0522-556555
## 1487               Blauer See Auto, Co. +49 69 66 90 2555
## 1488                     AV Stores, Co.    (171) 555-1555
## 1489                 Signal Gift Stores        7025551838
## 1490           Signal Collectibles Ltd.        4155554312
## 1491                      Rovelli Gifts        035-640555
## 1492       Mini Gifts Distributors Ltd.        4155551450
## 1493       Australian Collectables, Ltd    61-9-3844-6555
## 1494              Euro Shopping Channel    (91) 555 94 44
## 1495         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1496             Saveley & Henriot, Co.        78.32.5555
## 1497               Diecast Collectables        6175552555
## 1498                 Amica Models & Co.       011-4988555
## 1499                   Handji Gifts& Co      +65 224 1555
## 1500                 Auto Assoc. & Cie.        30.59.8555
## 1501       Mini Gifts Distributors Ltd.        4155551450
## 1502       Online Diecast Creations Co.        6035558647
## 1503                     AV Stores, Co.    (171) 555-1555
## 1504               Marseille Mini Autos        91.24.4555
## 1505                    Lyon Souveniers  +33 1 46 62 7555
## 1506                  Toys4GrownUps.com        6265557265
## 1507              Euro Shopping Channel    (91) 555 94 44
## 1508            Anna's Decorations, Ltd      02 9936 8555
## 1509                   Handji Gifts& Co      +65 224 1555
## 1510          Souveniers And Things Co.   +61 2 9495 8555
## 1511                  Land of Toys Inc.        2125557818
## 1512         Australian Collectors, Co.      03 9520 4555
## 1513                    Lyon Souveniers  +33 1 46 62 7555
## 1514                  Toys4GrownUps.com        6265557265
## 1515                 Baane Mini Imports        07-98 9555
## 1516               Technics Stores Inc.        6505556809
## 1517           Daedalus Designs Imports        20.16.1555
## 1518                       Herkku Gifts     +47 2267 3215
## 1519               Osaka Souveniers Co.  +81 06 6342 5555
## 1520         Australian Collectors, Co.      03 9520 4555
## 1521       Motor Mint Distributors Inc.        2155559857
## 1522          The Sharp Gifts Warehouse        4085553659
## 1523                    Gift Depot Inc.        2035552570
## 1524                  La Rochelle Gifts        40.67.8555
## 1525               Marta's Replicas Co.        6175558555
## 1526            Clover Collections, Co.    +353 1862 1555
## 1527                      Mini Classics        9145554562
## 1528              Diecast Classics Inc.        2155551555
## 1529                  Land of Toys Inc.        2125557818
## 1530                 Enaco Distributors     (93) 203 4555
## 1531                Suominen Souveniers   +358 9 8045 555
## 1532                  La Rochelle Gifts        40.67.8555
## 1533            Scandinavian Gift Ideas      0695-34 6555
## 1534                   Auto Canal Petit    (1) 47.55.6555
## 1535                L'ordine Souveniers       0522-556555
## 1536           Danish Wholesale Imports        31 12 3555
## 1537            Dragon Souveniers, Ltd.      +65 221 7555
## 1538           Stylish Desk Decors, Co.    (171) 555-0297
## 1539       Mini Gifts Distributors Ltd.        4155551450
## 1540              Euro Shopping Channel    (91) 555 94 44
## 1541            Scandinavian Gift Ideas      0695-34 6555
## 1542                        CAF Imports   +34 913 728 555
## 1543                Mini Creations Ltd.        5085559555
## 1544                 Enaco Distributors     (93) 203 4555
## 1545             Saveley & Henriot, Co.        78.32.5555
## 1546                         Petit Auto      (02) 5554 67
## 1547                  giftsbymail.co.uk    (198) 555-8888
## 1548                  Land of Toys Inc.        2125557818
## 1549       Quebec Home Shopping Network    (514) 555-8054
## 1550                         Petit Auto      (02) 5554 67
## 1551  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1552                 Amica Models & Co.       011-4988555
## 1553                     AV Stores, Co.    (171) 555-1555
## 1554                  La Rochelle Gifts        40.67.8555
## 1555           Volvo Model Replicas, Co      0921-12 3555
## 1556               Classic Legends Inc.        2125558493
## 1557              Euro Shopping Channel    (91) 555 94 44
## 1558            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1559       Mini Gifts Distributors Ltd.        4155551450
## 1560                  Gifts4AllAges.com        6175559555
## 1561               Blauer See Auto, Co. +49 69 66 90 2555
## 1562                     AV Stores, Co.    (171) 555-1555
## 1563                 Signal Gift Stores        7025551838
## 1564           Signal Collectibles Ltd.        4155554312
## 1565                      Rovelli Gifts        035-640555
## 1566       Mini Gifts Distributors Ltd.        4155551450
## 1567       Australian Collectables, Ltd    61-9-3844-6555
## 1568              Euro Shopping Channel    (91) 555 94 44
## 1569         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1570             Saveley & Henriot, Co.        78.32.5555
## 1571              Euro Shopping Channel    (91) 555 94 44
## 1572                        Mini Caravy        88.60.1555
## 1573                 Amica Models & Co.       011-4988555
## 1574                       Herkku Gifts     +47 2267 3215
## 1575                 Auto Assoc. & Cie.        30.59.8555
## 1576       Mini Gifts Distributors Ltd.        4155551450
## 1577       Online Diecast Creations Co.        6035558647
## 1578                     AV Stores, Co.    (171) 555-1555
## 1579                  Atelier graphique        40.32.2555
## 1580                    Lyon Souveniers  +33 1 46 62 7555
## 1581                  Toys4GrownUps.com        6265557265
## 1582              Euro Shopping Channel    (91) 555 94 44
## 1583            Anna's Decorations, Ltd      02 9936 8555
## 1584       Mini Gifts Distributors Ltd.        4155551450
## 1585                 Baane Mini Imports        07-98 9555
## 1586          La Corne D'abondance, Co.    (1) 42.34.2555
## 1587         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1588               Technics Stores Inc.        6505556809
## 1589            Oulu Toy Supplies, Inc.        981-443655
## 1590            Dragon Souveniers, Ltd.      +65 221 7555
## 1591           Stylish Desk Decors, Co.    (171) 555-0297
## 1592         Iberia Gift Imports, Corp.    (95) 555 82 82
## 1593             Saveley & Henriot, Co.        78.32.5555
## 1594               Diecast Collectables        6175552555
## 1595                   Handji Gifts& Co      +65 224 1555
## 1596       Mini Gifts Distributors Ltd.        4155551450
## 1597              Euro Shopping Channel    (91) 555 94 44
## 1598                   Handji Gifts& Co      +65 224 1555
## 1599       Mini Gifts Distributors Ltd.        4155551450
## 1600              Diecast Classics Inc.        2155551555
## 1601            Scandinavian Gift Ideas      0695-34 6555
## 1602               Marta's Replicas Co.        6175558555
## 1603     Canadian Gift Exchange Network    (604) 555-3392
## 1604                    Vitachrome Inc.        2125551500
## 1605           Volvo Model Replicas, Co      0921-12 3555
## 1606         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1607              Euro Shopping Channel    (91) 555 94 44
## 1608       Mini Gifts Distributors Ltd.        4155551450
## 1609       Mini Gifts Distributors Ltd.        4155551450
## 1610              Euro Shopping Channel    (91) 555 94 44
## 1611                  La Rochelle Gifts        40.67.8555
## 1612                    Cruz & Sons Co.    +63 2 555 3587
## 1613                 Reims Collectables        26.47.1555
## 1614       Mini Gifts Distributors Ltd.        4155551450
## 1615                  Toys4GrownUps.com        6265557265
## 1616            Anna's Decorations, Ltd      02 9936 8555
## 1617           Daedalus Designs Imports        20.16.1555
## 1618              Euro Shopping Channel    (91) 555 94 44
## 1619                   Auto Canal Petit    (1) 47.55.6555
## 1620           Daedalus Designs Imports        20.16.1555
## 1621                    Vitachrome Inc.        2125551500
## 1622                   Auto Canal Petit    (1) 47.55.6555
## 1623                  Gifts4AllAges.com        6175559555
## 1624           Online Mini Collectables        6175557555
## 1625               Marta's Replicas Co.        6175558555
## 1626               Toys of Finland, Co.       90-224 8555
## 1627                 Baane Mini Imports        07-98 9555
## 1628                    Microscale Inc.        2125551957
## 1629                    Cruz & Sons Co.    +63 2 555 3587
## 1630              Salzburg Collectables         6562-9555
## 1631              Euro Shopping Channel    (91) 555 94 44
## 1632                Suominen Souveniers   +358 9 8045 555
## 1633                  La Rochelle Gifts        40.67.8555
## 1634       Mini Gifts Distributors Ltd.        4155551450
## 1635              UK Collectables, Ltd.    (171) 555-2282
## 1636                     AV Stores, Co.    (171) 555-1555
## 1637                 Signal Gift Stores        7025551838
## 1638            Anna's Decorations, Ltd      02 9936 8555
## 1639               Heintze Collectables        86 21 3555
## 1640                    Gift Depot Inc.        2035552570
## 1641       Mini Gifts Distributors Ltd.        4155551450
## 1642       Online Diecast Creations Co.        6035558647
## 1643                 Muscle Machine Inc        2125557413
## 1644              Euro Shopping Channel    (91) 555 94 44
## 1645             Saveley & Henriot, Co.        78.32.5555
## 1646                        Mini Caravy        88.60.1555
## 1647                 Muscle Machine Inc        2125557413
## 1648              Euro Shopping Channel    (91) 555 94 44
## 1649                   Handji Gifts& Co      +65 224 1555
## 1650              UK Collectables, Ltd.    (171) 555-2282
## 1651              Euro Shopping Channel    (91) 555 94 44
## 1652                   FunGiftIdeas.com        5085552555
## 1653                     AV Stores, Co.    (171) 555-1555
## 1654                 Signal Gift Stores        7025551838
## 1655       Mini Gifts Distributors Ltd.        4155551450
## 1656              Euro Shopping Channel    (91) 555 94 44
## 1657          The Sharp Gifts Warehouse        4085553659
## 1658          Souveniers And Things Co.   +61 2 9495 8555
## 1659              Euro Shopping Channel    (91) 555 94 44
## 1660          La Corne D'abondance, Co.    (1) 42.34.2555
## 1661                 Muscle Machine Inc        2125557413
## 1662                Suominen Souveniers   +358 9 8045 555
## 1663            Oulu Toy Supplies, Inc.        981-443655
## 1664            Dragon Souveniers, Ltd.      +65 221 7555
## 1665           Stylish Desk Decors, Co.    (171) 555-0297
## 1666         Iberia Gift Imports, Corp.    (95) 555 82 82
## 1667                      Mini Classics        9145554562
## 1668               Diecast Collectables        6175552555
## 1669           Signal Collectibles Ltd.        4155554312
## 1670       Mini Gifts Distributors Ltd.        4155551450
## 1671              Euro Shopping Channel    (91) 555 94 44
## 1672                   Handji Gifts& Co      +65 224 1555
## 1673       Mini Gifts Distributors Ltd.        4155551450
## 1674              Diecast Classics Inc.        2155551555
## 1675                  Land of Toys Inc.        2125557818
## 1676               Marta's Replicas Co.        6175558555
## 1677               Heintze Collectables        86 21 3555
## 1678                    Vitachrome Inc.        2125551500
## 1679       Mini Gifts Distributors Ltd.        4155551450
## 1680                 Muscle Machine Inc        2125557413
## 1681              Euro Shopping Channel    (91) 555 94 44
## 1682       Mini Gifts Distributors Ltd.        4155551450
## 1683              Euro Shopping Channel    (91) 555 94 44
## 1684              Euro Shopping Channel    (91) 555 94 44
## 1685              Euro Shopping Channel    (91) 555 94 44
## 1686                  La Rochelle Gifts        40.67.8555
## 1687                      Rovelli Gifts        035-640555
## 1688              Salzburg Collectables         6562-9555
## 1689                   Gift Ideas Corp.        2035554407
## 1690                Mini Creations Ltd.        5085559555
## 1691               Toys of Finland, Co.       90-224 8555
## 1692            Scandinavian Gift Ideas      0695-34 6555
## 1693                       Alpha Cognac        61.77.6555
## 1694     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1695                    Cruz & Sons Co.    +63 2 555 3587
## 1696       Collectable Mini Designs Co.        7605558146
## 1697         Cambridge Collectables Co.        6175555555
## 1698              Euro Shopping Channel    (91) 555 94 44
## 1699         Collectables For Less Inc.        6175558555
## 1700          Norway Gifts By Mail, Co.     +47 2212 1555
## 1701 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 1702            Classic Gift Ideas, Inc        2155554695
## 1703                  giftsbymail.co.uk    (198) 555-8888
## 1704                      Rovelli Gifts        035-640555
## 1705            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1706           Stylish Desk Decors, Co.    (171) 555-0297
## 1707            Oulu Toy Supplies, Inc.        981-443655
## 1708              Euro Shopping Channel    (91) 555 94 44
## 1709                 Reims Collectables        26.47.1555
## 1710          The Sharp Gifts Warehouse        4085553659
## 1711       Australian Collectables, Ltd    61-9-3844-6555
## 1712                     AV Stores, Co.    (171) 555-1555
## 1713                 Signal Gift Stores        7025551838
## 1714            Anna's Decorations, Ltd      02 9936 8555
## 1715               Heintze Collectables        86 21 3555
## 1716                      Rovelli Gifts        035-640555
## 1717       Mini Gifts Distributors Ltd.        4155551450
## 1718       Online Diecast Creations Co.        6035558647
## 1719                 Muscle Machine Inc        2125557413
## 1720     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1721             Saveley & Henriot, Co.        78.32.5555
## 1722                        Mini Caravy        88.60.1555
## 1723                 Muscle Machine Inc        2125557413
## 1724              Euro Shopping Channel    (91) 555 94 44
## 1725                   Handji Gifts& Co      +65 224 1555
## 1726              UK Collectables, Ltd.    (171) 555-2282
## 1727              Euro Shopping Channel    (91) 555 94 44
## 1728                     AV Stores, Co.    (171) 555-1555
## 1729                 Signal Gift Stores        7025551838
## 1730       Mini Gifts Distributors Ltd.        4155551450
## 1731              Euro Shopping Channel    (91) 555 94 44
## 1732          The Sharp Gifts Warehouse        4085553659
## 1733          Souveniers And Things Co.   +61 2 9495 8555
## 1734       Motor Mint Distributors Inc.        2155559857
## 1735               Marseille Mini Autos        91.24.4555
## 1736       Mini Gifts Distributors Ltd.        4155551450
## 1737         Collectables For Less Inc.        6175558555
## 1738       Quebec Home Shopping Network    (514) 555-8054
## 1739                       Herkku Gifts     +47 2267 3215
## 1740       Online Diecast Creations Co.        6035558647
## 1741              Euro Shopping Channel    (91) 555 94 44
## 1742              Euro Shopping Channel    (91) 555 94 44
## 1743                    Vida Sport, Ltd       0897-034555
## 1744            Oulu Toy Supplies, Inc.        981-443655
## 1745              UK Collectables, Ltd.    (171) 555-2282
## 1746                L'ordine Souveniers       0522-556555
## 1747                 Signal Gift Stores        7025551838
## 1748                    Vida Sport, Ltd       0897-034555
## 1749          Norway Gifts By Mail, Co.     +47 2212 1555
## 1750             Toms Spezialitten, Ltd      0221-5554327
## 1751                   FunGiftIdeas.com        5085552555
## 1752       Motor Mint Distributors Inc.        2155559857
## 1753         Australian Collectors, Co.      03 9520 4555
## 1754              Euro Shopping Channel    (91) 555 94 44
## 1755                  Toys4GrownUps.com        6265557265
## 1756              Euro Shopping Channel    (91) 555 94 44
## 1757       Mini Gifts Distributors Ltd.        4155551450
## 1758                        Mini Caravy        88.60.1555
## 1759              Salzburg Collectables         6562-9555
## 1760           Danish Wholesale Imports        31 12 3555
## 1761              Salzburg Collectables         6562-9555
## 1762           Stylish Desk Decors, Co.    (171) 555-0297
## 1763       Mini Gifts Distributors Ltd.        4155551450
## 1764                  Boards & Toys Co.        3105552373
## 1765            Scandinavian Gift Ideas      0695-34 6555
## 1766                        CAF Imports   +34 913 728 555
## 1767                Mini Creations Ltd.        5085559555
## 1768                 Enaco Distributors     (93) 203 4555
## 1769             Saveley & Henriot, Co.        78.32.5555
## 1770       Collectable Mini Designs Co.        7605558146
## 1771            Tekni Collectables Inc.        2015559350
## 1772                  Land of Toys Inc.        2125557818
## 1773       Quebec Home Shopping Network    (514) 555-8054
## 1774                         Petit Auto      (02) 5554 67
## 1775  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1776                  Gifts4AllAges.com        6175559555
## 1777                     AV Stores, Co.    (171) 555-1555
## 1778                  La Rochelle Gifts        40.67.8555
## 1779           Volvo Model Replicas, Co      0921-12 3555
## 1780            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1781              Euro Shopping Channel    (91) 555 94 44
## 1782            Oulu Toy Supplies, Inc.        981-443655
## 1783       Mini Gifts Distributors Ltd.        4155551450
## 1784                  Gifts4AllAges.com        6175559555
## 1785                     AV Stores, Co.    (171) 555-1555
## 1786                 Signal Gift Stores        7025551838
## 1787            Anna's Decorations, Ltd      02 9936 8555
## 1788               Heintze Collectables        86 21 3555
## 1789                    Gift Depot Inc.        2035552570
## 1790       Mini Gifts Distributors Ltd.        4155551450
## 1791       Online Diecast Creations Co.        6035558647
## 1792                 Muscle Machine Inc        2125557413
## 1793              Euro Shopping Channel    (91) 555 94 44
## 1794             Saveley & Henriot, Co.        78.32.5555
## 1795                        Mini Caravy        88.60.1555
## 1796                 Muscle Machine Inc        2125557413
## 1797              Euro Shopping Channel    (91) 555 94 44
## 1798                   Handji Gifts& Co      +65 224 1555
## 1799              UK Collectables, Ltd.    (171) 555-2282
## 1800              Euro Shopping Channel    (91) 555 94 44
## 1801                   FunGiftIdeas.com        5085552555
## 1802                     AV Stores, Co.    (171) 555-1555
## 1803                 Signal Gift Stores        7025551838
## 1804       Mini Gifts Distributors Ltd.        4155551450
## 1805              Euro Shopping Channel    (91) 555 94 44
## 1806          The Sharp Gifts Warehouse        4085553659
## 1807          Souveniers And Things Co.   +61 2 9495 8555
## 1808                    Cruz & Sons Co.    +63 2 555 3587
## 1809               Marseille Mini Autos        91.24.4555
## 1810       Mini Gifts Distributors Ltd.        4155551450
## 1811         Collectables For Less Inc.        6175558555
## 1812            Anna's Decorations, Ltd      02 9936 8555
## 1813                       Herkku Gifts     +47 2267 3215
## 1814             Toms Spezialitten, Ltd      0221-5554327
## 1815              Euro Shopping Channel    (91) 555 94 44
## 1816                   Auto Canal Petit    (1) 47.55.6555
## 1817                    Vida Sport, Ltd       0897-034555
## 1818           Danish Wholesale Imports        31 12 3555
## 1819              UK Collectables, Ltd.    (171) 555-2282
## 1820                L'ordine Souveniers       0522-556555
## 1821           Online Mini Collectables        6175557555
## 1822                    Vida Sport, Ltd       0897-034555
## 1823               Blauer See Auto, Co. +49 69 66 90 2555
## 1824             Toms Spezialitten, Ltd      0221-5554327
## 1825           Volvo Model Replicas, Co      0921-12 3555
## 1826       Motor Mint Distributors Inc.        2155559857
## 1827         Australian Collectors, Co.      03 9520 4555
## 1828              Euro Shopping Channel    (91) 555 94 44
## 1829                Suominen Souveniers   +358 9 8045 555
## 1830              Euro Shopping Channel    (91) 555 94 44
## 1831       Mini Gifts Distributors Ltd.        4155551450
## 1832              Salzburg Collectables         6562-9555
## 1833                      Rovelli Gifts        035-640555
## 1834              Salzburg Collectables         6562-9555
## 1835                   Gift Ideas Corp.        2035554407
## 1836                Mini Creations Ltd.        5085559555
## 1837               Toys of Finland, Co.       90-224 8555
## 1838            Scandinavian Gift Ideas      0695-34 6555
## 1839                       Alpha Cognac        61.77.6555
## 1840     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1841                    Cruz & Sons Co.    +63 2 555 3587
## 1842       Collectable Mini Designs Co.        7605558146
## 1843         Cambridge Collectables Co.        6175555555
## 1844              Euro Shopping Channel    (91) 555 94 44
## 1845         Collectables For Less Inc.        6175558555
## 1846          Norway Gifts By Mail, Co.     +47 2212 1555
## 1847 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 1848            Classic Gift Ideas, Inc        2155554695
## 1849                  giftsbymail.co.uk    (198) 555-8888
## 1850                      Rovelli Gifts        035-640555
## 1851            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1852           Stylish Desk Decors, Co.    (171) 555-0297
## 1853          Souveniers And Things Co.   +61 2 9495 8555
## 1854            Oulu Toy Supplies, Inc.        981-443655
## 1855              Euro Shopping Channel    (91) 555 94 44
## 1856                 Reims Collectables        26.47.1555
## 1857          The Sharp Gifts Warehouse        4085553659
## 1858       Australian Collectables, Ltd    61-9-3844-6555
## 1859                     AV Stores, Co.    (171) 555-1555
## 1860                 Signal Gift Stores        7025551838
## 1861            Anna's Decorations, Ltd      02 9936 8555
## 1862               Heintze Collectables        86 21 3555
## 1863                    Gift Depot Inc.        2035552570
## 1864       Mini Gifts Distributors Ltd.        4155551450
## 1865       Online Diecast Creations Co.        6035558647
## 1866                 Muscle Machine Inc        2125557413
## 1867              Euro Shopping Channel    (91) 555 94 44
## 1868       Collectable Mini Designs Co.        7605558146
## 1869                        Mini Caravy        88.60.1555
## 1870                 Muscle Machine Inc        2125557413
## 1871              Euro Shopping Channel    (91) 555 94 44
## 1872                   Handji Gifts& Co      +65 224 1555
## 1873          Norway Gifts By Mail, Co.     +47 2212 1555
## 1874              Euro Shopping Channel    (91) 555 94 44
## 1875                   FunGiftIdeas.com        5085552555
## 1876                     AV Stores, Co.    (171) 555-1555
## 1877                 Signal Gift Stores        7025551838
## 1878       Mini Gifts Distributors Ltd.        4155551450
## 1879              Euro Shopping Channel    (91) 555 94 44
## 1880          The Sharp Gifts Warehouse        4085553659
## 1881          Souveniers And Things Co.   +61 2 9495 8555
## 1882           Danish Wholesale Imports        31 12 3555
## 1883              Salzburg Collectables         6562-9555
## 1884           Stylish Desk Decors, Co.    (171) 555-0297
## 1885                Mini Creations Ltd.        5085559555
## 1886               Toys of Finland, Co.       90-224 8555
## 1887            Scandinavian Gift Ideas      0695-34 6555
## 1888                       Alpha Cognac        61.77.6555
## 1889     Double Decker Gift Stores, Ltd    (171) 555-7555
## 1890                 Enaco Distributors     (93) 203 4555
## 1891       Collectable Mini Designs Co.        7605558146
## 1892                  Land of Toys Inc.        2125557818
## 1893              Euro Shopping Channel    (91) 555 94 44
## 1894                         Petit Auto      (02) 5554 67
## 1895  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1896 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 1897            Classic Gift Ideas, Inc        2155554695
## 1898                  giftsbymail.co.uk    (198) 555-8888
## 1899           Volvo Model Replicas, Co      0921-12 3555
## 1900            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1901              Euro Shopping Channel    (91) 555 94 44
## 1902            Oulu Toy Supplies, Inc.        981-443655
## 1903       Mini Gifts Distributors Ltd.        4155551450
## 1904       Mini Gifts Distributors Ltd.        4155551450
## 1905          The Sharp Gifts Warehouse        4085553659
## 1906                  Gifts4AllAges.com        6175559555
## 1907                    Cruz & Sons Co.    +63 2 555 3587
## 1908               Marseille Mini Autos        91.24.4555
## 1909       Mini Gifts Distributors Ltd.        4155551450
## 1910         Collectables For Less Inc.        6175558555
## 1911                    Mini Auto Werke         7675-3555
## 1912                       Herkku Gifts     +47 2267 3215
## 1913       Online Diecast Creations Co.        6035558647
## 1914              Euro Shopping Channel    (91) 555 94 44
## 1915              Euro Shopping Channel    (91) 555 94 44
## 1916                    Vida Sport, Ltd       0897-034555
## 1917            Oulu Toy Supplies, Inc.        981-443655
## 1918              UK Collectables, Ltd.    (171) 555-2282
## 1919                L'ordine Souveniers       0522-556555
## 1920                 Signal Gift Stores        7025551838
## 1921                    Vida Sport, Ltd       0897-034555
## 1922          Norway Gifts By Mail, Co.     +47 2212 1555
## 1923             Toms Spezialitten, Ltd      0221-5554327
## 1924                   FunGiftIdeas.com        5085552555
## 1925       Motor Mint Distributors Inc.        2155559857
## 1926         Australian Collectors, Co.      03 9520 4555
## 1927              Euro Shopping Channel    (91) 555 94 44
## 1928                Suominen Souveniers   +358 9 8045 555
## 1929              Euro Shopping Channel    (91) 555 94 44
## 1930       Mini Gifts Distributors Ltd.        4155551450
## 1931                        Mini Caravy        88.60.1555
## 1932              Salzburg Collectables         6562-9555
## 1933                      Rovelli Gifts        035-640555
## 1934              Salzburg Collectables         6562-9555
## 1935                   Gift Ideas Corp.        2035554407
## 1936                Mini Creations Ltd.        5085559555
## 1937               Toys of Finland, Co.       90-224 8555
## 1938               Technics Stores Inc.        6505556809
## 1939                       Alpha Cognac        61.77.6555
## 1940                    Cruz & Sons Co.    +63 2 555 3587
## 1941               Osaka Souveniers Co.  +81 06 6342 5555
## 1942       Collectable Mini Designs Co.        7605558146
## 1943  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 1944          The Sharp Gifts Warehouse        4085553659
## 1945              Euro Shopping Channel    (91) 555 94 44
## 1946                  La Rochelle Gifts        40.67.8555
## 1947          Norway Gifts By Mail, Co.     +47 2212 1555
## 1948 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 1949                      Mini Classics        9145554562
## 1950                  giftsbymail.co.uk    (198) 555-8888
## 1951                      Rovelli Gifts        035-640555
## 1952            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1953           Stylish Desk Decors, Co.    (171) 555-0297
## 1954          Souveniers And Things Co.   +61 2 9495 8555
## 1955            Oulu Toy Supplies, Inc.        981-443655
## 1956              Euro Shopping Channel    (91) 555 94 44
## 1957                 Reims Collectables        26.47.1555
## 1958            Tekni Collectables Inc.        2015559350
## 1959                L'ordine Souveniers       0522-556555
## 1960       Online Diecast Creations Co.        6035558647
## 1961                     AV Stores, Co.    (171) 555-1555
## 1962                 Signal Gift Stores        7025551838
## 1963           Signal Collectibles Ltd.        4155554312
## 1964                      Rovelli Gifts        035-640555
## 1965       Mini Gifts Distributors Ltd.        4155551450
## 1966       Australian Collectables, Ltd    61-9-3844-6555
## 1967                 Muscle Machine Inc        2125557413
## 1968         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 1969             Saveley & Henriot, Co.        78.32.5555
## 1970                    Microscale Inc.        2125551957
## 1971                 Amica Models & Co.       011-4988555
## 1972                   Handji Gifts& Co      +65 224 1555
## 1973         Iberia Gift Imports, Corp.    (95) 555 82 82
## 1974       Mini Gifts Distributors Ltd.        4155551450
## 1975                     AV Stores, Co.    (171) 555-1555
## 1976                 Signal Gift Stores        7025551838
## 1977       Mini Gifts Distributors Ltd.        4155551450
## 1978              Euro Shopping Channel    (91) 555 94 44
## 1979            Tokyo Collectables, Ltd   +81 3 3584 0555
## 1980          Souveniers And Things Co.   +61 2 9495 8555
## 1981              Euro Shopping Channel    (91) 555 94 44
## 1982               Classic Legends Inc.        2125558493
## 1983                 Muscle Machine Inc        2125557413
## 1984                Suominen Souveniers   +358 9 8045 555
## 1985        Australian Gift Network, Co    61-7-3844-6555
## 1986            Dragon Souveniers, Ltd.      +65 221 7555
## 1987                L'ordine Souveniers       0522-556555
## 1988         Iberia Gift Imports, Corp.    (95) 555 82 82
## 1989                      Mini Classics        9145554562
## 1990               Diecast Collectables        6175552555
## 1991            Clover Collections, Co.    +353 1862 1555
## 1992               Blauer See Auto, Co. +49 69 66 90 2555
## 1993              Euro Shopping Channel    (91) 555 94 44
## 1994       Mini Gifts Distributors Ltd.        4155551450
## 1995       Mini Gifts Distributors Ltd.        4155551450
## 1996                  Land of Toys Inc.        2125557818
## 1997               Marta's Replicas Co.        6175558555
## 1998               Heintze Collectables        86 21 3555
## 1999                 Baane Mini Imports        07-98 9555
## 2000          La Corne D'abondance, Co.    (1) 42.34.2555
## 2001                 Muscle Machine Inc        2125557413
## 2002                 Reims Collectables        26.47.1555
## 2003       Mini Gifts Distributors Ltd.        4155551450
## 2004              Euro Shopping Channel    (91) 555 94 44
## 2005              Euro Shopping Channel    (91) 555 94 44
## 2006              Euro Shopping Channel    (91) 555 94 44
## 2007                 Baane Mini Imports        07-98 9555
## 2008         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2009          Souveniers And Things Co.   +61 2 9495 8555
## 2010           Signal Collectibles Ltd.        4155554312
## 2011               Classic Legends Inc.        2125558493
## 2012                      Rovelli Gifts        035-640555
## 2013            Classic Gift Ideas, Inc        2155554695
## 2014       Australian Collectables, Ltd    61-9-3844-6555
## 2015     Canadian Gift Exchange Network    (604) 555-3392
## 2016        West Coast Collectables Co.        3105553722
## 2017         Cambridge Collectables Co.        6175555555
## 2018              Euro Shopping Channel    (91) 555 94 44
## 2019          The Sharp Gifts Warehouse        4085553659
## 2020              Salzburg Collectables         6562-9555
## 2021                 Amica Models & Co.       011-4988555
## 2022            Auto-Moto Classics Inc.        6175558428
## 2023                 Auto Assoc. & Cie.        30.59.8555
## 2024       Mini Gifts Distributors Ltd.        4155551450
## 2025                    Vitachrome Inc.        2125551500
## 2026         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2027              Euro Shopping Channel    (91) 555 94 44
## 2028         Collectables For Less Inc.        6175558555
## 2029       Mini Gifts Distributors Ltd.        4155551450
## 2030                         Petit Auto      (02) 5554 67
## 2031                      Rovelli Gifts        035-640555
## 2032         Australian Collectors, Co.      03 9520 4555
## 2033              Euro Shopping Channel    (91) 555 94 44
## 2034                  Toys4GrownUps.com        6265557265
## 2035               Technics Stores Inc.        6505556809
## 2036               Osaka Souveniers Co.  +81 06 6342 5555
## 2037         Australian Collectors, Co.      03 9520 4555
## 2038  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2039          The Sharp Gifts Warehouse        4085553659
## 2040                    Gift Depot Inc.        2035552570
## 2041                  La Rochelle Gifts        40.67.8555
## 2042          Norway Gifts By Mail, Co.     +47 2212 1555
## 2043            Clover Collections, Co.    +353 1862 1555
## 2044                      Mini Classics        9145554562
## 2045               Technics Stores Inc.        6505556809
## 2046                      Rovelli Gifts        035-640555
## 2047                 Enaco Distributors     (93) 203 4555
## 2048                   Gift Ideas Corp.        2035554407
## 2049          Souveniers And Things Co.   +61 2 9495 8555
## 2050                  La Rochelle Gifts        40.67.8555
## 2051              Euro Shopping Channel    (91) 555 94 44
## 2052                 Reims Collectables        26.47.1555
## 2053            Tekni Collectables Inc.        2015559350
## 2054                L'ordine Souveniers       0522-556555
## 2055                    Cruz & Sons Co.    +63 2 555 3587
## 2056               Marseille Mini Autos        91.24.4555
## 2057       Mini Gifts Distributors Ltd.        4155551450
## 2058         Collectables For Less Inc.        6175558555
## 2059            Anna's Decorations, Ltd      02 9936 8555
## 2060           Daedalus Designs Imports        20.16.1555
## 2061             Toms Spezialitten, Ltd      0221-5554327
## 2062                   Auto Canal Petit    (1) 47.55.6555
## 2063                    Vida Sport, Ltd       0897-034555
## 2064           Danish Wholesale Imports        31 12 3555
## 2065                   Auto Canal Petit    (1) 47.55.6555
## 2066                  Gifts4AllAges.com        6175559555
## 2067           Online Mini Collectables        6175557555
## 2068                    Vida Sport, Ltd       0897-034555
## 2069               Toys of Finland, Co.       90-224 8555
## 2070             Toms Spezialitten, Ltd      0221-5554327
## 2071                    Microscale Inc.        2125551957
## 2072       Motor Mint Distributors Inc.        2155559857
## 2073                 Reims Collectables        26.47.1555
## 2074              Euro Shopping Channel    (91) 555 94 44
## 2075                Suominen Souveniers   +358 9 8045 555
## 2076              Euro Shopping Channel    (91) 555 94 44
## 2077       Mini Gifts Distributors Ltd.        4155551450
## 2078                 Baane Mini Imports        07-98 9555
## 2079          La Corne D'abondance, Co.    (1) 42.34.2555
## 2080         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2081               Technics Stores Inc.        6505556809
## 2082            Oulu Toy Supplies, Inc.        981-443655
## 2083                    Mini Auto Werke         7675-3555
## 2084           Stylish Desk Decors, Co.    (171) 555-0297
## 2085         Iberia Gift Imports, Corp.    (95) 555 82 82
## 2086             Saveley & Henriot, Co.        78.32.5555
## 2087               Diecast Collectables        6175552555
## 2088                   Handji Gifts& Co      +65 224 1555
## 2089       Mini Gifts Distributors Ltd.        4155551450
## 2090                   Super Scale Inc.        2035559545
## 2091                   Handji Gifts& Co      +65 224 1555
## 2092          Souveniers And Things Co.   +61 2 9495 8555
## 2093              Diecast Classics Inc.        2155551555
## 2094            Scandinavian Gift Ideas      0695-34 6555
## 2095               Marta's Replicas Co.        6175558555
## 2096     Canadian Gift Exchange Network    (604) 555-3392
## 2097                    Vitachrome Inc.        2125551500
## 2098       Mini Gifts Distributors Ltd.        4155551450
## 2099         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2100              Euro Shopping Channel    (91) 555 94 44
## 2101       Mini Gifts Distributors Ltd.        4155551450
## 2102       Mini Gifts Distributors Ltd.        4155551450
## 2103       Quebec Home Shopping Network    (514) 555-8054
## 2104                  La Rochelle Gifts        40.67.8555
## 2105                  Land of Toys Inc.        2125557818
## 2106         Australian Collectors, Co.      03 9520 4555
## 2107              Euro Shopping Channel    (91) 555 94 44
## 2108                  Toys4GrownUps.com        6265557265
## 2109               Technics Stores Inc.        6505556809
## 2110                       Herkku Gifts     +47 2267 3215
## 2111               Osaka Souveniers Co.  +81 06 6342 5555
## 2112         Australian Collectors, Co.      03 9520 4555
## 2113  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2114          The Sharp Gifts Warehouse        4085553659
## 2115                    Gift Depot Inc.        2035552570
## 2116                  La Rochelle Gifts        40.67.8555
## 2117               Marta's Replicas Co.        6175558555
## 2118            Clover Collections, Co.    +353 1862 1555
## 2119                      Mini Classics        9145554562
## 2120              Diecast Classics Inc.        2155551555
## 2121                  Land of Toys Inc.        2125557818
## 2122                 Enaco Distributors     (93) 203 4555
## 2123                   Gift Ideas Corp.        2035554407
## 2124                Suominen Souveniers   +358 9 8045 555
## 2125                  La Rochelle Gifts        40.67.8555
## 2126            Dragon Souveniers, Ltd.      +65 221 7555
## 2127            Tekni Collectables Inc.        2015559350
## 2128                L'ordine Souveniers       0522-556555
## 2129                    Cruz & Sons Co.    +63 2 555 3587
## 2130               Marseille Mini Autos        91.24.4555
## 2131       Mini Gifts Distributors Ltd.        4155551450
## 2132                  Toys4GrownUps.com        6265557265
## 2133            Anna's Decorations, Ltd      02 9936 8555
## 2134           Daedalus Designs Imports        20.16.1555
## 2135              Euro Shopping Channel    (91) 555 94 44
## 2136                   Auto Canal Petit    (1) 47.55.6555
## 2137           Daedalus Designs Imports        20.16.1555
## 2138                    Vitachrome Inc.        2125551500
## 2139                   Auto Canal Petit    (1) 47.55.6555
## 2140                  Gifts4AllAges.com        6175559555
## 2141           Online Mini Collectables        6175557555
## 2142               Marta's Replicas Co.        6175558555
## 2143               Toys of Finland, Co.       90-224 8555
## 2144             Toms Spezialitten, Ltd      0221-5554327
## 2145                    Microscale Inc.        2125551957
## 2146       Motor Mint Distributors Inc.        2155559857
## 2147                 Reims Collectables        26.47.1555
## 2148              Euro Shopping Channel    (91) 555 94 44
## 2149               Marseille Mini Autos        91.24.4555
## 2150              Euro Shopping Channel    (91) 555 94 44
## 2151       Mini Gifts Distributors Ltd.        4155551450
## 2152              UK Collectables, Ltd.    (171) 555-2282
## 2153              Euro Shopping Channel    (91) 555 94 44
## 2154          La Corne D'abondance, Co.    (1) 42.34.2555
## 2155                 Muscle Machine Inc        2125557413
## 2156                Suominen Souveniers   +358 9 8045 555
## 2157            Oulu Toy Supplies, Inc.        981-443655
## 2158            Dragon Souveniers, Ltd.      +65 221 7555
## 2159           Stylish Desk Decors, Co.    (171) 555-0297
## 2160         Iberia Gift Imports, Corp.    (95) 555 82 82
## 2161                      Mini Classics        9145554562
## 2162               Diecast Collectables        6175552555
## 2163           Signal Collectibles Ltd.        4155554312
## 2164       Mini Gifts Distributors Ltd.        4155551450
## 2165              Euro Shopping Channel    (91) 555 94 44
## 2166                   Handji Gifts& Co      +65 224 1555
## 2167       Mini Gifts Distributors Ltd.        4155551450
## 2168              Diecast Classics Inc.        2155551555
## 2169                  Land of Toys Inc.        2125557818
## 2170               Marta's Replicas Co.        6175558555
## 2171     Canadian Gift Exchange Network    (604) 555-3392
## 2172                 Baane Mini Imports        07-98 9555
## 2173       Mini Gifts Distributors Ltd.        4155551450
## 2174                 Muscle Machine Inc        2125557413
## 2175                 Reims Collectables        26.47.1555
## 2176       Mini Gifts Distributors Ltd.        4155551450
## 2177              Euro Shopping Channel    (91) 555 94 44
## 2178              Euro Shopping Channel    (91) 555 94 44
## 2179              Euro Shopping Channel    (91) 555 94 44
## 2180                  La Rochelle Gifts        40.67.8555
## 2181              Euro Shopping Channel    (91) 555 94 44
## 2182                       Royale Belge  (071) 23 67 2555
## 2183                 Muscle Machine Inc        2125557413
## 2184       Mini Gifts Distributors Ltd.        4155551450
## 2185        Australian Gift Network, Co    61-7-3844-6555
## 2186            Dragon Souveniers, Ltd.      +65 221 7555
## 2187                L'ordine Souveniers       0522-556555
## 2188         Iberia Gift Imports, Corp.    (95) 555 82 82
## 2189                      Mini Classics        9145554562
## 2190               Diecast Collectables        6175552555
## 2191            Clover Collections, Co.    +353 1862 1555
## 2192               Blauer See Auto, Co. +49 69 66 90 2555
## 2193                Suominen Souveniers   +358 9 8045 555
## 2194              Diecast Classics Inc.        2155551555
## 2195       Mini Gifts Distributors Ltd.        4155551450
## 2196                  Land of Toys Inc.        2125557818
## 2197                     AV Stores, Co.    (171) 555-1555
## 2198               Heintze Collectables        86 21 3555
## 2199                 Baane Mini Imports        07-98 9555
## 2200          La Corne D'abondance, Co.    (1) 42.34.2555
## 2201              Euro Shopping Channel    (91) 555 94 44
## 2202                 Reims Collectables        26.47.1555
## 2203       Mini Gifts Distributors Ltd.        4155551450
## 2204              Euro Shopping Channel    (91) 555 94 44
## 2205              Euro Shopping Channel    (91) 555 94 44
## 2206                    Gift Depot Inc.        2035552570
## 2207                 Baane Mini Imports        07-98 9555
## 2208       Mini Gifts Distributors Ltd.        4155551450
## 2209         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2210               Technics Stores Inc.        6505556809
## 2211            Dragon Souveniers, Ltd.      +65 221 7555
## 2212                    Mini Auto Werke         7675-3555
## 2213           Stylish Desk Decors, Co.    (171) 555-0297
## 2214            Classic Gift Ideas, Inc        2155554695
## 2215             Saveley & Henriot, Co.        78.32.5555
## 2216     Canadian Gift Exchange Network    (604) 555-3392
## 2217                   Handji Gifts& Co      +65 224 1555
## 2218       Mini Gifts Distributors Ltd.        4155551450
## 2219                   Super Scale Inc.        2035559545
## 2220            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2221          Souveniers And Things Co.   +61 2 9495 8555
## 2222              Diecast Classics Inc.        2155551555
## 2223            Scandinavian Gift Ideas      0695-34 6555
## 2224                 Auto Assoc. & Cie.        30.59.8555
## 2225     Canadian Gift Exchange Network    (604) 555-3392
## 2226                    Vitachrome Inc.        2125551500
## 2227         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2228              Euro Shopping Channel    (91) 555 94 44
## 2229            Anna's Decorations, Ltd      02 9936 8555
## 2230       Mini Gifts Distributors Ltd.        4155551450
## 2231       Quebec Home Shopping Network    (514) 555-8054
## 2232              Euro Shopping Channel    (91) 555 94 44
## 2233                      Rovelli Gifts        035-640555
## 2234         Australian Collectors, Co.      03 9520 4555
## 2235              Euro Shopping Channel    (91) 555 94 44
## 2236                       Royale Belge  (071) 23 67 2555
## 2237               Technics Stores Inc.        6505556809
## 2238               Osaka Souveniers Co.  +81 06 6342 5555
## 2239         Australian Collectors, Co.      03 9520 4555
## 2240  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2241          The Sharp Gifts Warehouse        4085553659
## 2242              Euro Shopping Channel    (91) 555 94 44
## 2243                  La Rochelle Gifts        40.67.8555
## 2244          Norway Gifts By Mail, Co.     +47 2212 1555
## 2245            Clover Collections, Co.    +353 1862 1555
## 2246                      Mini Classics        9145554562
## 2247                  giftsbymail.co.uk    (198) 555-8888
## 2248                      Rovelli Gifts        035-640555
## 2249                 Enaco Distributors     (93) 203 4555
## 2250                   Gift Ideas Corp.        2035554407
## 2251          Souveniers And Things Co.   +61 2 9495 8555
## 2252                  La Rochelle Gifts        40.67.8555
## 2253                   FunGiftIdeas.com        5085552555
## 2254                 Reims Collectables        26.47.1555
## 2255            Tekni Collectables Inc.        2015559350
## 2256                L'ordine Souveniers       0522-556555
## 2257                    Cruz & Sons Co.    +63 2 555 3587
## 2258                 Reims Collectables        26.47.1555
## 2259       Mini Gifts Distributors Ltd.        4155551450
## 2260                  Toys4GrownUps.com        6265557265
## 2261            Anna's Decorations, Ltd      02 9936 8555
## 2262           Daedalus Designs Imports        20.16.1555
## 2263              Euro Shopping Channel    (91) 555 94 44
## 2264                   Auto Canal Petit    (1) 47.55.6555
## 2265           Daedalus Designs Imports        20.16.1555
## 2266                    Vitachrome Inc.        2125551500
## 2267                   Auto Canal Petit    (1) 47.55.6555
## 2268                  Gifts4AllAges.com        6175559555
## 2269           Online Mini Collectables        6175557555
## 2270               Marta's Replicas Co.        6175558555
## 2271               Toys of Finland, Co.       90-224 8555
## 2272                 Baane Mini Imports        07-98 9555
## 2273                    Microscale Inc.        2125551957
## 2274       Motor Mint Distributors Inc.        2155559857
## 2275              Salzburg Collectables         6562-9555
## 2276              Euro Shopping Channel    (91) 555 94 44
## 2277                Mini Creations Ltd.        5085559555
## 2278                  La Rochelle Gifts        40.67.8555
## 2279       Mini Gifts Distributors Ltd.        4155551450
## 2280              UK Collectables, Ltd.    (171) 555-2282
## 2281                      Rovelli Gifts        035-640555
## 2282         Australian Collectors, Co.      03 9520 4555
## 2283              Euro Shopping Channel    (91) 555 94 44
## 2284                Mini Creations Ltd.        5085559555
## 2285              Euro Shopping Channel    (91) 555 94 44
## 2286               Technics Stores Inc.        6505556809
## 2287        West Coast Collectables Co.        3105553722
## 2288               Osaka Souveniers Co.  +81 06 6342 5555
## 2289         Australian Collectors, Co.      03 9520 4555
## 2290  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2291          The Sharp Gifts Warehouse        4085553659
## 2292              Euro Shopping Channel    (91) 555 94 44
## 2293                  La Rochelle Gifts        40.67.8555
## 2294          Norway Gifts By Mail, Co.     +47 2212 1555
## 2295 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2296                      Mini Classics        9145554562
## 2297                  giftsbymail.co.uk    (198) 555-8888
## 2298                      Rovelli Gifts        035-640555
## 2299                 Enaco Distributors     (93) 203 4555
## 2300                   Gift Ideas Corp.        2035554407
## 2301          Souveniers And Things Co.   +61 2 9495 8555
## 2302                  La Rochelle Gifts        40.67.8555
## 2303                   FunGiftIdeas.com        5085552555
## 2304                 Reims Collectables        26.47.1555
## 2305            Tekni Collectables Inc.        2015559350
## 2306                L'ordine Souveniers       0522-556555
## 2307              Euro Shopping Channel    (91) 555 94 44
## 2308               Classic Legends Inc.        2125558493
## 2309                 Muscle Machine Inc        2125557413
## 2310                Suominen Souveniers   +358 9 8045 555
## 2311            Oulu Toy Supplies, Inc.        981-443655
## 2312            Dragon Souveniers, Ltd.      +65 221 7555
## 2313                L'ordine Souveniers       0522-556555
## 2314         Iberia Gift Imports, Corp.    (95) 555 82 82
## 2315                      Mini Classics        9145554562
## 2316               Diecast Collectables        6175552555
## 2317            Clover Collections, Co.    +353 1862 1555
## 2318               Blauer See Auto, Co. +49 69 66 90 2555
## 2319              Euro Shopping Channel    (91) 555 94 44
## 2320                   Handji Gifts& Co      +65 224 1555
## 2321       Mini Gifts Distributors Ltd.        4155551450
## 2322       Mini Gifts Distributors Ltd.        4155551450
## 2323                  Land of Toys Inc.        2125557818
## 2324               Marta's Replicas Co.        6175558555
## 2325               Heintze Collectables        86 21 3555
## 2326                 Baane Mini Imports        07-98 9555
## 2327          La Corne D'abondance, Co.    (1) 42.34.2555
## 2328              Euro Shopping Channel    (91) 555 94 44
## 2329                 Reims Collectables        26.47.1555
## 2330       Mini Gifts Distributors Ltd.        4155551450
## 2331              Euro Shopping Channel    (91) 555 94 44
## 2332                    Lyon Souveniers  +33 1 46 62 7555
## 2333              Euro Shopping Channel    (91) 555 94 44
## 2334                  La Rochelle Gifts        40.67.8555
## 2335              Euro Shopping Channel    (91) 555 94 44
## 2336            Dragon Souveniers, Ltd.      +65 221 7555
## 2337                 Muscle Machine Inc        2125557413
## 2338       Mini Gifts Distributors Ltd.        4155551450
## 2339              Euro Shopping Channel    (91) 555 94 44
## 2340            Dragon Souveniers, Ltd.      +65 221 7555
## 2341                L'ordine Souveniers       0522-556555
## 2342                Mini Creations Ltd.        5085559555
## 2343                   Super Scale Inc.        2035559545
## 2344             Saveley & Henriot, Co.        78.32.5555
## 2345            Clover Collections, Co.    +353 1862 1555
## 2346               Blauer See Auto, Co. +49 69 66 90 2555
## 2347                Suominen Souveniers   +358 9 8045 555
## 2348              Diecast Classics Inc.        2155551555
## 2349       Mini Gifts Distributors Ltd.        4155551450
## 2350                  Land of Toys Inc.        2125557818
## 2351                     AV Stores, Co.    (171) 555-1555
## 2352               Heintze Collectables        86 21 3555
## 2353                 Baane Mini Imports        07-98 9555
## 2354               Classic Legends Inc.        2125558493
## 2355              Euro Shopping Channel    (91) 555 94 44
## 2356                 Reims Collectables        26.47.1555
## 2357            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2358              Euro Shopping Channel    (91) 555 94 44
## 2359                    Lyon Souveniers  +33 1 46 62 7555
## 2360                    Gift Depot Inc.        2035552570
## 2361                    Cruz & Sons Co.    +63 2 555 3587
## 2362                 Reims Collectables        26.47.1555
## 2363       Mini Gifts Distributors Ltd.        4155551450
## 2364                  Toys4GrownUps.com        6265557265
## 2365            Anna's Decorations, Ltd      02 9936 8555
## 2366           Daedalus Designs Imports        20.16.1555
## 2367              Euro Shopping Channel    (91) 555 94 44
## 2368                   Auto Canal Petit    (1) 47.55.6555
## 2369           Daedalus Designs Imports        20.16.1555
## 2370                    Vitachrome Inc.        2125551500
## 2371                   Auto Canal Petit    (1) 47.55.6555
## 2372                  Gifts4AllAges.com        6175559555
## 2373           Online Mini Collectables        6175557555
## 2374               Marta's Replicas Co.        6175558555
## 2375               Toys of Finland, Co.       90-224 8555
## 2376                 Baane Mini Imports        07-98 9555
## 2377                    Microscale Inc.        2125551957
## 2378       Motor Mint Distributors Inc.        2155559857
## 2379              Salzburg Collectables         6562-9555
## 2380                    Lyon Souveniers  +33 1 46 62 7555
## 2381                Mini Creations Ltd.        5085559555
## 2382                  La Rochelle Gifts        40.67.8555
## 2383       Mini Gifts Distributors Ltd.        4155551450
## 2384              UK Collectables, Ltd.    (171) 555-2282
## 2385           Danish Wholesale Imports        31 12 3555
## 2386              Salzburg Collectables         6562-9555
## 2387           Stylish Desk Decors, Co.    (171) 555-0297
## 2388       Mini Gifts Distributors Ltd.        4155551450
## 2389              Euro Shopping Channel    (91) 555 94 44
## 2390            Scandinavian Gift Ideas      0695-34 6555
## 2391                        CAF Imports   +34 913 728 555
## 2392                Mini Creations Ltd.        5085559555
## 2393                 Enaco Distributors     (93) 203 4555
## 2394             Saveley & Henriot, Co.        78.32.5555
## 2395       Collectable Mini Designs Co.        7605558146
## 2396            Tekni Collectables Inc.        2015559350
## 2397                  Land of Toys Inc.        2125557818
## 2398       Quebec Home Shopping Network    (514) 555-8054
## 2399                         Petit Auto      (02) 5554 67
## 2400  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2401                  Gifts4AllAges.com        6175559555
## 2402                     AV Stores, Co.    (171) 555-1555
## 2403                  La Rochelle Gifts        40.67.8555
## 2404           Volvo Model Replicas, Co      0921-12 3555
## 2405            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2406              Euro Shopping Channel    (91) 555 94 44
## 2407            Oulu Toy Supplies, Inc.        981-443655
## 2408       Mini Gifts Distributors Ltd.        4155551450
## 2409       Mini Gifts Distributors Ltd.        4155551450
## 2410                  Gifts4AllAges.com        6175559555
## 2411                      Rovelli Gifts        035-640555
## 2412         Australian Collectors, Co.      03 9520 4555
## 2413              Euro Shopping Channel    (91) 555 94 44
## 2414                Mini Creations Ltd.        5085559555
## 2415              Euro Shopping Channel    (91) 555 94 44
## 2416               Technics Stores Inc.        6505556809
## 2417        West Coast Collectables Co.        3105553722
## 2418               Osaka Souveniers Co.  +81 06 6342 5555
## 2419         Australian Collectors, Co.      03 9520 4555
## 2420  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2421          The Sharp Gifts Warehouse        4085553659
## 2422              Euro Shopping Channel    (91) 555 94 44
## 2423                  La Rochelle Gifts        40.67.8555
## 2424          Norway Gifts By Mail, Co.     +47 2212 1555
## 2425 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2426                      Mini Classics        9145554562
## 2427                  giftsbymail.co.uk    (198) 555-8888
## 2428                      Rovelli Gifts        035-640555
## 2429                 Enaco Distributors     (93) 203 4555
## 2430                   Gift Ideas Corp.        2035554407
## 2431          Souveniers And Things Co.   +61 2 9495 8555
## 2432                  La Rochelle Gifts        40.67.8555
## 2433                   FunGiftIdeas.com        5085552555
## 2434                 Reims Collectables        26.47.1555
## 2435            Tekni Collectables Inc.        2015559350
## 2436                L'ordine Souveniers       0522-556555
## 2437           Danish Wholesale Imports        31 12 3555
## 2438            Dragon Souveniers, Ltd.      +65 221 7555
## 2439              Euro Shopping Channel    (91) 555 94 44
## 2440       Mini Gifts Distributors Ltd.        4155551450
## 2441              Euro Shopping Channel    (91) 555 94 44
## 2442                   FunGiftIdeas.com        5085552555
## 2443                        CAF Imports   +34 913 728 555
## 2444                Mini Creations Ltd.        5085559555
## 2445                   Super Scale Inc.        2035559545
## 2446             Saveley & Henriot, Co.        78.32.5555
## 2447                         Petit Auto      (02) 5554 67
## 2448                  giftsbymail.co.uk    (198) 555-8888
## 2449                  Land of Toys Inc.        2125557818
## 2450                         Petit Auto      (02) 5554 67
## 2451       Mini Gifts Distributors Ltd.        4155551450
## 2452                 Amica Models & Co.       011-4988555
## 2453                     AV Stores, Co.    (171) 555-1555
## 2454               Heintze Collectables        86 21 3555
## 2455           Danish Wholesale Imports        31 12 3555
## 2456               Classic Legends Inc.        2125558493
## 2457              Euro Shopping Channel    (91) 555 94 44
## 2458            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2459                       Alpha Cognac        61.77.6555
## 2460                  Gifts4AllAges.com        6175559555
## 2461                      Rovelli Gifts        035-640555
## 2462              Salzburg Collectables         6562-9555
## 2463                   Gift Ideas Corp.        2035554407
## 2464                Mini Creations Ltd.        5085559555
## 2465               Toys of Finland, Co.       90-224 8555
## 2466            Scandinavian Gift Ideas      0695-34 6555
## 2467                       Alpha Cognac        61.77.6555
## 2468     Double Decker Gift Stores, Ltd    (171) 555-7555
## 2469                 Enaco Distributors     (93) 203 4555
## 2470       Collectable Mini Designs Co.        7605558146
## 2471         Cambridge Collectables Co.        6175555555
## 2472              Euro Shopping Channel    (91) 555 94 44
## 2473         Collectables For Less Inc.        6175558555
## 2474  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2475 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2476            Classic Gift Ideas, Inc        2155554695
## 2477                  giftsbymail.co.uk    (198) 555-8888
## 2478                      Rovelli Gifts        035-640555
## 2479            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2480            Auto-Moto Classics Inc.        6175558428
## 2481          Souveniers And Things Co.   +61 2 9495 8555
## 2482            Oulu Toy Supplies, Inc.        981-443655
## 2483              Euro Shopping Channel    (91) 555 94 44
## 2484                 Reims Collectables        26.47.1555
## 2485          The Sharp Gifts Warehouse        4085553659
## 2486       Australian Collectables, Ltd    61-9-3844-6555
## 2487                      Rovelli Gifts        035-640555
## 2488         Australian Collectors, Co.      03 9520 4555
## 2489                   Gift Ideas Corp.        2035554407
## 2490                Mini Creations Ltd.        5085559555
## 2491               Toys of Finland, Co.       90-224 8555
## 2492               Technics Stores Inc.        6505556809
## 2493                       Alpha Cognac        61.77.6555
## 2494                    Cruz & Sons Co.    +63 2 555 3587
## 2495               Osaka Souveniers Co.  +81 06 6342 5555
## 2496       Collectable Mini Designs Co.        7605558146
## 2497  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2498          The Sharp Gifts Warehouse        4085553659
## 2499              Euro Shopping Channel    (91) 555 94 44
## 2500                  La Rochelle Gifts        40.67.8555
## 2501          Norway Gifts By Mail, Co.     +47 2212 1555
## 2502 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2503                      Mini Classics        9145554562
## 2504                  giftsbymail.co.uk    (198) 555-8888
## 2505                      Rovelli Gifts        035-640555
## 2506                 Enaco Distributors     (93) 203 4555
## 2507            Auto-Moto Classics Inc.        6175558428
## 2508          Souveniers And Things Co.   +61 2 9495 8555
## 2509                  La Rochelle Gifts        40.67.8555
## 2510              Euro Shopping Channel    (91) 555 94 44
## 2511                 Reims Collectables        26.47.1555
## 2512            Tekni Collectables Inc.        2015559350
## 2513                L'ordine Souveniers       0522-556555
## 2514           Danish Wholesale Imports        31 12 3555
## 2515              Salzburg Collectables         6562-9555
## 2516           Stylish Desk Decors, Co.    (171) 555-0297
## 2517                Mini Creations Ltd.        5085559555
## 2518                  Boards & Toys Co.        3105552373
## 2519            Scandinavian Gift Ideas      0695-34 6555
## 2520                        CAF Imports   +34 913 728 555
## 2521                Mini Creations Ltd.        5085559555
## 2522                 Enaco Distributors     (93) 203 4555
## 2523             Saveley & Henriot, Co.        78.32.5555
## 2524       Collectable Mini Designs Co.        7605558146
## 2525            Tekni Collectables Inc.        2015559350
## 2526                  Land of Toys Inc.        2125557818
## 2527       Quebec Home Shopping Network    (514) 555-8054
## 2528                         Petit Auto      (02) 5554 67
## 2529  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2530                  Gifts4AllAges.com        6175559555
## 2531                     AV Stores, Co.    (171) 555-1555
## 2532                  giftsbymail.co.uk    (198) 555-8888
## 2533           Danish Wholesale Imports        31 12 3555
## 2534            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2535              Euro Shopping Channel    (91) 555 94 44
## 2536            Oulu Toy Supplies, Inc.        981-443655
## 2537              Euro Shopping Channel    (91) 555 94 44
## 2538                       Alpha Cognac        61.77.6555
## 2539                  Gifts4AllAges.com        6175559555
## 2540                 Baane Mini Imports        07-98 9555
## 2541          La Corne D'abondance, Co.    (1) 42.34.2555
## 2542         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2543               Technics Stores Inc.        6505556809
## 2544            Dragon Souveniers, Ltd.      +65 221 7555
## 2545                    Mini Auto Werke         7675-3555
## 2546           Stylish Desk Decors, Co.    (171) 555-0297
## 2547            Classic Gift Ideas, Inc        2155554695
## 2548             Saveley & Henriot, Co.        78.32.5555
## 2549     Canadian Gift Exchange Network    (604) 555-3392
## 2550                   Handji Gifts& Co      +65 224 1555
## 2551       Mini Gifts Distributors Ltd.        4155551450
## 2552                   Super Scale Inc.        2035559545
## 2553            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2554          Souveniers And Things Co.   +61 2 9495 8555
## 2555              Diecast Classics Inc.        2155551555
## 2556            Scandinavian Gift Ideas      0695-34 6555
## 2557                 Auto Assoc. & Cie.        30.59.8555
## 2558     Canadian Gift Exchange Network    (604) 555-3392
## 2559                    Vitachrome Inc.        2125551500
## 2560          La Corne D'abondance, Co.    (1) 42.34.2555
## 2561         Corrida Auto Replicas, Ltd    (91) 555 22 82
## 2562              Euro Shopping Channel    (91) 555 94 44
## 2563       Mini Gifts Distributors Ltd.        4155551450
## 2564       Mini Gifts Distributors Ltd.        4155551450
## 2565       Quebec Home Shopping Network    (514) 555-8054
## 2566              Euro Shopping Channel    (91) 555 94 44
## 2567                      Rovelli Gifts        035-640555
## 2568         Australian Collectors, Co.      03 9520 4555
## 2569              Euro Shopping Channel    (91) 555 94 44
## 2570                  Toys4GrownUps.com        6265557265
## 2571               Technics Stores Inc.        6505556809
## 2572                       Herkku Gifts     +47 2267 3215
## 2573               Osaka Souveniers Co.  +81 06 6342 5555
## 2574         Australian Collectors, Co.      03 9520 4555
## 2575  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2576          The Sharp Gifts Warehouse        4085553659
## 2577                    Gift Depot Inc.        2035552570
## 2578                  La Rochelle Gifts        40.67.8555
## 2579               Marta's Replicas Co.        6175558555
## 2580            Clover Collections, Co.    +353 1862 1555
## 2581                      Mini Classics        9145554562
## 2582              Diecast Classics Inc.        2155551555
## 2583                      Rovelli Gifts        035-640555
## 2584                 Enaco Distributors     (93) 203 4555
## 2585                   Gift Ideas Corp.        2035554407
## 2586          Souveniers And Things Co.   +61 2 9495 8555
## 2587                  La Rochelle Gifts        40.67.8555
## 2588                   FunGiftIdeas.com        5085552555
## 2589                 Reims Collectables        26.47.1555
## 2590            Tekni Collectables Inc.        2015559350
## 2591                L'ordine Souveniers       0522-556555
## 2592                      Rovelli Gifts        035-640555
## 2593         Australian Collectors, Co.      03 9520 4555
## 2594                Mini Creations Ltd.        5085559555
## 2595               Toys of Finland, Co.       90-224 8555
## 2596               Technics Stores Inc.        6505556809
## 2597        West Coast Collectables Co.        3105553722
## 2598               Osaka Souveniers Co.  +81 06 6342 5555
## 2599         Australian Collectors, Co.      03 9520 4555
## 2600  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2601          The Sharp Gifts Warehouse        4085553659
## 2602              Euro Shopping Channel    (91) 555 94 44
## 2603                  La Rochelle Gifts        40.67.8555
## 2604          Norway Gifts By Mail, Co.     +47 2212 1555
## 2605 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2606                      Mini Classics        9145554562
## 2607                  giftsbymail.co.uk    (198) 555-8888
## 2608                      Rovelli Gifts        035-640555
## 2609              Salzburg Collectables         6562-9555
## 2610                   Gift Ideas Corp.        2035554407
## 2611          Souveniers And Things Co.   +61 2 9495 8555
## 2612                  La Rochelle Gifts        40.67.8555
## 2613              Euro Shopping Channel    (91) 555 94 44
## 2614                 Reims Collectables        26.47.1555
## 2615            Tekni Collectables Inc.        2015559350
## 2616                L'ordine Souveniers       0522-556555
## 2617           Danish Wholesale Imports        31 12 3555
## 2618                 Enaco Distributors     (93) 203 4555
## 2619           Stylish Desk Decors, Co.    (171) 555-0297
## 2620       Mini Gifts Distributors Ltd.        4155551450
## 2621              Euro Shopping Channel    (91) 555 94 44
## 2622            Scandinavian Gift Ideas      0695-34 6555
## 2623                        CAF Imports   +34 913 728 555
## 2624                Mini Creations Ltd.        5085559555
## 2625                 Enaco Distributors     (93) 203 4555
## 2626             Saveley & Henriot, Co.        78.32.5555
## 2627       Collectable Mini Designs Co.        7605558146
## 2628                  giftsbymail.co.uk    (198) 555-8888
## 2629                  Land of Toys Inc.        2125557818
## 2630       Quebec Home Shopping Network    (514) 555-8054
## 2631                         Petit Auto      (02) 5554 67
## 2632  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2633                  Gifts4AllAges.com        6175559555
## 2634                     AV Stores, Co.    (171) 555-1555
## 2635                  La Rochelle Gifts        40.67.8555
## 2636           Danish Wholesale Imports        31 12 3555
## 2637               Classic Legends Inc.        2125558493
## 2638              Euro Shopping Channel    (91) 555 94 44
## 2639            Oulu Toy Supplies, Inc.        981-443655
## 2640              Euro Shopping Channel    (91) 555 94 44
## 2641                       Alpha Cognac        61.77.6555
## 2642                  Gifts4AllAges.com        6175559555
## 2643           Danish Wholesale Imports        31 12 3555
## 2644            Dragon Souveniers, Ltd.      +65 221 7555
## 2645           Stylish Desk Decors, Co.    (171) 555-0297
## 2646       Mini Gifts Distributors Ltd.        4155551450
## 2647              Euro Shopping Channel    (91) 555 94 44
## 2648            Scandinavian Gift Ideas      0695-34 6555
## 2649                        CAF Imports   +34 913 728 555
## 2650                Mini Creations Ltd.        5085559555
## 2651                 Enaco Distributors     (93) 203 4555
## 2652             Saveley & Henriot, Co.        78.32.5555
## 2653       Collectable Mini Designs Co.        7605558146
## 2654                  giftsbymail.co.uk    (198) 555-8888
## 2655                  Land of Toys Inc.        2125557818
## 2656       Quebec Home Shopping Network    (514) 555-8054
## 2657                         Petit Auto      (02) 5554 67
## 2658  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2659           Online Mini Collectables        6175557555
## 2660                     AV Stores, Co.    (171) 555-1555
## 2661                  La Rochelle Gifts        40.67.8555
## 2662           Danish Wholesale Imports        31 12 3555
## 2663               Classic Legends Inc.        2125558493
## 2664              Euro Shopping Channel    (91) 555 94 44
## 2665            Oulu Toy Supplies, Inc.        981-443655
## 2666              Euro Shopping Channel    (91) 555 94 44
## 2667                       Alpha Cognac        61.77.6555
## 2668                  Gifts4AllAges.com        6175559555
## 2669                      Rovelli Gifts        035-640555
## 2670              Salzburg Collectables         6562-9555
## 2671                   Gift Ideas Corp.        2035554407
## 2672                Mini Creations Ltd.        5085559555
## 2673               Toys of Finland, Co.       90-224 8555
## 2674               Technics Stores Inc.        6505556809
## 2675                       Alpha Cognac        61.77.6555
## 2676                    Cruz & Sons Co.    +63 2 555 3587
## 2677               Osaka Souveniers Co.  +81 06 6342 5555
## 2678       Collectable Mini Designs Co.        7605558146
## 2679  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2680          The Sharp Gifts Warehouse        4085553659
## 2681              Euro Shopping Channel    (91) 555 94 44
## 2682                  La Rochelle Gifts        40.67.8555
## 2683          Norway Gifts By Mail, Co.     +47 2212 1555
## 2684 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2685                      Mini Classics        9145554562
## 2686                  giftsbymail.co.uk    (198) 555-8888
## 2687                      Rovelli Gifts        035-640555
## 2688            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2689            Auto-Moto Classics Inc.        6175558428
## 2690          Souveniers And Things Co.   +61 2 9495 8555
## 2691            Oulu Toy Supplies, Inc.        981-443655
## 2692              Euro Shopping Channel    (91) 555 94 44
## 2693                 Reims Collectables        26.47.1555
## 2694            Tekni Collectables Inc.        2015559350
## 2695                L'ordine Souveniers       0522-556555
## 2696                      Rovelli Gifts        035-640555
## 2697              Salzburg Collectables         6562-9555
## 2698                   Gift Ideas Corp.        2035554407
## 2699                Mini Creations Ltd.        5085559555
## 2700               Toys of Finland, Co.       90-224 8555
## 2701            Scandinavian Gift Ideas      0695-34 6555
## 2702                       Alpha Cognac        61.77.6555
## 2703     Double Decker Gift Stores, Ltd    (171) 555-7555
## 2704                 Enaco Distributors     (93) 203 4555
## 2705       Collectable Mini Designs Co.        7605558146
## 2706         Cambridge Collectables Co.        6175555555
## 2707              Euro Shopping Channel    (91) 555 94 44
## 2708         Collectables For Less Inc.        6175558555
## 2709  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2710 Bavarian Collectables Imports, Co. +49 89 61 08 9555
## 2711            Classic Gift Ideas, Inc        2155554695
## 2712                  giftsbymail.co.uk    (198) 555-8888
## 2713                  Land of Toys Inc.        2125557818
## 2714            Tokyo Collectables, Ltd   +81 3 3584 0555
## 2715            Auto-Moto Classics Inc.        6175558428
## 2716          Souveniers And Things Co.   +61 2 9495 8555
## 2717            Oulu Toy Supplies, Inc.        981-443655
## 2718              Euro Shopping Channel    (91) 555 94 44
## 2719                 Reims Collectables        26.47.1555
## 2720          The Sharp Gifts Warehouse        4085553659
## 2721       Australian Collectables, Ltd    61-9-3844-6555
## 2722           Danish Wholesale Imports        31 12 3555
## 2723            Dragon Souveniers, Ltd.      +65 221 7555
## 2724           Stylish Desk Decors, Co.    (171) 555-0297
## 2725       Mini Gifts Distributors Ltd.        4155551450
## 2726              Euro Shopping Channel    (91) 555 94 44
## 2727            Scandinavian Gift Ideas      0695-34 6555
## 2728                        CAF Imports   +34 913 728 555
## 2729                Mini Creations Ltd.        5085559555
## 2730                 Enaco Distributors     (93) 203 4555
## 2731             Saveley & Henriot, Co.        78.32.5555
## 2732       Collectable Mini Designs Co.        7605558146
## 2733                  giftsbymail.co.uk    (198) 555-8888
## 2734                  Land of Toys Inc.        2125557818
## 2735       Quebec Home Shopping Network    (514) 555-8054
## 2736                         Petit Auto      (02) 5554 67
## 2737  Royal Canadian Collectables, Ltd.    (604) 555-4555
## 2738                 Amica Models & Co.       011-4988555
## 2739                     AV Stores, Co.    (171) 555-1555
## 2740                  La Rochelle Gifts        40.67.8555
## 2741           Danish Wholesale Imports        31 12 3555
## 2742               Classic Legends Inc.        2125558493
## 2743              Euro Shopping Channel    (91) 555 94 44
## 2744            Oulu Toy Supplies, Inc.        981-443655
## 2745              Euro Shopping Channel    (91) 555 94 44
## 2746                       Alpha Cognac        61.77.6555
## 2747                  Gifts4AllAges.com        6175559555
##                                    ADDRESSLINE1           CITY POSTALCODE
## 1                       897 Long Airport Avenue            NYC      10022
## 2                            59 rue de l'Abbaye          Reims      51100
## 3                 27 rue du Colonel Pierre Avia          Paris      75508
## 4                            78934 Hillside Dr.       Pasadena      90003
## 5                             9408 Furth Circle     Burlingame      94217
## 6                       184, chausse de Tournai          Lille      59000
## 7                   Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 8                             25, rue Lauriston          Paris      75016
## 9                             636 St Kilda Road      Melbourne       3004
## 10                            2678 Kingston Rd.            NYC      10022
## 11                                7476 Moss Rd.         Newark      94019
## 12                          25593 South Bay Ln.    Bridgewater      97562
## 13                 67, rue des Cinquante Otages         Nantes      44000
## 14                          39323 Spinnaker Dr.      Cambridge      51247
## 15                                Keskuskatu 45       Helsinki      21240
## 16                       Erling Skakkes gate 78        Stavern       4110
## 17                             7586 Pompton St.      Allentown      70267
## 18                      897 Long Airport Avenue            NYC      10022
## 19                                  Geislweg 14       Salzburg       5020
## 20      Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 21                 67, rue des Cinquante Otages         Nantes      44000
## 22                            1785 First Street    New Bedford      50553
## 23                 Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 24                           C/ Moralzarzal, 86         Madrid      28034
## 25                       Erling Skakkes gate 78        Stavern       4110
## 26                         Berguvsv\u0084gen  8           Lule   S-958 22
## 27                               C/ Araquil, 67         Madrid      28023
## 28                            9408 Furth Circle     Burlingame      94217
## 29         Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 30                             5905 Pompton St.            NYC      10022
## 31                       31 Duncan St. West End South Brisbane       4101
## 32                             782 First Street   Philadelphia      71270
## 33                           2, rue du Commerce           Lyon      69004
## 34                                 1900 Oak St.      Vancouver    V3F 2K1
## 35                            3675 Furth Circle        Burbank      94019
## 36                               4658 Baden Av.      Cambridge      51247
## 37                     567 North Pendale Street      New Haven      97823
## 38                               2-2-8 Roppongi      Minato-ku   106-0032
## 39      Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 40                          Via Monte Bianco 34         Torino      10100
## 41                                 ?kergatan 24          Boras   S-844 67
## 42                       67, avenue de l'Europe     Versailles      78000
## 43                              5677 Strong St.     San Rafael      97562
## 44                     2304 Long Airport Avenue         Nashua      62005
## 45                            636 St Kilda Road      Melbourne       3004
## 46                              5677 Strong St.     San Rafael      97562
## 47                             7825 Douglas Av.     Brickhaven      58339
## 48                            201 Miller Street   North Sydney       2060
## 49                           43 rue St. Laurent       Montreal    H1J 1C3
## 50                           C/ Moralzarzal, 86         Madrid      28034
## 51                      897 Long Airport Avenue            NYC      10022
## 52                            636 St Kilda Road      Melbourne       3004
## 53                27 rue du Colonel Pierre Avia          Paris      75508
## 54                           78934 Hillside Dr.       Pasadena      90003
## 55                            9408 Furth Circle     Burlingame      94217
## 56                      184, chausse de Tournai          Lille      59000
## 57                  Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 58     Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 59                            636 St Kilda Road      Melbourne       3004
## 60                            11328 Douglas Av.   Philadelphia      71270
## 61                                7476 Moss Rd.         Newark      94019
## 62                          25593 South Bay Ln.    Bridgewater      97562
## 63                 67, rue des Cinquante Otages         Nantes      44000
## 64                          39323 Spinnaker Dr.      Cambridge      51247
## 65                               54, rue Royale         Nantes      44000
## 66                    3758 North Pendale Street   White Plains      24067
## 67                             7586 Pompton St.      Allentown      70267
## 68                      897 Long Airport Avenue            NYC      10022
## 69                               2-2-8 Roppongi      Minato-ku   106-0032
## 70      Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 71                       31 Duncan St. West End South Brisbane       4101
## 72                            1785 First Street    New Bedford      50553
## 73                            25, rue Lauriston          Paris      75016
## 74                           C/ Moralzarzal, 86         Madrid      28034
## 75                      897 Long Airport Avenue            NYC      10022
## 76                            636 St Kilda Road      Melbourne       3004
## 77                27 rue du Colonel Pierre Avia          Paris      75508
## 78                           78934 Hillside Dr.       Pasadena      90003
## 79                            9408 Furth Circle     Burlingame      94217
## 80                      184, chausse de Tournai          Lille      59000
## 81                  Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 82     Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 83                            636 St Kilda Road      Melbourne       3004
## 84                            2678 Kingston Rd.            NYC      10022
## 85                                7476 Moss Rd.         Newark      94019
## 86                          25593 South Bay Ln.    Bridgewater      97562
## 87                 67, rue des Cinquante Otages         Nantes      44000
## 88                          39323 Spinnaker Dr.      Cambridge      51247
## 89                                Keskuskatu 45       Helsinki      21240
## 90                    3758 North Pendale Street   White Plains      24067
## 91                             7586 Pompton St.      Allentown      70267
## 92                      897 Long Airport Avenue            NYC      10022
## 93                               2-2-8 Roppongi      Minato-ku   106-0032
## 94                            9408 Furth Circle     Burlingame      94217
## 95                       31 Duncan St. West End South Brisbane       4101
## 96                            1785 First Street    New Bedford      50553
## 97                 Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 98                           C/ Moralzarzal, 86         Madrid      28034
## 99                                 Vinb'ltet 34      Kobenhavn       1734
## 100                                 Geislweg 14       Salzburg       5020
## 101                              35 King George         London    WX3 6FW
## 102                           4575 Hillside Dr.    New Bedford      50553
## 103                               Keskuskatu 45       Helsinki      21240
## 104                                ?kergatan 24          Boras   S-844 67
## 105                       1 rue Alsace-Lorraine       Toulouse      31000
## 106                             120 Hanover Sq.         London    WA1 1DP
## 107                      Rambla de Catalu¤a, 23      Barcelona       8022
## 108                            361 Furth Circle      San Diego      91217
## 109                     897 Long Airport Avenue            NYC      10022
## 110                          43 rue St. Laurent       Montreal    H1J 1C3
## 111                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 112                          23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 113                          8616 Spinnaker Dr.         Boston      51003
## 114                            782 First Street   Philadelphia      71270
## 115                   Garden House Crowther Way          Cowes   PO31 7PJ
## 116                      Erling Skakkes gate 78        Stavern       4110
## 117                            5905 Pompton St.            NYC      10022
## 118                          C/ Moralzarzal, 86         Madrid      28034
## 119                          59 rue de l'Abbaye          Reims      51100
## 120                                 Torikatu 38           Oulu      90110
## 121               27 rue du Colonel Pierre Avia          Paris      75508
## 122                              3086 Ingle Ln.       San Jose      94217
## 123                          8616 Spinnaker Dr.         Boston      51003
## 124                      Erling Skakkes gate 78        Stavern       4110
## 125                     265, boulevard Charonne          Paris      75012
## 126                              C/ Araquil, 67         Madrid      28023
## 127                           9408 Furth Circle     Burlingame      94217
## 128        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 129                                Kirchgasse 6           Graz       8010
## 130                              35 King George         London    WX3 6FW
## 131                            782 First Street   Philadelphia      71270
## 132                          2, rue du Commerce           Lyon      69004
## 133                              6251 Ingle Ln.         Boston      51003
## 134     Village Close - 106 Linden Road Sandown      Singapore      69045
## 135                             5677 Strong St.     San Rafael      97562
## 136                    567 North Pendale Street      New Haven      97823
## 137     Village Close - 106 Linden Road Sandown      Singapore      69045
## 138     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 139                            7586 Pompton St.      Allentown      70267
## 140                                ?kergatan 24          Boras   S-844 67
## 141                         39323 Spinnaker Dr.      Cambridge      51247
## 142                                1900 Oak St.      Vancouver    V3F 2K1
## 143                    2304 Long Airport Avenue         Nashua      62005
## 144                        Berguvsv\u0084gen  8           Lule   S-958 22
## 145                           636 St Kilda Road      Melbourne       3004
## 146                             5677 Strong St.     San Rafael      97562
## 147                           201 Miller Street   North Sydney       2060
## 148                           201 Miller Street   North Sydney       2060
## 149                          43 rue St. Laurent       Montreal    H1J 1C3
## 150                67, rue des Cinquante Otages         Nantes      44000
## 151  15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 152                        12, rue des Bouchers      Marseille      13008
## 153                             5677 Strong St.     San Rafael      97562
## 154                            7825 Douglas Av.     Brickhaven      58339
## 155                           201 Miller Street   North Sydney       2060
## 156                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 157                          Mehrheimerstr. 369           Koln      50739
## 158                          C/ Moralzarzal, 86         Madrid      28034
## 159                           25, rue Lauriston          Paris      75016
## 160                           Grenzacherweg 237         Gensve       1203
## 161                                Vinb'ltet 34      Kobenhavn       1734
## 162                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 163                      Strada Provinciale 124  Reggio Emilia      42100
## 164                          7635 Spinnaker Dr.     Brickhaven      58339
## 165                           Grenzacherweg 237         Gensve       1203
## 166                               Lyonerstr. 34      Frankfurt      60528
## 167                          Mehrheimerstr. 369           Koln      50739
## 168                        Berguvsv\u0084gen  8           Lule   S-958 22
## 169                     897 Long Airport Avenue            NYC      10022
## 170                                 Geislweg 14       Salzburg       5020
## 171         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 172                67, rue des Cinquante Otages         Nantes      44000
## 173                                ?kergatan 24          Boras   S-844 67
## 174                                 Geislweg 14       Salzburg       5020
## 175                                Vinb'ltet 34      Kobenhavn       1734
## 176        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 177                           4092 Furth Circle            NYC      10022
## 178                             5677 Strong St.     San Rafael      97562
## 179                          C/ Moralzarzal, 86         Madrid      28034
## 180        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 181                      Strada Provinciale 124  Reggio Emilia      42100
## 182                           4575 Hillside Dr.    New Bedford      50553
## 183                    567 North Pendale Street      New Haven      97823
## 184                          2, rue du Commerce           Lyon      69004
## 185                              25 Maiden Lane         Dublin          2
## 186      Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 187         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 188                            7586 Pompton St.      Allentown      70267
## 189                             5677 Strong St.     San Rafael      97562
## 190                         Via Monte Bianco 34         Torino      10100
## 191                           Fauntleroy Circus     Manchester    EC2 5NT
## 192                               Smagsloget 45        Aaarhus       8200
## 193                      Erling Skakkes gate 78        Stavern       4110
## 194                     265, boulevard Charonne          Paris      75012
## 195                              C/ Araquil, 67         Madrid      28023
## 196                          59 rue de l'Abbaye          Reims      51100
## 197                             5677 Strong St.     San Rafael      97562
## 198                             5677 Strong St.     San Rafael      97562
## 199               27 rue du Colonel Pierre Avia          Paris      75508
## 200                         25593 South Bay Ln.    Bridgewater      97562
## 201                      Erling Skakkes gate 78        Stavern       4110
## 202                             5677 Strong St.     San Rafael      97562
## 203                              C/ Araquil, 67         Madrid      28023
## 204                           9408 Furth Circle     Burlingame      94217
## 205        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 206                                Kirchgasse 6           Graz       8010
## 207                      31 Duncan St. West End South Brisbane       4101
## 208                            782 First Street   Philadelphia      71270
## 209                          2, rue du Commerce           Lyon      69004
## 210                                1900 Oak St.      Vancouver    V3F 2K1
## 211                      67, avenue de l'Europe     Versailles      78000
## 212                             5677 Strong St.     San Rafael      97562
## 213                    567 North Pendale Street      New Haven      97823
## 214                              2-2-8 Roppongi      Minato-ku   106-0032
## 215     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 216                            7586 Pompton St.      Allentown      70267
## 217                                ?kergatan 24          Boras   S-844 67
## 218                      67, avenue de l'Europe     Versailles      78000
## 219                                1900 Oak St.      Vancouver    V3F 2K1
## 220                    2304 Long Airport Avenue         Nashua      62005
## 221                           636 St Kilda Road      Melbourne       3004
## 222                             5677 Strong St.     San Rafael      97562
## 223                           201 Miller Street   North Sydney       2060
## 224                           201 Miller Street   North Sydney       2060
## 225                          43 rue St. Laurent       Montreal    H1J 1C3
## 226                          C/ Moralzarzal, 86         Madrid      28034
## 227                     897 Long Airport Avenue            NYC      10022
## 228                          59 rue de l'Abbaye          Reims      51100
## 229               27 rue du Colonel Pierre Avia          Paris      75508
## 230                          78934 Hillside Dr.       Pasadena      90003
## 231                           201 Miller Street   North Sydney       2060
## 232                     184, chausse de Tournai          Lille      59000
## 233                          78934 Hillside Dr.       Pasadena      90003
## 234                           25, rue Lauriston          Paris      75016
## 235                     184, chausse de Tournai          Lille      59000
## 236                           2678 Kingston Rd.            NYC      10022
## 237                               7476 Moss Rd.         Newark      94019
## 238                         25593 South Bay Ln.    Bridgewater      97562
## 239                          7635 Spinnaker Dr.     Brickhaven      58339
## 240                         39323 Spinnaker Dr.      Cambridge      51247
## 241                               Keskuskatu 45       Helsinki      21240
## 242                      Erling Skakkes gate 78        Stavern       4110
## 243                   5290 North Pendale Street            NYC      10022
## 244                     897 Long Airport Avenue            NYC      10022
## 245                                 Geislweg 14       Salzburg       5020
## 246                           9408 Furth Circle     Burlingame      94217
## 247                67, rue des Cinquante Otages         Nantes      44000
## 248                           1785 First Street    New Bedford      50553
## 249                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 250                          C/ Moralzarzal, 86         Madrid      28034
## 251                          C/ Moralzarzal, 86         Madrid      28034
## 252        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 253                           4092 Furth Circle            NYC      10022
## 254                             5677 Strong St.     San Rafael      97562
## 255                          C/ Moralzarzal, 86         Madrid      28034
## 256        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 257                      Strada Provinciale 124  Reggio Emilia      42100
## 258                           4575 Hillside Dr.    New Bedford      50553
## 259                    567 North Pendale Street      New Haven      97823
## 260                          2, rue du Commerce           Lyon      69004
## 261                              25 Maiden Lane         Dublin          2
## 262                               Lyonerstr. 34      Frankfurt      60528
## 263         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 264                            7586 Pompton St.      Allentown      70267
## 265                             5677 Strong St.     San Rafael      97562
## 266                         Via Monte Bianco 34         Torino      10100
## 267                           Fauntleroy Circus     Manchester    EC2 5NT
## 268                               Smagsloget 45        Aaarhus       8200
## 269                           2678 Kingston Rd.            NYC      10022
## 270                     265, boulevard Charonne          Paris      75012
## 271                              C/ Araquil, 67         Madrid      28023
## 272                          C/ Moralzarzal, 86         Madrid      28034
## 273                              2-2-8 Roppongi      Minato-ku   106-0032
## 274                             5677 Strong St.     San Rafael      97562
## 275                         25593 South Bay Ln.    Bridgewater      97562
## 276  15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 277                        12, rue des Bouchers      Marseille      13008
## 278                             5677 Strong St.     San Rafael      97562
## 279                            7825 Douglas Av.     Brickhaven      58339
## 280                                Kirchgasse 6           Graz       8010
## 281                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 282                          Mehrheimerstr. 369           Koln      50739
## 283                          C/ Moralzarzal, 86         Madrid      28034
## 284                          C/ Moralzarzal, 86         Madrid      28034
## 285                           Grenzacherweg 237         Gensve       1203
## 286                                Vinb'ltet 34      Kobenhavn       1734
## 287                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 288                      Strada Provinciale 124  Reggio Emilia      42100
## 289                          7635 Spinnaker Dr.     Brickhaven      58339
## 290                           Grenzacherweg 237         Gensve       1203
## 291                               Lyonerstr. 34      Frankfurt      60528
## 292                          Mehrheimerstr. 369           Koln      50739
## 293                        Berguvsv\u0084gen  8           Lule   S-958 22
## 294                     897 Long Airport Avenue            NYC      10022
## 295                                 Geislweg 14       Salzburg       5020
## 296         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 297                            4097 Douglas Av.       Glendale      92561
## 298                                ?kergatan 24          Boras   S-844 67
## 299                                 Geislweg 14       Salzburg       5020
## 300                                Vinb'ltet 34      Kobenhavn       1734
## 301        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 302                           4092 Furth Circle            NYC      10022
## 303                             5677 Strong St.     San Rafael      97562
## 304                          C/ Moralzarzal, 86         Madrid      28034
## 305        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 306                      Strada Provinciale 124  Reggio Emilia      42100
## 307                           4575 Hillside Dr.    New Bedford      50553
## 308                    567 North Pendale Street      New Haven      97823
## 309                          2, rue du Commerce           Lyon      69004
## 310                              25 Maiden Lane         Dublin          2
## 311      Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 312         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 313                            7586 Pompton St.      Allentown      70267
## 314                             5677 Strong St.     San Rafael      97562
## 315                         Via Monte Bianco 34         Torino      10100
## 316                           Fauntleroy Circus     Manchester    EC2 5NT
## 317                               Smagsloget 45        Aaarhus       8200
## 318                      Erling Skakkes gate 78        Stavern       4110
## 319                     265, boulevard Charonne          Paris      75012
## 320                           4092 Furth Circle            NYC      10022
## 321                          59 rue de l'Abbaye          Reims      51100
## 322                              2-2-8 Roppongi      Minato-ku   106-0032
## 323                             5677 Strong St.     San Rafael      97562
## 324                             5677 Strong St.     San Rafael      97562
## 325                         25593 South Bay Ln.    Bridgewater      97562
## 326  15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 327                        12, rue des Bouchers      Marseille      13008
## 328                             5677 Strong St.     San Rafael      97562
## 329                            7825 Douglas Av.     Brickhaven      58339
## 330                           201 Miller Street   North Sydney       2060
## 331                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 332                          Mehrheimerstr. 369           Koln      50739
## 333                          C/ Moralzarzal, 86         Madrid      28034
## 334                           25, rue Lauriston          Paris      75016
## 335                           Grenzacherweg 237         Gensve       1203
## 336                                Vinb'ltet 34      Kobenhavn       1734
## 337                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 338                      Strada Provinciale 124  Reggio Emilia      42100
## 339                          7635 Spinnaker Dr.     Brickhaven      58339
## 340                           Grenzacherweg 237         Gensve       1203
## 341                               Lyonerstr. 34      Frankfurt      60528
## 342                          Mehrheimerstr. 369           Koln      50739
## 343                        Berguvsv\u0084gen  8           Lule   S-958 22
## 344                     897 Long Airport Avenue            NYC      10022
## 345                                 Geislweg 14       Salzburg       5020
## 346         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 347                               Keskuskatu 45       Helsinki      21240
## 348                                ?kergatan 24          Boras   S-844 67
## 349                                 Geislweg 14       Salzburg       5020
## 350                          C/ Moralzarzal, 86         Madrid      28034
## 351                            5905 Pompton St.            NYC      10022
## 352                           4092 Furth Circle            NYC      10022
## 353         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 354                                 Torikatu 38           Oulu      90110
## 355        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 356                              35 King George         London    WX3 6FW
## 357                               C/ Romero, 33        Sevilla      41101
## 358                   3758 North Pendale Street   White Plains      24067
## 359                              6251 Ingle Ln.         Boston      51003
## 360                           2793 Furth Circle       Brisbane      94217
## 361                             5677 Strong St.     San Rafael      97562
## 362                          C/ Moralzarzal, 86         Madrid      28034
## 363     Village Close - 106 Linden Road Sandown      Singapore      69045
## 364                             5677 Strong St.     San Rafael      97562
## 365                            7586 Pompton St.      Allentown      70267
## 366                     897 Long Airport Avenue            NYC      10022
## 367                         39323 Spinnaker Dr.      Cambridge      51247
## 368                               Smagsloget 45        Aaarhus       8200
## 369                           2678 Kingston Rd.            NYC      10022
## 370                     265, boulevard Charonne          Paris      75012
## 371                           4092 Furth Circle            NYC      10022
## 372                          C/ Moralzarzal, 86         Madrid      28034
## 373                             5677 Strong St.     San Rafael      97562
## 374                             5677 Strong St.     San Rafael      97562
## 375                          C/ Moralzarzal, 86         Madrid      28034
## 376                67, rue des Cinquante Otages         Nantes      44000
## 377  15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 378                        12, rue des Bouchers      Marseille      13008
## 379                             5677 Strong St.     San Rafael      97562
## 380                            7825 Douglas Av.     Brickhaven      58339
## 381                                Kirchgasse 6           Graz       8010
## 382                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 383                    2304 Long Airport Avenue         Nashua      62005
## 384                          C/ Moralzarzal, 86         Madrid      28034
## 385                          C/ Moralzarzal, 86         Madrid      28034
## 386                           Grenzacherweg 237         Gensve       1203
## 387                                 Torikatu 38           Oulu      90110
## 388                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 389                      Strada Provinciale 124  Reggio Emilia      42100
## 390        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 391                           Grenzacherweg 237         Gensve       1203
## 392                               Lyonerstr. 34      Frankfurt      60528
## 393                          Mehrheimerstr. 369           Koln      50739
## 394                           1785 First Street    New Bedford      50553
## 395                     897 Long Airport Avenue            NYC      10022
## 396                                 Geislweg 14       Salzburg       5020
## 397         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 398                               Keskuskatu 45       Helsinki      21240
## 399                                ?kergatan 24          Boras   S-844 67
## 400                            24, place Kluber     Strasbourg      67000
## 401                                 Geislweg 14       Salzburg       5020
## 402                      Erling Skakkes gate 78        Stavern       4110
## 403                             5677 Strong St.     San Rafael      97562
## 404                              C/ Araquil, 67         Madrid      28023
## 405                           9408 Furth Circle     Burlingame      94217
## 406        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 407                                Kirchgasse 6           Graz       8010
## 408                      31 Duncan St. West End South Brisbane       4101
## 409                            782 First Street   Philadelphia      71270
## 410                          2, rue du Commerce           Lyon      69004
## 411                                1900 Oak St.      Vancouver    V3F 2K1
## 412                           3675 Furth Circle        Burbank      94019
## 413                              4658 Baden Av.      Cambridge      51247
## 414                    567 North Pendale Street      New Haven      97823
## 415                              2-2-8 Roppongi      Minato-ku   106-0032
## 416     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 417                         Via Monte Bianco 34         Torino      10100
## 418                                ?kergatan 24          Boras   S-844 67
## 419                      67, avenue de l'Europe     Versailles      78000
## 420                             5677 Strong St.     San Rafael      97562
## 421                    2304 Long Airport Avenue         Nashua      62005
## 422                           636 St Kilda Road      Melbourne       3004
## 423                             5677 Strong St.     San Rafael      97562
## 424                           201 Miller Street   North Sydney       2060
## 425                           201 Miller Street   North Sydney       2060
## 426                          43 rue St. Laurent       Montreal    H1J 1C3
## 427                          C/ Moralzarzal, 86         Madrid      28034
## 428                           11328 Douglas Av.   Philadelphia      71270
## 429                        12, rue des Bouchers      Marseille      13008
## 430                       1 rue Alsace-Lorraine       Toulouse      31000
## 431                           201 Miller Street   North Sydney       2060
## 432                               Smagsloget 45        Aaarhus       8200
## 433                          43 rue St. Laurent       Montreal    H1J 1C3
## 434                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 435                    2304 Long Airport Avenue         Nashua      62005
## 436                           4092 Furth Circle            NYC      10022
## 437                          C/ Moralzarzal, 86         Madrid      28034
## 438                           Grenzacherweg 237         Gensve       1203
## 439    Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 440                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 441                      Strada Provinciale 124  Reggio Emilia      42100
## 442                             8489 Strong St.      Las Vegas      83030
## 443                           Grenzacherweg 237         Gensve       1203
## 444         Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 445                          Mehrheimerstr. 369           Koln      50739
## 446                           1785 First Street    New Bedford      50553
## 447                           11328 Douglas Av.   Philadelphia      71270
## 448                           636 St Kilda Road      Melbourne       3004
## 449               27 rue du Colonel Pierre Avia          Paris      75508
## 450                           4575 Hillside Dr.    New Bedford      50553
## 451                               Keskuskatu 45       Helsinki      21240
## 452                             5677 Strong St.     San Rafael      97562
## 453                                Vinb'ltet 34      Kobenhavn       1734
## 454                                 Geislweg 14       Salzburg       5020
## 455                           2678 Kingston Rd.            NYC      10022
## 456                           636 St Kilda Road      Melbourne       3004
## 457     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 458                           2793 Furth Circle       Brisbane      94217
## 459                     Via Ludovico il Moro 22        Bergamo      24100
## 460                             5677 Strong St.     San Rafael      97562
## 461                              7 Allen Street   Glen Waverly       3150
## 462                          C/ Moralzarzal, 86         Madrid      28034
## 463                           3675 Furth Circle        Burbank      94019
## 464                          2, rue du Commerce           Lyon      69004
## 465                          C/ Moralzarzal, 86         Madrid      28034
## 466                                Vinb'ltet 34      Kobenhavn       1734
## 467                         Via Monte Bianco 34         Torino      10100
## 468                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 469                      67, avenue de l'Europe     Versailles      78000
## 470                             5677 Strong St.     San Rafael      97562
## 471                    2304 Long Airport Avenue         Nashua      62005
## 472                           Fauntleroy Circus     Manchester    EC2 5NT
## 473                             8489 Strong St.      Las Vegas      83030
## 474               27 rue du Colonel Pierre Avia          Paris      75508
## 475                            7825 Douglas Av.     Brickhaven      58339
## 476                          C/ Moralzarzal, 86         Madrid      28034
## 477                           201 Miller Street   North Sydney       2060
## 478                            7586 Pompton St.      Allentown      70267
## 479                           2678 Kingston Rd.            NYC      10022
## 480                              C/ Araquil, 67         Madrid      28023
## 481     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 482                           2793 Furth Circle       Brisbane      94217
## 483                     Via Ludovico il Moro 22        Bergamo      24100
## 484                             5677 Strong St.     San Rafael      97562
## 485                              7 Allen Street   Glen Waverly       3150
## 486                          C/ Moralzarzal, 86         Madrid      28034
## 487                           3675 Furth Circle        Burbank      94019
## 488                          2, rue du Commerce           Lyon      69004
## 489                          C/ Moralzarzal, 86         Madrid      28034
## 490                                Vinb'ltet 34      Kobenhavn       1734
## 491                         Via Monte Bianco 34         Torino      10100
## 492                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 493                      67, avenue de l'Europe     Versailles      78000
## 494                             5677 Strong St.     San Rafael      97562
## 495                    2304 Long Airport Avenue         Nashua      62005
## 496                           Fauntleroy Circus     Manchester    EC2 5NT
## 497                           636 St Kilda Road      Melbourne       3004
## 498               27 rue du Colonel Pierre Avia          Paris      75508
## 499                            7825 Douglas Av.     Brickhaven      58339
## 500                           201 Miller Street   North Sydney       2060
## 501                            7586 Pompton St.      Allentown      70267
## 502                           Fauntleroy Circus     Manchester    EC2 5NT
## 503                              54, rue Royale         Nantes      44000
## 504                          59 rue de l'Abbaye          Reims      51100
## 505                           201 Miller Street   North Sydney       2060
## 506                               Smagsloget 45        Aaarhus       8200
## 507                         25593 South Bay Ln.    Bridgewater      97562
## 508                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 509                    2304 Long Airport Avenue         Nashua      62005
## 510                           4092 Furth Circle            NYC      10022
## 511                          C/ Moralzarzal, 86         Madrid      28034
## 512                            361 Furth Circle      San Diego      91217
## 513                            24, place Kluber     Strasbourg      67000
## 514                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 515                      Strada Provinciale 124  Reggio Emilia      42100
## 516                             8489 Strong St.      Las Vegas      83030
## 517     Village Close - 106 Linden Road Sandown      Singapore      69045
## 518         Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 519                          C/ Moralzarzal, 86         Madrid      28034
## 520                           1785 First Street    New Bedford      50553
## 521                           11328 Douglas Av.   Philadelphia      71270
## 522                          59 rue de l'Abbaye          Reims      51100
## 523                          78934 Hillside Dr.       Pasadena      90003
## 524                          C/ Moralzarzal, 86         Madrid      28034
## 525                              3086 Ingle Ln.       San Jose      94217
## 526                                 Geislweg 14       Salzburg       5020
## 527                     Via Ludovico il Moro 22        Bergamo      24100
## 528                                 Geislweg 14       Salzburg       5020
## 529                            2440 Pompton St.       Glendale      97561
## 530                           4575 Hillside Dr.    New Bedford      50553
## 531                               Keskuskatu 45       Helsinki      21240
## 532                                ?kergatan 24          Boras   S-844 67
## 533                       1 rue Alsace-Lorraine       Toulouse      31000
## 534                             120 Hanover Sq.         London    WA1 1DP
## 535  15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 536    Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 537                            361 Furth Circle      San Diego      91217
## 538                              3086 Ingle Ln.       San Jose      94217
## 539                          C/ Moralzarzal, 86         Madrid      28034
## 540                            7825 Douglas Av.     Brickhaven      58339
## 541         Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 542                                Hansastr. 15         Munich      80686
## 543                            782 First Street   Philadelphia      71270
## 544                   Garden House Crowther Way          Cowes   PO31 7PJ
## 545                                Vinb'ltet 34      Kobenhavn       1734
## 546                        Boulevard Tirou, 255      Charleroi     B-6000
## 547                              35 King George         London    WX3 6FW
## 548                                 Torikatu 38           Oulu      90110
## 549                          C/ Moralzarzal, 86         Madrid      28034
## 550                          59 rue de l'Abbaye          Reims      51100
## 551                              3086 Ingle Ln.       San Jose      94217
## 552                      Strada Provinciale 124  Reggio Emilia      42100
## 553                    2304 Long Airport Avenue         Nashua      62005
## 554                           Fauntleroy Circus     Manchester    EC2 5NT
## 555                             8489 Strong St.      Las Vegas      83030
## 556                           2793 Furth Circle       Brisbane      94217
## 557                     Via Ludovico il Moro 22        Bergamo      24100
## 558                             5677 Strong St.     San Rafael      97562
## 559                              7 Allen Street   Glen Waverly       3150
## 560                           4092 Furth Circle            NYC      10022
## 561                              C/ Araquil, 67         Madrid      28023
## 562                          2, rue du Commerce           Lyon      69004
## 563                            24, place Kluber     Strasbourg      67000
## 564                         Via Monte Bianco 34         Torino      10100
## 565     Village Close - 106 Linden Road Sandown      Singapore      69045
## 566                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 567                             5677 Strong St.     San Rafael      97562
## 568                           11328 Douglas Av.   Philadelphia      71270
## 569                        12, rue des Bouchers      Marseille      13008
## 570                          78934 Hillside Dr.       Pasadena      90003
## 571                          C/ Moralzarzal, 86         Madrid      28034
## 572                              3086 Ingle Ln.       San Jose      94217
## 573     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 574  15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 575                        12, rue des Bouchers      Marseille      13008
## 576                             5677 Strong St.     San Rafael      97562
## 577                            7825 Douglas Av.     Brickhaven      58339
## 578                                Kirchgasse 6           Graz       8010
## 579                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 580                    2304 Long Airport Avenue         Nashua      62005
## 581                          C/ Moralzarzal, 86         Madrid      28034
## 582                          C/ Moralzarzal, 86         Madrid      28034
## 583                           Grenzacherweg 237         Gensve       1203
## 584                                 Torikatu 38           Oulu      90110
## 585                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 586                      Strada Provinciale 124  Reggio Emilia      42100
## 587                             8489 Strong St.      Las Vegas      83030
## 588                           Grenzacherweg 237         Gensve       1203
## 589                               Lyonerstr. 34      Frankfurt      60528
## 590                          Mehrheimerstr. 369           Koln      50739
## 591                           1785 First Street    New Bedford      50553
## 592                     897 Long Airport Avenue            NYC      10022
## 593                           636 St Kilda Road      Melbourne       3004
## 594         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 595                               Keskuskatu 45       Helsinki      21240
## 596                                ?kergatan 24          Boras   S-844 67
## 597                            24, place Kluber     Strasbourg      67000
## 598                                 Geislweg 14       Salzburg       5020
## 599                           11328 Douglas Av.   Philadelphia      71270
## 600                        12, rue des Bouchers      Marseille      13008
## 601                       1 rue Alsace-Lorraine       Toulouse      31000
## 602                           201 Miller Street   North Sydney       2060
## 603                               Smagsloget 45        Aaarhus       8200
## 604                          43 rue St. Laurent       Montreal    H1J 1C3
## 605                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 606                    2304 Long Airport Avenue         Nashua      62005
## 607                           4092 Furth Circle            NYC      10022
## 608                          C/ Moralzarzal, 86         Madrid      28034
## 609                            361 Furth Circle      San Diego      91217
## 610    Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 611                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 612                      Strada Provinciale 124  Reggio Emilia      42100
## 613                             8489 Strong St.      Las Vegas      83030
## 614                           Grenzacherweg 237         Gensve       1203
## 615         Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 616                          Mehrheimerstr. 369           Koln      50739
## 617                           1785 First Street    New Bedford      50553
## 618                           11328 Douglas Av.   Philadelphia      71270
## 619                           636 St Kilda Road      Melbourne       3004
## 620               27 rue du Colonel Pierre Avia          Paris      75508
## 621                        Boulevard Tirou, 255      Charleroi     B-6000
## 622                               Keskuskatu 45       Helsinki      21240
## 623                             5677 Strong St.     San Rafael      97562
## 624                                Vinb'ltet 34      Kobenhavn       1734
## 625                                 Geislweg 14       Salzburg       5020
## 626                          C/ Moralzarzal, 86         Madrid      28034
## 627                            5905 Pompton St.            NYC      10022
## 628                           4092 Furth Circle            NYC      10022
## 629         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 630                                 Torikatu 38           Oulu      90110
## 631        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 632                      Strada Provinciale 124  Reggio Emilia      42100
## 633                               C/ Romero, 33        Sevilla      41101
## 634                   3758 North Pendale Street   White Plains      24067
## 635                              6251 Ingle Ln.         Boston      51003
## 636                           2793 Furth Circle       Brisbane      94217
## 637                               Lyonerstr. 34      Frankfurt      60528
## 638                          C/ Moralzarzal, 86         Madrid      28034
## 639     Village Close - 106 Linden Road Sandown      Singapore      69045
## 640                             5677 Strong St.     San Rafael      97562
## 641                             5677 Strong St.     San Rafael      97562
## 642                     897 Long Airport Avenue            NYC      10022
## 643                         39323 Spinnaker Dr.      Cambridge      51247
## 644                               Smagsloget 45        Aaarhus       8200
## 645                           2678 Kingston Rd.            NYC      10022
## 646                     265, boulevard Charonne          Paris      75012
## 647                           4092 Furth Circle            NYC      10022
## 648                          C/ Moralzarzal, 86         Madrid      28034
## 649                             5677 Strong St.     San Rafael      97562
## 650                             5677 Strong St.     San Rafael      97562
## 651                          C/ Moralzarzal, 86         Madrid      28034
## 652                67, rue des Cinquante Otages         Nantes      44000
## 653                    2304 Long Airport Avenue         Nashua      62005
## 654                           Fauntleroy Circus     Manchester    EC2 5NT
## 655                             8489 Strong St.      Las Vegas      83030
## 656                           2793 Furth Circle       Brisbane      94217
## 657                     Via Ludovico il Moro 22        Bergamo      24100
## 658                             5677 Strong St.     San Rafael      97562
## 659                              7 Allen Street   Glen Waverly       3150
## 660                           4092 Furth Circle            NYC      10022
## 661                              C/ Araquil, 67         Madrid      28023
## 662                          2, rue du Commerce           Lyon      69004
## 663                            24, place Kluber     Strasbourg      67000
## 664                         Via Monte Bianco 34         Torino      10100
## 665     Village Close - 106 Linden Road Sandown      Singapore      69045
## 666                               C/ Romero, 33        Sevilla      41101
## 667                             5677 Strong St.     San Rafael      97562
## 668                           Fauntleroy Circus     Manchester    EC2 5NT
## 669                        12, rue des Bouchers      Marseille      13008
## 670                          78934 Hillside Dr.       Pasadena      90003
## 671                          C/ Moralzarzal, 86         Madrid      28034
## 672                              3086 Ingle Ln.       San Jose      94217
## 673     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 674                          C/ Moralzarzal, 86         Madrid      28034
## 675                     265, boulevard Charonne          Paris      75012
## 676                           4092 Furth Circle            NYC      10022
## 677         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 678                                 Torikatu 38           Oulu      90110
## 679        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 680                              35 King George         London    WX3 6FW
## 681                               C/ Romero, 33        Sevilla      41101
## 682                   3758 North Pendale Street   White Plains      24067
## 683                              6251 Ingle Ln.         Boston      51003
## 684                             5677 Strong St.     San Rafael      97562
## 685                          C/ Moralzarzal, 86         Madrid      28034
## 686     Village Close - 106 Linden Road Sandown      Singapore      69045
## 687                             5677 Strong St.     San Rafael      97562
## 688                            7586 Pompton St.      Allentown      70267
## 689                     897 Long Airport Avenue            NYC      10022
## 690                         39323 Spinnaker Dr.      Cambridge      51247
## 691                                1900 Oak St.      Vancouver    V3F 2K1
## 692                           2678 Kingston Rd.            NYC      10022
## 693                        Berguvsv\u0084gen  8           Lule   S-958 22
## 694                           4092 Furth Circle            NYC      10022
## 695                          C/ Moralzarzal, 86         Madrid      28034
## 696                           201 Miller Street   North Sydney       2060
## 697                          C/ Moralzarzal, 86         Madrid      28034
## 698                          C/ Moralzarzal, 86         Madrid      28034
## 699                67, rue des Cinquante Otages         Nantes      44000
## 700                               Lyonerstr. 34      Frankfurt      60528
## 701                           Fauntleroy Circus     Manchester    EC2 5NT
## 702                             8489 Strong St.      Las Vegas      83030
## 703                           2793 Furth Circle       Brisbane      94217
## 704                     Via Ludovico il Moro 22        Bergamo      24100
## 705                             5677 Strong St.     San Rafael      97562
## 706                              7 Allen Street   Glen Waverly       3150
## 707                           4092 Furth Circle            NYC      10022
## 708                              C/ Araquil, 67         Madrid      28023
## 709                          2, rue du Commerce           Lyon      69004
## 710                              6251 Ingle Ln.         Boston      51003
## 711                         Via Monte Bianco 34         Torino      10100
## 712     Village Close - 106 Linden Road Sandown      Singapore      69045
## 713                      67, avenue de l'Europe     Versailles      78000
## 714                             5677 Strong St.     San Rafael      97562
## 715                    2304 Long Airport Avenue         Nashua      62005
## 716                           Fauntleroy Circus     Manchester    EC2 5NT
## 717                        12, rue des Bouchers      Marseille      13008
## 718               27 rue du Colonel Pierre Avia          Paris      75508
## 719                          78934 Hillside Dr.       Pasadena      90003
## 720                          C/ Moralzarzal, 86         Madrid      28034
## 721                             5677 Strong St.     San Rafael      97562
## 722     Village Close - 106 Linden Road Sandown      Singapore      69045
## 723     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 724                      Erling Skakkes gate 78        Stavern       4110
## 725                     265, boulevard Charonne          Paris      75012
## 726                              C/ Araquil, 67         Madrid      28023
## 727                           9408 Furth Circle     Burlingame      94217
## 728                                 Torikatu 38           Oulu      90110
## 729        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 730                              35 King George         London    WX3 6FW
## 731                               C/ Romero, 33        Sevilla      41101
## 732                          2, rue du Commerce           Lyon      69004
## 733                              6251 Ingle Ln.         Boston      51003
## 734     Village Close - 106 Linden Road Sandown      Singapore      69045
## 735                             5677 Strong St.     San Rafael      97562
## 736                          C/ Moralzarzal, 86         Madrid      28034
## 737     Village Close - 106 Linden Road Sandown      Singapore      69045
## 738                             5677 Strong St.     San Rafael      97562
## 739                            7586 Pompton St.      Allentown      70267
## 740                                ?kergatan 24          Boras   S-844 67
## 741                         39323 Spinnaker Dr.      Cambridge      51247
## 742                                1900 Oak St.      Vancouver    V3F 2K1
## 743                    2304 Long Airport Avenue         Nashua      62005
## 744                        Berguvsv\u0084gen  8           Lule   S-958 22
## 745                           636 St Kilda Road      Melbourne       3004
## 746                             5677 Strong St.     San Rafael      97562
## 747                           201 Miller Street   North Sydney       2060
## 748                           201 Miller Street   North Sydney       2060
## 749                          C/ Moralzarzal, 86         Madrid      28034
## 750                67, rue des Cinquante Otages         Nantes      44000
## 751                     Via Ludovico il Moro 22        Bergamo      24100
## 752                           636 St Kilda Road      Melbourne       3004
## 753                          C/ Moralzarzal, 86         Madrid      28034
## 754                          78934 Hillside Dr.       Pasadena      90003
## 755                           9408 Furth Circle     Burlingame      94217
## 756    Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 757                           636 St Kilda Road      Melbourne       3004
## 758                          23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 759                              3086 Ingle Ln.       San Jose      94217
## 760                         25593 South Bay Ln.    Bridgewater      97562
## 761                67, rue des Cinquante Otages         Nantes      44000
## 762         Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 763                              25 Maiden Lane         Dublin          2
## 764                   3758 North Pendale Street   White Plains      24067
## 765                            7586 Pompton St.      Allentown      70267
## 766                                Vinb'ltet 34      Kobenhavn       1734
## 767                              2-2-8 Roppongi      Minato-ku   106-0032
## 768                            2440 Pompton St.       Glendale      97561
## 769                      31 Duncan St. West End South Brisbane       4101
## 770                          C/ Moralzarzal, 86         Madrid      28034
## 771                          59 rue de l'Abbaye          Reims      51100
## 772                               7476 Moss Rd.         Newark      94019
## 773                      Strada Provinciale 124  Reggio Emilia      42100
## 774                     897 Long Airport Avenue            NYC      10022
## 775                           636 St Kilda Road      Melbourne       3004
## 776               27 rue du Colonel Pierre Avia          Paris      75508
## 777                          78934 Hillside Dr.       Pasadena      90003
## 778                           9408 Furth Circle     Burlingame      94217
## 779                     184, chausse de Tournai          Lille      59000
## 780                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 781    Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 782                           636 St Kilda Road      Melbourne       3004
## 783                           11328 Douglas Av.   Philadelphia      71270
## 784                               7476 Moss Rd.         Newark      94019
## 785                         25593 South Bay Ln.    Bridgewater      97562
## 786                67, rue des Cinquante Otages         Nantes      44000
## 787                         39323 Spinnaker Dr.      Cambridge      51247
## 788                              54, rue Royale         Nantes      44000
## 789                   3758 North Pendale Street   White Plains      24067
## 790                            7586 Pompton St.      Allentown      70267
## 791                     897 Long Airport Avenue            NYC      10022
## 792                              2-2-8 Roppongi      Minato-ku   106-0032
## 793                           9408 Furth Circle     Burlingame      94217
## 794                      31 Duncan St. West End South Brisbane       4101
## 795                                ?kergatan 24          Boras   S-844 67
## 796                           25, rue Lauriston          Paris      75016
## 797                          C/ Moralzarzal, 86         Madrid      28034
## 798                               Lyonerstr. 34      Frankfurt      60528
## 799                           Fauntleroy Circus     Manchester    EC2 5NT
## 800                           636 St Kilda Road      Melbourne       3004
## 801     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 802                           2793 Furth Circle       Brisbane      94217
## 803                     Via Ludovico il Moro 22        Bergamo      24100
## 804                             5677 Strong St.     San Rafael      97562
## 805                              7 Allen Street   Glen Waverly       3150
## 806                          C/ Moralzarzal, 86         Madrid      28034
## 807                              C/ Araquil, 67         Madrid      28023
## 808                          2, rue du Commerce           Lyon      69004
## 809                          C/ Moralzarzal, 86         Madrid      28034
## 810                            24, place Kluber     Strasbourg      67000
## 811                         Via Monte Bianco 34         Torino      10100
## 812                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 813                      67, avenue de l'Europe     Versailles      78000
## 814                             5677 Strong St.     San Rafael      97562
## 815                    2304 Long Airport Avenue         Nashua      62005
## 816                           Fauntleroy Circus     Manchester    EC2 5NT
## 817                           636 St Kilda Road      Melbourne       3004
## 818               27 rue du Colonel Pierre Avia          Paris      75508
## 819                          78934 Hillside Dr.       Pasadena      90003
## 820                          C/ Moralzarzal, 86         Madrid      28034
## 821                             5677 Strong St.     San Rafael      97562
## 822                             5677 Strong St.     San Rafael      97562
## 823                           11328 Douglas Av.   Philadelphia      71270
## 824                              54, rue Royale         Nantes      44000
## 825                          59 rue de l'Abbaye          Reims      51100
## 826                           201 Miller Street   North Sydney       2060
## 827                               Smagsloget 45        Aaarhus       8200
## 828                         25593 South Bay Ln.    Bridgewater      97562
## 829                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 830                    2304 Long Airport Avenue         Nashua      62005
## 831                           4092 Furth Circle            NYC      10022
## 832                          C/ Moralzarzal, 86         Madrid      28034
## 833                            361 Furth Circle      San Diego      91217
## 834                            24, place Kluber     Strasbourg      67000
## 835                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 836                      Strada Provinciale 124  Reggio Emilia      42100
## 837                             8489 Strong St.      Las Vegas      83030
## 838                           Grenzacherweg 237         Gensve       1203
## 839         Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 840                          C/ Moralzarzal, 86         Madrid      28034
## 841                           1785 First Street    New Bedford      50553
## 842                           11328 Douglas Av.   Philadelphia      71270
## 843                          59 rue de l'Abbaye          Reims      51100
## 844                        Boulevard Tirou, 255      Charleroi     B-6000
## 845                          C/ Moralzarzal, 86         Madrid      28034
## 846                              3086 Ingle Ln.       San Jose      94217
## 847                                 Geislweg 14       Salzburg       5020
## 848                      Erling Skakkes gate 78        Stavern       4110
## 849                        Berguvsv\u0084gen  8           Lule   S-958 22
## 850                              C/ Araquil, 67         Madrid      28023
## 851     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 852        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 853                            5905 Pompton St.            NYC      10022
## 854                      31 Duncan St. West End South Brisbane       4101
## 855                            782 First Street   Philadelphia      71270
## 856                              7 Allen Street   Glen Waverly       3150
## 857                                1900 Oak St.      Vancouver    V3F 2K1
## 858                           3675 Furth Circle        Burbank      94019
## 859                              4658 Baden Av.      Cambridge      51247
## 860                          C/ Moralzarzal, 86         Madrid      28034
## 861                              3086 Ingle Ln.       San Jose      94217
## 862     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 863                         Via Monte Bianco 34         Torino      10100
## 864                                ?kergatan 24          Boras   S-844 67
## 865                      67, avenue de l'Europe     Versailles      78000
## 866                             5677 Strong St.     San Rafael      97562
## 867                    2304 Long Airport Avenue         Nashua      62005
## 868                           636 St Kilda Road      Melbourne       3004
## 869                             5677 Strong St.     San Rafael      97562
## 870                            7825 Douglas Av.     Brickhaven      58339
## 871                           201 Miller Street   North Sydney       2060
## 872                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 873                      Erling Skakkes gate 78        Stavern       4110
## 874                              C/ Araquil, 67         Madrid      28023
## 875     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 876        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 877                            5905 Pompton St.            NYC      10022
## 878                     Via Ludovico il Moro 22        Bergamo      24100
## 879                            782 First Street   Philadelphia      71270
## 880                              7 Allen Street   Glen Waverly       3150
## 881                                1900 Oak St.      Vancouver    V3F 2K1
## 882                           3675 Furth Circle        Burbank      94019
## 883                              4658 Baden Av.      Cambridge      51247
## 884                          C/ Moralzarzal, 86         Madrid      28034
## 885                              3086 Ingle Ln.       San Jose      94217
## 886                                 Geislweg 14       Salzburg       5020
## 887                         Via Monte Bianco 34         Torino      10100
## 888                                ?kergatan 24          Boras   S-844 67
## 889                      67, avenue de l'Europe     Versailles      78000
## 890                             5677 Strong St.     San Rafael      97562
## 891                    2304 Long Airport Avenue         Nashua      62005
## 892                           Fauntleroy Circus     Manchester    EC2 5NT
## 893                           636 St Kilda Road      Melbourne       3004
## 894                             5677 Strong St.     San Rafael      97562
## 895                            7825 Douglas Av.     Brickhaven      58339
## 896                                Kirchgasse 6           Graz       8010
## 897                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 898                     Via Ludovico il Moro 22        Bergamo      24100
## 899                                 Geislweg 14       Salzburg       5020
## 900                           16780 Pompton St.     Brickhaven      58339
## 901                           4575 Hillside Dr.    New Bedford      50553
## 902                               Keskuskatu 45       Helsinki      21240
## 903                                ?kergatan 24          Boras   S-844 67
## 904                       1 rue Alsace-Lorraine       Toulouse      31000
## 905                             120 Hanover Sq.         London    WA1 1DP
## 906                      Rambla de Catalu¤a, 23      Barcelona       8022
## 907                            361 Furth Circle      San Diego      91217
## 908                     897 Long Airport Avenue            NYC      10022
## 909                          C/ Moralzarzal, 86         Madrid      28034
## 910                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 911                          23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 912                                Hansastr. 15         Munich      80686
## 913                            782 First Street   Philadelphia      71270
## 914                   Garden House Crowther Way          Cowes   PO31 7PJ
## 915                                Vinb'ltet 34      Kobenhavn       1734
## 916                        Boulevard Tirou, 255      Charleroi     B-6000
## 917                          C/ Moralzarzal, 86         Madrid      28034
## 918                                 Torikatu 38           Oulu      90110
## 919                          C/ Moralzarzal, 86         Madrid      28034
## 920                          59 rue de l'Abbaye          Reims      51100
## 921                              3086 Ingle Ln.       San Jose      94217
## 922                          8616 Spinnaker Dr.         Boston      51003
## 923                      Erling Skakkes gate 78        Stavern       4110
## 924                              C/ Araquil, 67         Madrid      28023
## 925     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 926        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 927                            5905 Pompton St.            NYC      10022
## 928                     Via Ludovico il Moro 22        Bergamo      24100
## 929                            782 First Street   Philadelphia      71270
## 930                              7 Allen Street   Glen Waverly       3150
## 931                                1900 Oak St.      Vancouver    V3F 2K1
## 932                           3675 Furth Circle        Burbank      94019
## 933                              4658 Baden Av.      Cambridge      51247
## 934                          C/ Moralzarzal, 86         Madrid      28034
## 935                              3086 Ingle Ln.       San Jose      94217
## 936     Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 937                         Via Monte Bianco 34         Torino      10100
## 938                                ?kergatan 24          Boras   S-844 67
## 939                      67, avenue de l'Europe     Versailles      78000
## 940                             5677 Strong St.     San Rafael      97562
## 941                    2304 Long Airport Avenue         Nashua      62005
## 942                           Fauntleroy Circus     Manchester    EC2 5NT
## 943                           636 St Kilda Road      Melbourne       3004
## 944                             5677 Strong St.     San Rafael      97562
## 945                            7825 Douglas Av.     Brickhaven      58339
## 946                                Kirchgasse 6           Graz       8010
## 947                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 948                                Vinb'ltet 34      Kobenhavn       1734
## 949        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 950                          C/ Moralzarzal, 86         Madrid      28034
## 951                             5677 Strong St.     San Rafael      97562
## 952                          C/ Moralzarzal, 86         Madrid      28034
## 953                           1785 First Street    New Bedford      50553
## 954      Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 955                           4575 Hillside Dr.    New Bedford      50553
## 956                    567 North Pendale Street      New Haven      97823
## 957                          2, rue du Commerce           Lyon      69004
## 958                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 959                   Garden House Crowther Way          Cowes   PO31 7PJ
## 960                     897 Long Airport Avenue            NYC      10022
## 961                         Rue Joseph-Bens 532      Bruxelles     B-1180
## 962                             5677 Strong St.     San Rafael      97562
## 963                         Via Monte Bianco 34         Torino      10100
## 964                           Fauntleroy Circus     Manchester    EC2 5NT
## 965                               Smagsloget 45        Aaarhus       8200
## 966                      Erling Skakkes gate 78        Stavern       4110
## 967                     265, boulevard Charonne          Paris      75012
## 968                          C/ Moralzarzal, 86         Madrid      28034
## 969                              2-2-8 Roppongi      Minato-ku   106-0032
## 970                          C/ Moralzarzal, 86         Madrid      28034
## 971                             5677 Strong St.     San Rafael      97562
## 972                          8616 Spinnaker Dr.         Boston      51003
## 973                          C/ Moralzarzal, 86         Madrid      28034
## 974                           11328 Douglas Av.   Philadelphia      71270
## 975                     265, boulevard Charonne          Paris      75012
## 976                        12, rue des Bouchers      Marseille      13008
## 977                           4092 Furth Circle            NYC      10022
## 978                       1 rue Alsace-Lorraine       Toulouse      31000
## 979         Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 980                           201 Miller Street   North Sydney       2060
## 981                                 Torikatu 38           Oulu      90110
## 982        Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 983                          43 rue St. Laurent       Montreal    H1J 1C3
## 984                              35 King George         London    WX3 6FW
## 985                 Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 986                               C/ Romero, 33        Sevilla      41101
## 987                    2304 Long Airport Avenue         Nashua      62005
## 988                   3758 North Pendale Street   White Plains      24067
## 989                          C/ Moralzarzal, 86         Madrid      28034
## 990                              6251 Ingle Ln.         Boston      51003
## 991                          C/ Moralzarzal, 86         Madrid      28034
## 992                           Grenzacherweg 237         Gensve       1203
## 993                             5677 Strong St.     San Rafael      97562
## 994                                 Torikatu 38           Oulu      90110
## 995                          C/ Moralzarzal, 86         Madrid      28034
## 996                Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 997     Village Close - 106 Linden Road Sandown      Singapore      69045
## 998                      Strada Provinciale 124  Reggio Emilia      42100
## 999                             5677 Strong St.     San Rafael      97562
## 1000                            8489 Strong St.      Las Vegas      83030
## 1001                           7586 Pompton St.      Allentown      70267
## 1002                          Grenzacherweg 237         Gensve       1203
## 1003                    897 Long Airport Avenue            NYC      10022
## 1004        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1005                        39323 Spinnaker Dr.      Cambridge      51247
## 1006                         Mehrheimerstr. 369           Koln      50739
## 1007                               1900 Oak St.      Vancouver    V3F 2K1
## 1008                          1785 First Street    New Bedford      50553
## 1009                          2678 Kingston Rd.            NYC      10022
## 1010                          11328 Douglas Av.   Philadelphia      71270
## 1011                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1012                          636 St Kilda Road      Melbourne       3004
## 1013                          4092 Furth Circle            NYC      10022
## 1014                         C/ Moralzarzal, 86         Madrid      28034
## 1015                       Boulevard Tirou, 255      Charleroi     B-6000
## 1016                          201 Miller Street   North Sydney       2060
## 1017                              Keskuskatu 45       Helsinki      21240
## 1018                         C/ Moralzarzal, 86         Madrid      28034
## 1019                         C/ Moralzarzal, 86         Madrid      28034
## 1020                           24, place Kluber     Strasbourg      67000
## 1021                         C/ Moralzarzal, 86         Madrid      28034
## 1022                                Geislweg 14       Salzburg       5020
## 1023               67, rue des Cinquante Otages         Nantes      44000
## 1024                               Vinb'ltet 34      Kobenhavn       1734
## 1025       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1026                         C/ Moralzarzal, 86         Madrid      28034
## 1027                            5677 Strong St.     San Rafael      97562
## 1028                         C/ Moralzarzal, 86         Madrid      28034
## 1029       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1030     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 1031                          4575 Hillside Dr.    New Bedford      50553
## 1032                   567 North Pendale Street      New Haven      97823
## 1033                         2, rue du Commerce           Lyon      69004
## 1034                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1035                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1036                    897 Long Airport Avenue            NYC      10022
## 1037                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1038                            5677 Strong St.     San Rafael      97562
## 1039                        Via Monte Bianco 34         Torino      10100
## 1040                          Fauntleroy Circus     Manchester    EC2 5NT
## 1041                              Smagsloget 45        Aaarhus       8200
## 1042                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1043                    265, boulevard Charonne          Paris      75012
## 1044                         C/ Moralzarzal, 86         Madrid      28034
## 1045                             2-2-8 Roppongi      Minato-ku   106-0032
## 1046                         C/ Moralzarzal, 86         Madrid      28034
## 1047                            5677 Strong St.     San Rafael      97562
## 1048                         8616 Spinnaker Dr.         Boston      51003
## 1049 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1050                       12, rue des Bouchers      Marseille      13008
## 1051                            5677 Strong St.     San Rafael      97562
## 1052                           7825 Douglas Av.     Brickhaven      58339
## 1053                          201 Miller Street   North Sydney       2060
## 1054                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1055                         Mehrheimerstr. 369           Koln      50739
## 1056                         C/ Moralzarzal, 86         Madrid      28034
## 1057                          25, rue Lauriston          Paris      75016
## 1058                          Grenzacherweg 237         Gensve       1203
## 1059                               Vinb'ltet 34      Kobenhavn       1734
## 1060                          25, rue Lauriston          Paris      75016
## 1061                             7 Allen Street   Glen Waverly       3150
## 1062                         7635 Spinnaker Dr.     Brickhaven      58339
## 1063                          Grenzacherweg 237         Gensve       1203
## 1064                              Lyonerstr. 34      Frankfurt      60528
## 1065                         Mehrheimerstr. 369           Koln      50739
## 1066                  5290 North Pendale Street            NYC      10022
## 1067                    897 Long Airport Avenue            NYC      10022
## 1068                          636 St Kilda Road      Melbourne       3004
## 1069        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1070                         C/ Moralzarzal, 86         Madrid      28034
## 1071                            5677 Strong St.     San Rafael      97562
## 1072                     Erling Skakkes gate 78        Stavern       4110
## 1073                             C/ Araquil, 67         Madrid      28023
## 1074    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1075                          2793 Furth Circle       Brisbane      94217
## 1076                           5905 Pompton St.            NYC      10022
## 1077                    Via Ludovico il Moro 22        Bergamo      24100
## 1078                            5677 Strong St.     San Rafael      97562
## 1079                             7 Allen Street   Glen Waverly       3150
## 1080                               1900 Oak St.      Vancouver    V3F 2K1
## 1081                          3675 Furth Circle        Burbank      94019
## 1082                         2, rue du Commerce           Lyon      69004
## 1083                         C/ Moralzarzal, 86         Madrid      28034
## 1084                             3086 Ingle Ln.       San Jose      94217
## 1085                        Via Monte Bianco 34         Torino      10100
## 1086                          16780 Pompton St.     Brickhaven      58339
## 1087                     67, avenue de l'Europe     Versailles      78000
## 1088                            5677 Strong St.     San Rafael      97562
## 1089                              Lyonerstr. 34      Frankfurt      60528
## 1090                          636 St Kilda Road      Melbourne       3004
## 1091                            5677 Strong St.     San Rafael      97562
## 1092                           7825 Douglas Av.     Brickhaven      58339
## 1093                            5677 Strong St.     San Rafael      97562
## 1094                               Kirchgasse 6           Graz       8010
## 1095                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1096 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1097                       12, rue des Bouchers      Marseille      13008
## 1098                            5677 Strong St.     San Rafael      97562
## 1099                           7825 Douglas Av.     Brickhaven      58339
## 1100                          201 Miller Street   North Sydney       2060
## 1101                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1102                         Mehrheimerstr. 369           Koln      50739
## 1103                         C/ Moralzarzal, 86         Madrid      28034
## 1104                          25, rue Lauriston          Paris      75016
## 1105                          Grenzacherweg 237         Gensve       1203
## 1106                               Vinb'ltet 34      Kobenhavn       1734
## 1107                          25, rue Lauriston          Paris      75016
## 1108                             7 Allen Street   Glen Waverly       3150
## 1109                         7635 Spinnaker Dr.     Brickhaven      58339
## 1110                          Grenzacherweg 237         Gensve       1203
## 1111                              Lyonerstr. 34      Frankfurt      60528
## 1112                         Mehrheimerstr. 369           Koln      50739
## 1113                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1114 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1115                          636 St Kilda Road      Melbourne       3004
## 1116                         C/ Moralzarzal, 86         Madrid      28034
## 1117        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1118                         C/ Moralzarzal, 86         Madrid      28034
## 1119                            5677 Strong St.     San Rafael      97562
## 1120                          11328 Douglas Av.   Philadelphia      71270
## 1121                             54, rue Royale         Nantes      44000
## 1122                         59 rue de l'Abbaye          Reims      51100
## 1123                          201 Miller Street   North Sydney       2060
## 1124                              Smagsloget 45        Aaarhus       8200
## 1125                        25593 South Bay Ln.    Bridgewater      97562
## 1126                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1127                   2304 Long Airport Avenue         Nashua      62005
## 1128                          4092 Furth Circle            NYC      10022
## 1129                         C/ Moralzarzal, 86         Madrid      28034
## 1130                           361 Furth Circle      San Diego      91217
## 1131   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 1132               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1133                     Strada Provinciale 124  Reggio Emilia      42100
## 1134                            8489 Strong St.      Las Vegas      83030
## 1135                          Grenzacherweg 237         Gensve       1203
## 1136        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1137                         C/ Moralzarzal, 86         Madrid      28034
## 1138                          1785 First Street    New Bedford      50553
## 1139                          11328 Douglas Av.   Philadelphia      71270
## 1140                         59 rue de l'Abbaye          Reims      51100
## 1141                         78934 Hillside Dr.       Pasadena      90003
## 1142                         C/ Moralzarzal, 86         Madrid      28034
## 1143                               Vinb'ltet 34      Kobenhavn       1734
## 1144                                Geislweg 14       Salzburg       5020
## 1145 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1146                       12, rue des Bouchers      Marseille      13008
## 1147                            5677 Strong St.     San Rafael      97562
## 1148                           2440 Pompton St.       Glendale      97561
## 1149                          201 Miller Street   North Sydney       2060
## 1150                    184, chausse de Tournai          Lille      59000
## 1151                         Mehrheimerstr. 369           Koln      50739
## 1152                          25, rue Lauriston          Paris      75016
## 1153                    184, chausse de Tournai          Lille      59000
## 1154                          2678 Kingston Rd.            NYC      10022
## 1155                          25, rue Lauriston          Paris      75016
## 1156                         8616 Spinnaker Dr.         Boston      51003
## 1157                         7635 Spinnaker Dr.     Brickhaven      58339
## 1158                    265, boulevard Charonne          Paris      75012
## 1159                              Keskuskatu 45       Helsinki      21240
## 1160                         Mehrheimerstr. 369           Koln      50739
## 1161                  5290 North Pendale Street            NYC      10022
## 1162 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1163                          636 St Kilda Road      Melbourne       3004
## 1164                         C/ Moralzarzal, 86         Madrid      28034
## 1165        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1166                         C/ Moralzarzal, 86         Madrid      28034
## 1167                            5677 Strong St.     San Rafael      97562
## 1168               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1169                    Via Ludovico il Moro 22        Bergamo      24100
## 1170                                Geislweg 14       Salzburg       5020
## 1171                          16780 Pompton St.     Brickhaven      58339
## 1172                          4575 Hillside Dr.    New Bedford      50553
## 1173                              Keskuskatu 45       Helsinki      21240
## 1174                               ?kergatan 24          Boras   S-844 67
## 1175                      1 rue Alsace-Lorraine       Toulouse      31000
## 1176                            120 Hanover Sq.         London    WA1 1DP
## 1177                     Rambla de Catalu¤a, 23      Barcelona       8022
## 1178                           361 Furth Circle      San Diego      91217
## 1179                             4658 Baden Av.      Cambridge      51247
## 1180                         C/ Moralzarzal, 86         Madrid      28034
## 1181                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1182                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1183                               Hansastr. 15         Munich      80686
## 1184                           782 First Street   Philadelphia      71270
## 1185                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1186                    Via Ludovico il Moro 22        Bergamo      24100
## 1187                       Boulevard Tirou, 255      Charleroi     B-6000
## 1188                             35 King George         London    WX3 6FW
## 1189                                Torikatu 38           Oulu      90110
## 1190                         C/ Moralzarzal, 86         Madrid      28034
## 1191                         59 rue de l'Abbaye          Reims      51100
## 1192                             3086 Ingle Ln.       San Jose      94217
## 1193                             7 Allen Street   Glen Waverly       3150
## 1194                         C/ Moralzarzal, 86         Madrid      28034
## 1195       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1196                          4092 Furth Circle            NYC      10022
## 1197                            5677 Strong St.     San Rafael      97562
## 1198                     31 Duncan St. West End South Brisbane       4101
## 1199       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1200                     Strada Provinciale 124  Reggio Emilia      42100
## 1201                          4575 Hillside Dr.    New Bedford      50553
## 1202                   567 North Pendale Street      New Haven      97823
## 1203                             6251 Ingle Ln.         Boston      51003
## 1204                             25 Maiden Lane         Dublin          2
## 1205                              Lyonerstr. 34      Frankfurt      60528
## 1206        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1207                           7586 Pompton St.      Allentown      70267
## 1208                            5677 Strong St.     San Rafael      97562
## 1209                    897 Long Airport Avenue            NYC      10022
## 1210                          Fauntleroy Circus     Manchester    EC2 5NT
## 1211                              Smagsloget 45        Aaarhus       8200
## 1212                          2678 Kingston Rd.            NYC      10022
## 1213                           5905 Pompton St.            NYC      10022
## 1214                          4092 Furth Circle            NYC      10022
## 1215                         C/ Moralzarzal, 86         Madrid      28034
## 1216                             2-2-8 Roppongi      Minato-ku   106-0032
## 1217                         C/ Moralzarzal, 86         Madrid      28034
## 1218                         C/ Moralzarzal, 86         Madrid      28034
## 1219                        25593 South Bay Ln.    Bridgewater      97562
## 1220                   2304 Long Airport Avenue         Nashua      62005
## 1221                          Fauntleroy Circus     Manchester    EC2 5NT
## 1222                            8489 Strong St.      Las Vegas      83030
## 1223                          201 Miller Street   North Sydney       2060
## 1224                    Via Ludovico il Moro 22        Bergamo      24100
## 1225                            5677 Strong St.     San Rafael      97562
## 1226                             7 Allen Street   Glen Waverly       3150
## 1227                          4092 Furth Circle            NYC      10022
## 1228                            120 Hanover Sq.         London    WA1 1DP
## 1229                         2, rue du Commerce           Lyon      69004
## 1230                           24, place Kluber     Strasbourg      67000
## 1231                        Via Monte Bianco 34         Torino      10100
## 1232    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1233               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1234                         C/ Moralzarzal, 86         Madrid      28034
## 1235                          Fauntleroy Circus     Manchester    EC2 5NT
## 1236                       12, rue des Bouchers      Marseille      13008
## 1237                         78934 Hillside Dr.       Pasadena      90003
## 1238                         C/ Moralzarzal, 86         Madrid      28034
## 1239                             3086 Ingle Ln.       San Jose      94217
## 1240    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1241                               Vinb'ltet 34      Kobenhavn       1734
## 1242       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1243                         C/ Moralzarzal, 86         Madrid      28034
## 1244                            5677 Strong St.     San Rafael      97562
## 1245                         C/ Moralzarzal, 86         Madrid      28034
## 1246                          1785 First Street    New Bedford      50553
## 1247     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 1248                          4575 Hillside Dr.    New Bedford      50553
## 1249                     Rambla de Catalu¤a, 23      Barcelona       8022
## 1250                         2, rue du Commerce           Lyon      69004
## 1251                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1252                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1253                    897 Long Airport Avenue            NYC      10022
## 1254                         43 rue St. Laurent       Montreal    H1J 1C3
## 1255                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1256                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1257                        Via Monte Bianco 34         Torino      10100
## 1258                          Fauntleroy Circus     Manchester    EC2 5NT
## 1259               67, rue des Cinquante Otages         Nantes      44000
## 1260                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1261                           5905 Pompton St.            NYC      10022
## 1262                         C/ Moralzarzal, 86         Madrid      28034
## 1263                             2-2-8 Roppongi      Minato-ku   106-0032
## 1264                         C/ Moralzarzal, 86         Madrid      28034
## 1265                            5677 Strong St.     San Rafael      97562
## 1266                         8616 Spinnaker Dr.         Boston      51003
## 1267                     Erling Skakkes gate 78        Stavern       4110
## 1268                    265, boulevard Charonne          Paris      75012
## 1269                             C/ Araquil, 67         Madrid      28023
## 1270                          9408 Furth Circle     Burlingame      94217
## 1271       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1272                               Kirchgasse 6           Graz       8010
## 1273                             35 King George         London    WX3 6FW
## 1274                           782 First Street   Philadelphia      71270
## 1275                         2, rue du Commerce           Lyon      69004
## 1276                             6251 Ingle Ln.         Boston      51003
## 1277    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1278                            5677 Strong St.     San Rafael      97562
## 1279                   567 North Pendale Street      New Haven      97823
## 1280    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1281    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1282                           7586 Pompton St.      Allentown      70267
## 1283                               ?kergatan 24          Boras   S-844 67
## 1284                        39323 Spinnaker Dr.      Cambridge      51247
## 1285                               1900 Oak St.      Vancouver    V3F 2K1
## 1286                              Lyonerstr. 34      Frankfurt      60528
## 1287                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1288                          636 St Kilda Road      Melbourne       3004
## 1289                            5677 Strong St.     San Rafael      97562
## 1290                          201 Miller Street   North Sydney       2060
## 1291                            5677 Strong St.     San Rafael      97562
## 1292                         43 rue St. Laurent       Montreal    H1J 1C3
## 1293               67, rue des Cinquante Otages         Nantes      44000
## 1294                     Erling Skakkes gate 78        Stavern       4110
## 1295                            5677 Strong St.     San Rafael      97562
## 1296                             C/ Araquil, 67         Madrid      28023
## 1297                          9408 Furth Circle     Burlingame      94217
## 1298       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1299                               Kirchgasse 6           Graz       8010
## 1300                     31 Duncan St. West End South Brisbane       4101
## 1301                           782 First Street   Philadelphia      71270
## 1302                         2, rue du Commerce           Lyon      69004
## 1303                               1900 Oak St.      Vancouver    V3F 2K1
## 1304                          3675 Furth Circle        Burbank      94019
## 1305                            5677 Strong St.     San Rafael      97562
## 1306                   567 North Pendale Street      New Haven      97823
## 1307                             2-2-8 Roppongi      Minato-ku   106-0032
## 1308    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1309                           7586 Pompton St.      Allentown      70267
## 1310                               ?kergatan 24          Boras   S-844 67
## 1311                     67, avenue de l'Europe     Versailles      78000
## 1312                            5677 Strong St.     San Rafael      97562
## 1313                          2678 Kingston Rd.            NYC      10022
## 1314                             C/ Araquil, 67         Madrid      28023
## 1315                         C/ Moralzarzal, 86         Madrid      28034
## 1316                          201 Miller Street   North Sydney       2060
## 1317                            5677 Strong St.     San Rafael      97562
## 1318                         43 rue St. Laurent       Montreal    H1J 1C3
## 1319                         C/ Moralzarzal, 86         Madrid      28034
## 1320 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1321                       12, rue des Bouchers      Marseille      13008
## 1322                            5677 Strong St.     San Rafael      97562
## 1323                           2440 Pompton St.       Glendale      97561
## 1324                          201 Miller Street   North Sydney       2060
## 1325                    184, chausse de Tournai          Lille      59000
## 1326                         Mehrheimerstr. 369           Koln      50739
## 1327                          25, rue Lauriston          Paris      75016
## 1328                          Grenzacherweg 237         Gensve       1203
## 1329                               Vinb'ltet 34      Kobenhavn       1734
## 1330                          25, rue Lauriston          Paris      75016
## 1331                         8616 Spinnaker Dr.         Boston      51003
## 1332                         7635 Spinnaker Dr.     Brickhaven      58339
## 1333                          Grenzacherweg 237         Gensve       1203
## 1334                              Keskuskatu 45       Helsinki      21240
## 1335                         Mehrheimerstr. 369           Koln      50739
## 1336                  5290 North Pendale Street            NYC      10022
## 1337 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1338                          636 St Kilda Road      Melbourne       3004
## 1339                         C/ Moralzarzal, 86         Madrid      28034
## 1340        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1341                         C/ Moralzarzal, 86         Madrid      28034
## 1342                            5677 Strong St.     San Rafael      97562
## 1343                          Fauntleroy Circus     Manchester    EC2 5NT
## 1344                            8489 Strong St.      Las Vegas      83030
## 1345                          201 Miller Street   North Sydney       2060
## 1346                              Smagsloget 45        Aaarhus       8200
## 1347                    Via Ludovico il Moro 22        Bergamo      24100
## 1348                            5677 Strong St.     San Rafael      97562
## 1349                             7 Allen Street   Glen Waverly       3150
## 1350                          4092 Furth Circle            NYC      10022
## 1351                            120 Hanover Sq.         London    WA1 1DP
## 1352                         2, rue du Commerce           Lyon      69004
## 1353                           24, place Kluber     Strasbourg      67000
## 1354                          4092 Furth Circle            NYC      10022
## 1355                         C/ Moralzarzal, 86         Madrid      28034
## 1356    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1357               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1358                         C/ Moralzarzal, 86         Madrid      28034
## 1359                          Fauntleroy Circus     Manchester    EC2 5NT
## 1360                       12, rue des Bouchers      Marseille      13008
## 1361                         78934 Hillside Dr.       Pasadena      90003
## 1362                         C/ Moralzarzal, 86         Madrid      28034
## 1363                             3086 Ingle Ln.       San Jose      94217
## 1364    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1365                          Fauntleroy Circus     Manchester    EC2 5NT
## 1366                            8489 Strong St.      Las Vegas      83030
## 1367                          201 Miller Street   North Sydney       2060
## 1368                              Smagsloget 45        Aaarhus       8200
## 1369                        25593 South Bay Ln.    Bridgewater      97562
## 1370                            5677 Strong St.     San Rafael      97562
## 1371                   2304 Long Airport Avenue         Nashua      62005
## 1372                          4092 Furth Circle            NYC      10022
## 1373                         C/ Moralzarzal, 86         Madrid      28034
## 1374                           361 Furth Circle      San Diego      91217
## 1375                           24, place Kluber     Strasbourg      67000
## 1376                          4092 Furth Circle            NYC      10022
## 1377                         C/ Moralzarzal, 86         Madrid      28034
## 1378    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1379        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1380                         C/ Moralzarzal, 86         Madrid      28034
## 1381                          1785 First Street    New Bedford      50553
## 1382                          Fauntleroy Circus     Manchester    EC2 5NT
## 1383                       12, rue des Bouchers      Marseille      13008
## 1384                         78934 Hillside Dr.       Pasadena      90003
## 1385                         C/ Moralzarzal, 86         Madrid      28034
## 1386                             3086 Ingle Ln.       San Jose      94217
## 1387    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1388                         C/ Moralzarzal, 86         Madrid      28034
## 1389                           5905 Pompton St.            NYC      10022
## 1390                          4092 Furth Circle            NYC      10022
## 1391        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1392                     31 Duncan St. West End South Brisbane       4101
## 1393       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1394                     Strada Provinciale 124  Reggio Emilia      42100
## 1395                              C/ Romero, 33        Sevilla      41101
## 1396                  3758 North Pendale Street   White Plains      24067
## 1397                             6251 Ingle Ln.         Boston      51003
## 1398                             25 Maiden Lane         Dublin          2
## 1399                              Lyonerstr. 34      Frankfurt      60528
## 1400                         C/ Moralzarzal, 86         Madrid      28034
## 1401    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1402                            5677 Strong St.     San Rafael      97562
## 1403                            5677 Strong St.     San Rafael      97562
## 1404                    897 Long Airport Avenue            NYC      10022
## 1405                        39323 Spinnaker Dr.      Cambridge      51247
## 1406                              Smagsloget 45        Aaarhus       8200
## 1407                          2678 Kingston Rd.            NYC      10022
## 1408                    265, boulevard Charonne          Paris      75012
## 1409                          4092 Furth Circle            NYC      10022
## 1410                         C/ Moralzarzal, 86         Madrid      28034
## 1411                            5677 Strong St.     San Rafael      97562
## 1412                         C/ Moralzarzal, 86         Madrid      28034
## 1413                         C/ Moralzarzal, 86         Madrid      28034
## 1414                         C/ Moralzarzal, 86         Madrid      28034
## 1415               67, rue des Cinquante Otages         Nantes      44000
## 1416                    897 Long Airport Avenue            NYC      10022
## 1417                          636 St Kilda Road      Melbourne       3004
## 1418              27 rue du Colonel Pierre Avia          Paris      75508
## 1419                         78934 Hillside Dr.       Pasadena      90003
## 1420                          9408 Furth Circle     Burlingame      94217
## 1421                    184, chausse de Tournai          Lille      59000
## 1422                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1423                          25, rue Lauriston          Paris      75016
## 1424                          636 St Kilda Road      Melbourne       3004
## 1425                          2678 Kingston Rd.            NYC      10022
## 1426                              7476 Moss Rd.         Newark      94019
## 1427                        25593 South Bay Ln.    Bridgewater      97562
## 1428               67, rue des Cinquante Otages         Nantes      44000
## 1429                        39323 Spinnaker Dr.      Cambridge      51247
## 1430                              Keskuskatu 45       Helsinki      21240
## 1431                     Erling Skakkes gate 78        Stavern       4110
## 1432                           7586 Pompton St.      Allentown      70267
## 1433                    897 Long Airport Avenue            NYC      10022
## 1434                             2-2-8 Roppongi      Minato-ku   106-0032
## 1435                          9408 Furth Circle     Burlingame      94217
## 1436                     31 Duncan St. West End South Brisbane       4101
## 1437                               ?kergatan 24          Boras   S-844 67
## 1438               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1439                         C/ Moralzarzal, 86         Madrid      28034
## 1440                          Fauntleroy Circus     Manchester    EC2 5NT
## 1441                             54, rue Royale         Nantes      44000
## 1442                         59 rue de l'Abbaye          Reims      51100
## 1443                          201 Miller Street   North Sydney       2060
## 1444                              Smagsloget 45        Aaarhus       8200
## 1445                        25593 South Bay Ln.    Bridgewater      97562
## 1446                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1447                   2304 Long Airport Avenue         Nashua      62005
## 1448                          4092 Furth Circle            NYC      10022
## 1449                         C/ Moralzarzal, 86         Madrid      28034
## 1450                           361 Furth Circle      San Diego      91217
## 1451                           24, place Kluber     Strasbourg      67000
## 1452                     Strada Provinciale 124  Reggio Emilia      42100
## 1453                            8489 Strong St.      Las Vegas      83030
## 1454    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1455        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1456                         C/ Moralzarzal, 86         Madrid      28034
## 1457                          1785 First Street    New Bedford      50553
## 1458                          Fauntleroy Circus     Manchester    EC2 5NT
## 1459                         59 rue de l'Abbaye          Reims      51100
## 1460                         78934 Hillside Dr.       Pasadena      90003
## 1461                         C/ Moralzarzal, 86         Madrid      28034
## 1462                             3086 Ingle Ln.       San Jose      94217
## 1463    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1464                    Via Ludovico il Moro 22        Bergamo      24100
## 1465                          636 St Kilda Road      Melbourne       3004
## 1466                         C/ Moralzarzal, 86         Madrid      28034
## 1467                         78934 Hillside Dr.       Pasadena      90003
## 1468                          9408 Furth Circle     Burlingame      94217
## 1469   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 1470                          636 St Kilda Road      Melbourne       3004
## 1471                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1472                             3086 Ingle Ln.       San Jose      94217
## 1473                         C/ Moralzarzal, 86         Madrid      28034
## 1474               67, rue des Cinquante Otages         Nantes      44000
## 1475        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1476                             25 Maiden Lane         Dublin          2
## 1477                  3758 North Pendale Street   White Plains      24067
## 1478                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1479                    Via Ludovico il Moro 22        Bergamo      24100
## 1480                             2-2-8 Roppongi      Minato-ku   106-0032
## 1481                           2440 Pompton St.       Glendale      97561
## 1482                     31 Duncan St. West End South Brisbane       4101
## 1483                         C/ Moralzarzal, 86         Madrid      28034
## 1484                         59 rue de l'Abbaye          Reims      51100
## 1485                              7476 Moss Rd.         Newark      94019
## 1486                     Strada Provinciale 124  Reggio Emilia      42100
## 1487                              Lyonerstr. 34      Frankfurt      60528
## 1488                          Fauntleroy Circus     Manchester    EC2 5NT
## 1489                            8489 Strong St.      Las Vegas      83030
## 1490                          2793 Furth Circle       Brisbane      94217
## 1491                    Via Ludovico il Moro 22        Bergamo      24100
## 1492                            5677 Strong St.     San Rafael      97562
## 1493                             7 Allen Street   Glen Waverly       3150
## 1494                         C/ Moralzarzal, 86         Madrid      28034
## 1495                             C/ Araquil, 67         Madrid      28023
## 1496                         2, rue du Commerce           Lyon      69004
## 1497                             6251 Ingle Ln.         Boston      51003
## 1498                        Via Monte Bianco 34         Torino      10100
## 1499    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1500                     67, avenue de l'Europe     Versailles      78000
## 1501                            5677 Strong St.     San Rafael      97562
## 1502                   2304 Long Airport Avenue         Nashua      62005
## 1503                          Fauntleroy Circus     Manchester    EC2 5NT
## 1504                       12, rue des Bouchers      Marseille      13008
## 1505              27 rue du Colonel Pierre Avia          Paris      75508
## 1506                         78934 Hillside Dr.       Pasadena      90003
## 1507                         C/ Moralzarzal, 86         Madrid      28034
## 1508                          201 Miller Street   North Sydney       2060
## 1509    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1510    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1511                    897 Long Airport Avenue            NYC      10022
## 1512                          636 St Kilda Road      Melbourne       3004
## 1513              27 rue du Colonel Pierre Avia          Paris      75508
## 1514                         78934 Hillside Dr.       Pasadena      90003
## 1515                     Erling Skakkes gate 78        Stavern       4110
## 1516                          9408 Furth Circle     Burlingame      94217
## 1517                    184, chausse de Tournai          Lille      59000
## 1518                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1519   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 1520                          636 St Kilda Road      Melbourne       3004
## 1521                          11328 Douglas Av.   Philadelphia      71270
## 1522                             3086 Ingle Ln.       San Jose      94217
## 1523                        25593 South Bay Ln.    Bridgewater      97562
## 1524               67, rue des Cinquante Otages         Nantes      44000
## 1525                        39323 Spinnaker Dr.      Cambridge      51247
## 1526                             25 Maiden Lane         Dublin          2
## 1527                  3758 North Pendale Street   White Plains      24067
## 1528                           7586 Pompton St.      Allentown      70267
## 1529                    897 Long Airport Avenue            NYC      10022
## 1530                     Rambla de Catalu¤a, 23      Barcelona       8022
## 1531        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1532               67, rue des Cinquante Otages         Nantes      44000
## 1533                               ?kergatan 24          Boras   S-844 67
## 1534                          25, rue Lauriston          Paris      75016
## 1535                     Strada Provinciale 124  Reggio Emilia      42100
## 1536                               Vinb'ltet 34      Kobenhavn       1734
## 1537       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1538                             35 King George         London    WX3 6FW
## 1539                            5677 Strong St.     San Rafael      97562
## 1540                         C/ Moralzarzal, 86         Madrid      28034
## 1541                               ?kergatan 24          Boras   S-844 67
## 1542     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 1543                          4575 Hillside Dr.    New Bedford      50553
## 1544                     Rambla de Catalu¤a, 23      Barcelona       8022
## 1545                         2, rue du Commerce           Lyon      69004
## 1546                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1547                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1548                    897 Long Airport Avenue            NYC      10022
## 1549                         43 rue St. Laurent       Montreal    H1J 1C3
## 1550                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1551                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1552                        Via Monte Bianco 34         Torino      10100
## 1553                          Fauntleroy Circus     Manchester    EC2 5NT
## 1554               67, rue des Cinquante Otages         Nantes      44000
## 1555                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1556                           5905 Pompton St.            NYC      10022
## 1557                         C/ Moralzarzal, 86         Madrid      28034
## 1558                             2-2-8 Roppongi      Minato-ku   106-0032
## 1559                            5677 Strong St.     San Rafael      97562
## 1560                         8616 Spinnaker Dr.         Boston      51003
## 1561                              Lyonerstr. 34      Frankfurt      60528
## 1562                          Fauntleroy Circus     Manchester    EC2 5NT
## 1563                            8489 Strong St.      Las Vegas      83030
## 1564                          2793 Furth Circle       Brisbane      94217
## 1565                    Via Ludovico il Moro 22        Bergamo      24100
## 1566                            5677 Strong St.     San Rafael      97562
## 1567                             7 Allen Street   Glen Waverly       3150
## 1568                         C/ Moralzarzal, 86         Madrid      28034
## 1569                             C/ Araquil, 67         Madrid      28023
## 1570                         2, rue du Commerce           Lyon      69004
## 1571                         C/ Moralzarzal, 86         Madrid      28034
## 1572                           24, place Kluber     Strasbourg      67000
## 1573                        Via Monte Bianco 34         Torino      10100
## 1574                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1575                     67, avenue de l'Europe     Versailles      78000
## 1576                            5677 Strong St.     San Rafael      97562
## 1577                   2304 Long Airport Avenue         Nashua      62005
## 1578                          Fauntleroy Circus     Manchester    EC2 5NT
## 1579                             54, rue Royale         Nantes      44000
## 1580              27 rue du Colonel Pierre Avia          Paris      75508
## 1581                         78934 Hillside Dr.       Pasadena      90003
## 1582                         C/ Moralzarzal, 86         Madrid      28034
## 1583                          201 Miller Street   North Sydney       2060
## 1584                            5677 Strong St.     San Rafael      97562
## 1585                     Erling Skakkes gate 78        Stavern       4110
## 1586                    265, boulevard Charonne          Paris      75012
## 1587                             C/ Araquil, 67         Madrid      28023
## 1588                          9408 Furth Circle     Burlingame      94217
## 1589                                Torikatu 38           Oulu      90110
## 1590       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1591                             35 King George         London    WX3 6FW
## 1592                              C/ Romero, 33        Sevilla      41101
## 1593                         2, rue du Commerce           Lyon      69004
## 1594                             6251 Ingle Ln.         Boston      51003
## 1595    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1596                            5677 Strong St.     San Rafael      97562
## 1597                         C/ Moralzarzal, 86         Madrid      28034
## 1598    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1599                            5677 Strong St.     San Rafael      97562
## 1600                           7586 Pompton St.      Allentown      70267
## 1601                               ?kergatan 24          Boras   S-844 67
## 1602                        39323 Spinnaker Dr.      Cambridge      51247
## 1603                               1900 Oak St.      Vancouver    V3F 2K1
## 1604                          2678 Kingston Rd.            NYC      10022
## 1605                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1606                             C/ Araquil, 67         Madrid      28023
## 1607                         C/ Moralzarzal, 86         Madrid      28034
## 1608                            5677 Strong St.     San Rafael      97562
## 1609                            5677 Strong St.     San Rafael      97562
## 1610                         C/ Moralzarzal, 86         Madrid      28034
## 1611               67, rue des Cinquante Otages         Nantes      44000
## 1612 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1613                         59 rue de l'Abbaye          Reims      51100
## 1614                            5677 Strong St.     San Rafael      97562
## 1615                         78934 Hillside Dr.       Pasadena      90003
## 1616                          201 Miller Street   North Sydney       2060
## 1617                    184, chausse de Tournai          Lille      59000
## 1618                         C/ Moralzarzal, 86         Madrid      28034
## 1619                          25, rue Lauriston          Paris      75016
## 1620                    184, chausse de Tournai          Lille      59000
## 1621                          2678 Kingston Rd.            NYC      10022
## 1622                          25, rue Lauriston          Paris      75016
## 1623                         8616 Spinnaker Dr.         Boston      51003
## 1624                         7635 Spinnaker Dr.     Brickhaven      58339
## 1625                        39323 Spinnaker Dr.      Cambridge      51247
## 1626                              Keskuskatu 45       Helsinki      21240
## 1627                     Erling Skakkes gate 78        Stavern       4110
## 1628                  5290 North Pendale Street            NYC      10022
## 1629 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1630                                Geislweg 14       Salzburg       5020
## 1631                         C/ Moralzarzal, 86         Madrid      28034
## 1632        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1633               67, rue des Cinquante Otages         Nantes      44000
## 1634                            5677 Strong St.     San Rafael      97562
## 1635               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1636                          Fauntleroy Circus     Manchester    EC2 5NT
## 1637                            8489 Strong St.      Las Vegas      83030
## 1638                          201 Miller Street   North Sydney       2060
## 1639                              Smagsloget 45        Aaarhus       8200
## 1640                        25593 South Bay Ln.    Bridgewater      97562
## 1641                            5677 Strong St.     San Rafael      97562
## 1642                   2304 Long Airport Avenue         Nashua      62005
## 1643                          4092 Furth Circle            NYC      10022
## 1644                         C/ Moralzarzal, 86         Madrid      28034
## 1645                         2, rue du Commerce           Lyon      69004
## 1646                           24, place Kluber     Strasbourg      67000
## 1647                          4092 Furth Circle            NYC      10022
## 1648                         C/ Moralzarzal, 86         Madrid      28034
## 1649    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1650               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1651                         C/ Moralzarzal, 86         Madrid      28034
## 1652                          1785 First Street    New Bedford      50553
## 1653                          Fauntleroy Circus     Manchester    EC2 5NT
## 1654                            8489 Strong St.      Las Vegas      83030
## 1655                            5677 Strong St.     San Rafael      97562
## 1656                         C/ Moralzarzal, 86         Madrid      28034
## 1657                             3086 Ingle Ln.       San Jose      94217
## 1658    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1659                         C/ Moralzarzal, 86         Madrid      28034
## 1660                    265, boulevard Charonne          Paris      75012
## 1661                          4092 Furth Circle            NYC      10022
## 1662        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1663                                Torikatu 38           Oulu      90110
## 1664       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1665                             35 King George         London    WX3 6FW
## 1666                              C/ Romero, 33        Sevilla      41101
## 1667                  3758 North Pendale Street   White Plains      24067
## 1668                             6251 Ingle Ln.         Boston      51003
## 1669                          2793 Furth Circle       Brisbane      94217
## 1670                            5677 Strong St.     San Rafael      97562
## 1671                         C/ Moralzarzal, 86         Madrid      28034
## 1672    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1673                            5677 Strong St.     San Rafael      97562
## 1674                           7586 Pompton St.      Allentown      70267
## 1675                    897 Long Airport Avenue            NYC      10022
## 1676                        39323 Spinnaker Dr.      Cambridge      51247
## 1677                              Smagsloget 45        Aaarhus       8200
## 1678                          2678 Kingston Rd.            NYC      10022
## 1679                            5677 Strong St.     San Rafael      97562
## 1680                          4092 Furth Circle            NYC      10022
## 1681                         C/ Moralzarzal, 86         Madrid      28034
## 1682                            5677 Strong St.     San Rafael      97562
## 1683                         C/ Moralzarzal, 86         Madrid      28034
## 1684                         C/ Moralzarzal, 86         Madrid      28034
## 1685                         C/ Moralzarzal, 86         Madrid      28034
## 1686               67, rue des Cinquante Otages         Nantes      44000
## 1687                    Via Ludovico il Moro 22        Bergamo      24100
## 1688                                Geislweg 14       Salzburg       5020
## 1689                           2440 Pompton St.       Glendale      97561
## 1690                          4575 Hillside Dr.    New Bedford      50553
## 1691                              Keskuskatu 45       Helsinki      21240
## 1692                               ?kergatan 24          Boras   S-844 67
## 1693                      1 rue Alsace-Lorraine       Toulouse      31000
## 1694                            120 Hanover Sq.         London    WA1 1DP
## 1695 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1696                           361 Furth Circle      San Diego      91217
## 1697                             4658 Baden Av.      Cambridge      51247
## 1698                         C/ Moralzarzal, 86         Madrid      28034
## 1699                           7825 Douglas Av.     Brickhaven      58339
## 1700        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1701                               Hansastr. 15         Munich      80686
## 1702                           782 First Street   Philadelphia      71270
## 1703                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1704                    Via Ludovico il Moro 22        Bergamo      24100
## 1705                             2-2-8 Roppongi      Minato-ku   106-0032
## 1706                             35 King George         London    WX3 6FW
## 1707                                Torikatu 38           Oulu      90110
## 1708                         C/ Moralzarzal, 86         Madrid      28034
## 1709                         59 rue de l'Abbaye          Reims      51100
## 1710                             3086 Ingle Ln.       San Jose      94217
## 1711                             7 Allen Street   Glen Waverly       3150
## 1712                          Fauntleroy Circus     Manchester    EC2 5NT
## 1713                            8489 Strong St.      Las Vegas      83030
## 1714                          201 Miller Street   North Sydney       2060
## 1715                              Smagsloget 45        Aaarhus       8200
## 1716                    Via Ludovico il Moro 22        Bergamo      24100
## 1717                            5677 Strong St.     San Rafael      97562
## 1718                   2304 Long Airport Avenue         Nashua      62005
## 1719                          4092 Furth Circle            NYC      10022
## 1720                            120 Hanover Sq.         London    WA1 1DP
## 1721                         2, rue du Commerce           Lyon      69004
## 1722                           24, place Kluber     Strasbourg      67000
## 1723                          4092 Furth Circle            NYC      10022
## 1724                         C/ Moralzarzal, 86         Madrid      28034
## 1725    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1726               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1727                         C/ Moralzarzal, 86         Madrid      28034
## 1728                          Fauntleroy Circus     Manchester    EC2 5NT
## 1729                            8489 Strong St.      Las Vegas      83030
## 1730                            5677 Strong St.     San Rafael      97562
## 1731                         C/ Moralzarzal, 86         Madrid      28034
## 1732                             3086 Ingle Ln.       San Jose      94217
## 1733    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1734                          11328 Douglas Av.   Philadelphia      71270
## 1735                       12, rue des Bouchers      Marseille      13008
## 1736                            5677 Strong St.     San Rafael      97562
## 1737                           7825 Douglas Av.     Brickhaven      58339
## 1738                         43 rue St. Laurent       Montreal    H1J 1C3
## 1739                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1740                   2304 Long Airport Avenue         Nashua      62005
## 1741                         C/ Moralzarzal, 86         Madrid      28034
## 1742                         C/ Moralzarzal, 86         Madrid      28034
## 1743                          Grenzacherweg 237         Gensve       1203
## 1744                                Torikatu 38           Oulu      90110
## 1745               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1746                     Strada Provinciale 124  Reggio Emilia      42100
## 1747                            8489 Strong St.      Las Vegas      83030
## 1748                          Grenzacherweg 237         Gensve       1203
## 1749        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1750                         Mehrheimerstr. 369           Koln      50739
## 1751                          1785 First Street    New Bedford      50553
## 1752                          11328 Douglas Av.   Philadelphia      71270
## 1753                          636 St Kilda Road      Melbourne       3004
## 1754                         C/ Moralzarzal, 86         Madrid      28034
## 1755                         78934 Hillside Dr.       Pasadena      90003
## 1756                         C/ Moralzarzal, 86         Madrid      28034
## 1757                            5677 Strong St.     San Rafael      97562
## 1758                           24, place Kluber     Strasbourg      67000
## 1759                                Geislweg 14       Salzburg       5020
## 1760                               Vinb'ltet 34      Kobenhavn       1734
## 1761                                Geislweg 14       Salzburg       5020
## 1762                             35 King George         London    WX3 6FW
## 1763                            5677 Strong St.     San Rafael      97562
## 1764                           4097 Douglas Av.       Glendale      92561
## 1765                               ?kergatan 24          Boras   S-844 67
## 1766     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 1767                          4575 Hillside Dr.    New Bedford      50553
## 1768                     Rambla de Catalu¤a, 23      Barcelona       8022
## 1769                         2, rue du Commerce           Lyon      69004
## 1770                           361 Furth Circle      San Diego      91217
## 1771                              7476 Moss Rd.         Newark      94019
## 1772                    897 Long Airport Avenue            NYC      10022
## 1773                         43 rue St. Laurent       Montreal    H1J 1C3
## 1774                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1775                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1776                         8616 Spinnaker Dr.         Boston      51003
## 1777                          Fauntleroy Circus     Manchester    EC2 5NT
## 1778               67, rue des Cinquante Otages         Nantes      44000
## 1779                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1780                             2-2-8 Roppongi      Minato-ku   106-0032
## 1781                         C/ Moralzarzal, 86         Madrid      28034
## 1782                                Torikatu 38           Oulu      90110
## 1783                            5677 Strong St.     San Rafael      97562
## 1784                         8616 Spinnaker Dr.         Boston      51003
## 1785                          Fauntleroy Circus     Manchester    EC2 5NT
## 1786                            8489 Strong St.      Las Vegas      83030
## 1787                          201 Miller Street   North Sydney       2060
## 1788                              Smagsloget 45        Aaarhus       8200
## 1789                        25593 South Bay Ln.    Bridgewater      97562
## 1790                            5677 Strong St.     San Rafael      97562
## 1791                   2304 Long Airport Avenue         Nashua      62005
## 1792                          4092 Furth Circle            NYC      10022
## 1793                         C/ Moralzarzal, 86         Madrid      28034
## 1794                         2, rue du Commerce           Lyon      69004
## 1795                           24, place Kluber     Strasbourg      67000
## 1796                          4092 Furth Circle            NYC      10022
## 1797                         C/ Moralzarzal, 86         Madrid      28034
## 1798    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1799               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1800                         C/ Moralzarzal, 86         Madrid      28034
## 1801                          1785 First Street    New Bedford      50553
## 1802                          Fauntleroy Circus     Manchester    EC2 5NT
## 1803                            8489 Strong St.      Las Vegas      83030
## 1804                            5677 Strong St.     San Rafael      97562
## 1805                         C/ Moralzarzal, 86         Madrid      28034
## 1806                             3086 Ingle Ln.       San Jose      94217
## 1807    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1808 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1809                       12, rue des Bouchers      Marseille      13008
## 1810                            5677 Strong St.     San Rafael      97562
## 1811                           7825 Douglas Av.     Brickhaven      58339
## 1812                          201 Miller Street   North Sydney       2060
## 1813                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1814                         Mehrheimerstr. 369           Koln      50739
## 1815                         C/ Moralzarzal, 86         Madrid      28034
## 1816                          25, rue Lauriston          Paris      75016
## 1817                          Grenzacherweg 237         Gensve       1203
## 1818                               Vinb'ltet 34      Kobenhavn       1734
## 1819               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1820                     Strada Provinciale 124  Reggio Emilia      42100
## 1821                         7635 Spinnaker Dr.     Brickhaven      58339
## 1822                          Grenzacherweg 237         Gensve       1203
## 1823                              Lyonerstr. 34      Frankfurt      60528
## 1824                         Mehrheimerstr. 369           Koln      50739
## 1825                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1826                          11328 Douglas Av.   Philadelphia      71270
## 1827                          636 St Kilda Road      Melbourne       3004
## 1828                         C/ Moralzarzal, 86         Madrid      28034
## 1829        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1830                         C/ Moralzarzal, 86         Madrid      28034
## 1831                            5677 Strong St.     San Rafael      97562
## 1832                                Geislweg 14       Salzburg       5020
## 1833                    Via Ludovico il Moro 22        Bergamo      24100
## 1834                                Geislweg 14       Salzburg       5020
## 1835                           2440 Pompton St.       Glendale      97561
## 1836                          4575 Hillside Dr.    New Bedford      50553
## 1837                              Keskuskatu 45       Helsinki      21240
## 1838                               ?kergatan 24          Boras   S-844 67
## 1839                      1 rue Alsace-Lorraine       Toulouse      31000
## 1840                            120 Hanover Sq.         London    WA1 1DP
## 1841 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1842                           361 Furth Circle      San Diego      91217
## 1843                             4658 Baden Av.      Cambridge      51247
## 1844                         C/ Moralzarzal, 86         Madrid      28034
## 1845                           7825 Douglas Av.     Brickhaven      58339
## 1846        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1847                               Hansastr. 15         Munich      80686
## 1848                           782 First Street   Philadelphia      71270
## 1849                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1850                    Via Ludovico il Moro 22        Bergamo      24100
## 1851                             2-2-8 Roppongi      Minato-ku   106-0032
## 1852                             35 King George         London    WX3 6FW
## 1853    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1854                                Torikatu 38           Oulu      90110
## 1855                         C/ Moralzarzal, 86         Madrid      28034
## 1856                         59 rue de l'Abbaye          Reims      51100
## 1857                             3086 Ingle Ln.       San Jose      94217
## 1858                             7 Allen Street   Glen Waverly       3150
## 1859                          Fauntleroy Circus     Manchester    EC2 5NT
## 1860                            8489 Strong St.      Las Vegas      83030
## 1861                          201 Miller Street   North Sydney       2060
## 1862                              Smagsloget 45        Aaarhus       8200
## 1863                        25593 South Bay Ln.    Bridgewater      97562
## 1864                            5677 Strong St.     San Rafael      97562
## 1865                   2304 Long Airport Avenue         Nashua      62005
## 1866                          4092 Furth Circle            NYC      10022
## 1867                         C/ Moralzarzal, 86         Madrid      28034
## 1868                           361 Furth Circle      San Diego      91217
## 1869                           24, place Kluber     Strasbourg      67000
## 1870                          4092 Furth Circle            NYC      10022
## 1871                         C/ Moralzarzal, 86         Madrid      28034
## 1872    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1873        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1874                         C/ Moralzarzal, 86         Madrid      28034
## 1875                          1785 First Street    New Bedford      50553
## 1876                          Fauntleroy Circus     Manchester    EC2 5NT
## 1877                            8489 Strong St.      Las Vegas      83030
## 1878                            5677 Strong St.     San Rafael      97562
## 1879                         C/ Moralzarzal, 86         Madrid      28034
## 1880                             3086 Ingle Ln.       San Jose      94217
## 1881    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1882                               Vinb'ltet 34      Kobenhavn       1734
## 1883                                Geislweg 14       Salzburg       5020
## 1884                             35 King George         London    WX3 6FW
## 1885                          4575 Hillside Dr.    New Bedford      50553
## 1886                              Keskuskatu 45       Helsinki      21240
## 1887                               ?kergatan 24          Boras   S-844 67
## 1888                      1 rue Alsace-Lorraine       Toulouse      31000
## 1889                            120 Hanover Sq.         London    WA1 1DP
## 1890                     Rambla de Catalu¤a, 23      Barcelona       8022
## 1891                           361 Furth Circle      San Diego      91217
## 1892                    897 Long Airport Avenue            NYC      10022
## 1893                         C/ Moralzarzal, 86         Madrid      28034
## 1894                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 1895                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1896                               Hansastr. 15         Munich      80686
## 1897                           782 First Street   Philadelphia      71270
## 1898                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1899                       Berguvsv\u0084gen  8           Lule   S-958 22
## 1900                             2-2-8 Roppongi      Minato-ku   106-0032
## 1901                         C/ Moralzarzal, 86         Madrid      28034
## 1902                                Torikatu 38           Oulu      90110
## 1903                            5677 Strong St.     San Rafael      97562
## 1904                            5677 Strong St.     San Rafael      97562
## 1905                             3086 Ingle Ln.       San Jose      94217
## 1906                         8616 Spinnaker Dr.         Boston      51003
## 1907 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1908                       12, rue des Bouchers      Marseille      13008
## 1909                            5677 Strong St.     San Rafael      97562
## 1910                           7825 Douglas Av.     Brickhaven      58339
## 1911                               Kirchgasse 6           Graz       8010
## 1912                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 1913                   2304 Long Airport Avenue         Nashua      62005
## 1914                         C/ Moralzarzal, 86         Madrid      28034
## 1915                         C/ Moralzarzal, 86         Madrid      28034
## 1916                          Grenzacherweg 237         Gensve       1203
## 1917                                Torikatu 38           Oulu      90110
## 1918               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 1919                     Strada Provinciale 124  Reggio Emilia      42100
## 1920                            8489 Strong St.      Las Vegas      83030
## 1921                          Grenzacherweg 237         Gensve       1203
## 1922        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1923                         Mehrheimerstr. 369           Koln      50739
## 1924                          1785 First Street    New Bedford      50553
## 1925                          11328 Douglas Av.   Philadelphia      71270
## 1926                          636 St Kilda Road      Melbourne       3004
## 1927                         C/ Moralzarzal, 86         Madrid      28034
## 1928        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1929                         C/ Moralzarzal, 86         Madrid      28034
## 1930                            5677 Strong St.     San Rafael      97562
## 1931                           24, place Kluber     Strasbourg      67000
## 1932                                Geislweg 14       Salzburg       5020
## 1933                    Via Ludovico il Moro 22        Bergamo      24100
## 1934                                Geislweg 14       Salzburg       5020
## 1935                           2440 Pompton St.       Glendale      97561
## 1936                          4575 Hillside Dr.    New Bedford      50553
## 1937                              Keskuskatu 45       Helsinki      21240
## 1938                          9408 Furth Circle     Burlingame      94217
## 1939                      1 rue Alsace-Lorraine       Toulouse      31000
## 1940 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 1941   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 1942                           361 Furth Circle      San Diego      91217
## 1943                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 1944                             3086 Ingle Ln.       San Jose      94217
## 1945                         C/ Moralzarzal, 86         Madrid      28034
## 1946               67, rue des Cinquante Otages         Nantes      44000
## 1947        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 1948                               Hansastr. 15         Munich      80686
## 1949                  3758 North Pendale Street   White Plains      24067
## 1950                  Garden House Crowther Way          Cowes   PO31 7PJ
## 1951                    Via Ludovico il Moro 22        Bergamo      24100
## 1952                             2-2-8 Roppongi      Minato-ku   106-0032
## 1953                             35 King George         London    WX3 6FW
## 1954    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1955                                Torikatu 38           Oulu      90110
## 1956                         C/ Moralzarzal, 86         Madrid      28034
## 1957                         59 rue de l'Abbaye          Reims      51100
## 1958                              7476 Moss Rd.         Newark      94019
## 1959                     Strada Provinciale 124  Reggio Emilia      42100
## 1960                   2304 Long Airport Avenue         Nashua      62005
## 1961                          Fauntleroy Circus     Manchester    EC2 5NT
## 1962                            8489 Strong St.      Las Vegas      83030
## 1963                          2793 Furth Circle       Brisbane      94217
## 1964                    Via Ludovico il Moro 22        Bergamo      24100
## 1965                            5677 Strong St.     San Rafael      97562
## 1966                             7 Allen Street   Glen Waverly       3150
## 1967                          4092 Furth Circle            NYC      10022
## 1968                             C/ Araquil, 67         Madrid      28023
## 1969                         2, rue du Commerce           Lyon      69004
## 1970                  5290 North Pendale Street            NYC      10022
## 1971                        Via Monte Bianco 34         Torino      10100
## 1972    Village Close - 106 Linden Road Sandown      Singapore      69045
## 1973                              C/ Romero, 33        Sevilla      41101
## 1974                            5677 Strong St.     San Rafael      97562
## 1975                          Fauntleroy Circus     Manchester    EC2 5NT
## 1976                            8489 Strong St.      Las Vegas      83030
## 1977                            5677 Strong St.     San Rafael      97562
## 1978                         C/ Moralzarzal, 86         Madrid      28034
## 1979                             2-2-8 Roppongi      Minato-ku   106-0032
## 1980    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 1981                         C/ Moralzarzal, 86         Madrid      28034
## 1982                           5905 Pompton St.            NYC      10022
## 1983                          4092 Furth Circle            NYC      10022
## 1984        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 1985                     31 Duncan St. West End South Brisbane       4101
## 1986       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 1987                     Strada Provinciale 124  Reggio Emilia      42100
## 1988                              C/ Romero, 33        Sevilla      41101
## 1989                  3758 North Pendale Street   White Plains      24067
## 1990                             6251 Ingle Ln.         Boston      51003
## 1991                             25 Maiden Lane         Dublin          2
## 1992                              Lyonerstr. 34      Frankfurt      60528
## 1993                         C/ Moralzarzal, 86         Madrid      28034
## 1994                            5677 Strong St.     San Rafael      97562
## 1995                            5677 Strong St.     San Rafael      97562
## 1996                    897 Long Airport Avenue            NYC      10022
## 1997                        39323 Spinnaker Dr.      Cambridge      51247
## 1998                              Smagsloget 45        Aaarhus       8200
## 1999                     Erling Skakkes gate 78        Stavern       4110
## 2000                    265, boulevard Charonne          Paris      75012
## 2001                          4092 Furth Circle            NYC      10022
## 2002                         59 rue de l'Abbaye          Reims      51100
## 2003                            5677 Strong St.     San Rafael      97562
## 2004                         C/ Moralzarzal, 86         Madrid      28034
## 2005                         C/ Moralzarzal, 86         Madrid      28034
## 2006                         C/ Moralzarzal, 86         Madrid      28034
## 2007                     Erling Skakkes gate 78        Stavern       4110
## 2008                             C/ Araquil, 67         Madrid      28023
## 2009    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2010                          2793 Furth Circle       Brisbane      94217
## 2011                           5905 Pompton St.            NYC      10022
## 2012                    Via Ludovico il Moro 22        Bergamo      24100
## 2013                           782 First Street   Philadelphia      71270
## 2014                             7 Allen Street   Glen Waverly       3150
## 2015                               1900 Oak St.      Vancouver    V3F 2K1
## 2016                          3675 Furth Circle        Burbank      94019
## 2017                             4658 Baden Av.      Cambridge      51247
## 2018                         C/ Moralzarzal, 86         Madrid      28034
## 2019                             3086 Ingle Ln.       San Jose      94217
## 2020                                Geislweg 14       Salzburg       5020
## 2021                        Via Monte Bianco 34         Torino      10100
## 2022                          16780 Pompton St.     Brickhaven      58339
## 2023                     67, avenue de l'Europe     Versailles      78000
## 2024                            5677 Strong St.     San Rafael      97562
## 2025                          2678 Kingston Rd.            NYC      10022
## 2026                             C/ Araquil, 67         Madrid      28023
## 2027                         C/ Moralzarzal, 86         Madrid      28034
## 2028                           7825 Douglas Av.     Brickhaven      58339
## 2029                            5677 Strong St.     San Rafael      97562
## 2030                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2031                    Via Ludovico il Moro 22        Bergamo      24100
## 2032                          636 St Kilda Road      Melbourne       3004
## 2033                         C/ Moralzarzal, 86         Madrid      28034
## 2034                         78934 Hillside Dr.       Pasadena      90003
## 2035                          9408 Furth Circle     Burlingame      94217
## 2036   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2037                          636 St Kilda Road      Melbourne       3004
## 2038                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2039                             3086 Ingle Ln.       San Jose      94217
## 2040                        25593 South Bay Ln.    Bridgewater      97562
## 2041               67, rue des Cinquante Otages         Nantes      44000
## 2042        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2043                             25 Maiden Lane         Dublin          2
## 2044                  3758 North Pendale Street   White Plains      24067
## 2045                          9408 Furth Circle     Burlingame      94217
## 2046                    Via Ludovico il Moro 22        Bergamo      24100
## 2047                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2048                           2440 Pompton St.       Glendale      97561
## 2049    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2050               67, rue des Cinquante Otages         Nantes      44000
## 2051                         C/ Moralzarzal, 86         Madrid      28034
## 2052                         59 rue de l'Abbaye          Reims      51100
## 2053                              7476 Moss Rd.         Newark      94019
## 2054                     Strada Provinciale 124  Reggio Emilia      42100
## 2055 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 2056                       12, rue des Bouchers      Marseille      13008
## 2057                            5677 Strong St.     San Rafael      97562
## 2058                           7825 Douglas Av.     Brickhaven      58339
## 2059                          201 Miller Street   North Sydney       2060
## 2060                    184, chausse de Tournai          Lille      59000
## 2061                         Mehrheimerstr. 369           Koln      50739
## 2062                          25, rue Lauriston          Paris      75016
## 2063                          Grenzacherweg 237         Gensve       1203
## 2064                               Vinb'ltet 34      Kobenhavn       1734
## 2065                          25, rue Lauriston          Paris      75016
## 2066                         8616 Spinnaker Dr.         Boston      51003
## 2067                         7635 Spinnaker Dr.     Brickhaven      58339
## 2068                          Grenzacherweg 237         Gensve       1203
## 2069                              Keskuskatu 45       Helsinki      21240
## 2070                         Mehrheimerstr. 369           Koln      50739
## 2071                  5290 North Pendale Street            NYC      10022
## 2072                          11328 Douglas Av.   Philadelphia      71270
## 2073                         59 rue de l'Abbaye          Reims      51100
## 2074                         C/ Moralzarzal, 86         Madrid      28034
## 2075        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 2076                         C/ Moralzarzal, 86         Madrid      28034
## 2077                            5677 Strong St.     San Rafael      97562
## 2078                     Erling Skakkes gate 78        Stavern       4110
## 2079                    265, boulevard Charonne          Paris      75012
## 2080                             C/ Araquil, 67         Madrid      28023
## 2081                          9408 Furth Circle     Burlingame      94217
## 2082                                Torikatu 38           Oulu      90110
## 2083                               Kirchgasse 6           Graz       8010
## 2084                             35 King George         London    WX3 6FW
## 2085                              C/ Romero, 33        Sevilla      41101
## 2086                         2, rue du Commerce           Lyon      69004
## 2087                             6251 Ingle Ln.         Boston      51003
## 2088    Village Close - 106 Linden Road Sandown      Singapore      69045
## 2089                            5677 Strong St.     San Rafael      97562
## 2090                   567 North Pendale Street      New Haven      97823
## 2091    Village Close - 106 Linden Road Sandown      Singapore      69045
## 2092    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2093                           7586 Pompton St.      Allentown      70267
## 2094                               ?kergatan 24          Boras   S-844 67
## 2095                        39323 Spinnaker Dr.      Cambridge      51247
## 2096                               1900 Oak St.      Vancouver    V3F 2K1
## 2097                          2678 Kingston Rd.            NYC      10022
## 2098                            5677 Strong St.     San Rafael      97562
## 2099                             C/ Araquil, 67         Madrid      28023
## 2100                         C/ Moralzarzal, 86         Madrid      28034
## 2101                            5677 Strong St.     San Rafael      97562
## 2102                            5677 Strong St.     San Rafael      97562
## 2103                         43 rue St. Laurent       Montreal    H1J 1C3
## 2104               67, rue des Cinquante Otages         Nantes      44000
## 2105                    897 Long Airport Avenue            NYC      10022
## 2106                          636 St Kilda Road      Melbourne       3004
## 2107                         C/ Moralzarzal, 86         Madrid      28034
## 2108                         78934 Hillside Dr.       Pasadena      90003
## 2109                          9408 Furth Circle     Burlingame      94217
## 2110                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 2111   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2112                          636 St Kilda Road      Melbourne       3004
## 2113                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2114                             3086 Ingle Ln.       San Jose      94217
## 2115                        25593 South Bay Ln.    Bridgewater      97562
## 2116               67, rue des Cinquante Otages         Nantes      44000
## 2117                        39323 Spinnaker Dr.      Cambridge      51247
## 2118                             25 Maiden Lane         Dublin          2
## 2119                  3758 North Pendale Street   White Plains      24067
## 2120                           7586 Pompton St.      Allentown      70267
## 2121                    897 Long Airport Avenue            NYC      10022
## 2122                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2123                           2440 Pompton St.       Glendale      97561
## 2124        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 2125               67, rue des Cinquante Otages         Nantes      44000
## 2126       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2127                              7476 Moss Rd.         Newark      94019
## 2128                     Strada Provinciale 124  Reggio Emilia      42100
## 2129 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 2130                       12, rue des Bouchers      Marseille      13008
## 2131                            5677 Strong St.     San Rafael      97562
## 2132                         78934 Hillside Dr.       Pasadena      90003
## 2133                          201 Miller Street   North Sydney       2060
## 2134                    184, chausse de Tournai          Lille      59000
## 2135                         C/ Moralzarzal, 86         Madrid      28034
## 2136                          25, rue Lauriston          Paris      75016
## 2137                    184, chausse de Tournai          Lille      59000
## 2138                          2678 Kingston Rd.            NYC      10022
## 2139                          25, rue Lauriston          Paris      75016
## 2140                         8616 Spinnaker Dr.         Boston      51003
## 2141                         7635 Spinnaker Dr.     Brickhaven      58339
## 2142                        39323 Spinnaker Dr.      Cambridge      51247
## 2143                              Keskuskatu 45       Helsinki      21240
## 2144                         Mehrheimerstr. 369           Koln      50739
## 2145                  5290 North Pendale Street            NYC      10022
## 2146                          11328 Douglas Av.   Philadelphia      71270
## 2147                         59 rue de l'Abbaye          Reims      51100
## 2148                         C/ Moralzarzal, 86         Madrid      28034
## 2149                       12, rue des Bouchers      Marseille      13008
## 2150                         C/ Moralzarzal, 86         Madrid      28034
## 2151                            5677 Strong St.     San Rafael      97562
## 2152               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 2153                         C/ Moralzarzal, 86         Madrid      28034
## 2154                    265, boulevard Charonne          Paris      75012
## 2155                          4092 Furth Circle            NYC      10022
## 2156        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 2157                                Torikatu 38           Oulu      90110
## 2158       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2159                             35 King George         London    WX3 6FW
## 2160                              C/ Romero, 33        Sevilla      41101
## 2161                  3758 North Pendale Street   White Plains      24067
## 2162                             6251 Ingle Ln.         Boston      51003
## 2163                          2793 Furth Circle       Brisbane      94217
## 2164                            5677 Strong St.     San Rafael      97562
## 2165                         C/ Moralzarzal, 86         Madrid      28034
## 2166    Village Close - 106 Linden Road Sandown      Singapore      69045
## 2167                            5677 Strong St.     San Rafael      97562
## 2168                           7586 Pompton St.      Allentown      70267
## 2169                    897 Long Airport Avenue            NYC      10022
## 2170                        39323 Spinnaker Dr.      Cambridge      51247
## 2171                               1900 Oak St.      Vancouver    V3F 2K1
## 2172                     Erling Skakkes gate 78        Stavern       4110
## 2173                            5677 Strong St.     San Rafael      97562
## 2174                          4092 Furth Circle            NYC      10022
## 2175                         59 rue de l'Abbaye          Reims      51100
## 2176                            5677 Strong St.     San Rafael      97562
## 2177                         C/ Moralzarzal, 86         Madrid      28034
## 2178                         C/ Moralzarzal, 86         Madrid      28034
## 2179                         C/ Moralzarzal, 86         Madrid      28034
## 2180               67, rue des Cinquante Otages         Nantes      44000
## 2181                         C/ Moralzarzal, 86         Madrid      28034
## 2182                       Boulevard Tirou, 255      Charleroi     B-6000
## 2183                          4092 Furth Circle            NYC      10022
## 2184                            5677 Strong St.     San Rafael      97562
## 2185                     31 Duncan St. West End South Brisbane       4101
## 2186       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2187                     Strada Provinciale 124  Reggio Emilia      42100
## 2188                              C/ Romero, 33        Sevilla      41101
## 2189                  3758 North Pendale Street   White Plains      24067
## 2190                             6251 Ingle Ln.         Boston      51003
## 2191                             25 Maiden Lane         Dublin          2
## 2192                              Lyonerstr. 34      Frankfurt      60528
## 2193        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 2194                           7586 Pompton St.      Allentown      70267
## 2195                            5677 Strong St.     San Rafael      97562
## 2196                    897 Long Airport Avenue            NYC      10022
## 2197                          Fauntleroy Circus     Manchester    EC2 5NT
## 2198                              Smagsloget 45        Aaarhus       8200
## 2199                     Erling Skakkes gate 78        Stavern       4110
## 2200                    265, boulevard Charonne          Paris      75012
## 2201                         C/ Moralzarzal, 86         Madrid      28034
## 2202                         59 rue de l'Abbaye          Reims      51100
## 2203                            5677 Strong St.     San Rafael      97562
## 2204                         C/ Moralzarzal, 86         Madrid      28034
## 2205                         C/ Moralzarzal, 86         Madrid      28034
## 2206                        25593 South Bay Ln.    Bridgewater      97562
## 2207                     Erling Skakkes gate 78        Stavern       4110
## 2208                            5677 Strong St.     San Rafael      97562
## 2209                             C/ Araquil, 67         Madrid      28023
## 2210                          9408 Furth Circle     Burlingame      94217
## 2211       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2212                               Kirchgasse 6           Graz       8010
## 2213                             35 King George         London    WX3 6FW
## 2214                           782 First Street   Philadelphia      71270
## 2215                         2, rue du Commerce           Lyon      69004
## 2216                               1900 Oak St.      Vancouver    V3F 2K1
## 2217    Village Close - 106 Linden Road Sandown      Singapore      69045
## 2218                            5677 Strong St.     San Rafael      97562
## 2219                   567 North Pendale Street      New Haven      97823
## 2220                             2-2-8 Roppongi      Minato-ku   106-0032
## 2221    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2222                           7586 Pompton St.      Allentown      70267
## 2223                               ?kergatan 24          Boras   S-844 67
## 2224                     67, avenue de l'Europe     Versailles      78000
## 2225                               1900 Oak St.      Vancouver    V3F 2K1
## 2226                          2678 Kingston Rd.            NYC      10022
## 2227                             C/ Araquil, 67         Madrid      28023
## 2228                         C/ Moralzarzal, 86         Madrid      28034
## 2229                          201 Miller Street   North Sydney       2060
## 2230                            5677 Strong St.     San Rafael      97562
## 2231                         43 rue St. Laurent       Montreal    H1J 1C3
## 2232                         C/ Moralzarzal, 86         Madrid      28034
## 2233                    Via Ludovico il Moro 22        Bergamo      24100
## 2234                          636 St Kilda Road      Melbourne       3004
## 2235                         C/ Moralzarzal, 86         Madrid      28034
## 2236                       Boulevard Tirou, 255      Charleroi     B-6000
## 2237                          9408 Furth Circle     Burlingame      94217
## 2238   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2239                          636 St Kilda Road      Melbourne       3004
## 2240                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2241                             3086 Ingle Ln.       San Jose      94217
## 2242                         C/ Moralzarzal, 86         Madrid      28034
## 2243               67, rue des Cinquante Otages         Nantes      44000
## 2244        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2245                             25 Maiden Lane         Dublin          2
## 2246                  3758 North Pendale Street   White Plains      24067
## 2247                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2248                    Via Ludovico il Moro 22        Bergamo      24100
## 2249                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2250                           2440 Pompton St.       Glendale      97561
## 2251    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2252               67, rue des Cinquante Otages         Nantes      44000
## 2253                          1785 First Street    New Bedford      50553
## 2254                         59 rue de l'Abbaye          Reims      51100
## 2255                              7476 Moss Rd.         Newark      94019
## 2256                     Strada Provinciale 124  Reggio Emilia      42100
## 2257 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 2258                         59 rue de l'Abbaye          Reims      51100
## 2259                            5677 Strong St.     San Rafael      97562
## 2260                         78934 Hillside Dr.       Pasadena      90003
## 2261                          201 Miller Street   North Sydney       2060
## 2262                    184, chausse de Tournai          Lille      59000
## 2263                         C/ Moralzarzal, 86         Madrid      28034
## 2264                          25, rue Lauriston          Paris      75016
## 2265                    184, chausse de Tournai          Lille      59000
## 2266                          2678 Kingston Rd.            NYC      10022
## 2267                          25, rue Lauriston          Paris      75016
## 2268                         8616 Spinnaker Dr.         Boston      51003
## 2269                         7635 Spinnaker Dr.     Brickhaven      58339
## 2270                        39323 Spinnaker Dr.      Cambridge      51247
## 2271                              Keskuskatu 45       Helsinki      21240
## 2272                     Erling Skakkes gate 78        Stavern       4110
## 2273                  5290 North Pendale Street            NYC      10022
## 2274                          11328 Douglas Av.   Philadelphia      71270
## 2275                                Geislweg 14       Salzburg       5020
## 2276                         C/ Moralzarzal, 86         Madrid      28034
## 2277                          4575 Hillside Dr.    New Bedford      50553
## 2278               67, rue des Cinquante Otages         Nantes      44000
## 2279                            5677 Strong St.     San Rafael      97562
## 2280               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 2281                    Via Ludovico il Moro 22        Bergamo      24100
## 2282                          636 St Kilda Road      Melbourne       3004
## 2283                         C/ Moralzarzal, 86         Madrid      28034
## 2284                          4575 Hillside Dr.    New Bedford      50553
## 2285                         C/ Moralzarzal, 86         Madrid      28034
## 2286                          9408 Furth Circle     Burlingame      94217
## 2287                          3675 Furth Circle        Burbank      94019
## 2288   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2289                          636 St Kilda Road      Melbourne       3004
## 2290                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2291                             3086 Ingle Ln.       San Jose      94217
## 2292                         C/ Moralzarzal, 86         Madrid      28034
## 2293               67, rue des Cinquante Otages         Nantes      44000
## 2294        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2295                               Hansastr. 15         Munich      80686
## 2296                  3758 North Pendale Street   White Plains      24067
## 2297                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2298                    Via Ludovico il Moro 22        Bergamo      24100
## 2299                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2300                           2440 Pompton St.       Glendale      97561
## 2301    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2302               67, rue des Cinquante Otages         Nantes      44000
## 2303                          1785 First Street    New Bedford      50553
## 2304                         59 rue de l'Abbaye          Reims      51100
## 2305                              7476 Moss Rd.         Newark      94019
## 2306                     Strada Provinciale 124  Reggio Emilia      42100
## 2307                         C/ Moralzarzal, 86         Madrid      28034
## 2308                           5905 Pompton St.            NYC      10022
## 2309                          4092 Furth Circle            NYC      10022
## 2310        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 2311                                Torikatu 38           Oulu      90110
## 2312       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2313                     Strada Provinciale 124  Reggio Emilia      42100
## 2314                              C/ Romero, 33        Sevilla      41101
## 2315                  3758 North Pendale Street   White Plains      24067
## 2316                             6251 Ingle Ln.         Boston      51003
## 2317                             25 Maiden Lane         Dublin          2
## 2318                              Lyonerstr. 34      Frankfurt      60528
## 2319                         C/ Moralzarzal, 86         Madrid      28034
## 2320    Village Close - 106 Linden Road Sandown      Singapore      69045
## 2321                            5677 Strong St.     San Rafael      97562
## 2322                            5677 Strong St.     San Rafael      97562
## 2323                    897 Long Airport Avenue            NYC      10022
## 2324                        39323 Spinnaker Dr.      Cambridge      51247
## 2325                              Smagsloget 45        Aaarhus       8200
## 2326                     Erling Skakkes gate 78        Stavern       4110
## 2327                    265, boulevard Charonne          Paris      75012
## 2328                         C/ Moralzarzal, 86         Madrid      28034
## 2329                         59 rue de l'Abbaye          Reims      51100
## 2330                            5677 Strong St.     San Rafael      97562
## 2331                         C/ Moralzarzal, 86         Madrid      28034
## 2332              27 rue du Colonel Pierre Avia          Paris      75508
## 2333                         C/ Moralzarzal, 86         Madrid      28034
## 2334               67, rue des Cinquante Otages         Nantes      44000
## 2335                         C/ Moralzarzal, 86         Madrid      28034
## 2336       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2337                          4092 Furth Circle            NYC      10022
## 2338                            5677 Strong St.     San Rafael      97562
## 2339                         C/ Moralzarzal, 86         Madrid      28034
## 2340       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2341                     Strada Provinciale 124  Reggio Emilia      42100
## 2342                          4575 Hillside Dr.    New Bedford      50553
## 2343                   567 North Pendale Street      New Haven      97823
## 2344                         2, rue du Commerce           Lyon      69004
## 2345                             25 Maiden Lane         Dublin          2
## 2346                              Lyonerstr. 34      Frankfurt      60528
## 2347        Software Engineering Center, SEC Oy          Espoo  FIN-02271
## 2348                           7586 Pompton St.      Allentown      70267
## 2349                            5677 Strong St.     San Rafael      97562
## 2350                    897 Long Airport Avenue            NYC      10022
## 2351                          Fauntleroy Circus     Manchester    EC2 5NT
## 2352                              Smagsloget 45        Aaarhus       8200
## 2353                     Erling Skakkes gate 78        Stavern       4110
## 2354                           5905 Pompton St.            NYC      10022
## 2355                         C/ Moralzarzal, 86         Madrid      28034
## 2356                         59 rue de l'Abbaye          Reims      51100
## 2357                             2-2-8 Roppongi      Minato-ku   106-0032
## 2358                         C/ Moralzarzal, 86         Madrid      28034
## 2359              27 rue du Colonel Pierre Avia          Paris      75508
## 2360                        25593 South Bay Ln.    Bridgewater      97562
## 2361 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 2362                         59 rue de l'Abbaye          Reims      51100
## 2363                            5677 Strong St.     San Rafael      97562
## 2364                         78934 Hillside Dr.       Pasadena      90003
## 2365                          201 Miller Street   North Sydney       2060
## 2366                    184, chausse de Tournai          Lille      59000
## 2367                         C/ Moralzarzal, 86         Madrid      28034
## 2368                          25, rue Lauriston          Paris      75016
## 2369                    184, chausse de Tournai          Lille      59000
## 2370                          2678 Kingston Rd.            NYC      10022
## 2371                          25, rue Lauriston          Paris      75016
## 2372                         8616 Spinnaker Dr.         Boston      51003
## 2373                         7635 Spinnaker Dr.     Brickhaven      58339
## 2374                        39323 Spinnaker Dr.      Cambridge      51247
## 2375                              Keskuskatu 45       Helsinki      21240
## 2376                     Erling Skakkes gate 78        Stavern       4110
## 2377                  5290 North Pendale Street            NYC      10022
## 2378                          11328 Douglas Av.   Philadelphia      71270
## 2379                                Geislweg 14       Salzburg       5020
## 2380              27 rue du Colonel Pierre Avia          Paris      75508
## 2381                          4575 Hillside Dr.    New Bedford      50553
## 2382               67, rue des Cinquante Otages         Nantes      44000
## 2383                            5677 Strong St.     San Rafael      97562
## 2384               Berkeley Gardens 12  Brewery      Liverpool    WX1 6LT
## 2385                               Vinb'ltet 34      Kobenhavn       1734
## 2386                                Geislweg 14       Salzburg       5020
## 2387                             35 King George         London    WX3 6FW
## 2388                            5677 Strong St.     San Rafael      97562
## 2389                         C/ Moralzarzal, 86         Madrid      28034
## 2390                               ?kergatan 24          Boras   S-844 67
## 2391     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 2392                          4575 Hillside Dr.    New Bedford      50553
## 2393                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2394                         2, rue du Commerce           Lyon      69004
## 2395                           361 Furth Circle      San Diego      91217
## 2396                              7476 Moss Rd.         Newark      94019
## 2397                    897 Long Airport Avenue            NYC      10022
## 2398                         43 rue St. Laurent       Montreal    H1J 1C3
## 2399                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2400                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2401                         8616 Spinnaker Dr.         Boston      51003
## 2402                          Fauntleroy Circus     Manchester    EC2 5NT
## 2403               67, rue des Cinquante Otages         Nantes      44000
## 2404                       Berguvsv\u0084gen  8           Lule   S-958 22
## 2405                             2-2-8 Roppongi      Minato-ku   106-0032
## 2406                         C/ Moralzarzal, 86         Madrid      28034
## 2407                                Torikatu 38           Oulu      90110
## 2408                            5677 Strong St.     San Rafael      97562
## 2409                            5677 Strong St.     San Rafael      97562
## 2410                         8616 Spinnaker Dr.         Boston      51003
## 2411                    Via Ludovico il Moro 22        Bergamo      24100
## 2412                          636 St Kilda Road      Melbourne       3004
## 2413                         C/ Moralzarzal, 86         Madrid      28034
## 2414                          4575 Hillside Dr.    New Bedford      50553
## 2415                         C/ Moralzarzal, 86         Madrid      28034
## 2416                          9408 Furth Circle     Burlingame      94217
## 2417                          3675 Furth Circle        Burbank      94019
## 2418   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2419                          636 St Kilda Road      Melbourne       3004
## 2420                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2421                             3086 Ingle Ln.       San Jose      94217
## 2422                         C/ Moralzarzal, 86         Madrid      28034
## 2423               67, rue des Cinquante Otages         Nantes      44000
## 2424        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2425                               Hansastr. 15         Munich      80686
## 2426                  3758 North Pendale Street   White Plains      24067
## 2427                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2428                    Via Ludovico il Moro 22        Bergamo      24100
## 2429                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2430                           2440 Pompton St.       Glendale      97561
## 2431    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2432               67, rue des Cinquante Otages         Nantes      44000
## 2433                          1785 First Street    New Bedford      50553
## 2434                         59 rue de l'Abbaye          Reims      51100
## 2435                              7476 Moss Rd.         Newark      94019
## 2436                     Strada Provinciale 124  Reggio Emilia      42100
## 2437                               Vinb'ltet 34      Kobenhavn       1734
## 2438       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2439                         C/ Moralzarzal, 86         Madrid      28034
## 2440                            5677 Strong St.     San Rafael      97562
## 2441                         C/ Moralzarzal, 86         Madrid      28034
## 2442                          1785 First Street    New Bedford      50553
## 2443     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 2444                          4575 Hillside Dr.    New Bedford      50553
## 2445                   567 North Pendale Street      New Haven      97823
## 2446                         2, rue du Commerce           Lyon      69004
## 2447                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2448                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2449                    897 Long Airport Avenue            NYC      10022
## 2450                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2451                            5677 Strong St.     San Rafael      97562
## 2452                        Via Monte Bianco 34         Torino      10100
## 2453                          Fauntleroy Circus     Manchester    EC2 5NT
## 2454                              Smagsloget 45        Aaarhus       8200
## 2455                               Vinb'ltet 34      Kobenhavn       1734
## 2456                           5905 Pompton St.            NYC      10022
## 2457                         C/ Moralzarzal, 86         Madrid      28034
## 2458                             2-2-8 Roppongi      Minato-ku   106-0032
## 2459                      1 rue Alsace-Lorraine       Toulouse      31000
## 2460                         8616 Spinnaker Dr.         Boston      51003
## 2461                    Via Ludovico il Moro 22        Bergamo      24100
## 2462                                Geislweg 14       Salzburg       5020
## 2463                           2440 Pompton St.       Glendale      97561
## 2464                          4575 Hillside Dr.    New Bedford      50553
## 2465                              Keskuskatu 45       Helsinki      21240
## 2466                               ?kergatan 24          Boras   S-844 67
## 2467                      1 rue Alsace-Lorraine       Toulouse      31000
## 2468                            120 Hanover Sq.         London    WA1 1DP
## 2469                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2470                           361 Furth Circle      San Diego      91217
## 2471                             4658 Baden Av.      Cambridge      51247
## 2472                         C/ Moralzarzal, 86         Madrid      28034
## 2473                           7825 Douglas Av.     Brickhaven      58339
## 2474                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2475                               Hansastr. 15         Munich      80686
## 2476                           782 First Street   Philadelphia      71270
## 2477                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2478                    Via Ludovico il Moro 22        Bergamo      24100
## 2479                             2-2-8 Roppongi      Minato-ku   106-0032
## 2480                          16780 Pompton St.     Brickhaven      58339
## 2481    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2482                                Torikatu 38           Oulu      90110
## 2483                         C/ Moralzarzal, 86         Madrid      28034
## 2484                         59 rue de l'Abbaye          Reims      51100
## 2485                             3086 Ingle Ln.       San Jose      94217
## 2486                             7 Allen Street   Glen Waverly       3150
## 2487                    Via Ludovico il Moro 22        Bergamo      24100
## 2488                          636 St Kilda Road      Melbourne       3004
## 2489                           2440 Pompton St.       Glendale      97561
## 2490                          4575 Hillside Dr.    New Bedford      50553
## 2491                              Keskuskatu 45       Helsinki      21240
## 2492                          9408 Furth Circle     Burlingame      94217
## 2493                      1 rue Alsace-Lorraine       Toulouse      31000
## 2494 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 2495   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2496                           361 Furth Circle      San Diego      91217
## 2497                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2498                             3086 Ingle Ln.       San Jose      94217
## 2499                         C/ Moralzarzal, 86         Madrid      28034
## 2500               67, rue des Cinquante Otages         Nantes      44000
## 2501        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2502                               Hansastr. 15         Munich      80686
## 2503                  3758 North Pendale Street   White Plains      24067
## 2504                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2505                    Via Ludovico il Moro 22        Bergamo      24100
## 2506                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2507                          16780 Pompton St.     Brickhaven      58339
## 2508    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2509               67, rue des Cinquante Otages         Nantes      44000
## 2510                         C/ Moralzarzal, 86         Madrid      28034
## 2511                         59 rue de l'Abbaye          Reims      51100
## 2512                              7476 Moss Rd.         Newark      94019
## 2513                     Strada Provinciale 124  Reggio Emilia      42100
## 2514                               Vinb'ltet 34      Kobenhavn       1734
## 2515                                Geislweg 14       Salzburg       5020
## 2516                             35 King George         London    WX3 6FW
## 2517                          4575 Hillside Dr.    New Bedford      50553
## 2518                           4097 Douglas Av.       Glendale      92561
## 2519                               ?kergatan 24          Boras   S-844 67
## 2520     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 2521                          4575 Hillside Dr.    New Bedford      50553
## 2522                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2523                         2, rue du Commerce           Lyon      69004
## 2524                           361 Furth Circle      San Diego      91217
## 2525                              7476 Moss Rd.         Newark      94019
## 2526                    897 Long Airport Avenue            NYC      10022
## 2527                         43 rue St. Laurent       Montreal    H1J 1C3
## 2528                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2529                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2530                         8616 Spinnaker Dr.         Boston      51003
## 2531                          Fauntleroy Circus     Manchester    EC2 5NT
## 2532                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2533                               Vinb'ltet 34      Kobenhavn       1734
## 2534                             2-2-8 Roppongi      Minato-ku   106-0032
## 2535                         C/ Moralzarzal, 86         Madrid      28034
## 2536                                Torikatu 38           Oulu      90110
## 2537                         C/ Moralzarzal, 86         Madrid      28034
## 2538                      1 rue Alsace-Lorraine       Toulouse      31000
## 2539                         8616 Spinnaker Dr.         Boston      51003
## 2540                     Erling Skakkes gate 78        Stavern       4110
## 2541                    265, boulevard Charonne          Paris      75012
## 2542                             C/ Araquil, 67         Madrid      28023
## 2543                          9408 Furth Circle     Burlingame      94217
## 2544       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2545                               Kirchgasse 6           Graz       8010
## 2546                             35 King George         London    WX3 6FW
## 2547                           782 First Street   Philadelphia      71270
## 2548                         2, rue du Commerce           Lyon      69004
## 2549                               1900 Oak St.      Vancouver    V3F 2K1
## 2550    Village Close - 106 Linden Road Sandown      Singapore      69045
## 2551                            5677 Strong St.     San Rafael      97562
## 2552                   567 North Pendale Street      New Haven      97823
## 2553                             2-2-8 Roppongi      Minato-ku   106-0032
## 2554    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2555                           7586 Pompton St.      Allentown      70267
## 2556                               ?kergatan 24          Boras   S-844 67
## 2557                     67, avenue de l'Europe     Versailles      78000
## 2558                               1900 Oak St.      Vancouver    V3F 2K1
## 2559                          2678 Kingston Rd.            NYC      10022
## 2560                    265, boulevard Charonne          Paris      75012
## 2561                             C/ Araquil, 67         Madrid      28023
## 2562                         C/ Moralzarzal, 86         Madrid      28034
## 2563                            5677 Strong St.     San Rafael      97562
## 2564                            5677 Strong St.     San Rafael      97562
## 2565                         43 rue St. Laurent       Montreal    H1J 1C3
## 2566                         C/ Moralzarzal, 86         Madrid      28034
## 2567                    Via Ludovico il Moro 22        Bergamo      24100
## 2568                          636 St Kilda Road      Melbourne       3004
## 2569                         C/ Moralzarzal, 86         Madrid      28034
## 2570                         78934 Hillside Dr.       Pasadena      90003
## 2571                          9408 Furth Circle     Burlingame      94217
## 2572                Drammen 121, PR 744 Sentrum         Bergen     N 5804
## 2573   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2574                          636 St Kilda Road      Melbourne       3004
## 2575                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2576                             3086 Ingle Ln.       San Jose      94217
## 2577                        25593 South Bay Ln.    Bridgewater      97562
## 2578               67, rue des Cinquante Otages         Nantes      44000
## 2579                        39323 Spinnaker Dr.      Cambridge      51247
## 2580                             25 Maiden Lane         Dublin          2
## 2581                  3758 North Pendale Street   White Plains      24067
## 2582                           7586 Pompton St.      Allentown      70267
## 2583                    Via Ludovico il Moro 22        Bergamo      24100
## 2584                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2585                           2440 Pompton St.       Glendale      97561
## 2586    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2587               67, rue des Cinquante Otages         Nantes      44000
## 2588                          1785 First Street    New Bedford      50553
## 2589                         59 rue de l'Abbaye          Reims      51100
## 2590                              7476 Moss Rd.         Newark      94019
## 2591                     Strada Provinciale 124  Reggio Emilia      42100
## 2592                    Via Ludovico il Moro 22        Bergamo      24100
## 2593                          636 St Kilda Road      Melbourne       3004
## 2594                          4575 Hillside Dr.    New Bedford      50553
## 2595                              Keskuskatu 45       Helsinki      21240
## 2596                          9408 Furth Circle     Burlingame      94217
## 2597                          3675 Furth Circle        Burbank      94019
## 2598   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2599                          636 St Kilda Road      Melbourne       3004
## 2600                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2601                             3086 Ingle Ln.       San Jose      94217
## 2602                         C/ Moralzarzal, 86         Madrid      28034
## 2603               67, rue des Cinquante Otages         Nantes      44000
## 2604        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2605                               Hansastr. 15         Munich      80686
## 2606                  3758 North Pendale Street   White Plains      24067
## 2607                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2608                    Via Ludovico il Moro 22        Bergamo      24100
## 2609                                Geislweg 14       Salzburg       5020
## 2610                           2440 Pompton St.       Glendale      97561
## 2611    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2612               67, rue des Cinquante Otages         Nantes      44000
## 2613                         C/ Moralzarzal, 86         Madrid      28034
## 2614                         59 rue de l'Abbaye          Reims      51100
## 2615                              7476 Moss Rd.         Newark      94019
## 2616                     Strada Provinciale 124  Reggio Emilia      42100
## 2617                               Vinb'ltet 34      Kobenhavn       1734
## 2618                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2619                             35 King George         London    WX3 6FW
## 2620                            5677 Strong St.     San Rafael      97562
## 2621                         C/ Moralzarzal, 86         Madrid      28034
## 2622                               ?kergatan 24          Boras   S-844 67
## 2623     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 2624                          4575 Hillside Dr.    New Bedford      50553
## 2625                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2626                         2, rue du Commerce           Lyon      69004
## 2627                           361 Furth Circle      San Diego      91217
## 2628                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2629                    897 Long Airport Avenue            NYC      10022
## 2630                         43 rue St. Laurent       Montreal    H1J 1C3
## 2631                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2632                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2633                         8616 Spinnaker Dr.         Boston      51003
## 2634                          Fauntleroy Circus     Manchester    EC2 5NT
## 2635               67, rue des Cinquante Otages         Nantes      44000
## 2636                               Vinb'ltet 34      Kobenhavn       1734
## 2637                           5905 Pompton St.            NYC      10022
## 2638                         C/ Moralzarzal, 86         Madrid      28034
## 2639                                Torikatu 38           Oulu      90110
## 2640                         C/ Moralzarzal, 86         Madrid      28034
## 2641                      1 rue Alsace-Lorraine       Toulouse      31000
## 2642                         8616 Spinnaker Dr.         Boston      51003
## 2643                               Vinb'ltet 34      Kobenhavn       1734
## 2644       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2645                             35 King George         London    WX3 6FW
## 2646                            5677 Strong St.     San Rafael      97562
## 2647                         C/ Moralzarzal, 86         Madrid      28034
## 2648                               ?kergatan 24          Boras   S-844 67
## 2649     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 2650                          4575 Hillside Dr.    New Bedford      50553
## 2651                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2652                         2, rue du Commerce           Lyon      69004
## 2653                           361 Furth Circle      San Diego      91217
## 2654                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2655                    897 Long Airport Avenue            NYC      10022
## 2656                         43 rue St. Laurent       Montreal    H1J 1C3
## 2657                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2658                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2659                         7635 Spinnaker Dr.     Brickhaven      58339
## 2660                          Fauntleroy Circus     Manchester    EC2 5NT
## 2661               67, rue des Cinquante Otages         Nantes      44000
## 2662                               Vinb'ltet 34      Kobenhavn       1734
## 2663                           5905 Pompton St.            NYC      10022
## 2664                         C/ Moralzarzal, 86         Madrid      28034
## 2665                                Torikatu 38           Oulu      90110
## 2666                         C/ Moralzarzal, 86         Madrid      28034
## 2667                      1 rue Alsace-Lorraine       Toulouse      31000
## 2668                         8616 Spinnaker Dr.         Boston      51003
## 2669                    Via Ludovico il Moro 22        Bergamo      24100
## 2670                                Geislweg 14       Salzburg       5020
## 2671                           2440 Pompton St.       Glendale      97561
## 2672                          4575 Hillside Dr.    New Bedford      50553
## 2673                              Keskuskatu 45       Helsinki      21240
## 2674                          9408 Furth Circle     Burlingame      94217
## 2675                      1 rue Alsace-Lorraine       Toulouse      31000
## 2676 15 McCallum Street - NatWest Center #13-03    Makati City    1227 MM
## 2677   Dojima Avanza 4F, 1-6-20 Dojima, Kita-ku          Osaka   530-0003
## 2678                           361 Furth Circle      San Diego      91217
## 2679                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2680                             3086 Ingle Ln.       San Jose      94217
## 2681                         C/ Moralzarzal, 86         Madrid      28034
## 2682               67, rue des Cinquante Otages         Nantes      44000
## 2683        Drammensveien 126 A, PB 744 Sentrum           Oslo     N 0106
## 2684                               Hansastr. 15         Munich      80686
## 2685                  3758 North Pendale Street   White Plains      24067
## 2686                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2687                    Via Ludovico il Moro 22        Bergamo      24100
## 2688                             2-2-8 Roppongi      Minato-ku   106-0032
## 2689                          16780 Pompton St.     Brickhaven      58339
## 2690    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2691                                Torikatu 38           Oulu      90110
## 2692                         C/ Moralzarzal, 86         Madrid      28034
## 2693                         59 rue de l'Abbaye          Reims      51100
## 2694                              7476 Moss Rd.         Newark      94019
## 2695                     Strada Provinciale 124  Reggio Emilia      42100
## 2696                    Via Ludovico il Moro 22        Bergamo      24100
## 2697                                Geislweg 14       Salzburg       5020
## 2698                           2440 Pompton St.       Glendale      97561
## 2699                          4575 Hillside Dr.    New Bedford      50553
## 2700                              Keskuskatu 45       Helsinki      21240
## 2701                               ?kergatan 24          Boras   S-844 67
## 2702                      1 rue Alsace-Lorraine       Toulouse      31000
## 2703                            120 Hanover Sq.         London    WA1 1DP
## 2704                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2705                           361 Furth Circle      San Diego      91217
## 2706                             4658 Baden Av.      Cambridge      51247
## 2707                         C/ Moralzarzal, 86         Madrid      28034
## 2708                           7825 Douglas Av.     Brickhaven      58339
## 2709                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2710                               Hansastr. 15         Munich      80686
## 2711                           782 First Street   Philadelphia      71270
## 2712                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2713                    897 Long Airport Avenue            NYC      10022
## 2714                             2-2-8 Roppongi      Minato-ku   106-0032
## 2715                          16780 Pompton St.     Brickhaven      58339
## 2716    Monitor Money Building, 815 Pacific Hwy      Chatswood       2067
## 2717                                Torikatu 38           Oulu      90110
## 2718                         C/ Moralzarzal, 86         Madrid      28034
## 2719                         59 rue de l'Abbaye          Reims      51100
## 2720                             3086 Ingle Ln.       San Jose      94217
## 2721                             7 Allen Street   Glen Waverly       3150
## 2722                               Vinb'ltet 34      Kobenhavn       1734
## 2723       Bronz Sok., Bronz Apt. 3/6 Tesvikiye      Singapore      79903
## 2724                             35 King George         London    WX3 6FW
## 2725                            5677 Strong St.     San Rafael      97562
## 2726                         C/ Moralzarzal, 86         Madrid      28034
## 2727                               ?kergatan 24          Boras   S-844 67
## 2728     Merchants House, 27-30 Merchant's Quay         Madrid      28023
## 2729                          4575 Hillside Dr.    New Bedford      50553
## 2730                     Rambla de Catalu¤a, 23      Barcelona       8022
## 2731                         2, rue du Commerce           Lyon      69004
## 2732                           361 Furth Circle      San Diego      91217
## 2733                  Garden House Crowther Way          Cowes   PO31 7PJ
## 2734                    897 Long Airport Avenue            NYC      10022
## 2735                         43 rue St. Laurent       Montreal    H1J 1C3
## 2736                        Rue Joseph-Bens 532      Bruxelles     B-1180
## 2737                         23 Tsawassen Blvd.      Tsawassen    T2F 8M4
## 2738                        Via Monte Bianco 34         Torino      10100
## 2739                          Fauntleroy Circus     Manchester    EC2 5NT
## 2740               67, rue des Cinquante Otages         Nantes      44000
## 2741                               Vinb'ltet 34      Kobenhavn       1734
## 2742                           5905 Pompton St.            NYC      10022
## 2743                         C/ Moralzarzal, 86         Madrid      28034
## 2744                                Torikatu 38           Oulu      90110
## 2745                         C/ Moralzarzal, 86         Madrid      28034
## 2746                      1 rue Alsace-Lorraine       Toulouse      31000
## 2747                         8616 Spinnaker Dr.         Boston      51003
##          COUNTRY CONTACTLASTNAME CONTACTFIRSTNAME DEALSIZE
## 1            USA              Yu             Kwai    Small
## 2         France         Henriot             Paul    Small
## 3         France        Da Cunha           Daniel   Medium
## 4            USA           Young            Julie   Medium
## 5            USA          Hirano             Juri   Medium
## 6         France           Rance          Martine    Small
## 7         Norway          Oeztan           Veysel   Medium
## 8         France         Perrier        Dominique   Medium
## 9      Australia        Ferguson            Peter   Medium
## 10           USA           Frick          Michael    Small
## 11           USA           Brown          William   Medium
## 12           USA            King            Julie   Medium
## 13        France         Labrune           Janine   Medium
## 14           USA       Hernandez            Marta   Medium
## 15       Finland       Karttunen            Matti    Small
## 16        Norway      Bergulfsen            Jonas   Medium
## 17           USA              Yu            Kyung   Medium
## 18           USA              Yu             Kwai   Medium
## 19       Austria           Pipps            Georg    Large
## 20     Australia          Huxley           Adrian    Small
## 21        France         Labrune           Janine    Small
## 22           USA         Benitez          Violeta   Medium
## 23            UK           Devon        Elizabeth    Small
## 24         Spain          Freyre            Diego    Large
## 25        Norway      Bergulfsen            Jonas   Medium
## 26        Sweden        Berglund        Christina    Large
## 27         Spain          Sommer           Mart¡n    Large
## 28           USA          Hirano             Juri    Large
## 29     Singapore       Natividad             Eric    Large
## 30           USA       Hernandez            Maria   Medium
## 31     Australia        Calaghan             Tony    Large
## 32           USA       Cervantes        Francisca   Medium
## 33        France         Saveley             Mary    Large
## 34        Canada       Tannamuri            Yoshi    Large
## 35           USA        Thompson            Steve   Medium
## 36           USA           Tseng            Kyung   Medium
## 37           USA          Murphy           Leslie   Medium
## 38         Japan       Shimamura            Akiko    Large
## 39     Australia          Huxley           Adrian   Medium
## 40         Italy         Accorti            Paolo    Large
## 41        Sweden         Larsson            Maria    Large
## 42        France          Tonini           Daniel    Large
## 43           USA          Nelson          Valarie    Large
## 44           USA           Young          Valarie   Medium
## 45     Australia        Ferguson            Peter   Medium
## 46           USA          Nelson          Valarie   Medium
## 47           USA          Nelson            Allen   Medium
## 48     Australia          O'Hara             Anna    Small
## 49        Canada       Fresnisre             Jean   Medium
## 50         Spain          Freyre            Diego    Large
## 51           USA              Yu             Kwai   Medium
## 52     Australia        Ferguson            Peter    Small
## 53        France        Da Cunha           Daniel   Medium
## 54           USA           Young            Julie   Medium
## 55           USA          Hirano             Juri   Medium
## 56        France           Rance          Martine   Medium
## 57        Norway          Oeztan           Veysel   Medium
## 58         Japan         Kentary             Mory   Medium
## 59     Australia        Ferguson            Peter   Medium
## 60           USA       Hernandez             Rosa    Small
## 61           USA           Brown          William   Medium
## 62           USA            King            Julie   Medium
## 63        France         Labrune           Janine    Small
## 64           USA       Hernandez            Marta   Medium
## 65        France         Schmitt           Carine   Medium
## 66           USA           Frick            Steve   Medium
## 67           USA              Yu            Kyung   Medium
## 68           USA              Yu             Kwai   Medium
## 69         Japan       Shimamura            Akiko    Small
## 70     Australia          Huxley           Adrian    Small
## 71     Australia        Calaghan             Tony   Medium
## 72           USA         Benitez          Violeta    Small
## 73        France         Perrier        Dominique   Medium
## 74         Spain          Freyre            Diego   Medium
## 75           USA              Yu             Kwai   Medium
## 76     Australia        Ferguson            Peter    Large
## 77        France        Da Cunha           Daniel    Large
## 78           USA           Young            Julie   Medium
## 79           USA          Hirano             Juri   Medium
## 80        France           Rance          Martine    Large
## 81        Norway          Oeztan           Veysel    Large
## 82         Japan         Kentary             Mory   Medium
## 83     Australia        Ferguson            Peter    Large
## 84           USA           Frick          Michael    Large
## 85           USA           Brown          William    Large
## 86           USA            King            Julie    Large
## 87        France         Labrune           Janine   Medium
## 88           USA       Hernandez            Marta   Medium
## 89       Finland       Karttunen            Matti   Medium
## 90           USA           Frick            Steve   Medium
## 91           USA              Yu            Kyung    Large
## 92           USA              Yu             Kwai   Medium
## 93         Japan       Shimamura            Akiko    Small
## 94           USA          Hirano             Juri   Medium
## 95     Australia        Calaghan             Tony   Medium
## 96           USA         Benitez          Violeta    Small
## 97            UK           Devon        Elizabeth    Large
## 98         Spain          Freyre            Diego    Large
## 99       Denmark        Petersen            Jytte    Large
## 100      Austria           Pipps            Georg   Medium
## 101           UK           Brown              Ann   Medium
## 102          USA             Tam           Wing C   Medium
## 103      Finland       Karttunen            Matti   Medium
## 104       Sweden         Larsson            Maria   Medium
## 105       France          Roulet          Annette   Medium
## 106           UK           Hardy           Thomas   Medium
## 107        Spain        Saavedra          Eduardo   Medium
## 108          USA        Thompson          Valarie   Medium
## 109          USA              Yu             Kwai    Small
## 110       Canada       Fresnisre             Jean   Medium
## 111      Belgium           Dewey        Catherine   Medium
## 112       Canada         Lincoln        Elizabeth    Small
## 113          USA         Yoshido             Juri   Medium
## 114          USA       Cervantes        Francisca    Small
## 115           UK         Bennett            Helen   Medium
## 116       Norway      Bergulfsen            Jonas   Medium
## 117          USA       Hernandez            Maria    Small
## 118        Spain          Freyre            Diego    Small
## 119       France         Henriot             Paul    Small
## 120      Finland       Koskitalo           Pirkko   Medium
## 121       France        Da Cunha           Daniel   Medium
## 122          USA           Frick              Sue    Large
## 123          USA         Yoshido             Juri    Small
## 124       Norway      Bergulfsen            Jonas   Medium
## 125       France        Bertrand            Marie   Medium
## 126        Spain          Sommer           Mart¡n   Medium
## 127          USA          Hirano             Juri   Medium
## 128    Singapore       Natividad             Eric   Medium
## 129      Austria          Mendel           Roland   Medium
## 130           UK           Brown              Ann   Medium
## 131          USA       Cervantes        Francisca   Medium
## 132       France         Saveley             Mary   Medium
## 133          USA          Franco          Valarie   Medium
## 134    Singapore       Victorino            Wendy    Large
## 135          USA          Nelson          Valarie   Medium
## 136          USA          Murphy           Leslie   Medium
## 137    Singapore       Victorino            Wendy   Medium
## 138    Australia          Huxley           Adrian   Medium
## 139          USA              Yu            Kyung    Large
## 140       Sweden         Larsson            Maria   Medium
## 141          USA       Hernandez            Marta   Medium
## 142       Canada       Tannamuri            Yoshi   Medium
## 143          USA           Young          Valarie    Small
## 144       Sweden        Berglund        Christina   Medium
## 145    Australia        Ferguson            Peter   Medium
## 146          USA          Nelson          Valarie   Medium
## 147    Australia          O'Hara             Anna    Small
## 148    Australia          O'Hara             Anna    Small
## 149       Canada       Fresnisre             Jean   Medium
## 150       France         Labrune           Janine   Medium
## 151  Philippines            Cruz           Arnold   Medium
## 152       France         Lebihan         Laurence    Large
## 153          USA          Nelson          Valarie    Large
## 154          USA          Nelson            Allen    Large
## 155    Australia          O'Hara             Anna   Medium
## 156       Norway          Oeztan           Veysel   Medium
## 157      Germany       Pfalzheim        Henriette   Medium
## 158        Spain          Freyre            Diego   Medium
## 159       France         Perrier        Dominique    Large
## 160  Switzerland            Holz          Michael   Medium
## 161      Denmark        Petersen            Jytte   Medium
## 162           UK           Devon        Elizabeth   Medium
## 163        Italy          Moroni         Maurizio    Large
## 164          USA         Barajas           Miguel    Large
## 165  Switzerland            Holz          Michael   Medium
## 166      Germany          Keitel           Roland   Medium
## 167      Germany       Pfalzheim        Henriette   Medium
## 168       Sweden        Berglund        Christina   Medium
## 169          USA              Yu             Kwai    Small
## 170      Austria           Pipps            Georg   Medium
## 171      Finland        Suominen            Kalle    Small
## 172       France         Labrune           Janine   Medium
## 173       Sweden         Larsson            Maria    Small
## 174      Austria           Pipps            Georg    Small
## 175      Denmark        Petersen            Jytte    Large
## 176    Singapore       Natividad             Eric   Medium
## 177          USA           Young             Jeff    Large
## 178          USA          Nelson          Valarie    Large
## 179        Spain          Freyre            Diego   Medium
## 180    Singapore       Natividad             Eric    Large
## 181        Italy          Moroni         Maurizio    Large
## 182          USA             Tam           Wing C   Medium
## 183          USA          Murphy           Leslie    Large
## 184       France         Saveley             Mary    Large
## 185      Ireland         Cassidy             Dean    Large
## 186        Spain       Fernandez            Jesus    Large
## 187      Finland        Suominen            Kalle    Large
## 188          USA              Yu            Kyung   Medium
## 189          USA          Nelson          Valarie    Large
## 190        Italy         Accorti            Paolo    Large
## 191           UK        Ashworth         Victoria   Medium
## 192      Denmark           Ibsen            Palle    Large
## 193       Norway      Bergulfsen            Jonas    Small
## 194       France        Bertrand            Marie    Small
## 195        Spain          Sommer           Mart¡n    Small
## 196       France         Henriot             Paul   Medium
## 197          USA          Nelson          Valarie   Medium
## 198          USA          Nelson          Valarie   Medium
## 199       France        Da Cunha           Daniel    Small
## 200          USA            King            Julie    Large
## 201       Norway      Bergulfsen            Jonas   Medium
## 202          USA          Nelson          Valarie   Medium
## 203        Spain          Sommer           Mart¡n    Small
## 204          USA          Hirano             Juri   Medium
## 205    Singapore       Natividad             Eric   Medium
## 206      Austria          Mendel           Roland   Medium
## 207    Australia        Calaghan             Tony   Medium
## 208          USA       Cervantes        Francisca   Medium
## 209       France         Saveley             Mary   Medium
## 210       Canada       Tannamuri            Yoshi   Medium
## 211       France          Tonini           Daniel   Medium
## 212          USA          Nelson          Valarie   Medium
## 213          USA          Murphy           Leslie   Medium
## 214        Japan       Shimamura            Akiko   Medium
## 215    Australia          Huxley           Adrian   Medium
## 216          USA              Yu            Kyung    Small
## 217       Sweden         Larsson            Maria   Medium
## 218       France          Tonini           Daniel   Medium
## 219       Canada       Tannamuri            Yoshi    Small
## 220          USA           Young          Valarie   Medium
## 221    Australia        Ferguson            Peter   Medium
## 222          USA          Nelson          Valarie   Medium
## 223    Australia          O'Hara             Anna    Large
## 224    Australia          O'Hara             Anna    Small
## 225       Canada       Fresnisre             Jean   Medium
## 226        Spain          Freyre            Diego    Large
## 227          USA              Yu             Kwai   Medium
## 228       France         Henriot             Paul    Large
## 229       France        Da Cunha           Daniel    Small
## 230          USA           Young            Julie    Large
## 231    Australia          O'Hara             Anna   Medium
## 232       France           Rance          Martine   Medium
## 233          USA           Young            Julie   Medium
## 234       France         Perrier        Dominique   Medium
## 235       France           Rance          Martine   Medium
## 236          USA           Frick          Michael   Medium
## 237          USA           Brown          William    Large
## 238          USA            King            Julie   Medium
## 239          USA         Barajas           Miguel   Medium
## 240          USA       Hernandez            Marta   Medium
## 241      Finland       Karttunen            Matti   Medium
## 242       Norway      Bergulfsen            Jonas   Medium
## 243          USA             Kuo              Kee   Medium
## 244          USA              Yu             Kwai   Medium
## 245      Austria           Pipps            Georg    Large
## 246          USA          Hirano             Juri   Medium
## 247       France         Labrune           Janine   Medium
## 248          USA         Benitez          Violeta   Medium
## 249           UK           Devon        Elizabeth    Large
## 250        Spain          Freyre            Diego   Medium
## 251        Spain          Freyre            Diego   Medium
## 252    Singapore       Natividad             Eric   Medium
## 253          USA           Young             Jeff    Large
## 254          USA          Nelson          Valarie   Medium
## 255        Spain          Freyre            Diego   Medium
## 256    Singapore       Natividad             Eric   Medium
## 257        Italy          Moroni         Maurizio    Large
## 258          USA             Tam           Wing C   Medium
## 259          USA          Murphy           Leslie   Medium
## 260       France         Saveley             Mary   Medium
## 261      Ireland         Cassidy             Dean   Medium
## 262      Germany          Keitel           Roland    Large
## 263      Finland        Suominen            Kalle   Medium
## 264          USA              Yu            Kyung   Medium
## 265          USA          Nelson          Valarie   Medium
## 266        Italy         Accorti            Paolo   Medium
## 267           UK        Ashworth         Victoria   Medium
## 268      Denmark           Ibsen            Palle   Medium
## 269          USA           Frick          Michael    Small
## 270       France        Bertrand            Marie   Medium
## 271        Spain          Sommer           Mart¡n   Medium
## 272        Spain          Freyre            Diego    Small
## 273        Japan       Shimamura            Akiko   Medium
## 274          USA          Nelson          Valarie   Medium
## 275          USA            King            Julie    Large
## 276  Philippines            Cruz           Arnold   Medium
## 277       France         Lebihan         Laurence   Medium
## 278          USA          Nelson          Valarie   Medium
## 279          USA          Nelson            Allen   Medium
## 280      Austria          Mendel           Roland   Medium
## 281       Norway          Oeztan           Veysel    Small
## 282      Germany       Pfalzheim        Henriette   Medium
## 283        Spain          Freyre            Diego    Small
## 284        Spain          Freyre            Diego   Medium
## 285  Switzerland            Holz          Michael    Small
## 286      Denmark        Petersen            Jytte   Medium
## 287           UK           Devon        Elizabeth    Small
## 288        Italy          Moroni         Maurizio    Small
## 289          USA         Barajas           Miguel   Medium
## 290  Switzerland            Holz          Michael   Medium
## 291      Germany          Keitel           Roland   Medium
## 292      Germany       Pfalzheim        Henriette   Medium
## 293       Sweden        Berglund        Christina   Medium
## 294          USA              Yu             Kwai   Medium
## 295      Austria           Pipps            Georg   Medium
## 296      Finland        Suominen            Kalle   Medium
## 297          USA           Young           Leslie   Medium
## 298       Sweden         Larsson            Maria    Small
## 299      Austria           Pipps            Georg    Small
## 300      Denmark        Petersen            Jytte   Medium
## 301    Singapore       Natividad             Eric   Medium
## 302          USA           Young             Jeff    Large
## 303          USA          Nelson          Valarie    Large
## 304        Spain          Freyre            Diego    Large
## 305    Singapore       Natividad             Eric   Medium
## 306        Italy          Moroni         Maurizio    Large
## 307          USA             Tam           Wing C    Large
## 308          USA          Murphy           Leslie    Large
## 309       France         Saveley             Mary   Medium
## 310      Ireland         Cassidy             Dean   Medium
## 311        Spain       Fernandez            Jesus   Medium
## 312      Finland        Suominen            Kalle   Medium
## 313          USA              Yu            Kyung    Large
## 314          USA          Nelson          Valarie   Medium
## 315        Italy         Accorti            Paolo    Large
## 316           UK        Ashworth         Victoria   Medium
## 317      Denmark           Ibsen            Palle   Medium
## 318       Norway      Bergulfsen            Jonas    Small
## 319       France        Bertrand            Marie   Medium
## 320          USA           Young             Jeff   Medium
## 321       France         Henriot             Paul   Medium
## 322        Japan       Shimamura            Akiko   Medium
## 323          USA          Nelson          Valarie   Medium
## 324          USA          Nelson          Valarie   Medium
## 325          USA            King            Julie   Medium
## 326  Philippines            Cruz           Arnold   Medium
## 327       France         Lebihan         Laurence    Small
## 328          USA          Nelson          Valarie    Small
## 329          USA          Nelson            Allen    Small
## 330    Australia          O'Hara             Anna    Small
## 331       Norway          Oeztan           Veysel    Small
## 332      Germany       Pfalzheim        Henriette    Small
## 333        Spain          Freyre            Diego   Medium
## 334       France         Perrier        Dominique    Small
## 335  Switzerland            Holz          Michael    Small
## 336      Denmark        Petersen            Jytte    Small
## 337           UK           Devon        Elizabeth    Small
## 338        Italy          Moroni         Maurizio    Small
## 339          USA         Barajas           Miguel   Medium
## 340  Switzerland            Holz          Michael    Small
## 341      Germany          Keitel           Roland    Small
## 342      Germany       Pfalzheim        Henriette   Medium
## 343       Sweden        Berglund        Christina    Small
## 344          USA              Yu             Kwai   Medium
## 345      Austria           Pipps            Georg   Medium
## 346      Finland        Suominen            Kalle    Small
## 347      Finland       Karttunen            Matti    Small
## 348       Sweden         Larsson            Maria    Small
## 349      Austria           Pipps            Georg   Medium
## 350        Spain          Freyre            Diego   Medium
## 351          USA       Hernandez            Maria   Medium
## 352          USA           Young             Jeff    Small
## 353      Finland        Suominen            Kalle    Small
## 354      Finland       Koskitalo           Pirkko   Medium
## 355    Singapore       Natividad             Eric   Medium
## 356           UK           Brown              Ann   Medium
## 357        Spain            Roel       Jose Pedro   Medium
## 358          USA           Frick            Steve   Medium
## 359          USA          Franco          Valarie   Medium
## 360          USA          Taylor              Sue   Medium
## 361          USA          Nelson          Valarie   Medium
## 362        Spain          Freyre            Diego   Medium
## 363    Singapore       Victorino            Wendy   Medium
## 364          USA          Nelson          Valarie   Medium
## 365          USA              Yu            Kyung   Medium
## 366          USA              Yu             Kwai    Small
## 367          USA       Hernandez            Marta   Medium
## 368      Denmark           Ibsen            Palle   Medium
## 369          USA           Frick          Michael    Small
## 370       France        Bertrand            Marie   Medium
## 371          USA           Young             Jeff   Medium
## 372        Spain          Freyre            Diego    Small
## 373          USA          Nelson          Valarie    Small
## 374          USA          Nelson          Valarie    Small
## 375        Spain          Freyre            Diego   Medium
## 376       France         Labrune           Janine   Medium
## 377  Philippines            Cruz           Arnold   Medium
## 378       France         Lebihan         Laurence    Small
## 379          USA          Nelson          Valarie    Small
## 380          USA          Nelson            Allen   Medium
## 381      Austria          Mendel           Roland   Medium
## 382       Norway          Oeztan           Veysel   Medium
## 383          USA           Young          Valarie   Medium
## 384        Spain          Freyre            Diego   Medium
## 385        Spain          Freyre            Diego   Medium
## 386  Switzerland            Holz          Michael    Small
## 387      Finland       Koskitalo           Pirkko    Small
## 388           UK           Devon        Elizabeth   Medium
## 389        Italy          Moroni         Maurizio   Medium
## 390    Singapore       Natividad             Eric   Medium
## 391  Switzerland            Holz          Michael    Small
## 392      Germany          Keitel           Roland    Small
## 393      Germany       Pfalzheim        Henriette    Small
## 394          USA         Benitez          Violeta    Small
## 395          USA              Yu             Kwai    Small
## 396      Austria           Pipps            Georg   Medium
## 397      Finland        Suominen            Kalle   Medium
## 398      Finland       Karttunen            Matti   Medium
## 399       Sweden         Larsson            Maria   Medium
## 400       France         Citeaux       Frederique    Large
## 401      Austria           Pipps            Georg   Medium
## 402       Norway      Bergulfsen            Jonas   Medium
## 403          USA          Nelson          Valarie   Medium
## 404        Spain          Sommer           Mart¡n   Medium
## 405          USA          Hirano             Juri   Medium
## 406    Singapore       Natividad             Eric   Medium
## 407      Austria          Mendel           Roland   Medium
## 408    Australia        Calaghan             Tony   Medium
## 409          USA       Cervantes        Francisca    Small
## 410       France         Saveley             Mary    Small
## 411       Canada       Tannamuri            Yoshi   Medium
## 412          USA        Thompson            Steve   Medium
## 413          USA           Tseng            Kyung   Medium
## 414          USA          Murphy           Leslie   Medium
## 415        Japan       Shimamura            Akiko   Medium
## 416    Australia          Huxley           Adrian   Medium
## 417        Italy         Accorti            Paolo    Small
## 418       Sweden         Larsson            Maria   Medium
## 419       France          Tonini           Daniel   Medium
## 420          USA          Nelson          Valarie   Medium
## 421          USA           Young          Valarie    Small
## 422    Australia        Ferguson            Peter    Small
## 423          USA          Nelson          Valarie   Medium
## 424    Australia          O'Hara             Anna   Medium
## 425    Australia          O'Hara             Anna    Small
## 426       Canada       Fresnisre             Jean   Medium
## 427        Spain          Freyre            Diego    Large
## 428          USA       Hernandez             Rosa   Medium
## 429       France         Lebihan         Laurence   Medium
## 430       France          Roulet          Annette   Medium
## 431    Australia          O'Hara             Anna    Small
## 432      Denmark           Ibsen            Palle   Medium
## 433       Canada       Fresnisre             Jean   Medium
## 434       Norway          Oeztan           Veysel   Medium
## 435          USA           Young          Valarie   Medium
## 436          USA           Young             Jeff   Medium
## 437        Spain          Freyre            Diego   Medium
## 438  Switzerland            Holz          Michael   Medium
## 439        Japan         Kentary             Mory   Medium
## 440           UK           Devon        Elizabeth   Medium
## 441        Italy          Moroni         Maurizio    Small
## 442          USA            King              Sue   Medium
## 443  Switzerland            Holz          Michael   Medium
## 444       Norway         Klaeboe              Jan   Medium
## 445      Germany       Pfalzheim        Henriette   Medium
## 446          USA         Benitez          Violeta   Medium
## 447          USA       Hernandez             Rosa   Medium
## 448    Australia        Ferguson            Peter   Medium
## 449       France        Da Cunha           Daniel   Medium
## 450          USA             Tam           Wing C    Small
## 451      Finland       Karttunen            Matti   Medium
## 452          USA          Nelson          Valarie   Medium
## 453      Denmark        Petersen            Jytte    Large
## 454      Austria           Pipps            Georg   Medium
## 455          USA           Frick          Michael   Medium
## 456    Australia        Ferguson            Peter   Medium
## 457    Australia          Huxley           Adrian   Medium
## 458          USA          Taylor              Sue   Medium
## 459        Italy         Rovelli         Giovanni   Medium
## 460          USA          Nelson          Valarie    Small
## 461    Australia         Connery             Sean   Medium
## 462        Spain          Freyre            Diego   Medium
## 463          USA        Thompson            Steve    Small
## 464       France         Saveley             Mary    Small
## 465        Spain          Freyre            Diego   Medium
## 466      Denmark        Petersen            Jytte   Medium
## 467        Italy         Accorti            Paolo   Medium
## 468       Norway          Oeztan           Veysel   Medium
## 469       France          Tonini           Daniel   Medium
## 470          USA          Nelson          Valarie   Medium
## 471          USA           Young          Valarie   Medium
## 472           UK        Ashworth         Victoria   Medium
## 473          USA            King              Sue    Small
## 474       France        Da Cunha           Daniel    Small
## 475          USA          Nelson            Allen    Large
## 476        Spain          Freyre            Diego    Small
## 477    Australia          O'Hara             Anna   Medium
## 478          USA              Yu            Kyung   Medium
## 479          USA           Frick          Michael    Small
## 480        Spain          Sommer           Mart¡n    Small
## 481    Australia          Huxley           Adrian    Small
## 482          USA          Taylor              Sue    Small
## 483        Italy         Rovelli         Giovanni    Small
## 484          USA          Nelson          Valarie    Small
## 485    Australia         Connery             Sean    Small
## 486        Spain          Freyre            Diego   Medium
## 487          USA        Thompson            Steve    Small
## 488       France         Saveley             Mary    Small
## 489        Spain          Freyre            Diego    Small
## 490      Denmark        Petersen            Jytte    Small
## 491        Italy         Accorti            Paolo    Small
## 492       Norway          Oeztan           Veysel    Small
## 493       France          Tonini           Daniel    Small
## 494          USA          Nelson          Valarie    Small
## 495          USA           Young          Valarie    Small
## 496           UK        Ashworth         Victoria    Small
## 497    Australia        Ferguson            Peter    Small
## 498       France        Da Cunha           Daniel    Small
## 499          USA          Nelson            Allen   Medium
## 500    Australia          O'Hara             Anna   Medium
## 501          USA              Yu            Kyung    Small
## 502           UK        Ashworth         Victoria   Medium
## 503       France         Schmitt           Carine   Medium
## 504       France         Henriot             Paul   Medium
## 505    Australia          O'Hara             Anna   Medium
## 506      Denmark           Ibsen            Palle   Medium
## 507          USA            King            Julie   Medium
## 508       Norway          Oeztan           Veysel   Medium
## 509          USA           Young          Valarie   Medium
## 510          USA           Young             Jeff   Medium
## 511        Spain          Freyre            Diego   Medium
## 512          USA        Thompson          Valarie   Medium
## 513       France         Citeaux       Frederique    Small
## 514           UK           Devon        Elizabeth   Medium
## 515        Italy          Moroni         Maurizio   Medium
## 516          USA            King              Sue    Small
## 517    Singapore       Victorino            Wendy    Small
## 518       Norway         Klaeboe              Jan   Medium
## 519        Spain          Freyre            Diego    Small
## 520          USA         Benitez          Violeta   Medium
## 521          USA       Hernandez             Rosa   Medium
## 522       France         Henriot             Paul   Medium
## 523          USA           Young            Julie    Small
## 524        Spain          Freyre            Diego    Small
## 525          USA           Frick              Sue    Large
## 526      Austria           Pipps            Georg   Medium
## 527        Italy         Rovelli         Giovanni   Medium
## 528      Austria           Pipps            Georg   Medium
## 529          USA           Lewis              Dan    Small
## 530          USA             Tam           Wing C   Medium
## 531      Finland       Karttunen            Matti   Medium
## 532       Sweden         Larsson            Maria   Medium
## 533       France          Roulet          Annette   Medium
## 534           UK           Hardy           Thomas   Medium
## 535  Philippines            Cruz           Arnold    Large
## 536        Japan         Kentary             Mory   Medium
## 537          USA        Thompson          Valarie   Medium
## 538          USA           Frick              Sue    Large
## 539        Spain          Freyre            Diego   Medium
## 540          USA          Nelson            Allen   Medium
## 541       Norway         Klaeboe              Jan   Medium
## 542      Germany     Donnermeyer          Michael   Medium
## 543          USA       Cervantes        Francisca    Large
## 544           UK         Bennett            Helen   Medium
## 545      Denmark        Petersen            Jytte    Small
## 546      Belgium        Cartrain          Pascale   Medium
## 547           UK           Brown              Ann   Medium
## 548      Finland       Koskitalo           Pirkko    Small
## 549        Spain          Freyre            Diego    Small
## 550       France         Henriot             Paul   Medium
## 551          USA           Frick              Sue   Medium
## 552        Italy          Moroni         Maurizio   Medium
## 553          USA           Young          Valarie   Medium
## 554           UK        Ashworth         Victoria   Medium
## 555          USA            King              Sue    Small
## 556          USA          Taylor              Sue   Medium
## 557        Italy         Rovelli         Giovanni   Medium
## 558          USA          Nelson          Valarie    Large
## 559    Australia         Connery             Sean   Medium
## 560          USA           Young             Jeff   Medium
## 561        Spain          Sommer           Mart¡n   Medium
## 562       France         Saveley             Mary   Medium
## 563       France         Citeaux       Frederique    Large
## 564        Italy         Accorti            Paolo   Medium
## 565    Singapore       Victorino            Wendy   Medium
## 566           UK           Devon        Elizabeth    Large
## 567          USA          Nelson          Valarie    Large
## 568          USA       Hernandez             Rosa   Medium
## 569       France         Lebihan         Laurence    Large
## 570          USA           Young            Julie   Medium
## 571        Spain          Freyre            Diego   Medium
## 572          USA           Frick              Sue    Large
## 573    Australia          Huxley           Adrian   Medium
## 574  Philippines            Cruz           Arnold   Medium
## 575       France         Lebihan         Laurence   Medium
## 576          USA          Nelson          Valarie   Medium
## 577          USA          Nelson            Allen    Small
## 578      Austria          Mendel           Roland    Small
## 579       Norway          Oeztan           Veysel    Small
## 580          USA           Young          Valarie   Medium
## 581        Spain          Freyre            Diego   Medium
## 582        Spain          Freyre            Diego    Small
## 583  Switzerland            Holz          Michael   Medium
## 584      Finland       Koskitalo           Pirkko   Medium
## 585           UK           Devon        Elizabeth    Small
## 586        Italy          Moroni         Maurizio    Small
## 587          USA            King              Sue    Small
## 588  Switzerland            Holz          Michael   Medium
## 589      Germany          Keitel           Roland   Medium
## 590      Germany       Pfalzheim        Henriette    Small
## 591          USA         Benitez          Violeta    Small
## 592          USA              Yu             Kwai    Small
## 593    Australia        Ferguson            Peter   Medium
## 594      Finland        Suominen            Kalle   Medium
## 595      Finland       Karttunen            Matti    Small
## 596       Sweden         Larsson            Maria   Medium
## 597       France         Citeaux       Frederique   Medium
## 598      Austria           Pipps            Georg   Medium
## 599          USA       Hernandez             Rosa   Medium
## 600       France         Lebihan         Laurence   Medium
## 601       France          Roulet          Annette   Medium
## 602    Australia          O'Hara             Anna   Medium
## 603      Denmark           Ibsen            Palle   Medium
## 604       Canada       Fresnisre             Jean   Medium
## 605       Norway          Oeztan           Veysel   Medium
## 606          USA           Young          Valarie    Large
## 607          USA           Young             Jeff   Medium
## 608        Spain          Freyre            Diego   Medium
## 609          USA        Thompson          Valarie   Medium
## 610        Japan         Kentary             Mory   Medium
## 611           UK           Devon        Elizabeth   Medium
## 612        Italy          Moroni         Maurizio   Medium
## 613          USA            King              Sue   Medium
## 614  Switzerland            Holz          Michael   Medium
## 615       Norway         Klaeboe              Jan    Large
## 616      Germany       Pfalzheim        Henriette   Medium
## 617          USA         Benitez          Violeta   Medium
## 618          USA       Hernandez             Rosa    Small
## 619    Australia        Ferguson            Peter   Medium
## 620       France        Da Cunha           Daniel    Small
## 621      Belgium        Cartrain          Pascale   Medium
## 622      Finland       Karttunen            Matti   Medium
## 623          USA          Nelson          Valarie    Small
## 624      Denmark        Petersen            Jytte    Large
## 625      Austria           Pipps            Georg   Medium
## 626        Spain          Freyre            Diego   Medium
## 627          USA       Hernandez            Maria    Large
## 628          USA           Young             Jeff    Large
## 629      Finland        Suominen            Kalle   Medium
## 630      Finland       Koskitalo           Pirkko    Large
## 631    Singapore       Natividad             Eric   Medium
## 632        Italy          Moroni         Maurizio   Medium
## 633        Spain            Roel       Jose Pedro    Large
## 634          USA           Frick            Steve   Medium
## 635          USA          Franco          Valarie    Large
## 636          USA          Taylor              Sue    Large
## 637      Germany          Keitel           Roland    Large
## 638        Spain          Freyre            Diego   Medium
## 639    Singapore       Victorino            Wendy   Medium
## 640          USA          Nelson          Valarie    Large
## 641          USA          Nelson          Valarie   Medium
## 642          USA              Yu             Kwai   Medium
## 643          USA       Hernandez            Marta   Medium
## 644      Denmark           Ibsen            Palle   Medium
## 645          USA           Frick          Michael    Large
## 646       France        Bertrand            Marie    Large
## 647          USA           Young             Jeff   Medium
## 648        Spain          Freyre            Diego    Small
## 649          USA          Nelson          Valarie    Small
## 650          USA          Nelson          Valarie    Small
## 651        Spain          Freyre            Diego   Medium
## 652       France         Labrune           Janine   Medium
## 653          USA           Young          Valarie   Medium
## 654           UK        Ashworth         Victoria    Small
## 655          USA            King              Sue    Small
## 656          USA          Taylor              Sue    Small
## 657        Italy         Rovelli         Giovanni    Small
## 658          USA          Nelson          Valarie    Small
## 659    Australia         Connery             Sean    Small
## 660          USA           Young             Jeff    Small
## 661        Spain          Sommer           Mart¡n    Small
## 662       France         Saveley             Mary    Small
## 663       France         Citeaux       Frederique    Small
## 664        Italy         Accorti            Paolo    Small
## 665    Singapore       Victorino            Wendy    Small
## 666        Spain            Roel       Jose Pedro    Small
## 667          USA          Nelson          Valarie    Small
## 668           UK        Ashworth         Victoria   Medium
## 669       France         Lebihan         Laurence    Small
## 670          USA           Young            Julie    Large
## 671        Spain          Freyre            Diego    Small
## 672          USA           Frick              Sue   Medium
## 673    Australia          Huxley           Adrian    Small
## 674        Spain          Freyre            Diego   Medium
## 675       France        Bertrand            Marie   Medium
## 676          USA           Young             Jeff   Medium
## 677      Finland        Suominen            Kalle   Medium
## 678      Finland       Koskitalo           Pirkko   Medium
## 679    Singapore       Natividad             Eric   Medium
## 680           UK           Brown              Ann   Medium
## 681        Spain            Roel       Jose Pedro   Medium
## 682          USA           Frick            Steve   Medium
## 683          USA          Franco          Valarie   Medium
## 684          USA          Nelson          Valarie   Medium
## 685        Spain          Freyre            Diego    Small
## 686    Singapore       Victorino            Wendy   Medium
## 687          USA          Nelson          Valarie   Medium
## 688          USA              Yu            Kyung   Medium
## 689          USA              Yu             Kwai   Medium
## 690          USA       Hernandez            Marta   Medium
## 691       Canada       Tannamuri            Yoshi   Medium
## 692          USA           Frick          Michael    Small
## 693       Sweden        Berglund        Christina   Medium
## 694          USA           Young             Jeff   Medium
## 695        Spain          Freyre            Diego    Small
## 696    Australia          O'Hara             Anna   Medium
## 697        Spain          Freyre            Diego   Medium
## 698        Spain          Freyre            Diego   Medium
## 699       France         Labrune           Janine   Medium
## 700      Germany          Keitel           Roland   Medium
## 701           UK        Ashworth         Victoria   Medium
## 702          USA            King              Sue   Medium
## 703          USA          Taylor              Sue   Medium
## 704        Italy         Rovelli         Giovanni   Medium
## 705          USA          Nelson          Valarie    Small
## 706    Australia         Connery             Sean   Medium
## 707          USA           Young             Jeff   Medium
## 708        Spain          Sommer           Mart¡n   Medium
## 709       France         Saveley             Mary    Large
## 710          USA          Franco          Valarie   Medium
## 711        Italy         Accorti            Paolo   Medium
## 712    Singapore       Victorino            Wendy   Medium
## 713       France          Tonini           Daniel    Small
## 714          USA          Nelson          Valarie   Medium
## 715          USA           Young          Valarie    Large
## 716           UK        Ashworth         Victoria    Small
## 717       France         Lebihan         Laurence   Medium
## 718       France        Da Cunha           Daniel   Medium
## 719          USA           Young            Julie   Medium
## 720        Spain          Freyre            Diego   Medium
## 721          USA          Nelson          Valarie   Medium
## 722    Singapore       Victorino            Wendy    Small
## 723    Australia          Huxley           Adrian   Medium
## 724       Norway      Bergulfsen            Jonas    Small
## 725       France        Bertrand            Marie   Medium
## 726        Spain          Sommer           Mart¡n    Small
## 727          USA          Hirano             Juri    Small
## 728      Finland       Koskitalo           Pirkko    Small
## 729    Singapore       Natividad             Eric    Small
## 730           UK           Brown              Ann    Small
## 731        Spain            Roel       Jose Pedro    Small
## 732       France         Saveley             Mary   Medium
## 733          USA          Franco          Valarie    Small
## 734    Singapore       Victorino            Wendy    Small
## 735          USA          Nelson          Valarie    Small
## 736        Spain          Freyre            Diego    Small
## 737    Singapore       Victorino            Wendy    Small
## 738          USA          Nelson          Valarie    Small
## 739          USA              Yu            Kyung    Small
## 740       Sweden         Larsson            Maria    Small
## 741          USA       Hernandez            Marta    Small
## 742       Canada       Tannamuri            Yoshi    Small
## 743          USA           Young          Valarie    Small
## 744       Sweden        Berglund        Christina    Small
## 745    Australia        Ferguson            Peter   Medium
## 746          USA          Nelson          Valarie    Small
## 747    Australia          O'Hara             Anna    Small
## 748    Australia          O'Hara             Anna    Small
## 749        Spain          Freyre            Diego    Small
## 750       France         Labrune           Janine    Small
## 751        Italy         Rovelli         Giovanni   Medium
## 752    Australia        Ferguson            Peter    Small
## 753        Spain          Freyre            Diego   Medium
## 754          USA           Young            Julie    Small
## 755          USA          Hirano             Juri    Small
## 756        Japan         Kentary             Mory   Medium
## 757    Australia        Ferguson            Peter   Medium
## 758       Canada         Lincoln        Elizabeth    Small
## 759          USA           Frick              Sue    Small
## 760          USA            King            Julie    Small
## 761       France         Labrune           Janine   Medium
## 762       Norway         Klaeboe              Jan    Small
## 763      Ireland         Cassidy             Dean    Small
## 764          USA           Frick            Steve    Small
## 765          USA              Yu            Kyung   Medium
## 766      Denmark        Petersen            Jytte   Medium
## 767        Japan       Shimamura            Akiko    Small
## 768          USA           Lewis              Dan   Medium
## 769    Australia        Calaghan             Tony    Small
## 770        Spain          Freyre            Diego    Small
## 771       France         Henriot             Paul    Small
## 772          USA           Brown          William   Medium
## 773        Italy          Moroni         Maurizio    Small
## 774          USA              Yu             Kwai    Small
## 775    Australia        Ferguson            Peter    Small
## 776       France        Da Cunha           Daniel    Small
## 777          USA           Young            Julie    Small
## 778          USA          Hirano             Juri    Small
## 779       France           Rance          Martine    Small
## 780       Norway          Oeztan           Veysel    Small
## 781        Japan         Kentary             Mory    Small
## 782    Australia        Ferguson            Peter    Small
## 783          USA       Hernandez             Rosa    Small
## 784          USA           Brown          William    Small
## 785          USA            King            Julie    Small
## 786       France         Labrune           Janine    Small
## 787          USA       Hernandez            Marta    Small
## 788       France         Schmitt           Carine    Small
## 789          USA           Frick            Steve    Small
## 790          USA              Yu            Kyung    Small
## 791          USA              Yu             Kwai   Medium
## 792        Japan       Shimamura            Akiko    Small
## 793          USA          Hirano             Juri    Small
## 794    Australia        Calaghan             Tony    Small
## 795       Sweden         Larsson            Maria   Medium
## 796       France         Perrier        Dominique   Medium
## 797        Spain          Freyre            Diego    Small
## 798      Germany          Keitel           Roland   Medium
## 799           UK        Ashworth         Victoria   Medium
## 800    Australia        Ferguson            Peter   Medium
## 801    Australia          Huxley           Adrian    Large
## 802          USA          Taylor              Sue   Medium
## 803        Italy         Rovelli         Giovanni   Medium
## 804          USA          Nelson          Valarie   Medium
## 805    Australia         Connery             Sean   Medium
## 806        Spain          Freyre            Diego    Large
## 807        Spain          Sommer           Mart¡n    Large
## 808       France         Saveley             Mary   Medium
## 809        Spain          Freyre            Diego   Medium
## 810       France         Citeaux       Frederique   Medium
## 811        Italy         Accorti            Paolo   Medium
## 812       Norway          Oeztan           Veysel    Large
## 813       France          Tonini           Daniel   Medium
## 814          USA          Nelson          Valarie   Medium
## 815          USA           Young          Valarie   Medium
## 816           UK        Ashworth         Victoria    Small
## 817    Australia        Ferguson            Peter   Medium
## 818       France        Da Cunha           Daniel   Medium
## 819          USA           Young            Julie   Medium
## 820        Spain          Freyre            Diego    Small
## 821          USA          Nelson          Valarie    Small
## 822          USA          Nelson          Valarie   Medium
## 823          USA       Hernandez             Rosa   Medium
## 824       France         Schmitt           Carine   Medium
## 825       France         Henriot             Paul   Medium
## 826    Australia          O'Hara             Anna   Medium
## 827      Denmark           Ibsen            Palle   Medium
## 828          USA            King            Julie   Medium
## 829       Norway          Oeztan           Veysel   Medium
## 830          USA           Young          Valarie   Medium
## 831          USA           Young             Jeff   Medium
## 832        Spain          Freyre            Diego   Medium
## 833          USA        Thompson          Valarie   Medium
## 834       France         Citeaux       Frederique   Medium
## 835           UK           Devon        Elizabeth   Medium
## 836        Italy          Moroni         Maurizio    Small
## 837          USA            King              Sue   Medium
## 838  Switzerland            Holz          Michael   Medium
## 839       Norway         Klaeboe              Jan   Medium
## 840        Spain          Freyre            Diego   Medium
## 841          USA         Benitez          Violeta    Small
## 842          USA       Hernandez             Rosa    Small
## 843       France         Henriot             Paul    Small
## 844      Belgium        Cartrain          Pascale   Medium
## 845        Spain          Freyre            Diego   Medium
## 846          USA           Frick              Sue   Medium
## 847      Austria           Pipps            Georg    Large
## 848       Norway      Bergulfsen            Jonas    Small
## 849       Sweden        Berglund        Christina    Small
## 850        Spain          Sommer           Mart¡n    Small
## 851    Australia          Huxley           Adrian   Medium
## 852    Singapore       Natividad             Eric   Medium
## 853          USA       Hernandez            Maria   Medium
## 854    Australia        Calaghan             Tony   Medium
## 855          USA       Cervantes        Francisca   Medium
## 856    Australia         Connery             Sean    Small
## 857       Canada       Tannamuri            Yoshi   Medium
## 858          USA        Thompson            Steve   Medium
## 859          USA           Tseng            Kyung    Small
## 860        Spain          Freyre            Diego   Medium
## 861          USA           Frick              Sue   Medium
## 862    Australia          Huxley           Adrian    Small
## 863        Italy         Accorti            Paolo   Medium
## 864       Sweden         Larsson            Maria   Medium
## 865       France          Tonini           Daniel   Medium
## 866          USA          Nelson          Valarie   Medium
## 867          USA           Young          Valarie   Medium
## 868    Australia        Ferguson            Peter   Medium
## 869          USA          Nelson          Valarie   Medium
## 870          USA          Nelson            Allen   Medium
## 871    Australia          O'Hara             Anna    Small
## 872      Belgium           Dewey        Catherine    Small
## 873       Norway      Bergulfsen            Jonas    Small
## 874        Spain          Sommer           Mart¡n   Medium
## 875    Australia          Huxley           Adrian    Small
## 876    Singapore       Natividad             Eric    Small
## 877          USA       Hernandez            Maria   Medium
## 878        Italy         Rovelli         Giovanni    Small
## 879          USA       Cervantes        Francisca    Small
## 880    Australia         Connery             Sean    Small
## 881       Canada       Tannamuri            Yoshi    Small
## 882          USA        Thompson            Steve    Small
## 883          USA           Tseng            Kyung    Small
## 884        Spain          Freyre            Diego    Small
## 885          USA           Frick              Sue    Small
## 886      Austria           Pipps            Georg    Small
## 887        Italy         Accorti            Paolo    Small
## 888       Sweden         Larsson            Maria    Small
## 889       France          Tonini           Daniel    Small
## 890          USA          Nelson          Valarie    Small
## 891          USA           Young          Valarie    Small
## 892           UK        Ashworth         Victoria    Small
## 893    Australia        Ferguson            Peter    Small
## 894          USA          Nelson          Valarie   Medium
## 895          USA          Nelson            Allen    Small
## 896      Austria          Mendel           Roland    Small
## 897      Belgium           Dewey        Catherine    Small
## 898        Italy         Rovelli         Giovanni   Medium
## 899      Austria           Pipps            Georg    Small
## 900          USA          Taylor           Leslie   Medium
## 901          USA             Tam           Wing C   Medium
## 902      Finland       Karttunen            Matti   Medium
## 903       Sweden         Larsson            Maria   Medium
## 904       France          Roulet          Annette   Medium
## 905           UK           Hardy           Thomas    Small
## 906        Spain        Saavedra          Eduardo   Medium
## 907          USA        Thompson          Valarie   Medium
## 908          USA              Yu             Kwai    Small
## 909        Spain          Freyre            Diego    Small
## 910      Belgium           Dewey        Catherine   Medium
## 911       Canada         Lincoln        Elizabeth    Small
## 912      Germany     Donnermeyer          Michael    Small
## 913          USA       Cervantes        Francisca    Small
## 914           UK         Bennett            Helen    Small
## 915      Denmark        Petersen            Jytte    Small
## 916      Belgium        Cartrain          Pascale    Small
## 917        Spain          Freyre            Diego    Small
## 918      Finland       Koskitalo           Pirkko    Small
## 919        Spain          Freyre            Diego   Medium
## 920       France         Henriot             Paul    Small
## 921          USA           Frick              Sue    Small
## 922          USA         Yoshido             Juri   Medium
## 923       Norway      Bergulfsen            Jonas    Small
## 924        Spain          Sommer           Mart¡n    Small
## 925    Australia          Huxley           Adrian    Small
## 926    Singapore       Natividad             Eric    Small
## 927          USA       Hernandez            Maria   Medium
## 928        Italy         Rovelli         Giovanni    Small
## 929          USA       Cervantes        Francisca    Small
## 930    Australia         Connery             Sean    Small
## 931       Canada       Tannamuri            Yoshi   Medium
## 932          USA        Thompson            Steve   Medium
## 933          USA           Tseng            Kyung   Medium
## 934        Spain          Freyre            Diego   Medium
## 935          USA           Frick              Sue   Medium
## 936    Australia          Huxley           Adrian   Medium
## 937        Italy         Accorti            Paolo   Medium
## 938       Sweden         Larsson            Maria    Small
## 939       France          Tonini           Daniel    Small
## 940          USA          Nelson          Valarie   Medium
## 941          USA           Young          Valarie    Small
## 942           UK        Ashworth         Victoria    Small
## 943    Australia        Ferguson            Peter   Medium
## 944          USA          Nelson          Valarie   Medium
## 945          USA          Nelson            Allen    Small
## 946      Austria          Mendel           Roland    Small
## 947      Belgium           Dewey        Catherine    Small
## 948      Denmark        Petersen            Jytte   Medium
## 949    Singapore       Natividad             Eric   Medium
## 950        Spain          Freyre            Diego   Medium
## 951          USA          Nelson          Valarie   Medium
## 952        Spain          Freyre            Diego   Medium
## 953          USA         Benitez          Violeta   Medium
## 954        Spain       Fernandez            Jesus   Medium
## 955          USA             Tam           Wing C   Medium
## 956          USA          Murphy           Leslie   Medium
## 957       France         Saveley             Mary    Small
## 958      Belgium           Dewey        Catherine   Medium
## 959           UK         Bennett            Helen   Medium
## 960          USA              Yu             Kwai   Medium
## 961      Belgium           Dewey        Catherine   Medium
## 962          USA          Nelson          Valarie   Medium
## 963        Italy         Accorti            Paolo    Small
## 964           UK        Ashworth         Victoria   Medium
## 965      Denmark           Ibsen            Palle    Small
## 966       Norway      Bergulfsen            Jonas    Small
## 967       France        Bertrand            Marie   Medium
## 968        Spain          Freyre            Diego   Medium
## 969        Japan       Shimamura            Akiko   Medium
## 970        Spain          Freyre            Diego    Small
## 971          USA          Nelson          Valarie   Medium
## 972          USA         Yoshido             Juri   Medium
## 973        Spain          Freyre            Diego   Medium
## 974          USA       Hernandez             Rosa    Large
## 975       France        Bertrand            Marie    Large
## 976       France         Lebihan         Laurence   Medium
## 977          USA           Young             Jeff   Medium
## 978       France          Roulet          Annette    Large
## 979      Finland        Suominen            Kalle   Medium
## 980    Australia          O'Hara             Anna   Medium
## 981      Finland       Koskitalo           Pirkko   Medium
## 982    Singapore       Natividad             Eric    Large
## 983       Canada       Fresnisre             Jean   Medium
## 984           UK           Brown              Ann   Medium
## 985       Norway          Oeztan           Veysel   Medium
## 986        Spain            Roel       Jose Pedro   Medium
## 987          USA           Young          Valarie   Medium
## 988          USA           Frick            Steve    Large
## 989        Spain          Freyre            Diego    Large
## 990          USA          Franco          Valarie   Medium
## 991        Spain          Freyre            Diego   Medium
## 992  Switzerland            Holz          Michael   Medium
## 993          USA          Nelson          Valarie   Medium
## 994      Finland       Koskitalo           Pirkko    Large
## 995        Spain          Freyre            Diego    Large
## 996           UK           Devon        Elizabeth   Medium
## 997    Singapore       Victorino            Wendy   Medium
## 998        Italy          Moroni         Maurizio   Medium
## 999          USA          Nelson          Valarie   Medium
## 1000         USA            King              Sue   Medium
## 1001         USA              Yu            Kyung   Medium
## 1002 Switzerland            Holz          Michael   Medium
## 1003         USA              Yu             Kwai    Small
## 1004      Norway         Klaeboe              Jan   Medium
## 1005         USA       Hernandez            Marta    Large
## 1006     Germany       Pfalzheim        Henriette    Large
## 1007      Canada       Tannamuri            Yoshi   Medium
## 1008         USA         Benitez          Violeta   Medium
## 1009         USA           Frick          Michael   Medium
## 1010         USA       Hernandez             Rosa   Medium
## 1011      Sweden        Berglund        Christina    Small
## 1012   Australia        Ferguson            Peter   Medium
## 1013         USA           Young             Jeff    Large
## 1014       Spain          Freyre            Diego    Small
## 1015     Belgium        Cartrain          Pascale   Medium
## 1016   Australia          O'Hara             Anna    Small
## 1017     Finland       Karttunen            Matti    Large
## 1018       Spain          Freyre            Diego   Medium
## 1019       Spain          Freyre            Diego   Medium
## 1020      France         Citeaux       Frederique    Large
## 1021       Spain          Freyre            Diego    Large
## 1022     Austria           Pipps            Georg   Medium
## 1023      France         Labrune           Janine   Medium
## 1024     Denmark        Petersen            Jytte   Medium
## 1025   Singapore       Natividad             Eric    Small
## 1026       Spain          Freyre            Diego   Medium
## 1027         USA          Nelson          Valarie    Small
## 1028       Spain          Freyre            Diego    Small
## 1029   Singapore       Natividad             Eric   Medium
## 1030       Spain       Fernandez            Jesus   Medium
## 1031         USA             Tam           Wing C   Medium
## 1032         USA          Murphy           Leslie   Medium
## 1033      France         Saveley             Mary   Medium
## 1034     Belgium           Dewey        Catherine    Small
## 1035          UK         Bennett            Helen   Medium
## 1036         USA              Yu             Kwai   Medium
## 1037     Belgium           Dewey        Catherine   Medium
## 1038         USA          Nelson          Valarie   Medium
## 1039       Italy         Accorti            Paolo    Small
## 1040          UK        Ashworth         Victoria   Medium
## 1041     Denmark           Ibsen            Palle    Small
## 1042      Sweden        Berglund        Christina   Medium
## 1043      France        Bertrand            Marie    Small
## 1044       Spain          Freyre            Diego   Medium
## 1045       Japan       Shimamura            Akiko    Small
## 1046       Spain          Freyre            Diego   Medium
## 1047         USA          Nelson          Valarie    Small
## 1048         USA         Yoshido             Juri   Medium
## 1049 Philippines            Cruz           Arnold    Small
## 1050      France         Lebihan         Laurence    Small
## 1051         USA          Nelson          Valarie   Medium
## 1052         USA          Nelson            Allen   Medium
## 1053   Australia          O'Hara             Anna    Small
## 1054      Norway          Oeztan           Veysel    Small
## 1055     Germany       Pfalzheim        Henriette   Medium
## 1056       Spain          Freyre            Diego    Small
## 1057      France         Perrier        Dominique    Small
## 1058 Switzerland            Holz          Michael   Medium
## 1059     Denmark        Petersen            Jytte    Small
## 1060      France         Perrier        Dominique    Small
## 1061   Australia         Connery             Sean   Medium
## 1062         USA         Barajas           Miguel    Small
## 1063 Switzerland            Holz          Michael   Medium
## 1064     Germany          Keitel           Roland   Medium
## 1065     Germany       Pfalzheim        Henriette    Small
## 1066         USA             Kuo              Kee   Medium
## 1067         USA              Yu             Kwai    Small
## 1068   Australia        Ferguson            Peter    Small
## 1069     Finland        Suominen            Kalle    Small
## 1070       Spain          Freyre            Diego    Small
## 1071         USA          Nelson          Valarie   Medium
## 1072      Norway      Bergulfsen            Jonas   Medium
## 1073       Spain          Sommer           Mart¡n   Medium
## 1074   Australia          Huxley           Adrian   Medium
## 1075         USA          Taylor              Sue   Medium
## 1076         USA       Hernandez            Maria   Medium
## 1077       Italy         Rovelli         Giovanni    Small
## 1078         USA          Nelson          Valarie    Small
## 1079   Australia         Connery             Sean    Small
## 1080      Canada       Tannamuri            Yoshi    Small
## 1081         USA        Thompson            Steve   Medium
## 1082      France         Saveley             Mary   Medium
## 1083       Spain          Freyre            Diego   Medium
## 1084         USA           Frick              Sue    Small
## 1085       Italy         Accorti            Paolo   Medium
## 1086         USA          Taylor           Leslie    Small
## 1087      France          Tonini           Daniel   Medium
## 1088         USA          Nelson          Valarie   Medium
## 1089     Germany          Keitel           Roland   Medium
## 1090   Australia        Ferguson            Peter    Small
## 1091         USA          Nelson          Valarie    Small
## 1092         USA          Nelson            Allen   Medium
## 1093         USA          Nelson          Valarie    Large
## 1094     Austria          Mendel           Roland   Medium
## 1095     Belgium           Dewey        Catherine    Small
## 1096 Philippines            Cruz           Arnold   Medium
## 1097      France         Lebihan         Laurence    Small
## 1098         USA          Nelson          Valarie   Medium
## 1099         USA          Nelson            Allen   Medium
## 1100   Australia          O'Hara             Anna   Medium
## 1101      Norway          Oeztan           Veysel   Medium
## 1102     Germany       Pfalzheim        Henriette   Medium
## 1103       Spain          Freyre            Diego   Medium
## 1104      France         Perrier        Dominique   Medium
## 1105 Switzerland            Holz          Michael   Medium
## 1106     Denmark        Petersen            Jytte   Medium
## 1107      France         Perrier        Dominique   Medium
## 1108   Australia         Connery             Sean    Large
## 1109         USA         Barajas           Miguel   Medium
## 1110 Switzerland            Holz          Michael   Medium
## 1111     Germany          Keitel           Roland   Medium
## 1112     Germany       Pfalzheim        Henriette   Medium
## 1113      Sweden        Berglund        Christina   Medium
## 1114 Philippines            Cruz           Arnold   Medium
## 1115   Australia        Ferguson            Peter   Medium
## 1116       Spain          Freyre            Diego   Medium
## 1117     Finland        Suominen            Kalle   Medium
## 1118       Spain          Freyre            Diego   Medium
## 1119         USA          Nelson          Valarie    Large
## 1120         USA       Hernandez             Rosa   Medium
## 1121      France         Schmitt           Carine   Medium
## 1122      France         Henriot             Paul   Medium
## 1123   Australia          O'Hara             Anna   Medium
## 1124     Denmark           Ibsen            Palle   Medium
## 1125         USA            King            Julie   Medium
## 1126      Norway          Oeztan           Veysel   Medium
## 1127         USA           Young          Valarie   Medium
## 1128         USA           Young             Jeff   Medium
## 1129       Spain          Freyre            Diego   Medium
## 1130         USA        Thompson          Valarie    Large
## 1131       Japan         Kentary             Mory   Medium
## 1132          UK           Devon        Elizabeth   Medium
## 1133       Italy          Moroni         Maurizio   Medium
## 1134         USA            King              Sue   Medium
## 1135 Switzerland            Holz          Michael   Medium
## 1136      Norway         Klaeboe              Jan   Medium
## 1137       Spain          Freyre            Diego   Medium
## 1138         USA         Benitez          Violeta   Medium
## 1139         USA       Hernandez             Rosa    Small
## 1140      France         Henriot             Paul   Medium
## 1141         USA           Young            Julie   Medium
## 1142       Spain          Freyre            Diego    Small
## 1143     Denmark        Petersen            Jytte    Large
## 1144     Austria           Pipps            Georg   Medium
## 1145 Philippines            Cruz           Arnold    Small
## 1146      France         Lebihan         Laurence    Small
## 1147         USA          Nelson          Valarie    Small
## 1148         USA           Lewis              Dan   Medium
## 1149   Australia          O'Hara             Anna    Small
## 1150      France           Rance          Martine    Small
## 1151     Germany       Pfalzheim        Henriette   Medium
## 1152      France         Perrier        Dominique    Small
## 1153      France           Rance          Martine    Small
## 1154         USA           Frick          Michael    Small
## 1155      France         Perrier        Dominique    Small
## 1156         USA         Yoshido             Juri    Small
## 1157         USA         Barajas           Miguel    Small
## 1158      France        Bertrand            Marie    Small
## 1159     Finland       Karttunen            Matti    Small
## 1160     Germany       Pfalzheim        Henriette    Small
## 1161         USA             Kuo              Kee    Small
## 1162 Philippines            Cruz           Arnold    Small
## 1163   Australia        Ferguson            Peter    Small
## 1164       Spain          Freyre            Diego    Small
## 1165     Finland        Suominen            Kalle    Small
## 1166       Spain          Freyre            Diego   Medium
## 1167         USA          Nelson          Valarie   Medium
## 1168          UK           Devon        Elizabeth    Small
## 1169       Italy         Rovelli         Giovanni   Medium
## 1170     Austria           Pipps            Georg    Small
## 1171         USA          Taylor           Leslie   Medium
## 1172         USA             Tam           Wing C   Medium
## 1173     Finland       Karttunen            Matti   Medium
## 1174      Sweden         Larsson            Maria   Medium
## 1175      France          Roulet          Annette   Medium
## 1176          UK           Hardy           Thomas   Medium
## 1177       Spain        Saavedra          Eduardo    Small
## 1178         USA        Thompson          Valarie   Medium
## 1179         USA           Tseng            Kyung   Medium
## 1180       Spain          Freyre            Diego   Medium
## 1181     Belgium           Dewey        Catherine   Medium
## 1182      Canada         Lincoln        Elizabeth   Medium
## 1183     Germany     Donnermeyer          Michael    Small
## 1184         USA       Cervantes        Francisca   Medium
## 1185          UK         Bennett            Helen   Medium
## 1186       Italy         Rovelli         Giovanni   Medium
## 1187     Belgium        Cartrain          Pascale   Medium
## 1188          UK           Brown              Ann   Medium
## 1189     Finland       Koskitalo           Pirkko   Medium
## 1190       Spain          Freyre            Diego    Small
## 1191      France         Henriot             Paul   Medium
## 1192         USA           Frick              Sue    Large
## 1193   Australia         Connery             Sean   Medium
## 1194       Spain          Freyre            Diego   Medium
## 1195   Singapore       Natividad             Eric    Small
## 1196         USA           Young             Jeff   Medium
## 1197         USA          Nelson          Valarie   Medium
## 1198   Australia        Calaghan             Tony   Medium
## 1199   Singapore       Natividad             Eric   Medium
## 1200       Italy          Moroni         Maurizio   Medium
## 1201         USA             Tam           Wing C   Medium
## 1202         USA          Murphy           Leslie   Medium
## 1203         USA          Franco          Valarie   Medium
## 1204     Ireland         Cassidy             Dean    Large
## 1205     Germany          Keitel           Roland    Large
## 1206     Finland        Suominen            Kalle   Medium
## 1207         USA              Yu            Kyung   Medium
## 1208         USA          Nelson          Valarie   Medium
## 1209         USA              Yu             Kwai    Large
## 1210          UK        Ashworth         Victoria   Medium
## 1211     Denmark           Ibsen            Palle   Medium
## 1212         USA           Frick          Michael   Medium
## 1213         USA       Hernandez            Maria   Medium
## 1214         USA           Young             Jeff   Medium
## 1215       Spain          Freyre            Diego    Small
## 1216       Japan       Shimamura            Akiko    Large
## 1217       Spain          Freyre            Diego   Medium
## 1218       Spain          Freyre            Diego   Medium
## 1219         USA            King            Julie   Medium
## 1220         USA           Young          Valarie    Small
## 1221          UK        Ashworth         Victoria    Small
## 1222         USA            King              Sue   Medium
## 1223   Australia          O'Hara             Anna   Medium
## 1224       Italy         Rovelli         Giovanni    Small
## 1225         USA          Nelson          Valarie   Medium
## 1226   Australia         Connery             Sean    Small
## 1227         USA           Young             Jeff    Small
## 1228          UK           Hardy           Thomas   Medium
## 1229      France         Saveley             Mary   Medium
## 1230      France         Citeaux       Frederique   Medium
## 1231       Italy         Accorti            Paolo   Medium
## 1232   Singapore       Victorino            Wendy    Small
## 1233          UK           Devon        Elizabeth   Medium
## 1234       Spain          Freyre            Diego   Medium
## 1235          UK        Ashworth         Victoria    Large
## 1236      France         Lebihan         Laurence    Small
## 1237         USA           Young            Julie    Small
## 1238       Spain          Freyre            Diego   Medium
## 1239         USA           Frick              Sue    Small
## 1240   Australia          Huxley           Adrian   Medium
## 1241     Denmark        Petersen            Jytte   Medium
## 1242   Singapore       Natividad             Eric    Small
## 1243       Spain          Freyre            Diego   Medium
## 1244         USA          Nelson          Valarie    Small
## 1245       Spain          Freyre            Diego    Small
## 1246         USA         Benitez          Violeta    Small
## 1247       Spain       Fernandez            Jesus    Small
## 1248         USA             Tam           Wing C   Medium
## 1249       Spain        Saavedra          Eduardo   Medium
## 1250      France         Saveley             Mary   Medium
## 1251     Belgium           Dewey        Catherine   Medium
## 1252          UK         Bennett            Helen    Small
## 1253         USA              Yu             Kwai   Medium
## 1254      Canada       Fresnisre             Jean    Small
## 1255     Belgium           Dewey        Catherine    Small
## 1256      Canada         Lincoln        Elizabeth   Medium
## 1257       Italy         Accorti            Paolo   Medium
## 1258          UK        Ashworth         Victoria   Medium
## 1259      France         Labrune           Janine   Medium
## 1260      Sweden        Berglund        Christina   Medium
## 1261         USA       Hernandez            Maria   Medium
## 1262       Spain          Freyre            Diego   Medium
## 1263       Japan       Shimamura            Akiko   Medium
## 1264       Spain          Freyre            Diego    Small
## 1265         USA          Nelson          Valarie   Medium
## 1266         USA         Yoshido             Juri    Small
## 1267      Norway      Bergulfsen            Jonas   Medium
## 1268      France        Bertrand            Marie   Medium
## 1269       Spain          Sommer           Mart¡n    Large
## 1270         USA          Hirano             Juri   Medium
## 1271   Singapore       Natividad             Eric   Medium
## 1272     Austria          Mendel           Roland   Medium
## 1273          UK           Brown              Ann   Medium
## 1274         USA       Cervantes        Francisca    Small
## 1275      France         Saveley             Mary   Medium
## 1276         USA          Franco          Valarie   Medium
## 1277   Singapore       Victorino            Wendy   Medium
## 1278         USA          Nelson          Valarie   Medium
## 1279         USA          Murphy           Leslie    Small
## 1280   Singapore       Victorino            Wendy   Medium
## 1281   Australia          Huxley           Adrian   Medium
## 1282         USA              Yu            Kyung    Small
## 1283      Sweden         Larsson            Maria   Medium
## 1284         USA       Hernandez            Marta    Small
## 1285      Canada       Tannamuri            Yoshi    Small
## 1286     Germany          Keitel           Roland   Medium
## 1287      Sweden        Berglund        Christina   Medium
## 1288   Australia        Ferguson            Peter   Medium
## 1289         USA          Nelson          Valarie   Medium
## 1290   Australia          O'Hara             Anna    Small
## 1291         USA          Nelson          Valarie   Medium
## 1292      Canada       Fresnisre             Jean   Medium
## 1293      France         Labrune           Janine   Medium
## 1294      Norway      Bergulfsen            Jonas    Small
## 1295         USA          Nelson          Valarie    Small
## 1296       Spain          Sommer           Mart¡n    Small
## 1297         USA          Hirano             Juri    Small
## 1298   Singapore       Natividad             Eric    Small
## 1299     Austria          Mendel           Roland    Small
## 1300   Australia        Calaghan             Tony    Small
## 1301         USA       Cervantes        Francisca    Small
## 1302      France         Saveley             Mary    Small
## 1303      Canada       Tannamuri            Yoshi    Small
## 1304         USA        Thompson            Steve    Small
## 1305         USA          Nelson          Valarie    Small
## 1306         USA          Murphy           Leslie    Small
## 1307       Japan       Shimamura            Akiko    Small
## 1308   Australia          Huxley           Adrian    Small
## 1309         USA              Yu            Kyung    Small
## 1310      Sweden         Larsson            Maria    Small
## 1311      France          Tonini           Daniel    Small
## 1312         USA          Nelson          Valarie    Small
## 1313         USA           Frick          Michael   Medium
## 1314       Spain          Sommer           Mart¡n    Large
## 1315       Spain          Freyre            Diego   Medium
## 1316   Australia          O'Hara             Anna    Small
## 1317         USA          Nelson          Valarie    Large
## 1318      Canada       Fresnisre             Jean    Small
## 1319       Spain          Freyre            Diego    Small
## 1320 Philippines            Cruz           Arnold   Medium
## 1321      France         Lebihan         Laurence   Medium
## 1322         USA          Nelson          Valarie   Medium
## 1323         USA           Lewis              Dan   Medium
## 1324   Australia          O'Hara             Anna   Medium
## 1325      France           Rance          Martine   Medium
## 1326     Germany       Pfalzheim        Henriette   Medium
## 1327      France         Perrier        Dominique   Medium
## 1328 Switzerland            Holz          Michael   Medium
## 1329     Denmark        Petersen            Jytte   Medium
## 1330      France         Perrier        Dominique   Medium
## 1331         USA         Yoshido             Juri    Small
## 1332         USA         Barajas           Miguel   Medium
## 1333 Switzerland            Holz          Michael   Medium
## 1334     Finland       Karttunen            Matti    Large
## 1335     Germany       Pfalzheim        Henriette   Medium
## 1336         USA             Kuo              Kee    Large
## 1337 Philippines            Cruz           Arnold   Medium
## 1338   Australia        Ferguson            Peter   Medium
## 1339       Spain          Freyre            Diego   Medium
## 1340     Finland        Suominen            Kalle    Small
## 1341       Spain          Freyre            Diego   Medium
## 1342         USA          Nelson          Valarie   Medium
## 1343          UK        Ashworth         Victoria    Small
## 1344         USA            King              Sue    Small
## 1345   Australia          O'Hara             Anna    Small
## 1346     Denmark           Ibsen            Palle    Small
## 1347       Italy         Rovelli         Giovanni    Small
## 1348         USA          Nelson          Valarie   Medium
## 1349   Australia         Connery             Sean    Small
## 1350         USA           Young             Jeff   Medium
## 1351          UK           Hardy           Thomas    Small
## 1352      France         Saveley             Mary    Small
## 1353      France         Citeaux       Frederique    Small
## 1354         USA           Young             Jeff    Small
## 1355       Spain          Freyre            Diego    Small
## 1356   Singapore       Victorino            Wendy    Small
## 1357          UK           Devon        Elizabeth    Small
## 1358       Spain          Freyre            Diego    Small
## 1359          UK        Ashworth         Victoria   Medium
## 1360      France         Lebihan         Laurence    Small
## 1361         USA           Young            Julie   Medium
## 1362       Spain          Freyre            Diego   Medium
## 1363         USA           Frick              Sue   Medium
## 1364   Australia          Huxley           Adrian    Small
## 1365          UK        Ashworth         Victoria   Medium
## 1366         USA            King              Sue    Small
## 1367   Australia          O'Hara             Anna    Small
## 1368     Denmark           Ibsen            Palle    Small
## 1369         USA            King            Julie    Small
## 1370         USA          Nelson          Valarie   Medium
## 1371         USA           Young          Valarie    Small
## 1372         USA           Young             Jeff    Small
## 1373       Spain          Freyre            Diego   Medium
## 1374         USA        Thompson          Valarie    Small
## 1375      France         Citeaux       Frederique    Small
## 1376         USA           Young             Jeff   Medium
## 1377       Spain          Freyre            Diego    Small
## 1378   Singapore       Victorino            Wendy    Small
## 1379      Norway         Klaeboe              Jan    Small
## 1380       Spain          Freyre            Diego    Small
## 1381         USA         Benitez          Violeta    Small
## 1382          UK        Ashworth         Victoria    Small
## 1383      France         Lebihan         Laurence    Small
## 1384         USA           Young            Julie    Small
## 1385       Spain          Freyre            Diego   Medium
## 1386         USA           Frick              Sue    Small
## 1387   Australia          Huxley           Adrian   Medium
## 1388       Spain          Freyre            Diego    Small
## 1389         USA       Hernandez            Maria   Medium
## 1390         USA           Young             Jeff    Small
## 1391     Finland        Suominen            Kalle    Small
## 1392   Australia        Calaghan             Tony    Small
## 1393   Singapore       Natividad             Eric    Small
## 1394       Italy          Moroni         Maurizio    Small
## 1395       Spain            Roel       Jose Pedro    Small
## 1396         USA           Frick            Steve    Small
## 1397         USA          Franco          Valarie    Small
## 1398     Ireland         Cassidy             Dean    Small
## 1399     Germany          Keitel           Roland    Small
## 1400       Spain          Freyre            Diego    Small
## 1401   Singapore       Victorino            Wendy    Small
## 1402         USA          Nelson          Valarie    Small
## 1403         USA          Nelson          Valarie    Small
## 1404         USA              Yu             Kwai    Small
## 1405         USA       Hernandez            Marta    Small
## 1406     Denmark           Ibsen            Palle    Small
## 1407         USA           Frick          Michael    Small
## 1408      France        Bertrand            Marie   Medium
## 1409         USA           Young             Jeff    Small
## 1410       Spain          Freyre            Diego    Small
## 1411         USA          Nelson          Valarie    Small
## 1412       Spain          Freyre            Diego    Small
## 1413       Spain          Freyre            Diego    Small
## 1414       Spain          Freyre            Diego    Small
## 1415      France         Labrune           Janine    Small
## 1416         USA              Yu             Kwai    Small
## 1417   Australia        Ferguson            Peter   Medium
## 1418      France        Da Cunha           Daniel   Medium
## 1419         USA           Young            Julie   Medium
## 1420         USA          Hirano             Juri   Medium
## 1421      France           Rance          Martine   Medium
## 1422      Norway          Oeztan           Veysel    Small
## 1423      France         Perrier        Dominique    Small
## 1424   Australia        Ferguson            Peter    Small
## 1425         USA           Frick          Michael    Small
## 1426         USA           Brown          William    Small
## 1427         USA            King            Julie   Medium
## 1428      France         Labrune           Janine    Small
## 1429         USA       Hernandez            Marta   Medium
## 1430     Finland       Karttunen            Matti   Medium
## 1431      Norway      Bergulfsen            Jonas    Small
## 1432         USA              Yu            Kyung   Medium
## 1433         USA              Yu             Kwai    Small
## 1434       Japan       Shimamura            Akiko    Small
## 1435         USA          Hirano             Juri   Medium
## 1436   Australia        Calaghan             Tony   Medium
## 1437      Sweden         Larsson            Maria   Medium
## 1438          UK           Devon        Elizabeth   Medium
## 1439       Spain          Freyre            Diego   Medium
## 1440          UK        Ashworth         Victoria    Small
## 1441      France         Schmitt           Carine    Small
## 1442      France         Henriot             Paul    Small
## 1443   Australia          O'Hara             Anna    Small
## 1444     Denmark           Ibsen            Palle    Small
## 1445         USA            King            Julie    Small
## 1446      Norway          Oeztan           Veysel    Small
## 1447         USA           Young          Valarie    Small
## 1448         USA           Young             Jeff    Small
## 1449       Spain          Freyre            Diego    Small
## 1450         USA        Thompson          Valarie    Small
## 1451      France         Citeaux       Frederique    Small
## 1452       Italy          Moroni         Maurizio    Small
## 1453         USA            King              Sue    Small
## 1454   Singapore       Victorino            Wendy    Small
## 1455      Norway         Klaeboe              Jan    Small
## 1456       Spain          Freyre            Diego    Small
## 1457         USA         Benitez          Violeta    Small
## 1458          UK        Ashworth         Victoria    Small
## 1459      France         Henriot             Paul    Small
## 1460         USA           Young            Julie    Small
## 1461       Spain          Freyre            Diego   Medium
## 1462         USA           Frick              Sue    Small
## 1463   Australia          Huxley           Adrian    Small
## 1464       Italy         Rovelli         Giovanni    Small
## 1465   Australia        Ferguson            Peter   Medium
## 1466       Spain          Freyre            Diego   Medium
## 1467         USA           Young            Julie   Medium
## 1468         USA          Hirano             Juri   Medium
## 1469       Japan         Kentary             Mory    Small
## 1470   Australia        Ferguson            Peter   Medium
## 1471      Canada         Lincoln        Elizabeth    Small
## 1472         USA           Frick              Sue    Small
## 1473       Spain          Freyre            Diego   Medium
## 1474      France         Labrune           Janine    Small
## 1475      Norway         Klaeboe              Jan    Small
## 1476     Ireland         Cassidy             Dean   Medium
## 1477         USA           Frick            Steve   Medium
## 1478          UK         Bennett            Helen    Small
## 1479       Italy         Rovelli         Giovanni   Medium
## 1480       Japan       Shimamura            Akiko    Small
## 1481         USA           Lewis              Dan    Small
## 1482   Australia        Calaghan             Tony   Medium
## 1483       Spain          Freyre            Diego    Small
## 1484      France         Henriot             Paul   Medium
## 1485         USA           Brown          William   Medium
## 1486       Italy          Moroni         Maurizio   Medium
## 1487     Germany          Keitel           Roland    Small
## 1488          UK        Ashworth         Victoria    Small
## 1489         USA            King              Sue    Small
## 1490         USA          Taylor              Sue    Small
## 1491       Italy         Rovelli         Giovanni    Small
## 1492         USA          Nelson          Valarie    Small
## 1493   Australia         Connery             Sean    Small
## 1494       Spain          Freyre            Diego    Small
## 1495       Spain          Sommer           Mart¡n    Small
## 1496      France         Saveley             Mary    Small
## 1497         USA          Franco          Valarie    Small
## 1498       Italy         Accorti            Paolo    Small
## 1499   Singapore       Victorino            Wendy    Small
## 1500      France          Tonini           Daniel    Small
## 1501         USA          Nelson          Valarie    Small
## 1502         USA           Young          Valarie    Small
## 1503          UK        Ashworth         Victoria   Medium
## 1504      France         Lebihan         Laurence    Small
## 1505      France        Da Cunha           Daniel    Large
## 1506         USA           Young            Julie    Small
## 1507       Spain          Freyre            Diego    Small
## 1508   Australia          O'Hara             Anna    Large
## 1509   Singapore       Victorino            Wendy    Small
## 1510   Australia          Huxley           Adrian    Small
## 1511         USA              Yu             Kwai   Medium
## 1512   Australia        Ferguson            Peter    Small
## 1513      France        Da Cunha           Daniel   Medium
## 1514         USA           Young            Julie   Medium
## 1515      Norway      Bergulfsen            Jonas    Small
## 1516         USA          Hirano             Juri    Small
## 1517      France           Rance          Martine    Small
## 1518      Norway          Oeztan           Veysel   Medium
## 1519       Japan         Kentary             Mory    Small
## 1520   Australia        Ferguson            Peter    Small
## 1521         USA       Hernandez             Rosa   Medium
## 1522         USA           Frick              Sue    Small
## 1523         USA            King            Julie    Small
## 1524      France         Labrune           Janine    Small
## 1525         USA       Hernandez            Marta    Small
## 1526     Ireland         Cassidy             Dean    Small
## 1527         USA           Frick            Steve    Small
## 1528         USA              Yu            Kyung    Small
## 1529         USA              Yu             Kwai   Medium
## 1530       Spain        Saavedra          Eduardo   Medium
## 1531     Finland        Suominen            Kalle   Medium
## 1532      France         Labrune           Janine    Small
## 1533      Sweden         Larsson            Maria   Medium
## 1534      France         Perrier        Dominique   Medium
## 1535       Italy          Moroni         Maurizio    Small
## 1536     Denmark        Petersen            Jytte   Medium
## 1537   Singapore       Natividad             Eric   Medium
## 1538          UK           Brown              Ann   Medium
## 1539         USA          Nelson          Valarie   Medium
## 1540       Spain          Freyre            Diego   Medium
## 1541      Sweden         Larsson            Maria   Medium
## 1542       Spain       Fernandez            Jesus   Medium
## 1543         USA             Tam           Wing C   Medium
## 1544       Spain        Saavedra          Eduardo   Medium
## 1545      France         Saveley             Mary   Medium
## 1546     Belgium           Dewey        Catherine   Medium
## 1547          UK         Bennett            Helen   Medium
## 1548         USA              Yu             Kwai   Medium
## 1549      Canada       Fresnisre             Jean   Medium
## 1550     Belgium           Dewey        Catherine    Small
## 1551      Canada         Lincoln        Elizabeth   Medium
## 1552       Italy         Accorti            Paolo    Small
## 1553          UK        Ashworth         Victoria   Medium
## 1554      France         Labrune           Janine   Medium
## 1555      Sweden        Berglund        Christina   Medium
## 1556         USA       Hernandez            Maria    Small
## 1557       Spain          Freyre            Diego    Small
## 1558       Japan       Shimamura            Akiko   Medium
## 1559         USA          Nelson          Valarie   Medium
## 1560         USA         Yoshido             Juri   Medium
## 1561     Germany          Keitel           Roland    Small
## 1562          UK        Ashworth         Victoria    Small
## 1563         USA            King              Sue    Small
## 1564         USA          Taylor              Sue    Small
## 1565       Italy         Rovelli         Giovanni    Small
## 1566         USA          Nelson          Valarie    Small
## 1567   Australia         Connery             Sean    Small
## 1568       Spain          Freyre            Diego    Small
## 1569       Spain          Sommer           Mart¡n    Small
## 1570      France         Saveley             Mary    Small
## 1571       Spain          Freyre            Diego    Small
## 1572      France         Citeaux       Frederique    Small
## 1573       Italy         Accorti            Paolo    Small
## 1574      Norway          Oeztan           Veysel    Small
## 1575      France          Tonini           Daniel    Small
## 1576         USA          Nelson          Valarie    Small
## 1577         USA           Young          Valarie   Medium
## 1578          UK        Ashworth         Victoria    Small
## 1579      France         Schmitt           Carine    Small
## 1580      France        Da Cunha           Daniel    Small
## 1581         USA           Young            Julie    Small
## 1582       Spain          Freyre            Diego    Small
## 1583   Australia          O'Hara             Anna   Medium
## 1584         USA          Nelson          Valarie    Small
## 1585      Norway      Bergulfsen            Jonas   Medium
## 1586      France        Bertrand            Marie    Small
## 1587       Spain          Sommer           Mart¡n   Medium
## 1588         USA          Hirano             Juri   Medium
## 1589     Finland       Koskitalo           Pirkko   Medium
## 1590   Singapore       Natividad             Eric   Medium
## 1591          UK           Brown              Ann    Small
## 1592       Spain            Roel       Jose Pedro   Medium
## 1593      France         Saveley             Mary   Medium
## 1594         USA          Franco          Valarie   Medium
## 1595   Singapore       Victorino            Wendy   Medium
## 1596         USA          Nelson          Valarie   Medium
## 1597       Spain          Freyre            Diego   Medium
## 1598   Singapore       Victorino            Wendy   Medium
## 1599         USA          Nelson          Valarie   Medium
## 1600         USA              Yu            Kyung    Small
## 1601      Sweden         Larsson            Maria   Medium
## 1602         USA       Hernandez            Marta   Medium
## 1603      Canada       Tannamuri            Yoshi   Medium
## 1604         USA           Frick          Michael   Medium
## 1605      Sweden        Berglund        Christina   Medium
## 1606       Spain          Sommer           Mart¡n   Medium
## 1607       Spain          Freyre            Diego   Medium
## 1608         USA          Nelson          Valarie   Medium
## 1609         USA          Nelson          Valarie    Small
## 1610       Spain          Freyre            Diego    Large
## 1611      France         Labrune           Janine   Medium
## 1612 Philippines            Cruz           Arnold    Small
## 1613      France         Henriot             Paul    Small
## 1614         USA          Nelson          Valarie    Small
## 1615         USA           Young            Julie    Small
## 1616   Australia          O'Hara             Anna    Small
## 1617      France           Rance          Martine    Small
## 1618       Spain          Freyre            Diego   Medium
## 1619      France         Perrier        Dominique    Small
## 1620      France           Rance          Martine    Small
## 1621         USA           Frick          Michael    Small
## 1622      France         Perrier        Dominique   Medium
## 1623         USA         Yoshido             Juri    Small
## 1624         USA         Barajas           Miguel   Medium
## 1625         USA       Hernandez            Marta    Small
## 1626     Finland       Karttunen            Matti    Small
## 1627      Norway      Bergulfsen            Jonas    Small
## 1628         USA             Kuo              Kee    Small
## 1629 Philippines            Cruz           Arnold   Medium
## 1630     Austria           Pipps            Georg   Medium
## 1631       Spain          Freyre            Diego    Small
## 1632     Finland        Suominen            Kalle    Small
## 1633      France         Labrune           Janine    Small
## 1634         USA          Nelson          Valarie    Small
## 1635          UK           Devon        Elizabeth    Small
## 1636          UK        Ashworth         Victoria   Medium
## 1637         USA            King              Sue    Small
## 1638   Australia          O'Hara             Anna    Small
## 1639     Denmark           Ibsen            Palle    Small
## 1640         USA            King            Julie    Small
## 1641         USA          Nelson          Valarie    Small
## 1642         USA           Young          Valarie   Medium
## 1643         USA           Young             Jeff   Medium
## 1644       Spain          Freyre            Diego   Medium
## 1645      France         Saveley             Mary   Medium
## 1646      France         Citeaux       Frederique   Medium
## 1647         USA           Young             Jeff   Medium
## 1648       Spain          Freyre            Diego   Medium
## 1649   Singapore       Victorino            Wendy    Small
## 1650          UK           Devon        Elizabeth   Medium
## 1651       Spain          Freyre            Diego    Small
## 1652         USA         Benitez          Violeta    Small
## 1653          UK        Ashworth         Victoria   Medium
## 1654         USA            King              Sue    Small
## 1655         USA          Nelson          Valarie   Medium
## 1656       Spain          Freyre            Diego    Small
## 1657         USA           Frick              Sue    Large
## 1658   Australia          Huxley           Adrian   Medium
## 1659       Spain          Freyre            Diego    Small
## 1660      France        Bertrand            Marie    Small
## 1661         USA           Young             Jeff    Small
## 1662     Finland        Suominen            Kalle    Small
## 1663     Finland       Koskitalo           Pirkko    Small
## 1664   Singapore       Natividad             Eric    Small
## 1665          UK           Brown              Ann    Small
## 1666       Spain            Roel       Jose Pedro    Small
## 1667         USA           Frick            Steve    Small
## 1668         USA          Franco          Valarie    Small
## 1669         USA          Taylor              Sue    Small
## 1670         USA          Nelson          Valarie    Small
## 1671       Spain          Freyre            Diego    Small
## 1672   Singapore       Victorino            Wendy    Small
## 1673         USA          Nelson          Valarie    Small
## 1674         USA              Yu            Kyung    Small
## 1675         USA              Yu             Kwai    Small
## 1676         USA       Hernandez            Marta    Small
## 1677     Denmark           Ibsen            Palle    Small
## 1678         USA           Frick          Michael   Medium
## 1679         USA          Nelson          Valarie    Small
## 1680         USA           Young             Jeff    Small
## 1681       Spain          Freyre            Diego    Small
## 1682         USA          Nelson          Valarie   Medium
## 1683       Spain          Freyre            Diego   Medium
## 1684       Spain          Freyre            Diego    Small
## 1685       Spain          Freyre            Diego    Small
## 1686      France         Labrune           Janine    Small
## 1687       Italy         Rovelli         Giovanni   Medium
## 1688     Austria           Pipps            Georg    Small
## 1689         USA           Lewis              Dan    Small
## 1690         USA             Tam           Wing C    Small
## 1691     Finland       Karttunen            Matti    Small
## 1692      Sweden         Larsson            Maria    Small
## 1693      France          Roulet          Annette    Small
## 1694          UK           Hardy           Thomas    Small
## 1695 Philippines            Cruz           Arnold   Medium
## 1696         USA        Thompson          Valarie    Small
## 1697         USA           Tseng            Kyung    Small
## 1698       Spain          Freyre            Diego    Small
## 1699         USA          Nelson            Allen    Small
## 1700      Norway         Klaeboe              Jan    Small
## 1701     Germany     Donnermeyer          Michael    Small
## 1702         USA       Cervantes        Francisca    Small
## 1703          UK         Bennett            Helen    Small
## 1704       Italy         Rovelli         Giovanni    Small
## 1705       Japan       Shimamura            Akiko   Medium
## 1706          UK           Brown              Ann    Small
## 1707     Finland       Koskitalo           Pirkko    Small
## 1708       Spain          Freyre            Diego    Small
## 1709      France         Henriot             Paul    Small
## 1710         USA           Frick              Sue    Small
## 1711   Australia         Connery             Sean    Small
## 1712          UK        Ashworth         Victoria   Medium
## 1713         USA            King              Sue    Small
## 1714   Australia          O'Hara             Anna   Medium
## 1715     Denmark           Ibsen            Palle    Small
## 1716       Italy         Rovelli         Giovanni    Small
## 1717         USA          Nelson          Valarie    Small
## 1718         USA           Young          Valarie   Medium
## 1719         USA           Young             Jeff   Medium
## 1720          UK           Hardy           Thomas    Small
## 1721      France         Saveley             Mary   Medium
## 1722      France         Citeaux       Frederique    Small
## 1723         USA           Young             Jeff   Medium
## 1724       Spain          Freyre            Diego   Medium
## 1725   Singapore       Victorino            Wendy   Medium
## 1726          UK           Devon        Elizabeth   Medium
## 1727       Spain          Freyre            Diego   Medium
## 1728          UK        Ashworth         Victoria    Small
## 1729         USA            King              Sue    Small
## 1730         USA          Nelson          Valarie   Medium
## 1731       Spain          Freyre            Diego    Small
## 1732         USA           Frick              Sue   Medium
## 1733   Australia          Huxley           Adrian   Medium
## 1734         USA       Hernandez             Rosa    Small
## 1735      France         Lebihan         Laurence    Small
## 1736         USA          Nelson          Valarie    Small
## 1737         USA          Nelson            Allen    Small
## 1738      Canada       Fresnisre             Jean    Small
## 1739      Norway          Oeztan           Veysel    Small
## 1740         USA           Young          Valarie    Small
## 1741       Spain          Freyre            Diego    Small
## 1742       Spain          Freyre            Diego    Small
## 1743 Switzerland            Holz          Michael    Small
## 1744     Finland       Koskitalo           Pirkko    Small
## 1745          UK           Devon        Elizabeth    Small
## 1746       Italy          Moroni         Maurizio    Small
## 1747         USA            King              Sue    Small
## 1748 Switzerland            Holz          Michael    Small
## 1749      Norway         Klaeboe              Jan    Small
## 1750     Germany       Pfalzheim        Henriette    Small
## 1751         USA         Benitez          Violeta    Small
## 1752         USA       Hernandez             Rosa    Small
## 1753   Australia        Ferguson            Peter    Small
## 1754       Spain          Freyre            Diego    Small
## 1755         USA           Young            Julie   Medium
## 1756       Spain          Freyre            Diego   Medium
## 1757         USA          Nelson          Valarie   Medium
## 1758      France         Citeaux       Frederique    Small
## 1759     Austria           Pipps            Georg    Small
## 1760     Denmark        Petersen            Jytte   Medium
## 1761     Austria           Pipps            Georg   Medium
## 1762          UK           Brown              Ann   Medium
## 1763         USA          Nelson          Valarie   Medium
## 1764         USA           Young           Leslie    Small
## 1765      Sweden         Larsson            Maria    Small
## 1766       Spain       Fernandez            Jesus   Medium
## 1767         USA             Tam           Wing C    Small
## 1768       Spain        Saavedra          Eduardo   Medium
## 1769      France         Saveley             Mary    Small
## 1770         USA        Thompson          Valarie   Medium
## 1771         USA           Brown          William   Medium
## 1772         USA              Yu             Kwai   Medium
## 1773      Canada       Fresnisre             Jean    Small
## 1774     Belgium           Dewey        Catherine    Small
## 1775      Canada         Lincoln        Elizabeth   Medium
## 1776         USA         Yoshido             Juri   Medium
## 1777          UK        Ashworth         Victoria    Small
## 1778      France         Labrune           Janine    Small
## 1779      Sweden        Berglund        Christina   Medium
## 1780       Japan       Shimamura            Akiko    Large
## 1781       Spain          Freyre            Diego   Medium
## 1782     Finland       Koskitalo           Pirkko    Small
## 1783         USA          Nelson          Valarie    Small
## 1784         USA         Yoshido             Juri   Medium
## 1785          UK        Ashworth         Victoria    Small
## 1786         USA            King              Sue   Medium
## 1787   Australia          O'Hara             Anna    Small
## 1788     Denmark           Ibsen            Palle    Small
## 1789         USA            King            Julie    Small
## 1790         USA          Nelson          Valarie   Medium
## 1791         USA           Young          Valarie    Small
## 1792         USA           Young             Jeff   Medium
## 1793       Spain          Freyre            Diego    Small
## 1794      France         Saveley             Mary   Medium
## 1795      France         Citeaux       Frederique    Small
## 1796         USA           Young             Jeff   Medium
## 1797       Spain          Freyre            Diego    Small
## 1798   Singapore       Victorino            Wendy    Small
## 1799          UK           Devon        Elizabeth   Medium
## 1800       Spain          Freyre            Diego    Small
## 1801         USA         Benitez          Violeta   Medium
## 1802          UK        Ashworth         Victoria    Small
## 1803         USA            King              Sue   Medium
## 1804         USA          Nelson          Valarie   Medium
## 1805       Spain          Freyre            Diego   Medium
## 1806         USA           Frick              Sue    Small
## 1807   Australia          Huxley           Adrian   Medium
## 1808 Philippines            Cruz           Arnold    Small
## 1809      France         Lebihan         Laurence    Small
## 1810         USA          Nelson          Valarie    Small
## 1811         USA          Nelson            Allen    Small
## 1812   Australia          O'Hara             Anna    Small
## 1813      Norway          Oeztan           Veysel    Small
## 1814     Germany       Pfalzheim        Henriette    Small
## 1815       Spain          Freyre            Diego    Small
## 1816      France         Perrier        Dominique    Small
## 1817 Switzerland            Holz          Michael    Small
## 1818     Denmark        Petersen            Jytte    Small
## 1819          UK           Devon        Elizabeth    Small
## 1820       Italy          Moroni         Maurizio    Small
## 1821         USA         Barajas           Miguel    Small
## 1822 Switzerland            Holz          Michael    Small
## 1823     Germany          Keitel           Roland    Small
## 1824     Germany       Pfalzheim        Henriette    Small
## 1825      Sweden        Berglund        Christina    Small
## 1826         USA       Hernandez             Rosa   Medium
## 1827   Australia        Ferguson            Peter    Small
## 1828       Spain          Freyre            Diego    Small
## 1829     Finland        Suominen            Kalle    Small
## 1830       Spain          Freyre            Diego    Small
## 1831         USA          Nelson          Valarie    Small
## 1832     Austria           Pipps            Georg    Small
## 1833       Italy         Rovelli         Giovanni    Small
## 1834     Austria           Pipps            Georg    Small
## 1835         USA           Lewis              Dan    Small
## 1836         USA             Tam           Wing C    Small
## 1837     Finland       Karttunen            Matti    Small
## 1838      Sweden         Larsson            Maria    Small
## 1839      France          Roulet          Annette    Small
## 1840          UK           Hardy           Thomas    Small
## 1841 Philippines            Cruz           Arnold    Small
## 1842         USA        Thompson          Valarie   Medium
## 1843         USA           Tseng            Kyung    Small
## 1844       Spain          Freyre            Diego   Medium
## 1845         USA          Nelson            Allen    Small
## 1846      Norway         Klaeboe              Jan    Small
## 1847     Germany     Donnermeyer          Michael    Small
## 1848         USA       Cervantes        Francisca    Small
## 1849          UK         Bennett            Helen   Medium
## 1850       Italy         Rovelli         Giovanni    Small
## 1851       Japan       Shimamura            Akiko    Small
## 1852          UK           Brown              Ann    Small
## 1853   Australia          Huxley           Adrian   Medium
## 1854     Finland       Koskitalo           Pirkko   Medium
## 1855       Spain          Freyre            Diego    Small
## 1856      France         Henriot             Paul    Small
## 1857         USA           Frick              Sue    Small
## 1858   Australia         Connery             Sean    Small
## 1859          UK        Ashworth         Victoria   Medium
## 1860         USA            King              Sue   Medium
## 1861   Australia          O'Hara             Anna   Medium
## 1862     Denmark           Ibsen            Palle   Medium
## 1863         USA            King            Julie    Small
## 1864         USA          Nelson          Valarie   Medium
## 1865         USA           Young          Valarie   Medium
## 1866         USA           Young             Jeff   Medium
## 1867       Spain          Freyre            Diego   Medium
## 1868         USA        Thompson          Valarie   Medium
## 1869      France         Citeaux       Frederique    Small
## 1870         USA           Young             Jeff   Medium
## 1871       Spain          Freyre            Diego   Medium
## 1872   Singapore       Victorino            Wendy   Medium
## 1873      Norway         Klaeboe              Jan    Small
## 1874       Spain          Freyre            Diego   Medium
## 1875         USA         Benitez          Violeta    Small
## 1876          UK        Ashworth         Victoria    Small
## 1877         USA            King              Sue    Small
## 1878         USA          Nelson          Valarie    Small
## 1879       Spain          Freyre            Diego   Medium
## 1880         USA           Frick              Sue   Medium
## 1881   Australia          Huxley           Adrian    Small
## 1882     Denmark        Petersen            Jytte   Medium
## 1883     Austria           Pipps            Georg   Medium
## 1884          UK           Brown              Ann   Medium
## 1885         USA             Tam           Wing C    Small
## 1886     Finland       Karttunen            Matti    Small
## 1887      Sweden         Larsson            Maria    Small
## 1888      France          Roulet          Annette    Small
## 1889          UK           Hardy           Thomas   Medium
## 1890       Spain        Saavedra          Eduardo    Small
## 1891         USA        Thompson          Valarie   Medium
## 1892         USA              Yu             Kwai    Small
## 1893       Spain          Freyre            Diego   Medium
## 1894     Belgium           Dewey        Catherine   Medium
## 1895      Canada         Lincoln        Elizabeth    Small
## 1896     Germany     Donnermeyer          Michael    Small
## 1897         USA       Cervantes        Francisca    Small
## 1898          UK         Bennett            Helen    Small
## 1899      Sweden        Berglund        Christina    Small
## 1900       Japan       Shimamura            Akiko    Small
## 1901       Spain          Freyre            Diego    Small
## 1902     Finland       Koskitalo           Pirkko    Small
## 1903         USA          Nelson          Valarie   Medium
## 1904         USA          Nelson          Valarie   Medium
## 1905         USA           Frick              Sue   Medium
## 1906         USA         Yoshido             Juri   Medium
## 1907 Philippines            Cruz           Arnold   Medium
## 1908      France         Lebihan         Laurence   Medium
## 1909         USA          Nelson          Valarie   Medium
## 1910         USA          Nelson            Allen    Small
## 1911     Austria          Mendel           Roland   Medium
## 1912      Norway          Oeztan           Veysel   Medium
## 1913         USA           Young          Valarie   Medium
## 1914       Spain          Freyre            Diego   Medium
## 1915       Spain          Freyre            Diego   Medium
## 1916 Switzerland            Holz          Michael   Medium
## 1917     Finland       Koskitalo           Pirkko   Medium
## 1918          UK           Devon        Elizabeth   Medium
## 1919       Italy          Moroni         Maurizio    Small
## 1920         USA            King              Sue   Medium
## 1921 Switzerland            Holz          Michael   Medium
## 1922      Norway         Klaeboe              Jan    Large
## 1923     Germany       Pfalzheim        Henriette   Medium
## 1924         USA         Benitez          Violeta   Medium
## 1925         USA       Hernandez             Rosa   Medium
## 1926   Australia        Ferguson            Peter   Medium
## 1927       Spain          Freyre            Diego   Medium
## 1928     Finland        Suominen            Kalle    Small
## 1929       Spain          Freyre            Diego    Small
## 1930         USA          Nelson          Valarie   Medium
## 1931      France         Citeaux       Frederique    Large
## 1932     Austria           Pipps            Georg    Large
## 1933       Italy         Rovelli         Giovanni   Medium
## 1934     Austria           Pipps            Georg    Small
## 1935         USA           Lewis              Dan   Medium
## 1936         USA             Tam           Wing C    Small
## 1937     Finland       Karttunen            Matti   Medium
## 1938         USA          Hirano             Juri    Small
## 1939      France          Roulet          Annette    Small
## 1940 Philippines            Cruz           Arnold    Small
## 1941       Japan         Kentary             Mory    Small
## 1942         USA        Thompson          Valarie    Small
## 1943      Canada         Lincoln        Elizabeth    Small
## 1944         USA           Frick              Sue   Medium
## 1945       Spain          Freyre            Diego    Small
## 1946      France         Labrune           Janine   Medium
## 1947      Norway         Klaeboe              Jan    Small
## 1948     Germany     Donnermeyer          Michael    Small
## 1949         USA           Frick            Steve   Medium
## 1950          UK         Bennett            Helen    Small
## 1951       Italy         Rovelli         Giovanni    Small
## 1952       Japan       Shimamura            Akiko   Medium
## 1953          UK           Brown              Ann    Small
## 1954   Australia          Huxley           Adrian   Medium
## 1955     Finland       Koskitalo           Pirkko    Small
## 1956       Spain          Freyre            Diego   Medium
## 1957      France         Henriot             Paul    Small
## 1958         USA           Brown          William   Medium
## 1959       Italy          Moroni         Maurizio    Small
## 1960         USA           Young          Valarie    Small
## 1961          UK        Ashworth         Victoria    Small
## 1962         USA            King              Sue    Small
## 1963         USA          Taylor              Sue    Small
## 1964       Italy         Rovelli         Giovanni    Small
## 1965         USA          Nelson          Valarie    Small
## 1966   Australia         Connery             Sean    Small
## 1967         USA           Young             Jeff    Small
## 1968       Spain          Sommer           Mart¡n    Small
## 1969      France         Saveley             Mary    Small
## 1970         USA             Kuo              Kee    Small
## 1971       Italy         Accorti            Paolo    Small
## 1972   Singapore       Victorino            Wendy    Small
## 1973       Spain            Roel       Jose Pedro    Small
## 1974         USA          Nelson          Valarie    Small
## 1975          UK        Ashworth         Victoria   Medium
## 1976         USA            King              Sue    Small
## 1977         USA          Nelson          Valarie    Small
## 1978       Spain          Freyre            Diego   Medium
## 1979       Japan       Shimamura            Akiko    Small
## 1980   Australia          Huxley           Adrian    Small
## 1981       Spain          Freyre            Diego    Small
## 1982         USA       Hernandez            Maria   Medium
## 1983         USA           Young             Jeff    Small
## 1984     Finland        Suominen            Kalle   Medium
## 1985   Australia        Calaghan             Tony    Small
## 1986   Singapore       Natividad             Eric    Small
## 1987       Italy          Moroni         Maurizio    Small
## 1988       Spain            Roel       Jose Pedro   Medium
## 1989         USA           Frick            Steve   Medium
## 1990         USA          Franco          Valarie    Small
## 1991     Ireland         Cassidy             Dean   Medium
## 1992     Germany          Keitel           Roland   Medium
## 1993       Spain          Freyre            Diego   Medium
## 1994         USA          Nelson          Valarie   Medium
## 1995         USA          Nelson          Valarie   Medium
## 1996         USA              Yu             Kwai   Medium
## 1997         USA       Hernandez            Marta   Medium
## 1998     Denmark           Ibsen            Palle   Medium
## 1999      Norway      Bergulfsen            Jonas   Medium
## 2000      France        Bertrand            Marie   Medium
## 2001         USA           Young             Jeff   Medium
## 2002      France         Henriot             Paul    Small
## 2003         USA          Nelson          Valarie    Small
## 2004       Spain          Freyre            Diego    Small
## 2005       Spain          Freyre            Diego   Medium
## 2006       Spain          Freyre            Diego   Medium
## 2007      Norway      Bergulfsen            Jonas    Small
## 2008       Spain          Sommer           Mart¡n   Medium
## 2009   Australia          Huxley           Adrian   Medium
## 2010         USA          Taylor              Sue    Small
## 2011         USA       Hernandez            Maria   Medium
## 2012       Italy         Rovelli         Giovanni    Small
## 2013         USA       Cervantes        Francisca   Medium
## 2014   Australia         Connery             Sean    Small
## 2015      Canada       Tannamuri            Yoshi   Medium
## 2016         USA        Thompson            Steve   Medium
## 2017         USA           Tseng            Kyung   Medium
## 2018       Spain          Freyre            Diego   Medium
## 2019         USA           Frick              Sue   Medium
## 2020     Austria           Pipps            Georg   Medium
## 2021       Italy         Accorti            Paolo    Small
## 2022         USA          Taylor           Leslie   Medium
## 2023      France          Tonini           Daniel   Medium
## 2024         USA          Nelson          Valarie   Medium
## 2025         USA           Frick          Michael   Medium
## 2026       Spain          Sommer           Mart¡n    Small
## 2027       Spain          Freyre            Diego   Medium
## 2028         USA          Nelson            Allen   Medium
## 2029         USA          Nelson          Valarie   Medium
## 2030     Belgium           Dewey        Catherine    Small
## 2031       Italy         Rovelli         Giovanni    Small
## 2032   Australia        Ferguson            Peter    Small
## 2033       Spain          Freyre            Diego   Medium
## 2034         USA           Young            Julie    Small
## 2035         USA          Hirano             Juri   Medium
## 2036       Japan         Kentary             Mory    Small
## 2037   Australia        Ferguson            Peter    Small
## 2038      Canada         Lincoln        Elizabeth   Medium
## 2039         USA           Frick              Sue    Small
## 2040         USA            King            Julie    Small
## 2041      France         Labrune           Janine    Small
## 2042      Norway         Klaeboe              Jan    Small
## 2043     Ireland         Cassidy             Dean    Small
## 2044         USA           Frick            Steve   Medium
## 2045         USA          Hirano             Juri    Small
## 2046       Italy         Rovelli         Giovanni    Small
## 2047       Spain        Saavedra          Eduardo   Medium
## 2048         USA           Lewis              Dan   Medium
## 2049   Australia          Huxley           Adrian    Small
## 2050      France         Labrune           Janine    Large
## 2051       Spain          Freyre            Diego   Medium
## 2052      France         Henriot             Paul   Medium
## 2053         USA           Brown          William   Medium
## 2054       Italy          Moroni         Maurizio   Medium
## 2055 Philippines            Cruz           Arnold    Small
## 2056      France         Lebihan         Laurence    Small
## 2057         USA          Nelson          Valarie    Small
## 2058         USA          Nelson            Allen    Small
## 2059   Australia          O'Hara             Anna    Small
## 2060      France           Rance          Martine    Small
## 2061     Germany       Pfalzheim        Henriette    Small
## 2062      France         Perrier        Dominique    Small
## 2063 Switzerland            Holz          Michael   Medium
## 2064     Denmark        Petersen            Jytte    Small
## 2065      France         Perrier        Dominique   Medium
## 2066         USA         Yoshido             Juri   Medium
## 2067         USA         Barajas           Miguel   Medium
## 2068 Switzerland            Holz          Michael   Medium
## 2069     Finland       Karttunen            Matti    Small
## 2070     Germany       Pfalzheim        Henriette   Medium
## 2071         USA             Kuo              Kee   Medium
## 2072         USA       Hernandez             Rosa   Medium
## 2073      France         Henriot             Paul   Medium
## 2074       Spain          Freyre            Diego    Small
## 2075     Finland        Suominen            Kalle   Medium
## 2076       Spain          Freyre            Diego   Medium
## 2077         USA          Nelson          Valarie    Small
## 2078      Norway      Bergulfsen            Jonas   Medium
## 2079      France        Bertrand            Marie   Medium
## 2080       Spain          Sommer           Mart¡n   Medium
## 2081         USA          Hirano             Juri    Small
## 2082     Finland       Koskitalo           Pirkko   Medium
## 2083     Austria          Mendel           Roland    Small
## 2084          UK           Brown              Ann    Small
## 2085       Spain            Roel       Jose Pedro   Medium
## 2086      France         Saveley             Mary   Medium
## 2087         USA          Franco          Valarie   Medium
## 2088   Singapore       Victorino            Wendy    Small
## 2089         USA          Nelson          Valarie    Small
## 2090         USA          Murphy           Leslie   Medium
## 2091   Singapore       Victorino            Wendy   Medium
## 2092   Australia          Huxley           Adrian    Small
## 2093         USA              Yu            Kyung    Small
## 2094      Sweden         Larsson            Maria    Small
## 2095         USA       Hernandez            Marta   Medium
## 2096      Canada       Tannamuri            Yoshi    Small
## 2097         USA           Frick          Michael    Small
## 2098         USA          Nelson          Valarie   Medium
## 2099       Spain          Sommer           Mart¡n   Medium
## 2100       Spain          Freyre            Diego   Medium
## 2101         USA          Nelson          Valarie   Medium
## 2102         USA          Nelson          Valarie    Small
## 2103      Canada       Fresnisre             Jean    Small
## 2104      France         Labrune           Janine   Medium
## 2105         USA              Yu             Kwai    Small
## 2106   Australia        Ferguson            Peter    Small
## 2107       Spain          Freyre            Diego    Small
## 2108         USA           Young            Julie   Medium
## 2109         USA          Hirano             Juri   Medium
## 2110      Norway          Oeztan           Veysel   Medium
## 2111       Japan         Kentary             Mory   Medium
## 2112   Australia        Ferguson            Peter    Small
## 2113      Canada         Lincoln        Elizabeth   Medium
## 2114         USA           Frick              Sue   Medium
## 2115         USA            King            Julie    Small
## 2116      France         Labrune           Janine    Small
## 2117         USA       Hernandez            Marta   Medium
## 2118     Ireland         Cassidy             Dean    Small
## 2119         USA           Frick            Steve    Small
## 2120         USA              Yu            Kyung   Medium
## 2121         USA              Yu             Kwai    Small
## 2122       Spain        Saavedra          Eduardo   Medium
## 2123         USA           Lewis              Dan   Medium
## 2124     Finland        Suominen            Kalle   Medium
## 2125      France         Labrune           Janine   Medium
## 2126   Singapore       Natividad             Eric   Medium
## 2127         USA           Brown          William   Medium
## 2128       Italy          Moroni         Maurizio   Medium
## 2129 Philippines            Cruz           Arnold    Small
## 2130      France         Lebihan         Laurence    Small
## 2131         USA          Nelson          Valarie    Small
## 2132         USA           Young            Julie    Small
## 2133   Australia          O'Hara             Anna    Small
## 2134      France           Rance          Martine    Small
## 2135       Spain          Freyre            Diego    Small
## 2136      France         Perrier        Dominique    Small
## 2137      France           Rance          Martine    Small
## 2138         USA           Frick          Michael    Small
## 2139      France         Perrier        Dominique    Small
## 2140         USA         Yoshido             Juri    Small
## 2141         USA         Barajas           Miguel    Small
## 2142         USA       Hernandez            Marta    Small
## 2143     Finland       Karttunen            Matti    Small
## 2144     Germany       Pfalzheim        Henriette    Small
## 2145         USA             Kuo              Kee    Small
## 2146         USA       Hernandez             Rosa   Medium
## 2147      France         Henriot             Paul   Medium
## 2148       Spain          Freyre            Diego    Small
## 2149      France         Lebihan         Laurence    Small
## 2150       Spain          Freyre            Diego   Medium
## 2151         USA          Nelson          Valarie    Small
## 2152          UK           Devon        Elizabeth    Small
## 2153       Spain          Freyre            Diego    Small
## 2154      France        Bertrand            Marie    Small
## 2155         USA           Young             Jeff    Small
## 2156     Finland        Suominen            Kalle    Small
## 2157     Finland       Koskitalo           Pirkko    Small
## 2158   Singapore       Natividad             Eric    Small
## 2159          UK           Brown              Ann   Medium
## 2160       Spain            Roel       Jose Pedro    Small
## 2161         USA           Frick            Steve    Small
## 2162         USA          Franco          Valarie    Small
## 2163         USA          Taylor              Sue    Small
## 2164         USA          Nelson          Valarie    Small
## 2165       Spain          Freyre            Diego    Small
## 2166   Singapore       Victorino            Wendy    Small
## 2167         USA          Nelson          Valarie    Small
## 2168         USA              Yu            Kyung    Small
## 2169         USA              Yu             Kwai    Small
## 2170         USA       Hernandez            Marta    Small
## 2171      Canada       Tannamuri            Yoshi    Small
## 2172      Norway      Bergulfsen            Jonas    Large
## 2173         USA          Nelson          Valarie    Small
## 2174         USA           Young             Jeff    Small
## 2175      France         Henriot             Paul   Medium
## 2176         USA          Nelson          Valarie    Small
## 2177       Spain          Freyre            Diego    Small
## 2178       Spain          Freyre            Diego    Small
## 2179       Spain          Freyre            Diego    Small
## 2180      France         Labrune           Janine    Small
## 2181       Spain          Freyre            Diego   Medium
## 2182     Belgium        Cartrain          Pascale    Small
## 2183         USA           Young             Jeff    Small
## 2184         USA          Nelson          Valarie   Medium
## 2185   Australia        Calaghan             Tony    Small
## 2186   Singapore       Natividad             Eric    Small
## 2187       Italy          Moroni         Maurizio    Small
## 2188       Spain            Roel       Jose Pedro    Small
## 2189         USA           Frick            Steve    Small
## 2190         USA          Franco          Valarie    Small
## 2191     Ireland         Cassidy             Dean    Small
## 2192     Germany          Keitel           Roland    Small
## 2193     Finland        Suominen            Kalle    Small
## 2194         USA              Yu            Kyung    Small
## 2195         USA          Nelson          Valarie    Small
## 2196         USA              Yu             Kwai    Small
## 2197          UK        Ashworth         Victoria    Small
## 2198     Denmark           Ibsen            Palle    Small
## 2199      Norway      Bergulfsen            Jonas   Medium
## 2200      France        Bertrand            Marie    Small
## 2201       Spain          Freyre            Diego   Medium
## 2202      France         Henriot             Paul   Medium
## 2203         USA          Nelson          Valarie    Small
## 2204       Spain          Freyre            Diego    Small
## 2205       Spain          Freyre            Diego    Small
## 2206         USA            King            Julie    Small
## 2207      Norway      Bergulfsen            Jonas   Medium
## 2208         USA          Nelson          Valarie    Small
## 2209       Spain          Sommer           Mart¡n    Small
## 2210         USA          Hirano             Juri    Small
## 2211   Singapore       Natividad             Eric    Small
## 2212     Austria          Mendel           Roland    Small
## 2213          UK           Brown              Ann    Small
## 2214         USA       Cervantes        Francisca   Medium
## 2215      France         Saveley             Mary    Small
## 2216      Canada       Tannamuri            Yoshi    Small
## 2217   Singapore       Victorino            Wendy    Small
## 2218         USA          Nelson          Valarie    Small
## 2219         USA          Murphy           Leslie   Medium
## 2220       Japan       Shimamura            Akiko    Small
## 2221   Australia          Huxley           Adrian    Small
## 2222         USA              Yu            Kyung    Small
## 2223      Sweden         Larsson            Maria    Small
## 2224      France          Tonini           Daniel    Small
## 2225      Canada       Tannamuri            Yoshi    Small
## 2226         USA           Frick          Michael    Large
## 2227       Spain          Sommer           Mart¡n   Medium
## 2228       Spain          Freyre            Diego   Medium
## 2229   Australia          O'Hara             Anna   Medium
## 2230         USA          Nelson          Valarie   Medium
## 2231      Canada       Fresnisre             Jean    Small
## 2232       Spain          Freyre            Diego    Small
## 2233       Italy         Rovelli         Giovanni    Small
## 2234   Australia        Ferguson            Peter    Small
## 2235       Spain          Freyre            Diego    Small
## 2236     Belgium        Cartrain          Pascale    Small
## 2237         USA          Hirano             Juri    Small
## 2238       Japan         Kentary             Mory    Small
## 2239   Australia        Ferguson            Peter    Small
## 2240      Canada         Lincoln        Elizabeth    Small
## 2241         USA           Frick              Sue   Medium
## 2242       Spain          Freyre            Diego   Medium
## 2243      France         Labrune           Janine    Small
## 2244      Norway         Klaeboe              Jan   Medium
## 2245     Ireland         Cassidy             Dean    Small
## 2246         USA           Frick            Steve   Medium
## 2247          UK         Bennett            Helen    Small
## 2248       Italy         Rovelli         Giovanni    Small
## 2249       Spain        Saavedra          Eduardo    Small
## 2250         USA           Lewis              Dan    Small
## 2251   Australia          Huxley           Adrian   Medium
## 2252      France         Labrune           Janine   Medium
## 2253         USA         Benitez          Violeta   Medium
## 2254      France         Henriot             Paul    Small
## 2255         USA           Brown          William   Medium
## 2256       Italy          Moroni         Maurizio    Small
## 2257 Philippines            Cruz           Arnold   Medium
## 2258      France         Henriot             Paul    Small
## 2259         USA          Nelson          Valarie    Small
## 2260         USA           Young            Julie   Medium
## 2261   Australia          O'Hara             Anna   Medium
## 2262      France           Rance          Martine    Small
## 2263       Spain          Freyre            Diego   Medium
## 2264      France         Perrier        Dominique   Medium
## 2265      France           Rance          Martine   Medium
## 2266         USA           Frick          Michael   Medium
## 2267      France         Perrier        Dominique    Small
## 2268         USA         Yoshido             Juri   Medium
## 2269         USA         Barajas           Miguel   Medium
## 2270         USA       Hernandez            Marta    Small
## 2271     Finland       Karttunen            Matti   Medium
## 2272      Norway      Bergulfsen            Jonas   Medium
## 2273         USA             Kuo              Kee    Small
## 2274         USA       Hernandez             Rosa   Medium
## 2275     Austria           Pipps            Georg    Small
## 2276       Spain          Freyre            Diego   Medium
## 2277         USA             Tam           Wing C   Medium
## 2278      France         Labrune           Janine   Medium
## 2279         USA          Nelson          Valarie    Small
## 2280          UK           Devon        Elizabeth   Medium
## 2281       Italy         Rovelli         Giovanni    Small
## 2282   Australia        Ferguson            Peter    Small
## 2283       Spain          Freyre            Diego    Small
## 2284         USA             Tam           Wing C    Small
## 2285       Spain          Freyre            Diego    Small
## 2286         USA          Hirano             Juri    Small
## 2287         USA        Thompson            Steve    Small
## 2288       Japan         Kentary             Mory    Small
## 2289   Australia        Ferguson            Peter    Small
## 2290      Canada         Lincoln        Elizabeth    Small
## 2291         USA           Frick              Sue    Small
## 2292       Spain          Freyre            Diego    Small
## 2293      France         Labrune           Janine    Small
## 2294      Norway         Klaeboe              Jan    Small
## 2295     Germany     Donnermeyer          Michael    Small
## 2296         USA           Frick            Steve    Small
## 2297          UK         Bennett            Helen    Small
## 2298       Italy         Rovelli         Giovanni    Small
## 2299       Spain        Saavedra          Eduardo    Small
## 2300         USA           Lewis              Dan   Medium
## 2301   Australia          Huxley           Adrian    Small
## 2302      France         Labrune           Janine   Medium
## 2303         USA         Benitez          Violeta   Medium
## 2304      France         Henriot             Paul    Small
## 2305         USA           Brown          William    Small
## 2306       Italy          Moroni         Maurizio    Small
## 2307       Spain          Freyre            Diego   Medium
## 2308         USA       Hernandez            Maria    Small
## 2309         USA           Young             Jeff   Medium
## 2310     Finland        Suominen            Kalle   Medium
## 2311     Finland       Koskitalo           Pirkko   Medium
## 2312   Singapore       Natividad             Eric   Medium
## 2313       Italy          Moroni         Maurizio   Medium
## 2314       Spain            Roel       Jose Pedro   Medium
## 2315         USA           Frick            Steve   Medium
## 2316         USA          Franco          Valarie    Small
## 2317     Ireland         Cassidy             Dean   Medium
## 2318     Germany          Keitel           Roland   Medium
## 2319       Spain          Freyre            Diego    Small
## 2320   Singapore       Victorino            Wendy   Medium
## 2321         USA          Nelson          Valarie   Medium
## 2322         USA          Nelson          Valarie   Medium
## 2323         USA              Yu             Kwai   Medium
## 2324         USA       Hernandez            Marta   Medium
## 2325     Denmark           Ibsen            Palle   Medium
## 2326      Norway      Bergulfsen            Jonas   Medium
## 2327      France        Bertrand            Marie   Medium
## 2328       Spain          Freyre            Diego    Small
## 2329      France         Henriot             Paul   Medium
## 2330         USA          Nelson          Valarie    Small
## 2331       Spain          Freyre            Diego   Medium
## 2332      France        Da Cunha           Daniel   Medium
## 2333       Spain          Freyre            Diego   Medium
## 2334      France         Labrune           Janine    Small
## 2335       Spain          Freyre            Diego    Small
## 2336   Singapore       Natividad             Eric    Small
## 2337         USA           Young             Jeff   Medium
## 2338         USA          Nelson          Valarie    Small
## 2339       Spain          Freyre            Diego    Small
## 2340   Singapore       Natividad             Eric    Small
## 2341       Italy          Moroni         Maurizio    Small
## 2342         USA             Tam           Wing C    Small
## 2343         USA          Murphy           Leslie    Small
## 2344      France         Saveley             Mary    Small
## 2345     Ireland         Cassidy             Dean    Small
## 2346     Germany          Keitel           Roland    Small
## 2347     Finland        Suominen            Kalle   Medium
## 2348         USA              Yu            Kyung    Small
## 2349         USA          Nelson          Valarie    Small
## 2350         USA              Yu             Kwai    Small
## 2351          UK        Ashworth         Victoria    Small
## 2352     Denmark           Ibsen            Palle    Small
## 2353      Norway      Bergulfsen            Jonas   Medium
## 2354         USA       Hernandez            Maria    Small
## 2355       Spain          Freyre            Diego   Medium
## 2356      France         Henriot             Paul    Small
## 2357       Japan       Shimamura            Akiko    Small
## 2358       Spain          Freyre            Diego    Small
## 2359      France        Da Cunha           Daniel    Large
## 2360         USA            King            Julie   Medium
## 2361 Philippines            Cruz           Arnold    Small
## 2362      France         Henriot             Paul   Medium
## 2363         USA          Nelson          Valarie   Medium
## 2364         USA           Young            Julie   Medium
## 2365   Australia          O'Hara             Anna   Medium
## 2366      France           Rance          Martine    Small
## 2367       Spain          Freyre            Diego    Small
## 2368      France         Perrier        Dominique   Medium
## 2369      France           Rance          Martine   Medium
## 2370         USA           Frick          Michael    Small
## 2371      France         Perrier        Dominique   Medium
## 2372         USA         Yoshido             Juri   Medium
## 2373         USA         Barajas           Miguel    Small
## 2374         USA       Hernandez            Marta   Medium
## 2375     Finland       Karttunen            Matti   Medium
## 2376      Norway      Bergulfsen            Jonas    Small
## 2377         USA             Kuo              Kee   Medium
## 2378         USA       Hernandez             Rosa   Medium
## 2379     Austria           Pipps            Georg   Medium
## 2380      France        Da Cunha           Daniel   Medium
## 2381         USA             Tam           Wing C   Medium
## 2382      France         Labrune           Janine   Medium
## 2383         USA          Nelson          Valarie   Medium
## 2384          UK           Devon        Elizabeth    Small
## 2385     Denmark        Petersen            Jytte    Small
## 2386     Austria           Pipps            Georg    Small
## 2387          UK           Brown              Ann    Small
## 2388         USA          Nelson          Valarie    Small
## 2389       Spain          Freyre            Diego    Small
## 2390      Sweden         Larsson            Maria   Medium
## 2391       Spain       Fernandez            Jesus    Small
## 2392         USA             Tam           Wing C    Small
## 2393       Spain        Saavedra          Eduardo    Small
## 2394      France         Saveley             Mary    Small
## 2395         USA        Thompson          Valarie    Small
## 2396         USA           Brown          William    Small
## 2397         USA              Yu             Kwai    Small
## 2398      Canada       Fresnisre             Jean    Small
## 2399     Belgium           Dewey        Catherine    Small
## 2400      Canada         Lincoln        Elizabeth   Medium
## 2401         USA         Yoshido             Juri    Small
## 2402          UK        Ashworth         Victoria    Small
## 2403      France         Labrune           Janine    Small
## 2404      Sweden        Berglund        Christina    Small
## 2405       Japan       Shimamura            Akiko    Small
## 2406       Spain          Freyre            Diego   Medium
## 2407     Finland       Koskitalo           Pirkko   Medium
## 2408         USA          Nelson          Valarie    Small
## 2409         USA          Nelson          Valarie    Small
## 2410         USA         Yoshido             Juri    Small
## 2411       Italy         Rovelli         Giovanni   Medium
## 2412   Australia        Ferguson            Peter   Medium
## 2413       Spain          Freyre            Diego    Small
## 2414         USA             Tam           Wing C   Medium
## 2415       Spain          Freyre            Diego   Medium
## 2416         USA          Hirano             Juri    Small
## 2417         USA        Thompson            Steve   Medium
## 2418       Japan         Kentary             Mory    Small
## 2419   Australia        Ferguson            Peter    Small
## 2420      Canada         Lincoln        Elizabeth    Small
## 2421         USA           Frick              Sue    Small
## 2422       Spain          Freyre            Diego   Medium
## 2423      France         Labrune           Janine    Small
## 2424      Norway         Klaeboe              Jan    Small
## 2425     Germany     Donnermeyer          Michael   Medium
## 2426         USA           Frick            Steve    Small
## 2427          UK         Bennett            Helen    Small
## 2428       Italy         Rovelli         Giovanni    Small
## 2429       Spain        Saavedra          Eduardo    Small
## 2430         USA           Lewis              Dan   Medium
## 2431   Australia          Huxley           Adrian    Small
## 2432      France         Labrune           Janine   Medium
## 2433         USA         Benitez          Violeta    Large
## 2434      France         Henriot             Paul   Medium
## 2435         USA           Brown          William    Small
## 2436       Italy          Moroni         Maurizio    Small
## 2437     Denmark        Petersen            Jytte    Small
## 2438   Singapore       Natividad             Eric   Medium
## 2439       Spain          Freyre            Diego   Medium
## 2440         USA          Nelson          Valarie   Medium
## 2441       Spain          Freyre            Diego    Small
## 2442         USA         Benitez          Violeta   Medium
## 2443       Spain       Fernandez            Jesus    Small
## 2444         USA             Tam           Wing C    Small
## 2445         USA          Murphy           Leslie   Medium
## 2446      France         Saveley             Mary   Medium
## 2447     Belgium           Dewey        Catherine    Small
## 2448          UK         Bennett            Helen    Small
## 2449         USA              Yu             Kwai   Medium
## 2450     Belgium           Dewey        Catherine    Small
## 2451         USA          Nelson          Valarie   Medium
## 2452       Italy         Accorti            Paolo    Small
## 2453          UK        Ashworth         Victoria   Medium
## 2454     Denmark           Ibsen            Palle    Small
## 2455     Denmark        Petersen            Jytte   Medium
## 2456         USA       Hernandez            Maria    Small
## 2457       Spain          Freyre            Diego    Small
## 2458       Japan       Shimamura            Akiko   Medium
## 2459      France          Roulet          Annette    Small
## 2460         USA         Yoshido             Juri   Medium
## 2461       Italy         Rovelli         Giovanni   Medium
## 2462     Austria           Pipps            Georg    Small
## 2463         USA           Lewis              Dan    Small
## 2464         USA             Tam           Wing C    Small
## 2465     Finland       Karttunen            Matti    Small
## 2466      Sweden         Larsson            Maria    Small
## 2467      France          Roulet          Annette   Medium
## 2468          UK           Hardy           Thomas    Small
## 2469       Spain        Saavedra          Eduardo    Small
## 2470         USA        Thompson          Valarie    Small
## 2471         USA           Tseng            Kyung   Medium
## 2472       Spain          Freyre            Diego   Medium
## 2473         USA          Nelson            Allen    Small
## 2474      Canada         Lincoln        Elizabeth    Small
## 2475     Germany     Donnermeyer          Michael   Medium
## 2476         USA       Cervantes        Francisca   Medium
## 2477          UK         Bennett            Helen   Medium
## 2478       Italy         Rovelli         Giovanni   Medium
## 2479       Japan       Shimamura            Akiko   Medium
## 2480         USA          Taylor           Leslie    Small
## 2481   Australia          Huxley           Adrian    Small
## 2482     Finland       Koskitalo           Pirkko    Small
## 2483       Spain          Freyre            Diego    Small
## 2484      France         Henriot             Paul   Medium
## 2485         USA           Frick              Sue   Medium
## 2486   Australia         Connery             Sean   Medium
## 2487       Italy         Rovelli         Giovanni   Medium
## 2488   Australia        Ferguson            Peter    Small
## 2489         USA           Lewis              Dan   Medium
## 2490         USA             Tam           Wing C    Small
## 2491     Finland       Karttunen            Matti    Small
## 2492         USA          Hirano             Juri   Medium
## 2493      France          Roulet          Annette    Small
## 2494 Philippines            Cruz           Arnold   Medium
## 2495       Japan         Kentary             Mory    Small
## 2496         USA        Thompson          Valarie   Medium
## 2497      Canada         Lincoln        Elizabeth   Medium
## 2498         USA           Frick              Sue   Medium
## 2499       Spain          Freyre            Diego    Small
## 2500      France         Labrune           Janine   Medium
## 2501      Norway         Klaeboe              Jan   Medium
## 2502     Germany     Donnermeyer          Michael    Small
## 2503         USA           Frick            Steve   Medium
## 2504          UK         Bennett            Helen    Small
## 2505       Italy         Rovelli         Giovanni   Medium
## 2506       Spain        Saavedra          Eduardo   Medium
## 2507         USA          Taylor           Leslie   Medium
## 2508   Australia          Huxley           Adrian    Small
## 2509      France         Labrune           Janine   Medium
## 2510       Spain          Freyre            Diego   Medium
## 2511      France         Henriot             Paul    Small
## 2512         USA           Brown          William    Large
## 2513       Italy          Moroni         Maurizio    Small
## 2514     Denmark        Petersen            Jytte    Small
## 2515     Austria           Pipps            Georg    Small
## 2516          UK           Brown              Ann   Medium
## 2517         USA             Tam           Wing C    Small
## 2518         USA           Young           Leslie    Small
## 2519      Sweden         Larsson            Maria   Medium
## 2520       Spain       Fernandez            Jesus    Small
## 2521         USA             Tam           Wing C    Small
## 2522       Spain        Saavedra          Eduardo   Medium
## 2523      France         Saveley             Mary   Medium
## 2524         USA        Thompson          Valarie    Small
## 2525         USA           Brown          William    Small
## 2526         USA              Yu             Kwai    Small
## 2527      Canada       Fresnisre             Jean   Medium
## 2528     Belgium           Dewey        Catherine    Small
## 2529      Canada         Lincoln        Elizabeth   Medium
## 2530         USA         Yoshido             Juri    Small
## 2531          UK        Ashworth         Victoria   Medium
## 2532          UK         Bennett            Helen   Medium
## 2533     Denmark        Petersen            Jytte    Small
## 2534       Japan       Shimamura            Akiko   Medium
## 2535       Spain          Freyre            Diego    Small
## 2536     Finland       Koskitalo           Pirkko    Small
## 2537       Spain          Freyre            Diego   Medium
## 2538      France          Roulet          Annette    Small
## 2539         USA         Yoshido             Juri    Small
## 2540      Norway      Bergulfsen            Jonas   Medium
## 2541      France        Bertrand            Marie   Medium
## 2542       Spain          Sommer           Mart¡n   Medium
## 2543         USA          Hirano             Juri   Medium
## 2544   Singapore       Natividad             Eric    Small
## 2545     Austria          Mendel           Roland   Medium
## 2546          UK           Brown              Ann   Medium
## 2547         USA       Cervantes        Francisca    Small
## 2548      France         Saveley             Mary    Small
## 2549      Canada       Tannamuri            Yoshi   Medium
## 2550   Singapore       Victorino            Wendy    Small
## 2551         USA          Nelson          Valarie   Medium
## 2552         USA          Murphy           Leslie   Medium
## 2553       Japan       Shimamura            Akiko   Medium
## 2554   Australia          Huxley           Adrian   Medium
## 2555         USA              Yu            Kyung    Small
## 2556      Sweden         Larsson            Maria   Medium
## 2557      France          Tonini           Daniel   Medium
## 2558      Canada       Tannamuri            Yoshi    Small
## 2559         USA           Frick          Michael   Medium
## 2560      France        Bertrand            Marie    Large
## 2561       Spain          Sommer           Mart¡n    Small
## 2562       Spain          Freyre            Diego   Medium
## 2563         USA          Nelson          Valarie   Medium
## 2564         USA          Nelson          Valarie    Small
## 2565      Canada       Fresnisre             Jean   Medium
## 2566       Spain          Freyre            Diego   Medium
## 2567       Italy         Rovelli         Giovanni   Medium
## 2568   Australia        Ferguson            Peter   Medium
## 2569       Spain          Freyre            Diego    Small
## 2570         USA           Young            Julie    Small
## 2571         USA          Hirano             Juri   Medium
## 2572      Norway          Oeztan           Veysel   Medium
## 2573       Japan         Kentary             Mory    Small
## 2574   Australia        Ferguson            Peter   Medium
## 2575      Canada         Lincoln        Elizabeth    Small
## 2576         USA           Frick              Sue   Medium
## 2577         USA            King            Julie   Medium
## 2578      France         Labrune           Janine   Medium
## 2579         USA       Hernandez            Marta   Medium
## 2580     Ireland         Cassidy             Dean   Medium
## 2581         USA           Frick            Steve   Medium
## 2582         USA              Yu            Kyung    Large
## 2583       Italy         Rovelli         Giovanni   Medium
## 2584       Spain        Saavedra          Eduardo   Medium
## 2585         USA           Lewis              Dan   Medium
## 2586   Australia          Huxley           Adrian   Medium
## 2587      France         Labrune           Janine    Small
## 2588         USA         Benitez          Violeta    Large
## 2589      France         Henriot             Paul    Small
## 2590         USA           Brown          William    Small
## 2591       Italy          Moroni         Maurizio   Medium
## 2592       Italy         Rovelli         Giovanni   Medium
## 2593   Australia        Ferguson            Peter   Medium
## 2594         USA             Tam           Wing C    Small
## 2595     Finland       Karttunen            Matti   Medium
## 2596         USA          Hirano             Juri   Medium
## 2597         USA        Thompson            Steve   Medium
## 2598       Japan         Kentary             Mory    Small
## 2599   Australia        Ferguson            Peter    Small
## 2600      Canada         Lincoln        Elizabeth    Small
## 2601         USA           Frick              Sue    Small
## 2602       Spain          Freyre            Diego    Small
## 2603      France         Labrune           Janine   Medium
## 2604      Norway         Klaeboe              Jan    Small
## 2605     Germany     Donnermeyer          Michael    Small
## 2606         USA           Frick            Steve    Small
## 2607          UK         Bennett            Helen   Medium
## 2608       Italy         Rovelli         Giovanni    Small
## 2609     Austria           Pipps            Georg   Medium
## 2610         USA           Lewis              Dan   Medium
## 2611   Australia          Huxley           Adrian   Medium
## 2612      France         Labrune           Janine   Medium
## 2613       Spain          Freyre            Diego   Medium
## 2614      France         Henriot             Paul    Small
## 2615         USA           Brown          William    Large
## 2616       Italy          Moroni         Maurizio    Small
## 2617     Denmark        Petersen            Jytte   Medium
## 2618       Spain        Saavedra          Eduardo   Medium
## 2619          UK           Brown              Ann   Medium
## 2620         USA          Nelson          Valarie    Small
## 2621       Spain          Freyre            Diego   Medium
## 2622      Sweden         Larsson            Maria    Small
## 2623       Spain       Fernandez            Jesus   Medium
## 2624         USA             Tam           Wing C   Medium
## 2625       Spain        Saavedra          Eduardo    Small
## 2626      France         Saveley             Mary   Medium
## 2627         USA        Thompson          Valarie   Medium
## 2628          UK         Bennett            Helen   Medium
## 2629         USA              Yu             Kwai   Medium
## 2630      Canada       Fresnisre             Jean    Small
## 2631     Belgium           Dewey        Catherine   Medium
## 2632      Canada         Lincoln        Elizabeth    Small
## 2633         USA         Yoshido             Juri   Medium
## 2634          UK        Ashworth         Victoria    Small
## 2635      France         Labrune           Janine    Small
## 2636     Denmark        Petersen            Jytte   Medium
## 2637         USA       Hernandez            Maria    Small
## 2638       Spain          Freyre            Diego    Small
## 2639     Finland       Koskitalo           Pirkko   Medium
## 2640       Spain          Freyre            Diego   Medium
## 2641      France          Roulet          Annette   Medium
## 2642         USA         Yoshido             Juri   Medium
## 2643     Denmark        Petersen            Jytte    Small
## 2644   Singapore       Natividad             Eric   Medium
## 2645          UK           Brown              Ann    Small
## 2646         USA          Nelson          Valarie   Medium
## 2647       Spain          Freyre            Diego    Small
## 2648      Sweden         Larsson            Maria   Medium
## 2649       Spain       Fernandez            Jesus    Small
## 2650         USA             Tam           Wing C    Small
## 2651       Spain        Saavedra          Eduardo   Medium
## 2652      France         Saveley             Mary    Small
## 2653         USA        Thompson          Valarie    Small
## 2654          UK         Bennett            Helen    Small
## 2655         USA              Yu             Kwai   Medium
## 2656      Canada       Fresnisre             Jean   Medium
## 2657     Belgium           Dewey        Catherine    Small
## 2658      Canada         Lincoln        Elizabeth   Medium
## 2659         USA         Barajas           Miguel   Medium
## 2660          UK        Ashworth         Victoria   Medium
## 2661      France         Labrune           Janine   Medium
## 2662     Denmark        Petersen            Jytte   Medium
## 2663         USA       Hernandez            Maria    Small
## 2664       Spain          Freyre            Diego    Small
## 2665     Finland       Koskitalo           Pirkko   Medium
## 2666       Spain          Freyre            Diego    Small
## 2667      France          Roulet          Annette   Medium
## 2668         USA         Yoshido             Juri    Small
## 2669       Italy         Rovelli         Giovanni    Small
## 2670     Austria           Pipps            Georg    Small
## 2671         USA           Lewis              Dan    Small
## 2672         USA             Tam           Wing C    Small
## 2673     Finland       Karttunen            Matti   Medium
## 2674         USA          Hirano             Juri   Medium
## 2675      France          Roulet          Annette   Medium
## 2676 Philippines            Cruz           Arnold    Small
## 2677       Japan         Kentary             Mory    Small
## 2678         USA        Thompson          Valarie   Medium
## 2679      Canada         Lincoln        Elizabeth    Small
## 2680         USA           Frick              Sue    Small
## 2681       Spain          Freyre            Diego    Small
## 2682      France         Labrune           Janine    Small
## 2683      Norway         Klaeboe              Jan    Small
## 2684     Germany     Donnermeyer          Michael   Medium
## 2685         USA           Frick            Steve    Small
## 2686          UK         Bennett            Helen    Small
## 2687       Italy         Rovelli         Giovanni   Medium
## 2688       Japan       Shimamura            Akiko    Small
## 2689         USA          Taylor           Leslie    Small
## 2690   Australia          Huxley           Adrian   Medium
## 2691     Finland       Koskitalo           Pirkko    Small
## 2692       Spain          Freyre            Diego   Medium
## 2693      France         Henriot             Paul   Medium
## 2694         USA           Brown          William    Small
## 2695       Italy          Moroni         Maurizio    Small
## 2696       Italy         Rovelli         Giovanni    Small
## 2697     Austria           Pipps            Georg    Small
## 2698         USA           Lewis              Dan    Small
## 2699         USA             Tam           Wing C    Small
## 2700     Finland       Karttunen            Matti    Small
## 2701      Sweden         Larsson            Maria    Small
## 2702      France          Roulet          Annette    Small
## 2703          UK           Hardy           Thomas    Small
## 2704       Spain        Saavedra          Eduardo    Small
## 2705         USA        Thompson          Valarie    Small
## 2706         USA           Tseng            Kyung    Small
## 2707       Spain          Freyre            Diego    Small
## 2708         USA          Nelson            Allen    Small
## 2709      Canada         Lincoln        Elizabeth    Small
## 2710     Germany     Donnermeyer          Michael    Small
## 2711         USA       Cervantes        Francisca    Small
## 2712          UK         Bennett            Helen    Small
## 2713         USA              Yu             Kwai   Medium
## 2714       Japan       Shimamura            Akiko    Small
## 2715         USA          Taylor           Leslie    Small
## 2716   Australia          Huxley           Adrian    Small
## 2717     Finland       Koskitalo           Pirkko    Small
## 2718       Spain          Freyre            Diego   Medium
## 2719      France         Henriot             Paul    Small
## 2720         USA           Frick              Sue    Small
## 2721   Australia         Connery             Sean    Small
## 2722     Denmark        Petersen            Jytte    Small
## 2723   Singapore       Natividad             Eric    Small
## 2724          UK           Brown              Ann    Small
## 2725         USA          Nelson          Valarie    Small
## 2726       Spain          Freyre            Diego   Medium
## 2727      Sweden         Larsson            Maria    Small
## 2728       Spain       Fernandez            Jesus    Small
## 2729         USA             Tam           Wing C    Small
## 2730       Spain        Saavedra          Eduardo    Small
## 2731      France         Saveley             Mary    Small
## 2732         USA        Thompson          Valarie    Small
## 2733          UK         Bennett            Helen    Small
## 2734         USA              Yu             Kwai    Small
## 2735      Canada       Fresnisre             Jean    Small
## 2736     Belgium           Dewey        Catherine    Small
## 2737      Canada         Lincoln        Elizabeth    Small
## 2738       Italy         Accorti            Paolo    Small
## 2739          UK        Ashworth         Victoria    Small
## 2740      France         Labrune           Janine    Small
## 2741     Denmark        Petersen            Jytte   Medium
## 2742         USA       Hernandez            Maria   Medium
## 2743       Spain          Freyre            Diego    Small
## 2744     Finland       Koskitalo           Pirkko   Medium
## 2745       Spain          Freyre            Diego   Medium
## 2746      France          Roulet          Annette    Small
## 2747         USA         Yoshido             Juri   Medium

Menampilkan hanya beberapa peubah yang ingin dianalisis

datafilter <- autosalesdata[, c("ORDERNUMBER","QUANTITYORDERED","PRICEEACH","ORDERDATE","STATUS","PRODUCTLINE","CITY","COUNTRY","DEALSIZE")]
datafilter
##      ORDERNUMBER QUANTITYORDERED PRICEEACH  ORDERDATE     STATUS
## 1          10107              30     95.70 24/02/2018    Shipped
## 2          10121              34     81.35 07/05/2018    Shipped
## 3          10134              41     94.74 01/07/2018    Shipped
## 4          10145              45     83.26 25/08/2018    Shipped
## 5          10168              36     96.66 28/10/2018    Shipped
## 6          10180              29     86.13 11/11/2018    Shipped
## 7          10188              48    114.84 18/11/2018    Shipped
## 8          10211              41    114.84 15/01/2019    Shipped
## 9          10223              37    107.18 20/02/2019    Shipped
## 10         10237              23    101.44 05/04/2019    Shipped
## 11         10251              28    113.88 18/05/2019    Shipped
## 12         10263              34    108.14 28/06/2019    Shipped
## 13         10275              45     92.83 23/07/2019    Shipped
## 14         10285              36    113.88 27/08/2019    Shipped
## 15         10299              23    112.93 30/09/2019    Shipped
## 16         10309              41    107.18 15/10/2019    Shipped
## 17         10318              46     94.74 02/11/2019    Shipped
## 18         10329              42    104.67 15/11/2019    Shipped
## 19         10341              41    188.73 24/11/2019    Shipped
## 20         10361              20     72.55 17/12/2019    Shipped
## 21         10375              21     34.91 03/02/2020    Shipped
## 22         10388              42     76.36 03/03/2020    Shipped
## 23         10403              24    101.44 08/04/2020    Shipped
## 24         10417              66    113.88 13/05/2020   Disputed
## 25         10103              26    207.87 29/01/2018    Shipped
## 26         10112              29    248.59 24/03/2018    Shipped
## 27         10126              38    192.87 28/05/2018    Shipped
## 28         10140              37    199.30 24/07/2018    Shipped
## 29         10150              45    244.30 19/09/2018    Shipped
## 30         10163              21    231.44 20/10/2018    Shipped
## 31         10174              34    235.73 06/11/2018    Shipped
## 32         10183              23    233.59 13/11/2018    Shipped
## 33         10194              42    173.58 25/11/2018    Shipped
## 34         10206              47    192.87 05/12/2018    Shipped
## 35         10215              35    173.58 29/01/2019    Shipped
## 36         10228              29    222.87 10/03/2019    Shipped
## 37         10245              34    180.01 04/05/2019    Shipped
## 38         10258              32    240.02 15/06/2019    Shipped
## 39         10270              21    233.59 19/07/2019    Shipped
## 40         10280              34    235.73 17/08/2019    Shipped
## 41         10291              37    192.87 08/09/2019    Shipped
## 42         10304              47    216.44 11/10/2019    Shipped
## 43         10312              48    242.16 21/10/2019    Shipped
## 44         10322              40    150.01 04/11/2019    Shipped
## 45         10347              30    131.49 29/11/2019    Shipped
## 46         10357              32    177.87 10/12/2019    Shipped
## 47         10369              41    110.12 20/01/2020    Shipped
## 48         10391              24    100.69 09/03/2020    Shipped
## 49         10411              23    180.01 01/05/2020    Shipped
## 50         10424              50    240.02 31/05/2020 In Process
## 51         10107              39     99.91 24/02/2018    Shipped
## 52         10120              29     96.34 29/04/2018    Shipped
## 53         10134              27    122.51 01/07/2018    Shipped
## 54         10145              37    140.35 25/08/2018    Shipped
## 55         10168              27    135.59 28/10/2018    Shipped
## 56         10180              42    111.80 11/11/2018    Shipped
## 57         10188              38     96.34 18/11/2018    Shipped
## 58         10210              23    130.83 12/01/2019    Shipped
## 59         10223              47    115.37 20/02/2019    Shipped
## 60         10236              22    129.64 03/04/2019    Shipped
## 61         10251              44    130.83 18/05/2019    Shipped
## 62         10263              40    111.80 28/06/2019    Shipped
## 63         10275              22    132.02 23/07/2019    Shipped
## 64         10285              47    137.97 27/08/2019    Shipped
## 65         10298              39     96.34 27/09/2019    Shipped
## 66         10308              34    118.94 15/10/2019    Shipped
## 67         10318              45    123.70 02/11/2019    Shipped
## 68         10329              20    158.80 15/11/2019    Shipped
## 69         10339              40     68.92 23/11/2019    Shipped
## 70         10361              26     51.15 17/12/2019    Shipped
## 71         10374              39    135.59 02/02/2020    Shipped
## 72         10388              50     44.51 03/03/2020    Shipped
## 73         10402              45    129.64 07/04/2020    Shipped
## 74         10417              45    130.83 13/05/2020   Disputed
## 75         10107              27    224.65 24/02/2018    Shipped
## 76         10120              46    201.41 29/04/2018    Shipped
## 77         10134              31    226.58 01/07/2018    Shipped
## 78         10145              33    156.86 25/08/2018    Shipped
## 79         10168              20    209.15 28/10/2018    Shipped
## 80         10180              41    216.90 11/11/2018    Shipped
## 81         10188              45    193.66 18/11/2018    Shipped
## 82         10210              34    180.10 12/01/2019    Shipped
## 83         10223              49    199.47 20/02/2019    Shipped
## 84         10237              39    180.10 05/04/2019    Shipped
## 85         10251              43    164.61 18/05/2019    Shipped
## 86         10263              41    203.34 28/06/2019    Shipped
## 87         10275              36    191.72 23/07/2019    Shipped
## 88         10285              27    201.41 27/08/2019    Shipped
## 89         10299              29    230.46 30/09/2019    Shipped
## 90         10308              20    228.52 15/10/2019    Shipped
## 91         10318              37    207.22 02/11/2019    Shipped
## 92         10329              26    225.70 15/11/2019    Shipped
## 93         10339              39     76.67 23/11/2019    Shipped
## 94         10362              22    166.55 05/01/2020    Shipped
## 95         10374              22    174.29 02/02/2020    Shipped
## 96         10388              21     86.77 03/03/2020    Shipped
## 97         10403              66    180.10 08/04/2020    Shipped
## 98         10417              56    164.61 13/05/2020   Disputed
## 99         10105              50    144.16 11/02/2018    Shipped
## 100        10119              46    108.80 28/04/2018    Shipped
## 101        10129              33    133.28 12/06/2018    Shipped
## 102        10143              49    114.24 10/08/2018    Shipped
## 103        10155              32    141.44 06/10/2018    Shipped
## 104        10167              44    134.64 23/10/2018  Cancelled
## 105        10178              24    145.52 08/11/2018    Shipped
## 106        10186              26    148.24 14/11/2018    Shipped
## 107        10197              45    118.32 26/11/2018    Shipped
## 108        10222              49    122.40 19/02/2019    Shipped
## 109        10248              20    145.52 07/05/2019  Cancelled
## 110        10261              27    125.12 17/06/2019    Shipped
## 111        10273              30    116.96 21/07/2019    Shipped
## 112        10283              25    119.68 20/08/2019    Shipped
## 113        10295              24    142.80 10/09/2019    Shipped
## 114        10307              22    122.40 14/10/2019    Shipped
## 115        10316              33    125.12 01/11/2019    Shipped
## 116        10325              47     64.93 05/11/2019    Shipped
## 117        10337              25     48.05 21/11/2019    Shipped
## 118        10350              26     75.47 02/12/2019    Shipped
## 119        10359              48     54.68 15/12/2019    Shipped
## 120        10373              39    103.75 31/01/2020    Shipped
## 121        10395              32    105.33 17/03/2020    Shipped
## 122        10400              64    150.96 01/04/2020    Shipped
## 123        10414              19    145.52 06/05/2020    On Hold
## 124        10103              42    128.53 29/01/2018    Shipped
## 125        10114              31    138.88 01/04/2018    Shipped
## 126        10126              22    152.17 28/05/2018    Shipped
## 127        10140              26    122.62 24/07/2018    Shipped
## 128        10150              20    159.56 19/09/2018    Shipped
## 129        10164              21    168.42 21/10/2018   Resolved
## 130        10175              33    162.51 06/11/2018    Shipped
## 131        10183              28    122.62 13/11/2018    Shipped
## 132        10194              26    163.99 25/11/2018    Shipped
## 133        10207              31    131.49 09/12/2018    Shipped
## 134        10217              48    146.26 04/02/2019    Shipped
## 135        10229              50    128.53 11/03/2019    Shipped
## 136        10245              28    163.99 04/05/2019    Shipped
## 137        10259              26    155.13 15/06/2019    Shipped
## 138        10270              32    134.44 19/07/2019    Shipped
## 139        10281              44    159.56 19/08/2019    Shipped
## 140        10291              30    128.53 08/09/2019    Shipped
## 141        10305              38    175.81 13/10/2019    Shipped
## 142        10313              40    166.95 22/10/2019    Shipped
## 143        10322              46     61.99 04/11/2019    Shipped
## 144        10334              26    122.62 19/11/2019    On Hold
## 145        10347              27    164.00 29/11/2019    Shipped
## 146        10357              43    134.44 10/12/2019    Shipped
## 147        10370              35     65.63 20/01/2020    Shipped
## 148        10391              37     46.90 09/03/2020    Shipped
## 149        10411              27    163.99 01/05/2020    Shipped
## 150        10425              38    155.13 31/05/2020 In Process
## 151        10108              33    159.55 03/03/2018    Shipped
## 152        10122              42    180.95 08/05/2018    Shipped
## 153        10135              42    190.68 02/07/2018    Shipped
## 154        10147              48    192.62 05/09/2018    Shipped
## 155        10169              30    167.33 04/11/2018    Shipped
## 156        10181              27    200.41 12/11/2018    Shipped
## 157        10191              21    182.90 20/11/2018    Shipped
## 158        10203              20    196.52 02/12/2018    Shipped
## 159        10211              41    182.90 15/01/2019    Shipped
## 160        10225              27    167.33 22/02/2019    Shipped
## 161        10238              28    206.24 09/04/2019    Shipped
## 162        10253              24    163.44 01/06/2019  Cancelled
## 163        10266              44    208.19 06/07/2019    Shipped
## 164        10276              50    192.62 02/08/2019    Shipped
## 165        10287              21    163.44 30/08/2019    Shipped
## 166        10300              33    167.33 04/10/2018    Shipped
## 167        10310              33    210.14 16/10/2019    Shipped
## 168        10320              31    221.81 03/11/2019    Shipped
## 169        10329              41     71.47 15/11/2019    Shipped
## 170        10341              45     79.65 24/11/2019    Shipped
## 171        10363              33     85.39 06/01/2020    Shipped
## 172        10375              45     76.00 03/02/2020    Shipped
## 173        10389              26     99.04 03/03/2020    Shipped
## 174        10419              12    163.44 17/05/2020    Shipped
## 175        10105              41    211.96 11/02/2018    Shipped
## 176        10117              33    182.86 16/04/2018    Shipped
## 177        10127              46    245.20 03/06/2018    Shipped
## 178        10142              33    243.13 08/08/2018    Shipped
## 179        10153              20    245.20 28/09/2018    Shipped
## 180        10165              44    195.33 22/10/2018    Shipped
## 181        10176              33    226.50 06/11/2018    Shipped
## 182        10185              21    184.94 14/11/2018    Shipped
## 183        10196              47    189.10 26/11/2018    Shipped
## 184        10208              46    187.02 02/01/2019    Shipped
## 185        10220              32    224.42 12/02/2019    Shipped
## 186        10231              42    199.49 19/03/2019    Shipped
## 187        10247              44    241.05 05/05/2019    Shipped
## 188        10272              35    166.24 20/07/2019    Shipped
## 189        10282              41    172.47 20/08/2019    Shipped
## 190        10293              46    182.86 09/09/2019    Shipped
## 191        10306              31    211.96 14/10/2019    Shipped
## 192        10314              38    209.88 22/10/2019    Shipped
## 193        10325              42     64.00 05/11/2019    Shipped
## 194        10336              33     57.22 20/11/2019    Shipped
## 195        10348              48     52.36 01/11/2019    Shipped
## 196        10359              42    113.44 15/12/2019    Shipped
## 197        10371              32    111.27 23/01/2020    Shipped
## 198        10382              34    112.46 17/02/2020    Shipped
## 199        10395              33     69.12 17/03/2020    Shipped
## 200        10413              36    241.05 05/05/2020    Shipped
## 201        10103              27    125.74 29/01/2018    Shipped
## 202        10113              21    162.64 26/03/2018    Shipped
## 203        10126              21    116.17 28/05/2018    Shipped
## 204        10140              38    127.10 24/07/2018    Shipped
## 205        10150              30    136.67 19/09/2018    Shipped
## 206        10164              49    133.94 21/10/2018   Resolved
## 207        10174              43    158.54 06/11/2018    Shipped
## 208        10183              41    150.34 13/11/2018    Shipped
## 209        10194              38    129.84 25/11/2018    Shipped
## 210        10206              28    144.87 05/12/2018    Shipped
## 211        10216              43    133.94 02/02/2019    Shipped
## 212        10229              25    138.04 11/03/2019    Shipped
## 213        10245              38    155.80 04/05/2019    Shipped
## 214        10258              41    162.64 15/06/2019    Shipped
## 215        10270              28    146.24 19/07/2019    Shipped
## 216        10281              25    117.54 19/08/2019    Shipped
## 217        10291              41    155.80 08/09/2019    Shipped
## 218        10304              39    164.00 11/10/2019    Shipped
## 219        10313              21    127.10 22/10/2019    Shipped
## 220        10322              27    177.19 04/11/2019    Shipped
## 221        10347              29    123.67 29/11/2019    Shipped
## 222        10357              49    121.64 10/12/2019    Shipped
## 223        10370              49    172.86 20/01/2020    Shipped
## 224        10391              39     63.20 09/03/2020    Shipped
## 225        10411              40    155.80 01/05/2020    Shipped
## 226        10424              49    162.64 31/05/2020 In Process
## 227        10107              21    144.60 24/02/2018    Shipped
## 228        10121              50    165.68 07/05/2018    Shipped
## 229        10134              20    135.56 01/07/2018    Shipped
## 230        10145              49    170.20 25/08/2018    Shipped
## 231        10169              35    132.55 04/11/2018    Shipped
## 232        10180              40    168.69 11/11/2018    Shipped
## 233        10189              28    161.16 18/11/2018    Shipped
## 234        10211              36    132.55 15/01/2019    Shipped
## 235        10224              43    141.58 21/02/2019    Shipped
## 236        10237              32    131.04 05/04/2019    Shipped
## 237        10251              46    164.18 18/05/2019    Shipped
## 238        10263              48    134.05 28/06/2019    Shipped
## 239        10276              43    120.50 02/08/2019    Shipped
## 240        10285              49    140.08 27/08/2019    Shipped
## 241        10299              24    173.21 30/09/2019    Shipped
## 242        10309              26    179.24 15/10/2019    Shipped
## 243        10319              30    137.06 03/11/2019    Shipped
## 244        10329              24    147.61 15/11/2019    Shipped
## 245        10341              55    147.61 24/11/2019    Shipped
## 246        10362              22    176.23 05/01/2020    Shipped
## 247        10375              49     78.92 03/02/2020    Shipped
## 248        10388              44    135.26 03/03/2020    Shipped
## 249        10403              66    131.04 08/04/2020    Shipped
## 250        10417              21    164.18 13/05/2020   Disputed
## 251        10104              34    175.25 31/01/2018    Shipped
## 252        10117              43    137.48 16/04/2018    Shipped
## 253        10127              46    160.14 03/06/2018    Shipped
## 254        10142              33    151.08 08/08/2018    Shipped
## 255        10153              42    128.42 28/09/2018    Shipped
## 256        10165              34    143.53 22/10/2018    Shipped
## 257        10176              47    178.27 06/11/2018    Shipped
## 258        10185              33    122.37 14/11/2018    Shipped
## 259        10196              24    158.63 26/11/2018    Shipped
## 260        10208              26    120.86 02/01/2019    Shipped
## 261        10220              30    157.12 12/02/2019    Shipped
## 262        10230              43    163.17 15/03/2019    Shipped
## 263        10247              25    175.25 05/05/2019    Shipped
## 264        10272              27    158.63 20/07/2019    Shipped
## 265        10282              27    161.66 20/08/2019    Shipped
## 266        10293              24    176.76 09/09/2019    Shipped
## 267        10306              34    146.55 14/10/2019    Shipped
## 268        10314              46    138.99 22/10/2019    Shipped
## 269        10324              27     54.33 05/11/2019    Shipped
## 270        10336              33    123.01 20/11/2019    Shipped
## 271        10348              47    102.16 01/11/2019    Shipped
## 272        10358              49     55.34 10/12/2019    Shipped
## 273        10372              40    146.55 26/01/2020    Shipped
## 274        10382              37    110.05 17/02/2020    Shipped
## 275        10413              47    175.25 05/05/2020    Shipped
## 276        10108              45    136.23 03/03/2018    Shipped
## 277        10122              37     99.82 08/05/2018    Shipped
## 278        10135              48    125.66 02/07/2018    Shipped
## 279        10147              31    112.74 05/09/2018    Shipped
## 280        10170              47    116.27 04/11/2018    Shipped
## 281        10181              28    102.17 12/11/2018    Shipped
## 282        10191              40    139.75 20/11/2018    Shipped
## 283        10203              20    112.74 02/12/2018    Shipped
## 284        10212              39    126.84 16/01/2019    Shipped
## 285        10225              25     99.82 22/02/2019    Shipped
## 286        10238              29    109.22 09/04/2019    Shipped
## 287        10253              22    109.22 01/06/2019  Cancelled
## 288        10266              22    111.57 06/07/2019    Shipped
## 289        10276              47    116.27 02/08/2019    Shipped
## 290        10287              45    105.70 30/08/2019    Shipped
## 291        10300              29    137.40 04/10/2018    Shipped
## 292        10310              24    129.18 16/10/2019    Shipped
## 293        10320              35    138.58 03/11/2019    Shipped
## 294        10329              46     83.63 15/11/2019    Shipped
## 295        10341              44     95.93 24/11/2019    Shipped
## 296        10363              34     96.73 06/01/2020    Shipped
## 297        10376              35    113.92 08/02/2020    Shipped
## 298        10389              25     72.38 03/03/2020    Shipped
## 299        10419              10    109.22 17/05/2020    Shipped
## 300        10105              29    157.45 11/02/2018    Shipped
## 301        10117              39    152.26 16/04/2018    Shipped
## 302        10127              42    193.78 03/06/2018    Shipped
## 303        10142              46    205.89 08/08/2018    Shipped
## 304        10153              49    143.61 28/09/2018    Shipped
## 305        10165              27    205.89 22/10/2018    Shipped
## 306        10176              50    157.45 06/11/2018    Shipped
## 307        10185              43    183.40 14/11/2018    Shipped
## 308        10196              38    190.32 26/11/2018    Shipped
## 309        10208              20    155.72 02/01/2019    Shipped
## 310        10220              27    186.86 12/02/2019    Shipped
## 311        10231              49    141.88 19/03/2019    Shipped
## 312        10247              27    153.99 05/05/2019    Shipped
## 313        10272              39    204.16 20/07/2019    Shipped
## 314        10282              24    157.45 20/08/2019    Shipped
## 315        10293              45    183.40 09/09/2019    Shipped
## 316        10306              20    181.67 14/10/2019    Shipped
## 317        10314              36    192.05 22/10/2019    Shipped
## 318        10325              24    107.65 05/11/2019    Shipped
## 319        10336              49     63.38 20/11/2019    Shipped
## 320        10349              26    169.56 01/12/2019    Shipped
## 321        10359              49     62.09 15/12/2019    Shipped
## 322        10372              34    174.75 26/01/2020    Shipped
## 323        10382              34     95.35 17/02/2020    Shipped
## 324        10396              33    185.13 23/03/2020    Shipped
## 325        10413              22    153.99 05/05/2020    Shipped
## 326        10108              39     89.38 03/03/2018    Shipped
## 327        10122              32     63.84 08/05/2018    Shipped
## 328        10135              24     75.01 02/07/2018    Shipped
## 329        10147              21     63.84 05/09/2018    Shipped
## 330        10169              36     63.84 04/11/2018    Shipped
## 331        10181              20     81.40 12/11/2018    Shipped
## 332        10191              30     64.64 20/11/2018    Shipped
## 333        10203              44     82.99 02/12/2018    Shipped
## 334        10211              28     92.57 15/01/2019    Shipped
## 335        10225              37     77.41 22/02/2019    Shipped
## 336        10238              20     74.21 09/04/2019    Shipped
## 337        10253              25     90.17 01/06/2019  Cancelled
## 338        10266              35     76.61 06/07/2019    Shipped
## 339        10276              38     83.79 02/08/2019    Shipped
## 340        10287              41     69.43 30/08/2019    Shipped
## 341        10300              22     76.61 04/10/2018    Shipped
## 342        10310              49     81.40 16/10/2019    Shipped
## 343        10320              38     73.42 03/11/2019    Shipped
## 344        10329              33    109.32 15/11/2019    Shipped
## 345        10341              36     93.56 24/11/2019    Shipped
## 346        10363              34     81.62 06/01/2020    Shipped
## 347        10377              24     67.83 09/02/2020    Shipped
## 348        10389              36     70.26 03/03/2020    Shipped
## 349        10419              34     90.17 17/05/2020    Shipped
## 350        10104              41    112.58 31/01/2018    Shipped
## 351        10115              46    124.43 04/04/2018    Shipped
## 352        10127              24    106.65 03/06/2018    Shipped
## 353        10141              21    101.91 01/08/2018    Shipped
## 354        10151              24    138.65 21/09/2018    Shipped
## 355        10165              48    142.20 22/10/2018    Shipped
## 356        10175              26    136.28 06/11/2018    Shipped
## 357        10184              37    122.06 14/11/2018    Shipped
## 358        10195              49    131.54 25/11/2018    Shipped
## 359        10207              34     99.54 09/12/2018    Shipped
## 360        10219              48    101.91 10/02/2019    Shipped
## 361        10229              36    125.61 11/03/2019    Shipped
## 362        10246              46    110.21 05/05/2019    Shipped
## 363        10259              46    142.20 15/06/2019    Shipped
## 364        10271              31     97.17 20/07/2019    Shipped
## 365        10281              41    127.98 19/08/2019    Shipped
## 366        10292              21    105.47 08/09/2019    Shipped
## 367        10305              38    125.61 13/10/2019    Shipped
## 368        10314              45    137.46 22/10/2019    Shipped
## 369        10324              26     58.38 05/11/2019    Shipped
## 370        10336              38    167.70 20/11/2019    Shipped
## 371        10349              48    109.02 01/12/2019    Shipped
## 372        10358              42     64.16 10/12/2019    Shipped
## 373        10371              49     35.71 23/01/2020    Shipped
## 374        10382              32     66.58 17/02/2020    Shipped
## 375        10412              54    110.21 03/05/2020    Shipped
## 376        10425              33    142.20 31/05/2020 In Process
## 377        10108              36    103.64 03/03/2018    Shipped
## 378        10122              20    107.10 08/05/2018    Shipped
## 379        10135              29     97.89 02/07/2018    Shipped
## 380        10147              33     97.89 05/09/2018    Shipped
## 381        10170              41    107.10 04/11/2018    Shipped
## 382        10181              36    124.37 12/11/2018    Shipped
## 383        10192              27    131.28 20/11/2018    Shipped
## 384        10203              47    110.55 02/12/2018    Shipped
## 385        10212              33    126.68 16/01/2019    Shipped
## 386        10225              21    127.83 22/02/2019    Shipped
## 387        10239              21     93.28 12/04/2019    Shipped
## 388        10253              41    119.77 01/06/2019  Cancelled
## 389        10266              40    111.71 06/07/2019    Shipped
## 390        10277              28    111.71 04/08/2019    Shipped
## 391        10287              23    116.31 30/08/2019    Shipped
## 392        10300              23    122.07 04/10/2018    Shipped
## 393        10310              25    100.19 16/10/2019    Shipped
## 394        10321              24    124.37 04/11/2019    Shipped
## 395        10329              39     64.74 15/11/2019    Shipped
## 396        10341              55     75.20 24/11/2019    Shipped
## 397        10363              46     88.45 06/01/2020    Shipped
## 398        10377              50    103.64 09/02/2020    Shipped
## 399        10389              47    111.57 03/03/2020    Shipped
## 400        10405              97     93.28 14/04/2020    Shipped
## 401        10419              32    119.77 17/05/2020    Shipped
## 402        10103              35    112.00 29/01/2018    Shipped
## 403        10113              49    100.34 26/03/2018    Shipped
## 404        10126              38    101.50 28/05/2018    Shipped
## 405        10140              32    130.67 24/07/2018    Shipped
## 406        10150              34    136.50 19/09/2018    Shipped
## 407        10164              36     99.17 21/10/2018   Resolved
## 408        10174              48     93.34 06/11/2018    Shipped
## 409        10183              21     96.84 13/11/2018    Shipped
## 410        10194              21     93.34 25/11/2018    Shipped
## 411        10206              34    116.67 05/12/2018    Shipped
## 412        10215              46    112.00 29/01/2019    Shipped
## 413        10228              32    105.00 10/03/2019    Shipped
## 414        10245              29    119.00 04/05/2019    Shipped
## 415        10258              41    133.00 15/06/2019    Shipped
## 416        10270              43     96.84 19/07/2019    Shipped
## 417        10280              24    116.67 17/08/2019    Shipped
## 418        10291              41    114.34 08/09/2019    Shipped
## 419        10304              46     98.00 11/10/2019    Shipped
## 420        10312              32    130.67 21/10/2019    Shipped
## 421        10322              22    102.32 04/11/2019    Shipped
## 422        10347              42     49.60 29/11/2019    Shipped
## 423        10357              39     98.00 10/12/2019    Shipped
## 424        10370              27    144.87 20/01/2020    Shipped
## 425        10391              29     85.10 09/03/2020    Shipped
## 426        10411              27    119.00 01/05/2020    Shipped
## 427        10424              54    133.00 31/05/2020 In Process
## 428        10109              26    168.43 10/03/2018    Shipped
## 429        10122              34    147.20 08/05/2018    Shipped
## 430        10136              25    145.79 04/07/2018    Shipped
## 431        10148              23    117.48 11/09/2018    Shipped
## 432        10161              28    134.46 17/10/2018    Shipped
## 433        10171              35    128.80 05/11/2018    Shipped
## 434        10181              44    123.14 12/11/2018    Shipped
## 435        10192              22    150.03 20/11/2018    Shipped
## 436        10204              42    147.20 02/12/2018    Shipped
## 437        10212              29    144.37 16/01/2019    Shipped
## 438        10225              32    141.54 22/02/2019    Shipped
## 439        10240              41    137.29 13/04/2019    Shipped
## 440        10253              26    117.48 01/06/2019  Cancelled
## 441        10266              21    120.31 06/07/2019    Shipped
## 442        10278              34    137.29 06/08/2019    Shipped
## 443        10287              41    158.52 30/08/2019    Shipped
## 444        10301              37    159.94 05/10/2018    Shipped
## 445        10310              37    168.43 16/10/2019    Shipped
## 446        10321              41    141.54 04/11/2019    Shipped
## 447        10331              46    139.87 17/11/2019    Shipped
## 448        10342              40    161.36 24/11/2019    Shipped
## 449        10356              43     97.60 09/12/2019    Shipped
## 450        10365              30     87.06 07/01/2020    Shipped
## 451        10377              35    168.43 09/02/2020    Shipped
## 452        10390              36     93.77 04/03/2020    Shipped
## 453        10406              61    137.29 15/04/2020   Disputed
## 454        10419              38    117.48 17/05/2020    Shipped
## 455        10102              39    123.29 10/01/2018    Shipped
## 456        10125              32    101.71 21/05/2018    Shipped
## 457        10139              31    102.74 16/07/2018    Shipped
## 458        10149              50    118.15 12/09/2018    Shipped
## 459        10173              43    117.12 05/11/2018    Shipped
## 460        10182              25     87.33 12/11/2018    Shipped
## 461        10193              28    110.96 21/11/2018    Shipped
## 462        10205              36    103.77 03/12/2018    Shipped
## 463        10215              27     89.38 29/01/2019    Shipped
## 464        10227              25    118.15 02/03/2019    Shipped
## 465        10244              40    117.12 29/04/2019    Shipped
## 466        10256              34     95.55 08/06/2019    Shipped
## 467        10280              50    104.79 17/08/2019    Shipped
## 468        10289              38    120.21 03/09/2019    Shipped
## 469        10304              37     95.55 11/10/2019    Shipped
## 470        10312              43     89.38 21/10/2019    Shipped
## 471        10322              43     86.30 04/11/2019    Shipped
## 472        10332              46     95.13 17/11/2019    Shipped
## 473        10346              42     36.11 29/11/2019    Shipped
## 474        10356              50     50.18 09/12/2019    Shipped
## 475        10369              44    210.01 20/01/2020    Shipped
## 476        10380              27     93.16 16/02/2020    Shipped
## 477        10391              35    158.54 09/03/2020    Shipped
## 478        10422              51     95.55 30/05/2020 In Process
## 479        10102              41     50.14 10/01/2018    Shipped
## 480        10126              42     54.99 28/05/2018    Shipped
## 481        10139              49     43.13 16/07/2018    Shipped
## 482        10149              30     58.22 12/09/2018    Shipped
## 483        10173              48     44.21 05/11/2018    Shipped
## 484        10182              32     54.45 12/11/2018    Shipped
## 485        10193              46     53.37 21/11/2018    Shipped
## 486        10205              48     63.61 03/12/2018    Shipped
## 487        10215              33     43.13 29/01/2019    Shipped
## 488        10227              31     48.52 02/03/2019    Shipped
## 489        10244              20     58.22 29/04/2019    Shipped
## 490        10256              29     51.75 08/06/2019    Shipped
## 491        10280              27     57.68 17/08/2019    Shipped
## 492        10289              24     56.07 03/09/2019    Shipped
## 493        10304              37     48.52 11/10/2019    Shipped
## 494        10312              25     44.21 21/10/2019    Shipped
## 495        10322              41     57.68 04/11/2019    Shipped
## 496        10332              27     89.89 17/11/2019    Shipped
## 497        10347              21     58.95 29/11/2019    Shipped
## 498        10356              22     72.41 09/12/2019    Shipped
## 499        10369              32     98.63 20/01/2020    Shipped
## 500        10391              42    119.00 09/03/2020    Shipped
## 501        10422              25     51.75 30/05/2020 In Process
## 502        10110              37    146.84 18/03/2018    Shipped
## 503        10123              26    118.22 20/05/2018    Shipped
## 504        10137              44     99.55 10/07/2018    Shipped
## 505        10148              47    124.44 11/09/2018    Shipped
## 506        10161              43    143.11 17/10/2018    Shipped
## 507        10172              42    118.22 05/11/2018    Shipped
## 508        10181              42    129.42 12/11/2018    Shipped
## 509        10192              29    146.84 20/11/2018    Shipped
## 510        10204              40    100.80 02/12/2018    Shipped
## 511        10212              38    118.22 16/01/2019    Shipped
## 512        10226              38    109.51 26/02/2019    Shipped
## 513        10241              21    119.46 13/04/2019    Shipped
## 514        10253              24    140.62 01/06/2019  Cancelled
## 515        10266              36    144.35 06/07/2019    Shipped
## 516        10278              23    113.24 06/08/2019    Shipped
## 517        10288              20    146.84 01/09/2019    Shipped
## 518        10301              32    107.02 05/10/2018    Shipped
## 519        10311              29    100.80 16/10/2019    Shipped
## 520        10321              44    102.04 04/11/2019    Shipped
## 521        10331              44    110.21 17/11/2019    Shipped
## 522        10343              36    162.47 24/11/2019    Shipped
## 523        10367              49     56.30 12/01/2020   Resolved
## 524        10378              34     42.64 10/02/2020    Shipped
## 525        10407              59    119.46 22/04/2020    On Hold
## 526        10419              37    140.62 17/05/2020    Shipped
## 527        10106              36    146.65 17/02/2018    Shipped
## 528        10119              43    160.84 28/04/2018    Shipped
## 529        10131              21    132.46 16/06/2018    Shipped
## 530        10143              32    164.00 10/08/2018    Shipped
## 531        10155              38    171.88 06/10/2018    Shipped
## 532        10167              43    134.04 23/10/2018  Cancelled
## 533        10178              42    154.54 08/11/2018    Shipped
## 534        10186              32    187.65 14/11/2018    Shipped
## 535        10198              42    178.19 27/11/2018    Shipped
## 536        10210              31    184.50 12/01/2019    Shipped
## 537        10222              49    141.92 19/02/2019    Shipped
## 538        10250              45    181.34 11/05/2019    Shipped
## 539        10262              49    134.04 24/06/2019  Cancelled
## 540        10274              41    164.00 21/07/2019    Shipped
## 541        10284              45    127.73 21/08/2019    Shipped
## 542        10296              36    157.69 15/09/2019    Shipped
## 543        10307              39    189.23 14/10/2019    Shipped
## 544        10316              27    137.19 01/11/2019    Shipped
## 545        10327              25    112.19 10/11/2019   Resolved
## 546        10338              41    137.19 22/11/2019    Shipped
## 547        10351              39     99.52 03/12/2019    Shipped
## 548        10373              28     57.55 31/01/2020    Shipped
## 549        10386              25     54.57 01/03/2020   Resolved
## 550        10398              33    127.73 30/03/2020    Shipped
## 551        10400              34    189.23 01/04/2020    Shipped
## 552        10416              24    181.34 10/05/2020    Shipped
## 553        10100              30    171.70 06/01/2018    Shipped
## 554        10110              42    144.50 18/03/2018    Shipped
## 555        10124              21    136.00 21/05/2018    Shipped
## 556        10149              34    158.10 12/09/2018    Shipped
## 557        10173              24    146.20 05/11/2018    Shipped
## 558        10182              44    171.70 12/11/2018    Shipped
## 559        10193              21    149.60 21/11/2018    Shipped
## 560        10204              33    178.50 02/12/2018    Shipped
## 561        10214              30    198.90 26/01/2019    Shipped
## 562        10227              26    142.80 02/03/2019    Shipped
## 563        10241              41    185.30 13/04/2019    Shipped
## 564        10280              26    141.10 17/08/2019    Shipped
## 565        10288              32    183.60 01/09/2019    Shipped
## 566        10302              43    170.00 06/10/2018    Shipped
## 567        10312              48    168.30 21/10/2019    Shipped
## 568        10331              44     74.04 17/11/2019    Shipped
## 569        10344              45    170.00 25/11/2019    Shipped
## 570        10367              37    127.13 12/01/2020   Resolved
## 571        10379              39    138.45 10/02/2020    Shipped
## 572        10407              76    185.30 22/04/2020    On Hold
## 573        10420              37    142.80 29/05/2020 In Process
## 574        10108              38     82.39 03/03/2018    Shipped
## 575        10122              43     72.38 08/05/2018    Shipped
## 576        10135              48     79.31 02/07/2018    Shipped
## 577        10147              26     82.39 05/09/2018    Shipped
## 578        10170              20     63.14 04/11/2018    Shipped
## 579        10181              22     73.92 12/11/2018    Shipped
## 580        10192              45     90.86 20/11/2018    Shipped
## 581        10203              45     85.47 02/12/2018    Shipped
## 582        10212              20     66.99 16/01/2019    Shipped
## 583        10225              47     64.68 22/02/2019    Shipped
## 584        10239              46     73.92 12/04/2019    Shipped
## 585        10253              23     83.93 01/06/2019  Cancelled
## 586        10266              33     74.69 06/07/2019    Shipped
## 587        10278              29     90.86 06/08/2019    Shipped
## 588        10287              44     82.39 30/08/2019    Shipped
## 589        10300              41     92.40 04/10/2018    Shipped
## 590        10310              20     91.63 16/10/2019    Shipped
## 591        10321              37     78.54 04/11/2019    Shipped
## 592        10329              29    101.89 15/11/2019    Shipped
## 593        10342              55     65.45 24/11/2019    Shipped
## 594        10363              22    167.57 06/01/2020    Shipped
## 595        10377              31     67.76 09/02/2020    Shipped
## 596        10389              49     79.22 03/03/2020    Shipped
## 597        10405              61     73.92 14/04/2020    Shipped
## 598        10419              39     83.93 17/05/2020    Shipped
## 599        10109              38    116.65 10/03/2018    Shipped
## 600        10122              31    132.29 08/05/2018    Shipped
## 601        10136              36    146.52 04/07/2018    Shipped
## 602        10148              25    169.28 11/09/2018    Shipped
## 603        10161              48    128.03 17/10/2018    Shipped
## 604        10171              35    133.72 05/11/2018    Shipped
## 605        10181              21    156.48 12/11/2018    Shipped
## 606        10192              47    157.90 20/11/2018    Shipped
## 607        10204              38    169.28 02/12/2018    Shipped
## 608        10212              41    118.07 16/01/2019    Shipped
## 609        10226              24    162.17 26/02/2019    Shipped
## 610        10240              37    149.36 13/04/2019    Shipped
## 611        10253              33    135.14 01/06/2019  Cancelled
## 612        10266              49    126.60 06/07/2019    Shipped
## 613        10278              29    129.45 06/08/2019    Shipped
## 614        10287              24    146.52 30/08/2019    Shipped
## 615        10301              47    159.32 05/10/2018    Shipped
## 616        10310              24    143.67 16/10/2019    Shipped
## 617        10321              25    149.36 04/11/2019    Shipped
## 618        10331              30     32.47 17/11/2019    Shipped
## 619        10342              22    143.67 24/11/2019    Shipped
## 620        10356              27     64.69 09/12/2019    Shipped
## 621        10366              34    123.76 10/01/2020    Shipped
## 622        10377              36    120.91 09/02/2020    Shipped
## 623        10390              34     43.05 04/03/2020    Shipped
## 624        10406              48    149.36 15/04/2020   Disputed
## 625        10419              34    135.14 17/05/2020    Shipped
## 626        10104              24    144.08 31/01/2018    Shipped
## 627        10115              46    160.46 04/04/2018    Shipped
## 628        10127              45    158.82 03/06/2018    Shipped
## 629        10141              39    152.27 01/08/2018    Shipped
## 630        10151              43    165.37 21/09/2018    Shipped
## 631        10165              29    173.55 22/10/2018    Shipped
## 632        10176              20    183.38 06/11/2018    Shipped
## 633        10184              46    160.46 14/11/2018    Shipped
## 634        10195              27    189.93 25/11/2018    Shipped
## 635        10207              44    160.46 09/12/2018    Shipped
## 636        10219              43    196.48 10/02/2019    Shipped
## 637        10230              49    148.99 15/03/2019    Shipped
## 638        10246              40    163.73 05/05/2019    Shipped
## 639        10259              30    189.93 15/06/2019    Shipped
## 640        10271              50    183.38 20/07/2019    Shipped
## 641        10282              23    140.81 20/08/2019    Shipped
## 642        10292              26    175.19 08/09/2019    Shipped
## 643        10305              27    145.72 13/10/2019    Shipped
## 644        10314              42    137.53 22/10/2019    Shipped
## 645        10324              47    153.35 05/11/2019    Shipped
## 646        10336              49    152.26 20/11/2019    Shipped
## 647        10349              38    176.83 01/12/2019    Shipped
## 648        10358              20    121.40 10/12/2019    Shipped
## 649        10371              25    104.09 23/01/2020    Shipped
## 650        10382              25     88.00 17/02/2020    Shipped
## 651        10412              41    163.73 03/05/2020    Shipped
## 652        10425              28    189.93 31/05/2020 In Process
## 653        10100              50     67.80 06/01/2018    Shipped
## 654        10110              32     50.25 18/03/2018    Shipped
## 655        10124              42     53.88 21/05/2018    Shipped
## 656        10149              24     62.36 12/09/2018    Shipped
## 657        10173              26     57.51 05/11/2018    Shipped
## 658        10182              38     61.15 12/11/2018    Shipped
## 659        10193              42     59.33 21/11/2018    Shipped
## 660        10204              23     71.44 02/12/2018    Shipped
## 661        10214              21     62.96 26/01/2019    Shipped
## 662        10227              28     50.85 02/03/2019    Shipped
## 663        10241              33     72.65 13/04/2019    Shipped
## 664        10280              25     62.96 17/08/2019    Shipped
## 665        10288              28     61.75 01/09/2019    Shipped
## 666        10303              46     49.04 06/10/2019    Shipped
## 667        10312              30     61.15 21/10/2019    Shipped
## 668        10332              38     84.25 17/11/2019    Shipped
## 669        10344              40     56.91 25/11/2019    Shipped
## 670        10367              45    197.44 12/01/2020   Resolved
## 671        10379              27     49.30 10/02/2020    Shipped
## 672        10407              42     72.65 22/04/2020    On Hold
## 673        10420              36     63.57 29/05/2020 In Process
## 674        10104              29    130.09 31/01/2018    Shipped
## 675        10114              39    106.78 01/04/2018    Shipped
## 676        10127              45    139.91 03/06/2018    Shipped
## 677        10141              47    133.78 01/08/2018    Shipped
## 678        10151              49    110.46 21/09/2018    Shipped
## 679        10165              46    130.09 22/10/2018    Shipped
## 680        10175              48    122.73 06/11/2018    Shipped
## 681        10184              46    130.09 14/11/2018    Shipped
## 682        10195              35    103.09 25/11/2018    Shipped
## 683        10207              43    133.78 09/12/2018    Shipped
## 684        10229              26    144.82 11/03/2019    Shipped
## 685        10246              22     98.18 05/05/2019    Shipped
## 686        10259              34     99.41 15/06/2019    Shipped
## 687        10271              50    101.87 20/07/2019    Shipped
## 688        10281              48    120.28 19/08/2019    Shipped
## 689        10292              41    110.46 08/09/2019    Shipped
## 690        10305              36    133.78 13/10/2019    Shipped
## 691        10313              29    117.82 22/10/2019    Shipped
## 692        10324              33     37.48 05/11/2019    Shipped
## 693        10334              46    126.41 19/11/2019    On Hold
## 694        10349              38    137.46 01/12/2019    Shipped
## 695        10358              20     36.42 10/12/2019    Shipped
## 696        10370              22    179.50 20/01/2020    Shipped
## 697        10383              27    142.37 22/02/2020    Shipped
## 698        10412              56     98.18 03/05/2020    Shipped
## 699        10425              38     99.41 31/05/2020 In Process
## 700        10101              25    151.28 09/01/2018    Shipped
## 701        10110              33    116.96 18/03/2018    Shipped
## 702        10124              42    105.52 21/05/2018    Shipped
## 703        10149              33    150.01 12/09/2018    Shipped
## 704        10173              31    144.93 05/11/2018    Shipped
## 705        10182              20    110.60 12/11/2018    Shipped
## 706        10193              44    105.52 21/11/2018    Shipped
## 707        10204              26    123.32 02/12/2018    Shipped
## 708        10214              27    133.49 26/01/2019    Shipped
## 709        10227              46    152.56 02/03/2019    Shipped
## 710        10243              47    130.94 26/04/2019    Shipped
## 711        10280              37    128.40 17/08/2019    Shipped
## 712        10288              31    123.32 01/09/2019    Shipped
## 713        10304              24    101.70 11/10/2019    Shipped
## 714        10312              31    152.56 21/10/2019    Shipped
## 715        10322              50    250.73 04/11/2019    Shipped
## 716        10332              35     64.69 17/11/2019    Shipped
## 717        10344              30    130.94 25/11/2019    Shipped
## 718        10356              29    125.18 09/12/2019    Shipped
## 719        10367              27    155.41 12/01/2020   Resolved
## 720        10380              40    123.29 16/02/2020    Shipped
## 721        10390              31     98.99 04/03/2020    Shipped
## 722        10409               6    130.94 23/04/2020    Shipped
## 723        10420              45    110.60 29/05/2020 In Process
## 724        10103              22     54.09 29/01/2018    Shipped
## 725        10114              45     68.67 01/04/2018    Shipped
## 726        10126              43     65.02 28/05/2018    Shipped
## 727        10140              46     61.99 24/07/2018    Shipped
## 728        10151              39     69.28 21/09/2018    Shipped
## 729        10165              31     71.10 22/10/2018    Shipped
## 730        10175              41     69.28 06/11/2018    Shipped
## 731        10184              44     60.16 14/11/2018    Shipped
## 732        10194              45     70.49 25/11/2018    Shipped
## 733        10207              37     69.89 09/12/2018    Shipped
## 734        10217              35     61.38 04/02/2019    Shipped
## 735        10229              28     59.55 11/03/2019    Shipped
## 736        10246              30     61.99 05/05/2019    Shipped
## 737        10259              30     49.22 15/06/2019    Shipped
## 738        10271              25     69.28 20/07/2019    Shipped
## 739        10281              29     57.73 19/08/2019    Shipped
## 740        10291              26     57.73 08/09/2019    Shipped
## 741        10305              41     53.48 13/10/2019    Shipped
## 742        10313              34     52.87 22/10/2019    Shipped
## 743        10322              35     61.21 04/11/2019    Shipped
## 744        10334              34     61.38 19/11/2019    On Hold
## 745        10347              50    136.69 29/11/2019    Shipped
## 746        10357              41     61.99 10/12/2019    Shipped
## 747        10370              22     96.86 20/01/2020    Shipped
## 748        10391              44     38.50 09/03/2020    Shipped
## 749        10412              47     61.99 03/05/2020    Shipped
## 750        10425              19     49.22 31/05/2020 In Process
## 751        10106              34     90.39 17/02/2018    Shipped
## 752        10120              29     71.81 29/04/2018    Shipped
## 753        10133              49     69.27 27/06/2018    Shipped
## 754        10145              30     85.32 25/08/2018    Shipped
## 755        10168              21     70.96 28/10/2018    Shipped
## 756        10210              50     76.88 12/01/2019    Shipped
## 757        10223              47    100.53 20/02/2019    Shipped
## 758        10235              24     76.03 02/04/2019    Shipped
## 759        10250              27     98.84 11/05/2019    Shipped
## 760        10263              33     86.17 28/06/2019    Shipped
## 761        10275              35     90.39 23/07/2019    Shipped
## 762        10284              31     71.81 21/08/2019    Shipped
## 763        10297              25     82.79 16/09/2019    Shipped
## 764        10308              27     82.79 15/10/2019    Shipped
## 765        10318              31    100.53 02/11/2019    Shipped
## 766        10327              45    106.26 10/11/2019   Resolved
## 767        10339              27    104.10 23/11/2019    Shipped
## 768        10353              27    130.21 04/12/2019    Shipped
## 769        10374              42     69.27 02/02/2020    Shipped
## 770        10386              21     74.77 01/03/2020   Resolved
## 771        10398              34     76.88 30/03/2020    Shipped
## 772        10401              42     76.03 03/04/2020    On Hold
## 773        10416              15     98.84 10/05/2020    Shipped
## 774        10107              29     70.87 24/02/2018    Shipped
## 775        10120              46     58.15 29/04/2018    Shipped
## 776        10134              30     61.78 01/07/2018    Shipped
## 777        10145              30     49.67 25/08/2018    Shipped
## 778        10168              46     61.18 28/10/2018    Shipped
## 779        10180              25     64.20 11/11/2018    Shipped
## 780        10188              32     65.42 18/11/2018    Shipped
## 781        10210              40     49.67 12/01/2019    Shipped
## 782        10223              28     60.57 20/02/2019    Shipped
## 783        10236              23     55.72 03/04/2019    Shipped
## 784        10251              29     61.18 18/05/2019    Shipped
## 785        10263              34     58.75 28/06/2019    Shipped
## 786        10275              37     63.60 23/07/2019    Shipped
## 787        10285              20     49.06 27/08/2019    Shipped
## 788        10298              32     48.46 27/09/2019    Shipped
## 789        10308              34     52.09 15/10/2019    Shipped
## 790        10318              42     52.70 02/11/2019    Shipped
## 791        10329              38    138.58 15/11/2019    Shipped
## 792        10339              30     62.16 23/11/2019    Shipped
## 793        10362              23     49.67 05/01/2020    Shipped
## 794        10374              22     53.30 02/02/2020    Shipped
## 795        10389              39    179.00 03/03/2020    Shipped
## 796        10402              55     55.72 07/04/2020    Shipped
## 797        10417              36     61.18 13/05/2020   Disputed
## 798        10101              26    145.13 09/01/2018    Shipped
## 799        10110              31    163.69 18/03/2018    Shipped
## 800        10125              34    190.69 21/05/2018    Shipped
## 801        10139              41    194.06 16/07/2018    Shipped
## 802        10149              23    183.94 12/09/2018    Shipped
## 803        10173              22    156.94 05/11/2018    Shipped
## 804        10182              21    145.13 12/11/2018    Shipped
## 805        10193              22    167.06 21/11/2018    Shipped
## 806        10205              40    187.31 03/12/2018    Shipped
## 807        10214              50    190.69 26/01/2019    Shipped
## 808        10227              29    192.38 02/03/2019    Shipped
## 809        10244              43    138.38 29/04/2019    Shipped
## 810        10255              24    155.25 04/06/2019    Shipped
## 811        10280              22    202.50 17/08/2019    Shipped
## 812        10289              43    192.38 03/09/2019    Shipped
## 813        10304              20    178.88 11/10/2019    Shipped
## 814        10312              25    155.25 21/10/2019    Shipped
## 815        10322              36    161.04 04/11/2019    Shipped
## 816        10332              24     52.67 17/11/2019    Shipped
## 817        10347              21    229.30 29/11/2019    Shipped
## 818        10356              30    148.74 09/12/2019    Shipped
## 819        10367              32     94.79 12/01/2020   Resolved
## 820        10380              21     47.18 16/02/2020    Shipped
## 821        10390              26     78.11 04/03/2020    Shipped
## 822        10421              35    155.25 29/05/2020 In Process
## 823        10109              26    121.44 10/03/2018    Shipped
## 824        10123              46    112.20 20/05/2018    Shipped
## 825        10137              37    117.48 10/07/2018    Shipped
## 826        10148              27    130.68 11/09/2018    Shipped
## 827        10161              23    138.60 17/10/2018    Shipped
## 828        10172              39    154.44 05/11/2018    Shipped
## 829        10181              27    143.88 12/11/2018    Shipped
## 830        10192              38    130.68 20/11/2018    Shipped
## 831        10204              27    154.44 02/12/2018    Shipped
## 832        10212              40    122.76 16/01/2019    Shipped
## 833        10226              24    134.64 26/02/2019    Shipped
## 834        10241              44    155.76 13/04/2019    Shipped
## 835        10253              37    139.92 01/06/2019  Cancelled
## 836        10266              20    141.24 06/07/2019    Shipped
## 837        10278              39    110.88 06/08/2019    Shipped
## 838        10287              44    114.84 30/08/2019    Shipped
## 839        10301              22    146.52 05/10/2018    Shipped
## 840        10311              43    122.76 16/10/2019    Shipped
## 841        10321              27    105.60 04/11/2019    Shipped
## 842        10331              26     64.90 17/11/2019    Shipped
## 843        10343              25     52.32 24/11/2019    Shipped
## 844        10366              49    125.40 10/01/2020    Shipped
## 845        10379              29    176.80 10/02/2020    Shipped
## 846        10407              41    155.76 22/04/2020    On Hold
## 847        10419              55    139.92 17/05/2020    Shipped
## 848        10103              27     83.07 29/01/2018    Shipped
## 849        10112              23    110.43 24/03/2018    Shipped
## 850        10126              31     90.17 28/05/2018    Shipped
## 851        10139              46    120.56 16/07/2018    Shipped
## 852        10150              47     91.18 19/09/2018    Shipped
## 853        10163              31    107.39 20/10/2018    Shipped
## 854        10174              46    121.57 06/11/2018    Shipped
## 855        10183              37     89.15 13/11/2018    Shipped
## 856        10193              28     93.21 21/11/2018    Shipped
## 857        10206              37     90.17 05/12/2018    Shipped
## 858        10215              49    112.45 29/01/2019    Shipped
## 859        10228              24    104.35 10/03/2019    Shipped
## 860        10244              30    117.52 29/04/2019    Shipped
## 861        10257              50     88.14 14/06/2019    Shipped
## 862        10270              31     96.24 19/07/2019    Shipped
## 863        10280              46    111.44 17/08/2019    Shipped
## 864        10291              47    121.57 08/09/2019    Shipped
## 865        10304              46    100.30 11/10/2019    Shipped
## 866        10312              37    100.30 21/10/2019    Shipped
## 867        10322              33    106.81 04/11/2019    Shipped
## 868        10347              48    100.30 29/11/2019    Shipped
## 869        10357              41     87.13 10/12/2019    Shipped
## 870        10369              42    109.08 20/01/2020    Shipped
## 871        10391              32     45.25 09/03/2020    Shipped
## 872        10423              10     88.14 30/05/2020 In Process
## 873        10103              35     57.46 29/01/2018    Shipped
## 874        10126              46     73.70 28/05/2018    Shipped
## 875        10139              20     71.20 16/07/2018    Shipped
## 876        10150              30     49.97 19/09/2018    Shipped
## 877        10163              48     69.96 20/10/2018    Shipped
## 878        10173              28     53.72 05/11/2018    Shipped
## 879        10183              39     68.08 13/11/2018    Shipped
## 880        10193              24     51.84 21/11/2018    Shipped
## 881        10206              28     67.46 05/12/2018    Shipped
## 882        10215              31     58.71 29/01/2019    Shipped
## 883        10228              45     63.71 10/03/2019    Shipped
## 884        10244              24     58.09 29/04/2019    Shipped
## 885        10257              49     53.72 14/06/2019    Shipped
## 886        10269              32     63.08 16/07/2019    Shipped
## 887        10280              43     68.71 17/08/2019    Shipped
## 888        10291              37     50.59 08/09/2019    Shipped
## 889        10304              24     64.96 11/10/2019    Shipped
## 890        10312              35     53.72 21/10/2019    Shipped
## 891        10322              41     29.87 04/11/2019    Shipped
## 892        10332              26    114.58 17/11/2019    Shipped
## 893        10347              34     64.96 29/11/2019    Shipped
## 894        10357              49     70.58 10/12/2019    Shipped
## 895        10369              28     44.21 20/01/2020    Shipped
## 896        10392              37     59.96 10/03/2020    Shipped
## 897        10423              31     53.72 30/05/2020 In Process
## 898        10106              41     83.44 17/02/2018    Shipped
## 899        10119              21     89.46 28/04/2018    Shipped
## 900        10130              40     96.34 16/06/2018    Shipped
## 901        10143              46     74.84 10/08/2018    Shipped
## 902        10155              44     79.14 06/10/2018    Shipped
## 903        10167              46     73.12 23/10/2018  Cancelled
## 904        10178              41     81.72 08/11/2018    Shipped
## 905        10186              32     89.46 14/11/2018    Shipped
## 906        10197              46     87.74 26/11/2018    Shipped
## 907        10222              49     94.62 19/02/2019    Shipped
## 908        10248              21     73.98 07/05/2019  Cancelled
## 909        10262              32     84.30 24/06/2019  Cancelled
## 910        10273              34     98.06 21/07/2019    Shipped
## 911        10283              21     98.06 20/08/2019    Shipped
## 912        10296              21     96.34 15/09/2019    Shipped
## 913        10307              31     83.44 14/10/2019    Shipped
## 914        10316              21     94.62 01/11/2019    Shipped
## 915        10327              25     45.86 10/11/2019   Resolved
## 916        10338              28     82.58 22/11/2019    Shipped
## 917        10350              43     64.97 02/12/2019    Shipped
## 918        10373              22     86.74 31/01/2020    Shipped
## 919        10386              37     93.01 01/03/2020   Resolved
## 920        10398              28     72.26 30/03/2020    Shipped
## 921        10400              30     74.84 01/04/2020    Shipped
## 922        10414              44     73.98 06/05/2020    On Hold
## 923        10103              25    101.58 29/01/2018    Shipped
## 924        10126              30     97.39 28/05/2018    Shipped
## 925        10139              20     90.06 16/07/2018    Shipped
## 926        10150              26    107.86 19/09/2018    Shipped
## 927        10163              40    122.52 20/10/2018    Shipped
## 928        10173              31     89.01 05/11/2018    Shipped
## 929        10183              22    113.10 13/11/2018    Shipped
## 930        10193              23    120.43 21/11/2018    Shipped
## 931        10206              30    119.38 05/12/2018    Shipped
## 932        10215              49    107.86 29/01/2019    Shipped
## 933        10228              31    102.63 10/03/2019    Shipped
## 934        10244              29    115.19 29/04/2019    Shipped
## 935        10257              37     84.82 14/06/2019    Shipped
## 936        10270              38    125.66 19/07/2019    Shipped
## 937        10280              29    103.67 17/08/2019    Shipped
## 938        10291              23    124.62 08/09/2019    Shipped
## 939        10304              26     85.87 11/10/2019    Shipped
## 940        10312              38    117.29 21/10/2019    Shipped
## 941        10322              48     47.04 04/11/2019    Shipped
## 942        10332              40     39.80 17/11/2019    Shipped
## 943        10347              45    109.96 29/11/2019    Shipped
## 944        10357              44    117.29 10/12/2019    Shipped
## 945        10369              21     94.22 20/01/2020    Shipped
## 946        10392              29     86.92 10/03/2020    Shipped
## 947        10423              21     84.82 30/05/2020 In Process
## 948        10105              22    139.32 11/02/2018    Shipped
## 949        10117              26    136.59 16/04/2018    Shipped
## 950        10128              41    135.22 06/06/2018    Shipped
## 951        10142              47    128.39 08/08/2018    Shipped
## 952        10153              31    117.47 28/09/2018    Shipped
## 953        10166              43    161.18 21/10/2018    Shipped
## 954        10177              23    159.81 07/11/2018    Shipped
## 955        10185              28    122.93 14/11/2018    Shipped
## 956        10196              49    140.69 26/11/2018    Shipped
## 957        10208              24    109.27 02/01/2019    Shipped
## 958        10221              33    133.86 18/02/2019    Shipped
## 959        10232              22    163.91 20/03/2019    Shipped
## 960        10248              32    118.83 07/05/2019  Cancelled
## 961        10273              40    125.66 21/07/2019    Shipped
## 962        10282              43    155.71 20/08/2019    Shipped
## 963        10293              24    117.47 09/09/2019    Shipped
## 964        10306              32    117.47 14/10/2019    Shipped
## 965        10314              20    136.59 22/10/2019    Shipped
## 966        10325              24     69.12 05/11/2019    Shipped
## 967        10336              48    120.38 20/11/2019    Shipped
## 968        10350              44    117.98 02/12/2019    Shipped
## 969        10372              28    137.96 26/01/2020    Shipped
## 970        10383              24     61.52 22/02/2020    Shipped
## 971        10396              33    159.81 23/03/2020    Shipped
## 972        10414              41    118.83 06/05/2020    On Hold
## 973        10104              23    198.13 31/01/2018    Shipped
## 974        10109              46    179.50 10/03/2018    Shipped
## 975        10114              48    171.03 01/04/2018    Shipped
## 976        10122              25    143.94 08/05/2018    Shipped
## 977        10127              22    174.42 03/06/2018    Shipped
## 978        10136              41    203.21 04/07/2018    Shipped
## 979        10141              34    142.25 01/08/2018    Shipped
## 980        10148              32    169.34 11/09/2018    Shipped
## 981        10151              21    177.81 21/09/2018    Shipped
## 982        10165              47    186.27 22/10/2018    Shipped
## 983        10171              39    140.55 05/11/2018    Shipped
## 984        10175              29    152.41 06/11/2018    Shipped
## 985        10181              45    140.55 12/11/2018    Shipped
## 986        10184              28    157.49 14/11/2018    Shipped
## 987        10192              26    150.71 20/11/2018    Shipped
## 988        10195              50    152.41 25/11/2018    Shipped
## 989        10203              48    172.73 02/12/2018    Shipped
## 990        10207              25    157.49 09/12/2018    Shipped
## 991        10212              40    138.86 16/01/2019    Shipped
## 992        10225              43    149.02 22/02/2019    Shipped
## 993        10229              22    189.66 11/03/2019    Shipped
## 994        10239              47    150.71 12/04/2019    Shipped
## 995        10246              36    198.13 05/05/2019    Shipped
## 996        10253              40    169.34 01/06/2019  Cancelled
## 997        10259              27    135.47 15/06/2019    Shipped
## 998        10266              29    165.95 06/07/2019    Shipped
## 999        10271              20    196.43 20/07/2019    Shipped
## 1000       10278              42    152.41 06/08/2019    Shipped
## 1001       10281              25    167.65 19/08/2019    Shipped
## 1002       10287              36    162.57 30/08/2019    Shipped
## 1003       10292              21    135.47 08/09/2019    Shipped
## 1004       10301              23    174.42 05/10/2018    Shipped
## 1005       10305              37    201.51 13/10/2019    Shipped
## 1006       10310              48    186.27 16/10/2019    Shipped
## 1007       10313              25    182.89 22/10/2019    Shipped
## 1008       10321              33    172.73 04/11/2019    Shipped
## 1009       10324              27    116.87 05/11/2019    Shipped
## 1010       10331              27    154.47 17/11/2019    Shipped
## 1011       10334              20    143.94 19/11/2019    On Hold
## 1012       10342              30    167.65 24/11/2019    Shipped
## 1013       10349              48    154.10 01/12/2019    Shipped
## 1014       10358              32     93.49 10/12/2019    Shipped
## 1015       10366              34    184.58 10/01/2020    Shipped
## 1016       10370              27     56.85 20/01/2020    Shipped
## 1017       10377              39    186.27 09/02/2020    Shipped
## 1018       10383              47    146.15 22/02/2020    Shipped
## 1019       10394              22    152.41 15/03/2020    Shipped
## 1020       10405              55    150.71 14/04/2020    Shipped
## 1021       10412              60    198.13 03/05/2020    Shipped
## 1022       10419              35    169.34 17/05/2020    Shipped
## 1023       10425              28    135.47 31/05/2020 In Process
## 1024       10105              38    113.95 11/02/2018    Shipped
## 1025       10117              21     95.80 16/04/2018    Shipped
## 1026       10128              41    117.98 06/06/2018    Shipped
## 1027       10142              22     97.81 08/08/2018    Shipped
## 1028       10153              29     88.74 28/09/2018    Shipped
## 1029       10165              50    106.89 22/10/2018    Shipped
## 1030       10177              29    105.88 07/11/2018    Shipped
## 1031       10185              49     80.67 14/11/2018    Shipped
## 1032       10196              35    101.85 26/11/2018    Shipped
## 1033       10208              48    116.97 02/01/2019    Shipped
## 1034       10221              23     80.67 18/02/2019    Shipped
## 1035       10232              48     95.80 20/03/2019    Shipped
## 1036       10248              42    121.01 07/05/2019  Cancelled
## 1037       10273              47    115.97 21/07/2019    Shipped
## 1038       10282              36    115.97 20/08/2019    Shipped
## 1039       10293              22    109.92 09/09/2019    Shipped
## 1040       10306              40     91.76 14/10/2019    Shipped
## 1041       10314              23    107.90 22/10/2019    Shipped
## 1042       10326              32    118.99 09/11/2019    Shipped
## 1043       10336              21    106.21 20/11/2019    Shipped
## 1044       10350              41     93.04 02/12/2019    Shipped
## 1045       10372              25     84.71 26/01/2020    Shipped
## 1046       10383              26    128.48 22/02/2020    Shipped
## 1047       10396              24     89.75 23/03/2020    Shipped
## 1048       10414              48    121.01 06/05/2020    On Hold
## 1049       10108              26     68.35 03/03/2018    Shipped
## 1050       10122              21     73.17 08/05/2018    Shipped
## 1051       10135              45     78.00 02/07/2018    Shipped
## 1052       10147              36     86.04 05/09/2018    Shipped
## 1053       10169              32     70.76 04/11/2018    Shipped
## 1054       10181              30     82.82 12/11/2018    Shipped
## 1055       10191              36     94.88 20/11/2018    Shipped
## 1056       10203              33     86.04 02/12/2018    Shipped
## 1057       10211              35     78.00 15/01/2019    Shipped
## 1058       10225              37     95.69 22/02/2019    Shipped
## 1059       10238              41     73.17 09/04/2019    Shipped
## 1060       10252              20     76.39 26/05/2019    Shipped
## 1061       10265              45     86.84 02/07/2019    Shipped
## 1062       10276              38     69.96 02/08/2019    Shipped
## 1063       10287              43     70.76 30/08/2019    Shipped
## 1064       10300              49     78.80 04/10/2018    Shipped
## 1065       10310              27     80.41 16/10/2019    Shipped
## 1066       10319              46     73.98 03/11/2019    Shipped
## 1067       10329              38     59.10 15/11/2019    Shipped
## 1068       10342              25     66.74 24/11/2019    Shipped
## 1069       10363              46     60.30 06/01/2020    Shipped
## 1070       10378              22    112.00 10/02/2020    Shipped
## 1071       10390              40    137.29 04/03/2020    Shipped
## 1072       10103              46    104.17 29/01/2018    Shipped
## 1073       10126              38     82.34 28/05/2018    Shipped
## 1074       10139              30    103.18 16/07/2018    Shipped
## 1075       10149              42     94.25 12/09/2018    Shipped
## 1076       10163              43    116.08 20/10/2018    Shipped
## 1077       10173              29     95.24 05/11/2018    Shipped
## 1078       10182              33     86.31 12/11/2018    Shipped
## 1079       10193              32     79.37 21/11/2018    Shipped
## 1080       10206              28     87.30 05/12/2018    Shipped
## 1081       10215              41    111.12 29/01/2019    Shipped
## 1082       10227              33    111.12 02/03/2019    Shipped
## 1083       10244              36     84.33 29/04/2019    Shipped
## 1084       10257              26     89.29 14/06/2019    Shipped
## 1085       10280              34    102.19 17/08/2019    Shipped
## 1086       10290              26     96.23 07/09/2019    Shipped
## 1087       10304              38    104.17 11/10/2019    Shipped
## 1088       10312              33    107.15 21/10/2019    Shipped
## 1089       10323              33     91.27 05/11/2019    Shipped
## 1090       10347              26    102.19 29/11/2019    Shipped
## 1091       10357              25    104.17 10/12/2019    Shipped
## 1092       10369              45     73.08 20/01/2020    Shipped
## 1093       10382              50    178.71 17/02/2020    Shipped
## 1094       10392              36    112.11 10/03/2020    Shipped
## 1095       10423              21     89.29 30/05/2020 In Process
## 1096       10108              29    139.64 03/03/2018    Shipped
## 1097       10122              21    117.59 08/05/2018    Shipped
## 1098       10135              42    129.35 02/07/2018    Shipped
## 1099       10147              37    119.06 05/09/2018    Shipped
## 1100       10169              36    123.47 04/11/2018    Shipped
## 1101       10181              22    154.34 12/11/2018    Shipped
## 1102       10191              23    148.46 20/11/2018    Shipped
## 1103       10203              32    160.22 02/12/2018    Shipped
## 1104       10211              28    133.76 15/01/2019    Shipped
## 1105       10225              27    169.04 22/02/2019    Shipped
## 1106       10238              49    133.76 09/04/2019    Shipped
## 1107       10252              41    164.63 26/05/2019    Shipped
## 1108       10265              49    171.98 02/07/2019    Shipped
## 1109       10276              30    130.82 02/08/2019    Shipped
## 1110       10287              40    169.04 30/08/2019    Shipped
## 1111       10300              23    164.63 04/10/2018    Shipped
## 1112       10310              49    127.88 16/10/2019    Shipped
## 1113       10320              25    139.64 03/11/2019    Shipped
## 1114       10330              37    119.06 16/11/2019    Shipped
## 1115       10342              55    119.06 24/11/2019    Shipped
## 1116       10355              23    138.17 07/12/2019    Shipped
## 1117       10363              24    172.61 06/01/2020    Shipped
## 1118       10378              43     96.49 10/02/2020    Shipped
## 1119       10390              50    147.94 04/03/2020    Shipped
## 1120       10109              47    132.80 10/03/2018    Shipped
## 1121       10123              34    156.82 20/05/2018    Shipped
## 1122       10137              31    165.30 10/07/2018    Shipped
## 1123       10148              28    129.98 11/09/2018    Shipped
## 1124       10161              36    154.00 17/10/2018    Shipped
## 1125       10172              48    114.44 05/11/2018    Shipped
## 1126       10181              39    148.34 12/11/2018    Shipped
## 1127       10192              45    118.68 20/11/2018    Shipped
## 1128       10204              35    163.88 02/12/2018    Shipped
## 1129       10212              45    141.28 16/01/2019    Shipped
## 1130       10226              46    159.65 26/02/2019    Shipped
## 1131       10240              37    161.06 13/04/2019    Shipped
## 1132       10253              31    129.98 01/06/2019  Cancelled
## 1133       10266              33    152.58 06/07/2019    Shipped
## 1134       10278              31    132.80 06/08/2019    Shipped
## 1135       10287              27    159.65 30/08/2019    Shipped
## 1136       10301              39    165.30 05/10/2018    Shipped
## 1137       10311              32    113.02 16/10/2019    Shipped
## 1138       10321              28    151.17 04/11/2019    Shipped
## 1139       10331              26     67.91 17/11/2019    Shipped
## 1140       10343              44     84.88 24/11/2019    Shipped
## 1141       10367              46    104.53 12/01/2020   Resolved
## 1142       10379              32     70.83 10/02/2020    Shipped
## 1143       10406              65    161.06 15/04/2020   Disputed
## 1144       10419              43    129.98 17/05/2020    Shipped
## 1145       10108              43     67.77 03/03/2018    Shipped
## 1146       10122              35     49.74 08/05/2018    Shipped
## 1147       10135              45     50.36 02/07/2018    Shipped
## 1148       10146              47     67.14 03/09/2018    Shipped
## 1149       10169              38     68.39 04/11/2018    Shipped
## 1150       10180              21     50.36 11/11/2018    Shipped
## 1151       10191              43     72.74 20/11/2018    Shipped
## 1152       10211              46     54.09 15/01/2019    Shipped
## 1153       10224              38     58.44 21/02/2019    Shipped
## 1154       10237              26     52.22 05/04/2019    Shipped
## 1155       10252              31     52.84 26/05/2019    Shipped
## 1156       10264              48     54.71 30/06/2019    Shipped
## 1157       10276              33     50.36 02/08/2019    Shipped
## 1158       10286              38     57.20 28/08/2019    Shipped
## 1159       10299              39     55.95 30/09/2019    Shipped
## 1160       10310              42     67.14 16/10/2019    Shipped
## 1161       10319              44     59.06 03/11/2019    Shipped
## 1162       10330              29     69.63 16/11/2019    Shipped
## 1163       10342              26     55.95 24/11/2019    Shipped
## 1164       10355              31     53.47 07/12/2019    Shipped
## 1165       10363              32     89.12 06/01/2020    Shipped
## 1166       10378              28    164.63 10/02/2020    Shipped
## 1167       10390              36    141.11 04/03/2020    Shipped
## 1168       10403              36     52.22 08/04/2020    Shipped
## 1169       10106              41    116.46 17/02/2018    Shipped
## 1170       10119              27     99.52 28/04/2018    Shipped
## 1171       10130              33    103.75 16/06/2018    Shipped
## 1172       10143              34    101.64 10/08/2018    Shipped
## 1173       10155              29    124.93 06/10/2018    Shipped
## 1174       10167              34    105.87 23/10/2018  Cancelled
## 1175       10178              48    112.22 08/11/2018    Shipped
## 1176       10186              46    106.93 14/11/2018    Shipped
## 1177       10197              22    115.40 26/11/2018    Shipped
## 1178       10222              45     85.75 19/02/2019    Shipped
## 1179       10249              46    121.75 08/05/2019    Shipped
## 1180       10262              34    120.69 24/06/2019  Cancelled
## 1181       10273              50     85.75 21/07/2019    Shipped
## 1182       10283              46    125.99 20/08/2019    Shipped
## 1183       10296              22     84.70 15/09/2019    Shipped
## 1184       10307              48     86.81 14/10/2019    Shipped
## 1185       10316              47     86.81 01/11/2019    Shipped
## 1186       10328              34    112.22 12/11/2019    Shipped
## 1187       10338              45    122.81 22/11/2019    Shipped
## 1188       10351              20    168.73 03/12/2019    Shipped
## 1189       10373              50     60.49 31/01/2020    Shipped
## 1190       10386              22     57.55 01/03/2020   Resolved
## 1191       10398              45    106.93 30/03/2020    Shipped
## 1192       10400              58    125.99 01/04/2020    Shipped
## 1193       10415              51    121.75 09/05/2020   Disputed
## 1194       10104              38    140.75 31/01/2018    Shipped
## 1195       10117              22    126.39 16/04/2018    Shipped
## 1196       10127              25    137.88 03/06/2018    Shipped
## 1197       10142              24    157.98 08/08/2018    Shipped
## 1198       10152              35    129.26 25/09/2018    Shipped
## 1199       10165              28    119.20 22/10/2018    Shipped
## 1200       10176              36    153.67 06/11/2018    Shipped
## 1201       10185              39    130.69 14/11/2018    Shipped
## 1202       10196              27    168.04 26/11/2018    Shipped
## 1203       10207              40    153.67 09/12/2018    Shipped
## 1204       10220              50    165.16 12/02/2019    Shipped
## 1205       10230              42    172.34 15/03/2019    Shipped
## 1206       10247              48    140.75 05/05/2019    Shipped
## 1207       10272              25    149.36 20/07/2019    Shipped
## 1208       10282              31    150.80 20/08/2019    Shipped
## 1209       10292              44    162.29 08/09/2019    Shipped
## 1210       10306              23    156.55 14/10/2019    Shipped
## 1211       10314              29    145.06 22/10/2019    Shipped
## 1212       10324              49    109.79 05/11/2019    Shipped
## 1213       10337              36    157.76 21/11/2019    Shipped
## 1214       10349              34    129.26 01/12/2019    Shipped
## 1215       10358              25    101.13 10/12/2019    Shipped
## 1216       10372              48    146.49 26/01/2020    Shipped
## 1217       10383              38    140.55 22/02/2020    Shipped
## 1218       10394              37    172.34 15/03/2020    Shipped
## 1219       10413              49    140.75 05/05/2020    Shipped
## 1220       10100              22     86.51 06/01/2018    Shipped
## 1221       10110              28     89.27 18/03/2018    Shipped
## 1222       10124              36     85.59 21/05/2018    Shipped
## 1223       10148              34    105.83 11/09/2018    Shipped
## 1224       10173              21     75.46 05/11/2018    Shipped
## 1225       10182              36    109.52 12/11/2018    Shipped
## 1226       10193              24     97.55 21/11/2018    Shipped
## 1227       10204              29     85.59 02/12/2018    Shipped
## 1228       10213              38     94.79 22/01/2019    Shipped
## 1229       10227              34    104.91 02/03/2019    Shipped
## 1230       10241              42     90.19 13/04/2019    Shipped
## 1231       10280              35    105.83 17/08/2019    Shipped
## 1232       10288              35     80.99 01/09/2019    Shipped
## 1233       10302              38     89.27 06/10/2018    Shipped
## 1234       10311              41     81.91 16/10/2019    Shipped
## 1235       10332              50    146.20 17/11/2019    Shipped
## 1236       10344              21    104.91 25/11/2019    Shipped
## 1237       10367              43     62.72 12/01/2020   Resolved
## 1238       10380              32    105.52 16/02/2020    Shipped
## 1239       10407               6     90.19 22/04/2020    On Hold
## 1240       10420              66     92.95 29/05/2020 In Process
## 1241       10105              41     82.50 11/02/2018    Shipped
## 1242       10117              23     97.42 16/04/2018    Shipped
## 1243       10128              43     92.16 06/06/2018    Shipped
## 1244       10142              24     70.22 08/08/2018    Shipped
## 1245       10153              22     83.38 28/09/2018    Shipped
## 1246       10166              26     73.73 21/10/2018    Shipped
## 1247       10177              35     74.60 07/11/2018    Shipped
## 1248       10185              47     77.24 14/11/2018    Shipped
## 1249       10197              50    101.81 26/11/2018    Shipped
## 1250       10208              45     87.77 02/01/2019    Shipped
## 1251       10221              39     89.53 18/02/2019    Shipped
## 1252       10232              23     89.53 20/03/2019    Shipped
## 1253       10248              42     75.48 07/05/2019  Cancelled
## 1254       10261              20     89.53 17/06/2019    Shipped
## 1255       10273              33     71.09 21/07/2019    Shipped
## 1256       10283              34    105.32 20/08/2019    Shipped
## 1257       10293              49    100.94 09/09/2019    Shipped
## 1258       10306              39     90.40 14/10/2019    Shipped
## 1259       10315              36    100.06 29/10/2019    Shipped
## 1260       10326              50     86.01 09/11/2019    Shipped
## 1261       10337              29    155.11 21/11/2019    Shipped
## 1262       10350              30    100.77 02/12/2019    Shipped
## 1263       10372              41     86.89 26/01/2020    Shipped
## 1264       10383              28     58.58 22/02/2020    Shipped
## 1265       10396              45    105.32 23/03/2020    Shipped
## 1266       10414              16     75.48 06/05/2020    On Hold
## 1267       10103              36    117.45 29/01/2018    Shipped
## 1268       10114              41    117.45 01/04/2018    Shipped
## 1269       10126              50    141.66 28/05/2018    Shipped
## 1270       10140              40    115.03 24/07/2018    Shipped
## 1271       10150              49    131.98 19/09/2018    Shipped
## 1272       10164              45    111.39 21/10/2018   Resolved
## 1273       10175              47    108.97 06/11/2018    Shipped
## 1274       10183              21    116.24 13/11/2018    Shipped
## 1275       10194              32    133.19 25/11/2018    Shipped
## 1276       10207              47    141.66 09/12/2018    Shipped
## 1277       10217              38    118.66 04/02/2019    Shipped
## 1278       10229              41    115.03 11/03/2019    Shipped
## 1279       10245              21    113.82 04/05/2019    Shipped
## 1280       10259              41    113.82 15/06/2019    Shipped
## 1281       10270              38    141.66 19/07/2019    Shipped
## 1282       10281              25     99.29 19/08/2019    Shipped
## 1283       10291              48    110.18 08/09/2019    Shipped
## 1284       10305              22     99.29 13/10/2019    Shipped
## 1285       10313              28    102.92 22/10/2019    Shipped
## 1286       10323              47    131.98 05/11/2019    Shipped
## 1287       10334              49    138.03 19/11/2019    On Hold
## 1288       10347              45    130.77 29/11/2019    Shipped
## 1289       10357              28    127.13 10/12/2019    Shipped
## 1290       10370              29     57.53 20/01/2020    Shipped
## 1291       10382              39    125.40 17/02/2020    Shipped
## 1292       10411              46    113.82 01/05/2020    Shipped
## 1293       10425              38    113.82 31/05/2020 In Process
## 1294       10103              41     47.29 29/01/2018    Shipped
## 1295       10113              50     49.81 26/03/2018    Shipped
## 1296       10126              43     53.83 28/05/2018    Shipped
## 1297       10140              29     43.27 24/07/2018    Shipped
## 1298       10150              30     42.76 19/09/2018    Shipped
## 1299       10164              25     53.83 21/10/2018   Resolved
## 1300       10174              49     44.78 06/11/2018    Shipped
## 1301       10183              40     49.30 13/11/2018    Shipped
## 1302       10194              41     44.78 25/11/2018    Shipped
## 1303       10206              21     53.33 05/12/2018    Shipped
## 1304       10215              46     45.28 29/01/2019    Shipped
## 1305       10229              39     40.25 11/03/2019    Shipped
## 1306       10245              45     59.87 04/05/2019    Shipped
## 1307       10258              21     59.87 15/06/2019    Shipped
## 1308       10270              44     58.36 19/07/2019    Shipped
## 1309       10281              44     59.87 19/08/2019    Shipped
## 1310       10291              29     51.82 08/09/2019    Shipped
## 1311       10304              34     49.30 11/10/2019    Shipped
## 1312       10312              39     56.85 21/10/2019    Shipped
## 1313       10324              38    179.79 05/11/2019    Shipped
## 1314       10348              29    245.20 01/11/2019    Shipped
## 1315       10358              30    176.76 10/12/2019    Shipped
## 1316       10370              20    136.50 20/01/2020    Shipped
## 1317       10382              39    200.70 17/02/2020    Shipped
## 1318       10411              35     59.87 01/05/2020    Shipped
## 1319       10424              26     59.87 31/05/2020 In Process
## 1320       10108              44    126.48 03/03/2018    Shipped
## 1321       10122              28    127.97 08/05/2018    Shipped
## 1322       10135              31    151.78 02/07/2018    Shipped
## 1323       10146              29    153.26 03/09/2018    Shipped
## 1324       10169              33    148.80 04/11/2018    Shipped
## 1325       10180              44    126.48 11/11/2018    Shipped
## 1326       10191              32    132.43 20/11/2018    Shipped
## 1327       10211              41    138.38 15/01/2019    Shipped
## 1328       10225              35    150.29 22/02/2019    Shipped
## 1329       10238              44    144.34 09/04/2019    Shipped
## 1330       10252              26    136.90 26/05/2019    Shipped
## 1331       10264              20    120.53 30/06/2019    Shipped
## 1332       10276              48    119.04 02/08/2019    Shipped
## 1333       10287              34    126.48 30/08/2019    Shipped
## 1334       10299              49    162.19 30/09/2019    Shipped
## 1335       10310              40    133.92 16/10/2019    Shipped
## 1336       10319              45    175.58 03/11/2019    Shipped
## 1337       10330              50    122.02 16/11/2019    Shipped
## 1338       10342              38    165.17 24/11/2019    Shipped
## 1339       10355              25    168.14 07/12/2019    Shipped
## 1340       10363              28     58.18 06/01/2020    Shipped
## 1341       10378              49     67.14 10/02/2020    Shipped
## 1342       10390              49    140.06 04/03/2020    Shipped
## 1343       10110              42     61.29 18/03/2018    Shipped
## 1344       10124              23     57.73 21/05/2018    Shipped
## 1345       10148              29     81.25 11/09/2018    Shipped
## 1346       10161              25     80.54 17/10/2018    Shipped
## 1347       10173              39     71.98 05/11/2018    Shipped
## 1348       10182              44     69.84 12/11/2018    Shipped
## 1349       10193              25     76.26 21/11/2018    Shipped
## 1350       10204              45     76.26 02/12/2018    Shipped
## 1351       10213              25     83.39 22/01/2019    Shipped
## 1352       10227              37     57.73 02/03/2019    Shipped
## 1353       10241              30     66.99 13/04/2019    Shipped
## 1354       10267              36     75.55 07/07/2019    Shipped
## 1355       10279              26     60.58 09/08/2019    Shipped
## 1356       10288              23     73.41 01/09/2019    Shipped
## 1357       10302              23     72.70 06/10/2018    Shipped
## 1358       10311              25     66.99 16/10/2019    Shipped
## 1359       10332              21    165.38 17/11/2019    Shipped
## 1360       10344              26     63.43 25/11/2019    Shipped
## 1361       10367              44     85.25 12/01/2020   Resolved
## 1362       10380              24    189.00 16/02/2020    Shipped
## 1363       10407              66     66.99 22/04/2020    On Hold
## 1364       10420              36     57.73 29/05/2020 In Process
## 1365       10110              36     85.25 18/03/2018    Shipped
## 1366       10124              22     77.90 21/05/2018    Shipped
## 1367       10148              25     60.26 11/09/2018    Shipped
## 1368       10161              37     72.76 17/10/2018    Shipped
## 1369       10172              32     75.69 05/11/2018    Shipped
## 1370       10182              47     74.22 12/11/2018    Shipped
## 1371       10192              37     69.82 20/11/2018    Shipped
## 1372       10204              20     62.47 02/12/2018    Shipped
## 1373       10212              41     82.31 16/01/2019    Shipped
## 1374       10226              21     60.26 26/02/2019    Shipped
## 1375       10241              22     76.43 13/04/2019    Shipped
## 1376       10267              40     80.10 07/07/2019    Shipped
## 1377       10279              32     74.96 09/08/2019    Shipped
## 1378       10288              36     66.14 01/09/2019    Shipped
## 1379       10301              27     72.02 05/10/2018    Shipped
## 1380       10311              26     87.45 16/10/2019    Shipped
## 1381       10321              30     70.55 04/11/2019    Shipped
## 1382       10332              23     56.84 17/11/2019    Shipped
## 1383       10344              29     59.53 25/11/2019    Shipped
## 1384       10367              21     60.37 12/01/2020   Resolved
## 1385       10380              34    101.23 16/02/2020    Shipped
## 1386       10407              26     76.43 22/04/2020    On Hold
## 1387       10420              60     64.67 29/05/2020 In Process
## 1388       10104              35     55.49 31/01/2018    Shipped
## 1389       10115              47     69.36 04/04/2018    Shipped
## 1390       10127              20     60.69 03/06/2018    Shipped
## 1391       10141              20     54.33 01/08/2018    Shipped
## 1392       10152              25     65.31 25/09/2018    Shipped
## 1393       10165              25     69.36 22/10/2018    Shipped
## 1394       10176              27     68.78 06/11/2018    Shipped
## 1395       10184              31     60.11 14/11/2018    Shipped
## 1396       10195              44     66.47 25/11/2018    Shipped
## 1397       10207              49     46.82 09/12/2018    Shipped
## 1398       10220              26     56.07 12/02/2019    Shipped
## 1399       10230              36     54.33 15/03/2019    Shipped
## 1400       10246              44     52.60 05/05/2019    Shipped
## 1401       10259              28     46.82 15/06/2019    Shipped
## 1402       10271              45     64.74 20/07/2019    Shipped
## 1403       10282              29     46.82 20/08/2019    Shipped
## 1404       10292              40     53.75 08/09/2019    Shipped
## 1405       10305              45     61.85 13/10/2019    Shipped
## 1406       10314              44     53.18 22/10/2019    Shipped
## 1407       10324              25     69.16 05/11/2019    Shipped
## 1408       10336              45    132.72 20/11/2019    Shipped
## 1409       10349              48     47.40 01/12/2019    Shipped
## 1410       10358              44     60.76 10/12/2019    Shipped
## 1411       10371              25     97.27 23/01/2020    Shipped
## 1412       10383              22     91.76 22/02/2020    Shipped
## 1413       10394              31     50.29 15/03/2020    Shipped
## 1414       10412              21     52.60 03/05/2020    Shipped
## 1415       10425              55     46.82 31/05/2020 In Process
## 1416       10107              25    113.83 24/02/2018    Shipped
## 1417       10120              35     98.05 29/04/2018    Shipped
## 1418       10134              35     93.54 01/07/2018    Shipped
## 1419       10145              43     95.80 25/08/2018    Shipped
## 1420       10168              50    114.95 28/10/2018    Shipped
## 1421       10180              48    111.57 11/11/2018    Shipped
## 1422       10188              25    101.43 18/11/2018    Shipped
## 1423       10211              25     90.16 15/01/2019    Shipped
## 1424       10223              32     91.29 20/02/2019    Shipped
## 1425       10237              20    114.95 05/04/2019    Shipped
## 1426       10251              26    101.43 18/05/2019    Shipped
## 1427       10263              42    102.56 28/06/2019    Shipped
## 1428       10275              21    102.56 23/07/2019    Shipped
## 1429       10285              34    109.32 27/08/2019    Shipped
## 1430       10299              47    116.08 30/09/2019    Shipped
## 1431       10309              21    126.22 15/10/2019    Shipped
## 1432       10318              48    134.11 02/11/2019    Shipped
## 1433       10329              30     87.78 15/11/2019    Shipped
## 1434       10339              27     84.39 23/11/2019    Shipped
## 1435       10362              50     96.92 05/01/2020    Shipped
## 1436       10374              38    110.45 02/02/2020    Shipped
## 1437       10389              45    102.17 03/03/2020    Shipped
## 1438       10403              46    114.95 08/04/2020    Shipped
## 1439       10417              35    101.43 13/05/2020   Disputed
## 1440       10110              29     59.37 18/03/2018    Shipped
## 1441       10123              50     59.87 20/05/2018    Shipped
## 1442       10137              26     49.81 10/07/2018    Shipped
## 1443       10148              47     56.85 11/09/2018    Shipped
## 1444       10161              23     53.33 17/10/2018    Shipped
## 1445       10172              34     42.76 05/11/2018    Shipped
## 1446       10181              34     53.83 12/11/2018    Shipped
## 1447       10192              47     53.83 20/11/2018    Shipped
## 1448       10204              45     49.81 02/12/2018    Shipped
## 1449       10212              45     53.33 16/01/2019    Shipped
## 1450       10226              36     43.27 26/02/2019    Shipped
## 1451       10241              21     40.25 13/04/2019    Shipped
## 1452       10266              28     48.30 06/07/2019    Shipped
## 1453       10278              35     45.28 06/08/2019    Shipped
## 1454       10288              50     52.32 01/09/2019    Shipped
## 1455       10301              22     51.32 05/10/2018    Shipped
## 1456       10311              45     49.30 16/10/2019    Shipped
## 1457       10321              48     42.26 04/11/2019    Shipped
## 1458       10332              20     87.96 17/11/2019    Shipped
## 1459       10343              27     36.21 24/11/2019    Shipped
## 1460       10367              38     38.50 12/01/2020   Resolved
## 1461       10379              32    124.08 10/02/2020    Shipped
## 1462       10407              64     40.25 22/04/2020    On Hold
## 1463       10420              37     60.37 29/05/2020 In Process
## 1464       10106              28     88.63 17/02/2018    Shipped
## 1465       10120              39    119.27 29/04/2018    Shipped
## 1466       10133              41     94.10 27/06/2018    Shipped
## 1467       10145              40     87.54 25/08/2018    Shipped
## 1468       10168              49    131.30 28/10/2018    Shipped
## 1469       10210              27     98.48 12/01/2019    Shipped
## 1470       10223              34    106.14 20/02/2019    Shipped
## 1471       10235              23     96.29 02/04/2019    Shipped
## 1472       10250              31     88.63 11/05/2019    Shipped
## 1473       10262              34     97.38 24/06/2019  Cancelled
## 1474       10275              25     95.20 23/07/2019    Shipped
## 1475       10284              22    105.04 21/08/2019    Shipped
## 1476       10297              32    126.93 16/09/2019    Shipped
## 1477       10308              31    112.70 15/10/2019    Shipped
## 1478       10316              25    114.89 01/11/2019    Shipped
## 1479       10328              47     87.54 12/11/2019    Shipped
## 1480       10339              21     50.65 23/11/2019    Shipped
## 1481       10353              28     71.73 04/12/2019    Shipped
## 1482       10374              46     94.10 02/02/2020    Shipped
## 1483       10386              33     41.71 01/03/2020   Resolved
## 1484       10398              43    129.12 30/03/2020    Shipped
## 1485       10401              38     96.29 03/04/2020    On Hold
## 1486       10416              47     88.63 10/05/2020    Shipped
## 1487       10101              45     31.20 09/01/2018    Shipped
## 1488       10110              20     35.51 18/03/2018    Shipped
## 1489       10124              45     37.84 21/05/2018    Shipped
## 1490       10149              36     33.19 12/09/2018    Shipped
## 1491       10173              31     31.53 05/11/2018    Shipped
## 1492       10182              39     36.84 12/11/2018    Shipped
## 1493       10193              26     29.21 21/11/2018    Shipped
## 1494       10205              32     37.17 03/12/2018    Shipped
## 1495       10214              20     34.19 26/01/2019    Shipped
## 1496       10227              42     29.21 02/03/2019    Shipped
## 1497       10243              33     29.54 26/04/2019    Shipped
## 1498       10280              20     28.88 17/08/2019    Shipped
## 1499       10288              29     38.17 01/09/2019    Shipped
## 1500       10304              23     30.20 11/10/2019    Shipped
## 1501       10312              39     29.54 21/10/2019    Shipped
## 1502       10322              20    131.20 04/11/2019    Shipped
## 1503       10332              45     81.91 17/11/2019    Shipped
## 1504       10344              20     35.18 25/11/2019    Shipped
## 1505       10356              48    202.50 09/12/2019    Shipped
## 1506       10367              23     36.29 12/01/2020   Resolved
## 1507       10380              32     70.56 16/02/2020    Shipped
## 1508       10391              33    252.87 09/03/2020    Shipped
## 1509       10409              61     29.54 23/04/2020    Shipped
## 1510       10420              45     26.88 29/05/2020 In Process
## 1511       10107              38     83.03 24/02/2018    Shipped
## 1512       10120              34     83.79 29/04/2018    Shipped
## 1513       10134              43     83.03 01/07/2018    Shipped
## 1514       10145              47     83.03 25/08/2018    Shipped
## 1515       10158              22     67.03 10/10/2018    Shipped
## 1516       10168              29     75.41 28/10/2018    Shipped
## 1517       10180              28     68.55 11/11/2018    Shipped
## 1518       10188              40     91.40 18/11/2018    Shipped
## 1519       10210              30     61.70 12/01/2019    Shipped
## 1520       10223              38     69.31 20/02/2019    Shipped
## 1521       10236              36     87.60 03/04/2019    Shipped
## 1522       10250              32     87.60 11/05/2019    Shipped
## 1523       10263              37     62.46 28/06/2019    Shipped
## 1524       10275              30     79.98 23/07/2019    Shipped
## 1525       10285              39     70.08 27/08/2019    Shipped
## 1526       10297              32     65.51 16/09/2019    Shipped
## 1527       10308              47     63.22 15/10/2019    Shipped
## 1528       10318              26     86.83 02/11/2019    Shipped
## 1529       10329              37     94.43 15/11/2019    Shipped
## 1530       10340              55     79.98 24/11/2019    Shipped
## 1531       10363              21    171.22 06/01/2020    Shipped
## 1532       10375              23    106.23 03/02/2020    Shipped
## 1533       10389              49     81.40 03/03/2020    Shipped
## 1534       10402              59     87.60 07/04/2020    Shipped
## 1535       10416              32     87.60 10/05/2020    Shipped
## 1536       10105              43    147.47 11/02/2018    Shipped
## 1537       10117              41    126.58 16/04/2018    Shipped
## 1538       10129              45    133.95 12/06/2018    Shipped
## 1539       10142              33    102.00 08/08/2018    Shipped
## 1540       10153              40    136.41 28/09/2018    Shipped
## 1541       10167              33    115.52 23/10/2018  Cancelled
## 1542       10177              50    121.66 07/11/2018    Shipped
## 1543       10185              30    105.69 14/11/2018    Shipped
## 1544       10197              41    110.60 26/11/2018    Shipped
## 1545       10208              35    122.89 02/01/2019    Shipped
## 1546       10221              49    138.87 18/02/2019    Shipped
## 1547       10232              46    122.89 20/03/2019    Shipped
## 1548       10248              48    145.01 07/05/2019  Cancelled
## 1549       10261              36    125.35 17/06/2019    Shipped
## 1550       10273              22    126.58 21/07/2019    Shipped
## 1551       10283              42    126.58 20/08/2019    Shipped
## 1552       10293              21    140.09 09/09/2019    Shipped
## 1553       10306              29    110.60 14/10/2019    Shipped
## 1554       10315              35    120.43 29/10/2019    Shipped
## 1555       10326              41    105.69 09/11/2019    Shipped
## 1556       10337              29     71.97 21/11/2019    Shipped
## 1557       10350              34     50.33 02/12/2019    Shipped
## 1558       10372              37    105.69 26/01/2020    Shipped
## 1559       10396              49    116.75 23/03/2020    Shipped
## 1560       10414              23    145.01 06/05/2020    On Hold
## 1561       10101              46     53.76 09/01/2018    Shipped
## 1562       10110              39     44.35 18/03/2018    Shipped
## 1563       10124              22     45.25 21/05/2018    Shipped
## 1564       10149              49     49.28 12/09/2018    Shipped
## 1565       10173              27     41.22 05/11/2018    Shipped
## 1566       10182              31     36.74 12/11/2018    Shipped
## 1567       10193              20     50.62 21/11/2018    Shipped
## 1568       10205              24     38.08 03/12/2018    Shipped
## 1569       10214              49     47.94 26/01/2019    Shipped
## 1570       10227              24     48.38 02/03/2019    Shipped
## 1571       10244              39     45.25 29/04/2019    Shipped
## 1572       10255              37     45.70 04/06/2019    Shipped
## 1573       10280              45     47.49 17/08/2019    Shipped
## 1574       10289              45     48.38 03/09/2019    Shipped
## 1575       10304              44     39.42 11/10/2019    Shipped
## 1576       10312              23     37.63 21/10/2019    Shipped
## 1577       10322              30    116.67 04/11/2019    Shipped
## 1578       10332              26     85.52 17/11/2019    Shipped
## 1579       10345              43     53.76 25/11/2019    Shipped
## 1580       10356              26     31.86 09/12/2019    Shipped
## 1581       10367              28     30.59 12/01/2020   Resolved
## 1582       10380              27     68.35 16/02/2020    Shipped
## 1583       10391              24    168.42 09/03/2020    Shipped
## 1584       10421              40     45.70 29/05/2020 In Process
## 1585       10103              36    102.23 29/01/2018    Shipped
## 1586       10114              21    139.29 01/04/2018    Shipped
## 1587       10126              27    126.51 28/05/2018    Shipped
## 1588       10140              47    108.62 24/07/2018    Shipped
## 1589       10151              42    121.40 21/09/2018    Shipped
## 1590       10165              32    145.68 22/10/2018    Shipped
## 1591       10175              28    106.07 06/11/2018    Shipped
## 1592       10184              24    145.68 14/11/2018    Shipped
## 1593       10194              49    117.57 25/11/2018    Shipped
## 1594       10207              46    148.24 09/12/2018    Shipped
## 1595       10217              28    112.46 04/02/2019    Shipped
## 1596       10229              48    118.84 11/03/2019    Shipped
## 1597       10246              29    121.40 05/05/2019    Shipped
## 1598       10259              47    112.46 15/06/2019    Shipped
## 1599       10271              43    130.35 20/07/2019    Shipped
## 1600       10281              25    111.18 19/08/2019    Shipped
## 1601       10291              48    112.46 08/09/2019    Shipped
## 1602       10305              24    132.90 13/10/2019    Shipped
## 1603       10313              42    132.90 22/10/2019    Shipped
## 1604       10324              31    123.24 05/11/2019    Shipped
## 1605       10334              42    131.62 19/11/2019    On Hold
## 1606       10348              37    161.66 01/11/2019    Shipped
## 1607       10358              41    138.65 10/12/2019    Shipped
## 1608       10371              20    172.47 23/01/2020    Shipped
## 1609       10382              20    132.72 17/02/2020    Shipped
## 1610       10412              70    121.40 03/05/2020    Shipped
## 1611       10425              49    112.46 31/05/2020 In Process
## 1612       10108              35     58.87 03/03/2018    Shipped
## 1613       10121              32     76.88 07/05/2018    Shipped
## 1614       10135              29     61.64 02/07/2018    Shipped
## 1615       10145              27     60.95 25/08/2018    Shipped
## 1616       10169              38     74.11 04/11/2018    Shipped
## 1617       10180              35     72.03 11/11/2018    Shipped
## 1618       10190              42     76.19 19/11/2018    Shipped
## 1619       10211              21     63.72 15/01/2019    Shipped
## 1620       10224              37     80.34 21/02/2019    Shipped
## 1621       10237              26     79.65 05/04/2019    Shipped
## 1622       10252              47     65.80 26/05/2019    Shipped
## 1623       10264              37     65.10 30/06/2019    Shipped
## 1624       10276              46     75.49 02/08/2019    Shipped
## 1625       10285              38     59.56 27/08/2019    Shipped
## 1626       10299              33     66.49 30/09/2019    Shipped
## 1627       10309              24     56.10 15/10/2019    Shipped
## 1628       10319              31     81.73 03/11/2019    Shipped
## 1629       10330              42     81.03 16/11/2019    Shipped
## 1630       10341              32    103.35 24/11/2019    Shipped
## 1631       10355              41     70.65 07/12/2019    Shipped
## 1632       10363              43     61.23 06/01/2020    Shipped
## 1633       10375              20    102.30 03/02/2020    Shipped
## 1634       10390              35     65.13 04/03/2020    Shipped
## 1635       10403              27     79.65 08/04/2020    Shipped
## 1636       10110              43     78.15 18/03/2018    Shipped
## 1637       10124              32     72.70 21/05/2018    Shipped
## 1638       10148              21     73.60 11/09/2018    Shipped
## 1639       10161              20    107.23 17/10/2018    Shipped
## 1640       10172              22     74.51 05/11/2018    Shipped
## 1641       10182              36     73.60 12/11/2018    Shipped
## 1642       10192              46     83.60 20/11/2018    Shipped
## 1643       10204              47     96.32 02/12/2018    Shipped
## 1644       10212              45     88.14 16/01/2019    Shipped
## 1645       10227              47     88.14 02/03/2019    Shipped
## 1646       10241              47     94.50 13/04/2019    Shipped
## 1647       10267              38     87.24 07/07/2019    Shipped
## 1648       10279              49     79.97 09/08/2019    Shipped
## 1649       10288              35     80.87 01/09/2019    Shipped
## 1650       10302              49    108.14 06/10/2018    Shipped
## 1651       10311              28     93.60 16/10/2019    Shipped
## 1652       10321              30     72.70 04/11/2019    Shipped
## 1653       10332              39     86.72 17/11/2019    Shipped
## 1654       10346              25    115.07 29/11/2019    Shipped
## 1655       10368              40    102.68 19/01/2020    Shipped
## 1656       10380              36     37.50 16/02/2020    Shipped
## 1657       10407              76     94.50 22/04/2020    On Hold
## 1658       10420              39    100.87 29/05/2020 In Process
## 1659       10104              44     39.60 31/01/2018    Shipped
## 1660       10114              24     30.06 01/04/2018    Shipped
## 1661       10127              39     38.19 03/06/2018    Shipped
## 1662       10141              21     42.43 01/08/2018    Shipped
## 1663       10151              30     40.31 21/09/2018    Shipped
## 1664       10165              27     31.82 22/10/2018    Shipped
## 1665       10175              37     31.12 06/11/2018    Shipped
## 1666       10184              42     31.82 14/11/2018    Shipped
## 1667       10195              32     28.29 25/11/2018    Shipped
## 1668       10207              42     29.70 09/12/2018    Shipped
## 1669       10219              21     40.31 10/02/2019    Shipped
## 1670       10229              33     32.88 11/03/2019    Shipped
## 1671       10246              49     36.07 05/05/2019    Shipped
## 1672       10259              31     33.24 15/06/2019    Shipped
## 1673       10271              38     41.72 20/07/2019    Shipped
## 1674       10281              20     40.66 19/08/2019    Shipped
## 1675       10292              39     30.06 08/09/2019    Shipped
## 1676       10305              48     31.47 13/10/2019    Shipped
## 1677       10314              39     37.13 22/10/2019    Shipped
## 1678       10324              30    111.27 05/11/2019    Shipped
## 1679       10335              33     37.13 19/11/2019    Shipped
## 1680       10349              36     37.13 01/12/2019    Shipped
## 1681       10358              36     82.94 10/12/2019    Shipped
## 1682       10371              45    123.24 23/01/2020    Shipped
## 1683       10383              40    152.24 22/02/2020    Shipped
## 1684       10394              46     38.90 15/03/2020    Shipped
## 1685       10412              30     36.07 03/05/2020    Shipped
## 1686       10425              31     33.24 31/05/2020 In Process
## 1687       10106              49     74.68 17/02/2018    Shipped
## 1688       10119              41     59.60 28/04/2018    Shipped
## 1689       10131              35     67.14 16/06/2018    Shipped
## 1690       10143              27     60.97 10/08/2018    Shipped
## 1691       10155              23     72.62 06/10/2018    Shipped
## 1692       10167              21     69.88 23/10/2018  Cancelled
## 1693       10178              34     80.84 08/11/2018    Shipped
## 1694       10186              22     69.20 14/11/2018    Shipped
## 1695       10198              48     67.82 27/11/2018    Shipped
## 1696       10222              32     81.53 19/02/2019    Shipped
## 1697       10249              20     67.82 08/05/2019    Shipped
## 1698       10262              24     67.14 24/06/2019  Cancelled
## 1699       10274              40     65.08 21/07/2019    Shipped
## 1700       10284              30     73.99 21/08/2019    Shipped
## 1701       10296              21     71.25 15/09/2019    Shipped
## 1702       10307              25     75.36 14/10/2019    Shipped
## 1703       10316              34     63.71 01/11/2019    Shipped
## 1704       10328              48     58.92 12/11/2019    Shipped
## 1705       10339              55    112.99 23/11/2019    Shipped
## 1706       10351              25     74.68 03/12/2019    Shipped
## 1707       10373              38     70.44 31/01/2020    Shipped
## 1708       10386              39     55.96 01/03/2020   Resolved
## 1709       10398              28     57.55 30/03/2020    Shipped
## 1710       10400              24     61.66 01/04/2020    Shipped
## 1711       10415              21     67.82 09/05/2020   Disputed
## 1712       10110              46    129.18 18/03/2018    Shipped
## 1713       10124              25     93.95 21/05/2018    Shipped
## 1714       10148              34    129.18 11/09/2018    Shipped
## 1715       10161              25    110.39 17/10/2018    Shipped
## 1716       10173              23    118.61 05/11/2018    Shipped
## 1717       10182              20    119.79 12/11/2018    Shipped
## 1718       10192              23    132.71 20/11/2018    Shipped
## 1719       10204              42    101.00 02/12/2018    Shipped
## 1720       10213              27    103.35 22/01/2019    Shipped
## 1721       10227              33    131.53 02/03/2019    Shipped
## 1722       10241              28     98.65 13/04/2019    Shipped
## 1723       10267              43    108.04 07/07/2019    Shipped
## 1724       10279              48    116.27 09/08/2019    Shipped
## 1725       10288              48    136.23 01/09/2019    Shipped
## 1726       10302              45    123.31 06/10/2018    Shipped
## 1727       10311              43    106.87 16/10/2019    Shipped
## 1728       10332              44     42.26 17/11/2019    Shipped
## 1729       10346              24     87.24 29/11/2019    Shipped
## 1730       10368              31    136.23 19/01/2020    Shipped
## 1731       10380              44     36.29 16/02/2020    Shipped
## 1732       10407              59     98.65 22/04/2020    On Hold
## 1733       10420              55     96.30 29/05/2020 In Process
## 1734       10109              29     32.10 10/03/2018    Shipped
## 1735       10122              39     30.96 08/05/2018    Shipped
## 1736       10135              20     35.87 02/07/2018    Shipped
## 1737       10147              25     42.67 05/09/2018    Shipped
## 1738       10171              36     35.49 05/11/2018    Shipped
## 1739       10181              37     42.67 12/11/2018    Shipped
## 1740       10192              30     30.59 20/11/2018    Shipped
## 1741       10203              21     37.00 02/12/2018    Shipped
## 1742       10212              34     43.42 16/01/2019    Shipped
## 1743       10225              42     36.63 22/02/2019    Shipped
## 1744       10239              20     44.56 12/04/2019    Shipped
## 1745       10253              40     42.67 01/06/2019  Cancelled
## 1746       10266              34     40.40 06/07/2019    Shipped
## 1747       10278              31     38.89 06/08/2019    Shipped
## 1748       10287              36     39.65 30/08/2019    Shipped
## 1749       10301              48     34.36 05/10/2018    Shipped
## 1750       10310              33     41.91 16/10/2019    Shipped
## 1751       10321              37     33.23 04/11/2019    Shipped
## 1752       10331              27     42.24 17/11/2019    Shipped
## 1753       10342              39     40.40 24/11/2019    Shipped
## 1754       10355              36     38.52 07/12/2019    Shipped
## 1755       10367              36    139.40 12/01/2020   Resolved
## 1756       10378              41    142.85 10/02/2020    Shipped
## 1757       10390              37    132.29 04/03/2020    Shipped
## 1758       10405              47     44.56 14/04/2020    Shipped
## 1759       10419              15     42.67 17/05/2020    Shipped
## 1760       10105              44     72.58 11/02/2018    Shipped
## 1761       10119              35     87.62 28/04/2018    Shipped
## 1762       10129              41     94.71 12/06/2018    Shipped
## 1763       10142              49     98.25 08/08/2018    Shipped
## 1764       10154              31     91.17 02/10/2018    Shipped
## 1765       10167              20     79.66 23/10/2018  Cancelled
## 1766       10177              45     72.58 07/11/2018    Shipped
## 1767       10185              33     74.35 14/11/2018    Shipped
## 1768       10197              47     83.20 26/11/2018    Shipped
## 1769       10208              20     89.40 02/01/2019    Shipped
## 1770       10222              47     70.81 19/02/2019    Shipped
## 1771       10233              40     94.71 29/03/2019    Shipped
## 1772       10248              30    101.79 07/05/2019  Cancelled
## 1773       10261              22     91.17 17/06/2019    Shipped
## 1774       10273              27    103.56 21/07/2019    Shipped
## 1775       10283              34     92.94 20/08/2019    Shipped
## 1776       10295              46     84.97 10/09/2019    Shipped
## 1777       10306              31     84.08 14/10/2019    Shipped
## 1778       10315              24     86.74 29/10/2019    Shipped
## 1779       10326              41     85.85 09/11/2019    Shipped
## 1780       10339              55    195.60 23/11/2019    Shipped
## 1781       10350              30    100.70 02/12/2019    Shipped
## 1782       10373              33     57.32 31/01/2020    Shipped
## 1783       10396              27     83.20 23/03/2020    Shipped
## 1784       10414              60    101.79 06/05/2020    On Hold
## 1785       10110              27     73.62 18/03/2018    Shipped
## 1786       10124              49     83.04 21/05/2018    Shipped
## 1787       10148              31     73.62 11/09/2018    Shipped
## 1788       10161              20     77.05 17/10/2018    Shipped
## 1789       10172              24     81.33 05/11/2018    Shipped
## 1790       10182              33     94.17 12/11/2018    Shipped
## 1791       10192              32     72.77 20/11/2018    Shipped
## 1792       10204              40     79.62 02/12/2018    Shipped
## 1793       10212              27     79.62 16/01/2019    Shipped
## 1794       10227              40     79.62 02/03/2019    Shipped
## 1795       10241              26     81.33 13/04/2019    Shipped
## 1796       10267              44     96.74 07/07/2019    Shipped
## 1797       10279              33     71.06 09/08/2019    Shipped
## 1798       10288              34     68.49 01/09/2019    Shipped
## 1799       10302              48     74.48 06/10/2018    Shipped
## 1800       10311              25     83.04 16/10/2019    Shipped
## 1801       10321              39     84.75 04/11/2019    Shipped
## 1802       10332              45     34.19 17/11/2019    Shipped
## 1803       10346              24    138.58 29/11/2019    Shipped
## 1804       10368              46     79.62 19/01/2020    Shipped
## 1805       10380              44     79.06 16/02/2020    Shipped
## 1806       10407              13     81.33 22/04/2020    On Hold
## 1807       10420              35     96.74 29/05/2020 In Process
## 1808       10108              30     63.07 03/03/2018    Shipped
## 1809       10122              34     50.21 08/05/2018    Shipped
## 1810       10135              27     66.13 02/07/2018    Shipped
## 1811       10147              30     68.58 05/09/2018    Shipped
## 1812       10169              34     50.21 04/11/2018    Shipped
## 1813       10181              23     65.52 12/11/2018    Shipped
## 1814       10191              48     60.01 20/11/2018    Shipped
## 1815       10203              34     64.90 02/12/2018    Shipped
## 1816       10211              48     48.98 15/01/2019    Shipped
## 1817       10225              24     50.21 22/02/2019    Shipped
## 1818       10238              47     62.45 09/04/2019    Shipped
## 1819       10253              24     52.66 01/06/2019  Cancelled
## 1820       10266              47     62.45 06/07/2019    Shipped
## 1821       10276              20     61.23 02/08/2019    Shipped
## 1822       10287              20     67.97 30/08/2019    Shipped
## 1823       10300              31     58.78 04/10/2018    Shipped
## 1824       10310              38     56.94 16/10/2019    Shipped
## 1825       10320              26     61.23 03/11/2019    Shipped
## 1826       10331              25    123.14 17/11/2019    Shipped
## 1827       10342              48     62.45 24/11/2019    Shipped
## 1828       10355              44     62.45 07/12/2019    Shipped
## 1829       10363              21    116.56 06/01/2020    Shipped
## 1830       10378              46     41.54 10/02/2020    Shipped
## 1831       10390              46     52.84 04/03/2020    Shipped
## 1832       10419              55     52.66 17/05/2020    Shipped
## 1833       10106              31     52.60 17/02/2018    Shipped
## 1834       10119              20     72.98 28/04/2018    Shipped
## 1835       10131              29     59.18 16/06/2018    Shipped
## 1836       10143              33     77.59 10/08/2018    Shipped
## 1837       10155              34     55.89 06/10/2018    Shipped
## 1838       10167              32     63.12 23/10/2018  Cancelled
## 1839       10178              27     73.64 08/11/2018    Shipped
## 1840       10186              21     69.04 14/11/2018    Shipped
## 1841       10198              27     71.67 27/11/2018    Shipped
## 1842       10222              43     70.35 19/02/2019    Shipped
## 1843       10249              25     69.70 08/05/2019    Shipped
## 1844       10262              46     70.35 24/06/2019  Cancelled
## 1845       10274              24     72.33 21/07/2019    Shipped
## 1846       10284              39     71.67 21/08/2019    Shipped
## 1847       10296              31     53.92 15/09/2019    Shipped
## 1848       10307              22     71.67 14/10/2019    Shipped
## 1849       10316              47     76.93 01/11/2019    Shipped
## 1850       10328              20     72.98 12/11/2019    Shipped
## 1851       10339              29     99.69 23/11/2019    Shipped
## 1852       10351              38     68.38 03/12/2019    Shipped
## 1853       10361              34    113.88 17/12/2019    Shipped
## 1854       10373              46     66.00 31/01/2020    Shipped
## 1855       10386              35     63.76 01/03/2020   Resolved
## 1856       10398              34     71.67 30/03/2020    Shipped
## 1857       10400              38     57.20 01/04/2020    Shipped
## 1858       10415              18     69.70 09/05/2020   Disputed
## 1859       10110              37    100.66 18/03/2018    Shipped
## 1860       10124              43    121.00 21/05/2018    Shipped
## 1861       10148              27    128.50 11/09/2018    Shipped
## 1862       10161              30    104.94 17/10/2018    Shipped
## 1863       10172              22     98.51 05/11/2018    Shipped
## 1864       10182              49    127.43 12/11/2018    Shipped
## 1865       10192              46    121.00 20/11/2018    Shipped
## 1866       10204              48     91.02 02/12/2018    Shipped
## 1867       10212              46     87.81 16/01/2019    Shipped
## 1868       10226              48     92.09 26/02/2019    Shipped
## 1869       10241              27     86.73 13/04/2019    Shipped
## 1870       10267              43    118.86 07/07/2019    Shipped
## 1871       10279              48    128.50 09/08/2019    Shipped
## 1872       10288              41    118.86 01/09/2019    Shipped
## 1873       10301              22     96.37 05/10/2018    Shipped
## 1874       10311              46     92.09 16/10/2019    Shipped
## 1875       10321              21     89.95 04/11/2019    Shipped
## 1876       10332              31     37.18 17/11/2019    Shipped
## 1877       10346              26     95.88 29/11/2019    Shipped
## 1878       10368              20     99.58 19/01/2020    Shipped
## 1879       10380              34    116.27 16/02/2020    Shipped
## 1880       10407              43     86.73 22/04/2020    On Hold
## 1881       10420              26    100.66 29/05/2020 In Process
## 1882       10105              50     79.67 11/02/2018    Shipped
## 1883       10119              35     90.57 28/04/2018    Shipped
## 1884       10129              50     77.99 12/06/2018    Shipped
## 1885       10143              23     80.51 10/08/2018    Shipped
## 1886       10155              37     67.93 06/10/2018    Shipped
## 1887       10167              29     83.86 23/10/2018  Cancelled
## 1888       10178              21     72.12 08/11/2018    Shipped
## 1889       10186              36     85.54 14/11/2018    Shipped
## 1890       10197              22     86.38 26/11/2018    Shipped
## 1891       10222              46     80.51 19/02/2019    Shipped
## 1892       10248              23     76.31 07/05/2019  Cancelled
## 1893       10262              49     87.21 24/06/2019  Cancelled
## 1894       10273              48     83.02 21/07/2019    Shipped
## 1895       10283              33     72.96 20/08/2019    Shipped
## 1896       10296              22     77.15 15/09/2019    Shipped
## 1897       10307              22     91.41 14/10/2019    Shipped
## 1898       10316              25     92.25 01/11/2019    Shipped
## 1899       10326              20     92.25 09/11/2019    Shipped
## 1900       10339              42     59.36 23/11/2019    Shipped
## 1901       10350              25     60.34 02/12/2019    Shipped
## 1902       10373              23    104.10 31/01/2020    Shipped
## 1903       10385              37     85.54 28/02/2020    Shipped
## 1904       10396              37     90.57 23/03/2020    Shipped
## 1905       10400              42     72.96 01/04/2020    Shipped
## 1906       10414              51     76.31 06/05/2020    On Hold
## 1907       10108              40    136.22 03/03/2018    Shipped
## 1908       10122              43    127.79 08/05/2018    Shipped
## 1909       10135              47    134.81 02/07/2018    Shipped
## 1910       10147              23    126.39 05/09/2018    Shipped
## 1911       10170              34    112.34 04/11/2018    Shipped
## 1912       10181              25    154.47 12/11/2018    Shipped
## 1913       10192              45    140.43 20/11/2018    Shipped
## 1914       10203              47    148.86 02/12/2018    Shipped
## 1915       10212              49    141.83 16/01/2019    Shipped
## 1916       10225              40    113.75 22/02/2019    Shipped
## 1917       10239              29    154.47 12/04/2019    Shipped
## 1918       10253              39    132.00 01/06/2019  Cancelled
## 1919       10266              24    122.17 06/07/2019    Shipped
## 1920       10278              25    126.39 06/08/2019    Shipped
## 1921       10287              36    119.37 30/08/2019    Shipped
## 1922       10301              50    154.47 05/10/2018    Shipped
## 1923       10310              45    122.17 16/10/2019    Shipped
## 1924       10321              26    155.88 04/11/2019    Shipped
## 1925       10331              21    149.33 17/11/2019    Shipped
## 1926       10342              42    119.37 24/11/2019    Shipped
## 1927       10355              32    165.71 07/12/2019    Shipped
## 1928       10363              31     94.58 06/01/2020    Shipped
## 1929       10378              33     53.27 10/02/2020    Shipped
## 1930       10390              45    150.29 04/03/2020    Shipped
## 1931       10405              76    154.47 14/04/2020    Shipped
## 1932       10419              70    132.00 17/05/2020    Shipped
## 1933       10106              50     64.83 17/02/2018    Shipped
## 1934       10119              28     70.29 28/04/2018    Shipped
## 1935       10131              50     81.89 16/06/2018    Shipped
## 1936       10143              28     66.19 10/08/2018    Shipped
## 1937       10155              44     77.11 06/10/2018    Shipped
## 1938       10168              27     73.02 28/10/2018    Shipped
## 1939       10178              30     72.33 08/11/2018    Shipped
## 1940       10198              43     66.19 27/11/2018    Shipped
## 1941       10210              29     69.60 12/01/2019    Shipped
## 1942       10222              48     56.64 19/02/2019    Shipped
## 1943       10235              33     60.05 02/04/2019    Shipped
## 1944       10250              40     75.06 11/05/2019    Shipped
## 1945       10262              48     61.42 24/06/2019  Cancelled
## 1946       10275              41     81.89 23/07/2019    Shipped
## 1947       10284              21     55.96 21/08/2019    Shipped
## 1948       10296              32     71.65 15/09/2019    Shipped
## 1949       10308              43     76.43 15/10/2019    Shipped
## 1950       10316              30     77.79 01/11/2019    Shipped
## 1951       10328              35     76.43 12/11/2019    Shipped
## 1952       10339              45     96.92 23/11/2019    Shipped
## 1953       10351              34     59.37 03/12/2019    Shipped
## 1954       10361              26    142.73 17/12/2019    Shipped
## 1955       10373              39     73.00 31/01/2020    Shipped
## 1956       10386              41     73.32 01/03/2020   Resolved
## 1957       10398              41     68.24 30/03/2020    Shipped
## 1958       10401              64     60.05 03/04/2020    On Hold
## 1959       10416              18     75.06 10/05/2020    Shipped
## 1960       10100              49     34.47 06/01/2018    Shipped
## 1961       10110              48     34.47 18/03/2018    Shipped
## 1962       10124              46     33.23 21/05/2018    Shipped
## 1963       10149              26     38.98 12/09/2018    Shipped
## 1964       10173              35     33.23 05/11/2018    Shipped
## 1965       10182              23     42.26 12/11/2018    Shipped
## 1966       10193              22     41.03 21/11/2018    Shipped
## 1967       10204              39     33.23 02/12/2018    Shipped
## 1968       10214              44     34.88 26/01/2019    Shipped
## 1969       10227              27     43.90 02/03/2019    Shipped
## 1970       10242              46     36.93 20/04/2019    Shipped
## 1971       10280              33     41.85 17/08/2019    Shipped
## 1972       10288              33     40.62 01/09/2019    Shipped
## 1973       10303              24     40.21 06/10/2019    Shipped
## 1974       10312              31     35.29 21/10/2019    Shipped
## 1975       10332              41     77.24 17/11/2019    Shipped
## 1976       10346              22     97.44 29/11/2019    Shipped
## 1977       10368              46     37.34 19/01/2020    Shipped
## 1978       10380              43     95.03 16/02/2020    Shipped
## 1979       10408              15     36.93 22/04/2020    Shipped
## 1980       10420              15     43.49 29/05/2020 In Process
## 1981       10104              26    112.37 31/01/2018    Shipped
## 1982       10115              44    126.56 04/04/2018    Shipped
## 1983       10127              20     96.99 03/06/2018    Shipped
## 1984       10141              40     94.62 01/08/2018    Shipped
## 1985       10152              23    121.83 25/09/2018    Shipped
## 1986       10165              24     99.36 22/10/2018    Shipped
## 1987       10176              29    100.54 06/11/2018    Shipped
## 1988       10184              49    118.28 14/11/2018    Shipped
## 1989       10195              34    108.82 25/11/2018    Shipped
## 1990       10207              28    106.45 09/12/2018    Shipped
## 1991       10220              37    136.02 12/02/2019    Shipped
## 1992       10230              45    105.27 15/03/2019    Shipped
## 1993       10246              46    137.20 05/05/2019    Shipped
## 1994       10271              22    139.57 20/07/2019    Shipped
## 1995       10282              39    123.01 20/08/2019    Shipped
## 1996       10292              27    141.94 08/09/2019    Shipped
## 1997       10305              36    128.93 13/10/2019    Shipped
## 1998       10314              38    105.27 22/10/2019    Shipped
## 1999       10325              44    121.04 05/11/2019    Shipped
## 2000       10336              31    148.99 20/11/2019    Shipped
## 2001       10349              23    138.39 01/12/2019    Shipped
## 2002       10359              22    118.32 15/12/2019    Shipped
## 2003       10371              28     50.32 23/01/2020    Shipped
## 2004       10383              21     93.91 22/02/2020    Shipped
## 2005       10394              37    140.75 15/03/2020    Shipped
## 2006       10412              31    137.20 03/05/2020    Shipped
## 2007       10103              25    114.92 29/01/2018    Shipped
## 2008       10126              34    105.18 28/05/2018    Shipped
## 2009       10139              29    112.97 16/07/2018    Shipped
## 2010       10149              20     90.57 12/09/2018    Shipped
## 2011       10163              42     91.55 20/10/2018    Shipped
## 2012       10173              22    116.87 05/11/2018    Shipped
## 2013       10183              47    107.13 13/11/2018    Shipped
## 2014       10193              20    113.95 21/11/2018    Shipped
## 2015       10206              33     97.39 05/12/2018    Shipped
## 2016       10215              39     90.57 29/01/2019    Shipped
## 2017       10228              33    103.23 10/03/2019    Shipped
## 2018       10244              40     86.68 29/04/2019    Shipped
## 2019       10257              46     78.89 14/06/2019    Shipped
## 2020       10269              48     97.39 16/07/2019    Shipped
## 2021       10280              21     78.89 17/08/2019    Shipped
## 2022       10290              45    114.92 07/09/2019    Shipped
## 2023       10304              33    101.29 11/10/2019    Shipped
## 2024       10312              44    111.02 21/10/2019    Shipped
## 2025       10324              33    189.93 05/11/2019    Shipped
## 2026       10348              39     50.31 01/11/2019    Shipped
## 2027       10358              41    167.00 10/12/2019    Shipped
## 2028       10369              40     86.92 20/01/2020    Shipped
## 2029       10382              33    139.17 17/02/2020    Shipped
## 2030       10423              28     78.89 30/05/2020 In Process
## 2031       10106              26     63.76 17/02/2018    Shipped
## 2032       10120              29     85.49 29/04/2018    Shipped
## 2033       10133              46     77.52 27/06/2018    Shipped
## 2034       10145              33     84.77 25/08/2018    Shipped
## 2035       10168              48     78.25 28/10/2018    Shipped
## 2036       10210              40     71.00 12/01/2019    Shipped
## 2037       10223              23     74.62 20/02/2019    Shipped
## 2038       10235              40     81.14 02/04/2019    Shipped
## 2039       10250              37     74.62 11/05/2019    Shipped
## 2040       10263              24     75.35 28/06/2019    Shipped
## 2041       10275              27     62.31 23/07/2019    Shipped
## 2042       10284              21     71.00 21/08/2019    Shipped
## 2043       10297              23     72.45 16/09/2019    Shipped
## 2044       10308              44     83.32 15/10/2019    Shipped
## 2045       10317              35     83.32 02/11/2019    Shipped
## 2046       10328              43     60.86 12/11/2019    Shipped
## 2047       10340              40     84.77 24/11/2019    Shipped
## 2048       10353              35     89.90 04/12/2019    Shipped
## 2049       10361              25     62.46 17/12/2019    Shipped
## 2050       10375              43    233.48 03/02/2020    Shipped
## 2051       10386              50     63.34 01/03/2020   Resolved
## 2052       10398              45     78.25 30/03/2020    Shipped
## 2053       10401              52     81.14 03/04/2020    On Hold
## 2054       10416              48     74.62 10/05/2020    Shipped
## 2055       10108              31     68.71 03/03/2018    Shipped
## 2056       10122              29     71.14 08/05/2018    Shipped
## 2057       10135              23     87.31 02/07/2018    Shipped
## 2058       10147              31     64.67 05/09/2018    Shipped
## 2059       10169              24     94.58 04/11/2018    Shipped
## 2060       10180              28     71.14 11/11/2018    Shipped
## 2061       10191              44     66.29 20/11/2018    Shipped
## 2062       10211              22     92.16 15/01/2019    Shipped
## 2063       10225              46     70.33 22/02/2019    Shipped
## 2064       10238              22     93.77 09/04/2019    Shipped
## 2065       10252              38     87.31 26/05/2019    Shipped
## 2066       10264              47     83.27 30/06/2019    Shipped
## 2067       10276              48     75.18 02/08/2019    Shipped
## 2068       10287              40     88.12 30/08/2019    Shipped
## 2069       10299              32     80.84 30/09/2019    Shipped
## 2070       10310              49     97.01 16/10/2019    Shipped
## 2071       10319              43     85.69 03/11/2019    Shipped
## 2072       10331              41    139.40 17/11/2019    Shipped
## 2073       10343              30    103.29 24/11/2019    Shipped
## 2074       10355              28     95.39 07/12/2019    Shipped
## 2075       10363              43    119.87 06/01/2020    Shipped
## 2076       10378              41    119.37 10/02/2020    Shipped
## 2077       10390              30     82.42 04/03/2020    Shipped
## 2078       10103              31    104.01 29/01/2018    Shipped
## 2079       10114              32    114.61 01/04/2018    Shipped
## 2080       10126              43     96.31 28/05/2018    Shipped
## 2081       10140              26    108.83 24/07/2018    Shipped
## 2082       10151              27    113.65 21/09/2018    Shipped
## 2083       10164              24    109.79 21/10/2018   Resolved
## 2084       10175              22    110.76 06/11/2018    Shipped
## 2085       10184              46    100.16 14/11/2018    Shipped
## 2086       10194              37     97.27 25/11/2018    Shipped
## 2087       10207              49     80.90 09/12/2018    Shipped
## 2088       10217              21    106.90 04/02/2019    Shipped
## 2089       10229              25    111.72 11/03/2019    Shipped
## 2090       10245              37    111.72 04/05/2019    Shipped
## 2091       10259              45     86.68 15/06/2019    Shipped
## 2092       10270              32     85.72 19/07/2019    Shipped
## 2093       10281              29     82.83 19/08/2019    Shipped
## 2094       10291              26     83.79 08/09/2019    Shipped
## 2095       10305              28    112.68 13/10/2019    Shipped
## 2096       10313              27     87.64 22/10/2019    Shipped
## 2097       10324              20     98.18 05/11/2019    Shipped
## 2098       10335              44    107.87 19/11/2019    Shipped
## 2099       10348              42    152.07 01/11/2019    Shipped
## 2100       10358              41    108.00 10/12/2019    Shipped
## 2101       10371              26    155.54 23/01/2020    Shipped
## 2102       10382              26    104.17 17/02/2020    Shipped
## 2103       10411              26    111.72 01/05/2020    Shipped
## 2104       10425              41     86.68 31/05/2020 In Process
## 2105       10107              20     92.90 24/02/2018    Shipped
## 2106       10120              22    111.88 29/04/2018    Shipped
## 2107       10133              23    114.87 27/06/2018    Shipped
## 2108       10145              33     93.90 25/08/2018    Shipped
## 2109       10168              28    115.87 28/10/2018    Shipped
## 2110       10188              44     98.89 18/11/2018    Shipped
## 2111       10210              46     79.91 12/01/2019    Shipped
## 2112       10223              21    117.87 20/02/2019    Shipped
## 2113       10235              41    101.89 02/04/2019    Shipped
## 2114       10250              31    105.88 11/05/2019    Shipped
## 2115       10263              31     79.91 28/06/2019    Shipped
## 2116       10275              23     81.91 23/07/2019    Shipped
## 2117       10285              37     98.89 27/08/2019    Shipped
## 2118       10297              26    109.88 16/09/2019    Shipped
## 2119       10308              24     79.91 15/10/2019    Shipped
## 2120       10318              47    112.88 02/11/2019    Shipped
## 2121       10329              45     63.91 15/11/2019    Shipped
## 2122       10340              55    117.87 24/11/2019    Shipped
## 2123       10353              46     81.17 04/12/2019    Shipped
## 2124       10363              50    131.53 06/01/2020    Shipped
## 2125       10375              37    171.71 03/02/2020    Shipped
## 2126       10387              44     94.90 02/03/2020    Shipped
## 2127       10401              49    101.89 03/04/2020    On Hold
## 2128       10416              45    105.88 10/05/2020    Shipped
## 2129       10108              27     43.45 03/03/2018    Shipped
## 2130       10122              31     44.66 08/05/2018    Shipped
## 2131       10135              33     40.23 02/07/2018    Shipped
## 2132       10145              31     35.80 25/08/2018    Shipped
## 2133       10169              26     39.83 04/11/2018    Shipped
## 2134       10180              34     45.46 11/11/2018    Shipped
## 2135       10190              46     32.99 19/11/2018    Shipped
## 2136       10211              41     42.24 15/01/2019    Shipped
## 2137       10224              43     39.43 21/02/2019    Shipped
## 2138       10237              26     40.23 05/04/2019    Shipped
## 2139       10252              36     48.28 26/05/2019    Shipped
## 2140       10264              20     32.59 30/06/2019    Shipped
## 2141       10276              27     36.61 02/08/2019    Shipped
## 2142       10285              37     41.03 27/08/2019    Shipped
## 2143       10299              24     42.24 30/09/2019    Shipped
## 2144       10310              36     43.05 16/10/2019    Shipped
## 2145       10319              29     38.22 03/11/2019    Shipped
## 2146       10331              28    146.52 17/11/2019    Shipped
## 2147       10343              29    128.04 24/11/2019    Shipped
## 2148       10355              38     39.83 07/12/2019    Shipped
## 2149       10364              48     48.28 06/01/2020    Shipped
## 2150       10378              40     82.46 10/02/2020    Shipped
## 2151       10390              41     44.56 04/03/2020    Shipped
## 2152       10403              30     40.23 08/04/2020    Shipped
## 2153       10104              35     47.62 31/01/2018    Shipped
## 2154       10114              28     55.73 01/04/2018    Shipped
## 2155       10127              45     51.95 03/06/2018    Shipped
## 2156       10141              24     45.99 01/08/2018    Shipped
## 2157       10151              41     63.85 21/09/2018    Shipped
## 2158       10165              48     45.99 22/10/2018    Shipped
## 2159       10175              50     63.31 06/11/2018    Shipped
## 2160       10184              33     62.77 14/11/2018    Shipped
## 2161       10195              32     43.29 25/11/2018    Shipped
## 2162       10207              27     60.06 09/12/2018    Shipped
## 2163       10219              35     55.19 10/02/2019    Shipped
## 2164       10229              23     54.11 11/03/2019    Shipped
## 2165       10246              35     48.70 05/05/2019    Shipped
## 2166       10259              40     43.83 15/06/2019    Shipped
## 2167       10271              35     47.62 20/07/2019    Shipped
## 2168       10281              31     55.19 19/08/2019    Shipped
## 2169       10292              50     46.53 08/09/2019    Shipped
## 2170       10305              40     57.90 13/10/2019    Shipped
## 2171       10313              38     45.45 22/10/2019    Shipped
## 2172       10325              38    232.74 05/11/2019    Shipped
## 2173       10335              40     60.60 19/11/2019    Shipped
## 2174       10349              33     46.53 01/12/2019    Shipped
## 2175       10359              36    176.63 15/12/2019    Shipped
## 2176       10371              20     66.47 23/01/2020    Shipped
## 2177       10383              32     53.18 22/02/2020    Shipped
## 2178       10394              36     62.77 15/03/2020    Shipped
## 2179       10412              19     48.70 03/05/2020    Shipped
## 2180       10425              11     43.83 31/05/2020 In Process
## 2181       10104              49     65.87 31/01/2018    Shipped
## 2182       10116              27     63.38 11/04/2018    Shipped
## 2183       10127              29     70.84 03/06/2018    Shipped
## 2184       10142              42     74.57 08/08/2018    Shipped
## 2185       10152              33     50.95 25/09/2018    Shipped
## 2186       10165              44     53.44 22/10/2018    Shipped
## 2187       10176              22     64.00 06/11/2018    Shipped
## 2188       10184              48     50.95 14/11/2018    Shipped
## 2189       10195              33     54.68 25/11/2018    Shipped
## 2190       10207              45     56.55 09/12/2018    Shipped
## 2191       10220              20     52.82 12/02/2019    Shipped
## 2192       10230              46     60.90 15/03/2019    Shipped
## 2193       10247              40     49.71 05/05/2019    Shipped
## 2194       10272              45     64.63 20/07/2019    Shipped
## 2195       10282              36     59.65 20/08/2019    Shipped
## 2196       10292              31     67.73 08/09/2019    Shipped
## 2197       10306              46     50.33 14/10/2019    Shipped
## 2198       10314              35     66.49 22/10/2019    Shipped
## 2199       10325              28    192.05 05/11/2019    Shipped
## 2200       10336              31     84.71 20/11/2019    Shipped
## 2201       10350              27    163.20 02/12/2019    Shipped
## 2202       10359              22    195.51 15/12/2019    Shipped
## 2203       10371              30     99.55 23/01/2020    Shipped
## 2204       10383              44     36.07 22/02/2020    Shipped
## 2205       10394              30     60.28 15/03/2020    Shipped
## 2206       10413              24     49.71 05/05/2020    Shipped
## 2207       10103              45     75.63 29/01/2018    Shipped
## 2208       10113              23     68.52 26/03/2018    Shipped
## 2209       10126              26     62.70 28/05/2018    Shipped
## 2210       10140              28     60.76 24/07/2018    Shipped
## 2211       10150              49     58.18 19/09/2018    Shipped
## 2212       10164              49     54.94 21/10/2018   Resolved
## 2213       10175              29     74.98 06/11/2018    Shipped
## 2214       10183              49     64.64 13/11/2018    Shipped
## 2215       10194              39     54.94 25/11/2018    Shipped
## 2216       10206              36     58.82 05/12/2018    Shipped
## 2217       10217              39     62.05 04/02/2019    Shipped
## 2218       10229              30     73.04 11/03/2019    Shipped
## 2219       10245              44     69.16 04/05/2019    Shipped
## 2220       10258              20     61.41 15/06/2019    Shipped
## 2221       10270              21     63.35 19/07/2019    Shipped
## 2222       10281              36     77.57 19/08/2019    Shipped
## 2223       10291              32     71.75 08/09/2019    Shipped
## 2224       10304              36     73.04 11/10/2019    Shipped
## 2225       10313              34     56.24 22/10/2019    Shipped
## 2226       10324              48    171.03 05/11/2019    Shipped
## 2227       10348              31    101.29 01/11/2019    Shipped
## 2228       10358              36    157.49 10/12/2019    Shipped
## 2229       10370              25    126.41 20/01/2020    Shipped
## 2230       10382              48    141.66 17/02/2020    Shipped
## 2231       10411              27     69.16 01/05/2020    Shipped
## 2232       10424              44     61.41 31/05/2020 In Process
## 2233       10106              33     72.92 17/02/2018    Shipped
## 2234       10120              29     72.23 29/04/2018    Shipped
## 2235       10133              49     57.10 27/06/2018    Shipped
## 2236       10144              20     81.86 13/08/2018    Shipped
## 2237       10168              31     73.61 28/10/2018    Shipped
## 2238       10210              39     59.16 12/01/2019    Shipped
## 2239       10223              20     66.04 20/02/2019    Shipped
## 2240       10235              34     77.73 02/04/2019    Shipped
## 2241       10250              50     61.22 11/05/2019    Shipped
## 2242       10262              40     79.11 24/06/2019  Cancelled
## 2243       10275              28     63.97 23/07/2019    Shipped
## 2244       10284              50     81.86 21/08/2019    Shipped
## 2245       10297              28     79.80 16/09/2019    Shipped
## 2246       10308              46     66.04 15/10/2019    Shipped
## 2247       10316              24     59.16 01/11/2019    Shipped
## 2248       10328              24     81.17 12/11/2019    Shipped
## 2249       10340              39     59.16 24/11/2019    Shipped
## 2250       10353              40     44.51 04/12/2019    Shipped
## 2251       10361              49     72.33 17/12/2019    Shipped
## 2252       10375              44     82.26 03/02/2020    Shipped
## 2253       10388              35    111.97 03/03/2020    Shipped
## 2254       10398              22     67.41 30/03/2020    Shipped
## 2255       10401              62     77.73 03/04/2020    On Hold
## 2256       10416              26     61.22 10/05/2020    Shipped
## 2257       10108              31    118.38 03/03/2018    Shipped
## 2258       10121              25     86.74 07/05/2018    Shipped
## 2259       10135              30     89.80 02/07/2018    Shipped
## 2260       10145              27    120.42 25/08/2018    Shipped
## 2261       10169              34    115.32 04/11/2018    Shipped
## 2262       10180              22    114.30 11/11/2018    Shipped
## 2263       10190              42     85.72 19/11/2018    Shipped
## 2264       10211              37    109.19 15/01/2019    Shipped
## 2265       10224              30    111.23 21/02/2019    Shipped
## 2266       10237              27    115.32 05/04/2019    Shipped
## 2267       10252              25    113.28 26/05/2019    Shipped
## 2268       10264              34     97.97 30/06/2019    Shipped
## 2269       10276              38    113.28 02/08/2019    Shipped
## 2270       10285              26    100.01 27/08/2019    Shipped
## 2271       10299              38    115.32 30/09/2019    Shipped
## 2272       10309              50     84.70 15/10/2019    Shipped
## 2273       10319              22    119.40 03/11/2019    Shipped
## 2274       10331              32    157.08 17/11/2019    Shipped
## 2275       10341              31     71.02 24/11/2019    Shipped
## 2276       10355              40    108.17 07/12/2019    Shipped
## 2277       10365              22    155.69 07/01/2020    Shipped
## 2278       10375              41    114.68 03/02/2020    Shipped
## 2279       10390              45     48.98 04/03/2020    Shipped
## 2280       10403              45    115.32 08/04/2020    Shipped
## 2281       10106              39     40.15 17/02/2018    Shipped
## 2282       10120              49     50.62 29/04/2018    Shipped
## 2283       10133              27     50.19 27/06/2018    Shipped
## 2284       10143              34     36.66 10/08/2018    Shipped
## 2285       10156              20     41.02 08/10/2018    Shipped
## 2286       10168              48     51.93 28/10/2018    Shipped
## 2287       10199              29     38.40 01/12/2018    Shipped
## 2288       10210              43     41.02 12/01/2019    Shipped
## 2289       10223              41     46.26 20/02/2019    Shipped
## 2290       10235              41     35.35 02/04/2019    Shipped
## 2291       10250              36     51.93 11/05/2019    Shipped
## 2292       10262              49     37.97 24/06/2019  Cancelled
## 2293       10275              38     45.39 23/07/2019    Shipped
## 2294       10284              33     51.93 21/08/2019    Shipped
## 2295       10296              26     48.44 15/09/2019    Shipped
## 2296       10308              47     43.64 15/10/2019    Shipped
## 2297       10316              34     47.57 01/11/2019    Shipped
## 2298       10328              34     51.93 12/11/2019    Shipped
## 2299       10340              40     50.62 24/11/2019    Shipped
## 2300       10353              40     82.21 04/12/2019    Shipped
## 2301       10361              33     82.59 17/12/2019    Shipped
## 2302       10375              49     65.80 03/02/2020    Shipped
## 2303       10388              27    118.94 03/03/2020    Shipped
## 2304       10398              49     36.66 30/03/2020    Shipped
## 2305       10401              56     35.35 03/04/2020    On Hold
## 2306       10416              37     51.93 10/05/2020    Shipped
## 2307       10104              33    112.28 31/01/2018    Shipped
## 2308       10115              27    105.33 04/04/2018    Shipped
## 2309       10127              46    134.27 03/06/2018    Shipped
## 2310       10141              44    125.01 01/08/2018    Shipped
## 2311       10151              26    123.85 21/09/2018    Shipped
## 2312       10165              48     94.92 22/10/2018    Shipped
## 2313       10176              23    135.43 06/11/2018    Shipped
## 2314       10184              45    109.96 14/11/2018    Shipped
## 2315       10195              49    105.33 25/11/2018    Shipped
## 2316       10207              28     94.92 09/12/2018    Shipped
## 2317       10220              37    107.65 12/02/2019    Shipped
## 2318       10230              34    116.91 15/03/2019    Shipped
## 2319       10246              22    133.11 05/05/2019    Shipped
## 2320       10259              29    105.33 15/06/2019    Shipped
## 2321       10271              34     98.39 20/07/2019    Shipped
## 2322       10282              38    113.44 20/08/2019    Shipped
## 2323       10292              41    121.54 08/09/2019    Shipped
## 2324       10305              42    109.96 13/10/2019    Shipped
## 2325       10314              28    121.54 22/10/2019    Shipped
## 2326       10325              38    136.59 05/11/2019    Shipped
## 2327       10336              23    136.59 20/11/2019    Shipped
## 2328       10350              31     71.40 02/12/2019    Shipped
## 2329       10359              46    106.45 15/12/2019    Shipped
## 2330       10371              48     56.55 23/01/2020    Shipped
## 2331       10383              29    106.45 22/02/2020    Shipped
## 2332       10395              46    123.76 17/03/2020    Shipped
## 2333       10412              26    133.11 03/05/2020    Shipped
## 2334       10425              18    105.33 31/05/2020 In Process
## 2335       10104              32     53.31 31/01/2018    Shipped
## 2336       10117              21     49.21 16/04/2018    Shipped
## 2337       10127              46     69.12 03/06/2018    Shipped
## 2338       10142              42     49.79 08/08/2018    Shipped
## 2339       10153              31     57.41 28/09/2018    Shipped
## 2340       10165              38     66.78 22/10/2018    Shipped
## 2341       10176              38     64.44 06/11/2018    Shipped
## 2342       10185              20     48.62 14/11/2018    Shipped
## 2343       10196              46     62.09 26/11/2018    Shipped
## 2344       10208              30     65.61 02/01/2019    Shipped
## 2345       10220              30     68.54 12/02/2019    Shipped
## 2346       10230              43     52.14 15/03/2019    Shipped
## 2347       10247              49     63.85 05/05/2019    Shipped
## 2348       10272              43     56.82 20/07/2019    Shipped
## 2349       10282              37     66.78 20/08/2019    Shipped
## 2350       10292              35     55.07 08/09/2019    Shipped
## 2351       10306              34     60.34 14/10/2019    Shipped
## 2352       10314              38     61.51 22/10/2019    Shipped
## 2353       10325              44    134.84 05/11/2019    Shipped
## 2354       10337              21    109.37 21/11/2019    Shipped
## 2355       10350              44    147.52 02/12/2019    Shipped
## 2356       10359              25     64.93 15/12/2019    Shipped
## 2357       10372              24     58.58 26/01/2020    Shipped
## 2358       10383              38     60.06 22/02/2020    Shipped
## 2359       10395              45    199.49 17/03/2020    Shipped
## 2360       10413              51     63.85 05/05/2020    Shipped
## 2361       10108              34     82.99 03/03/2018    Shipped
## 2362       10121              44     74.85 07/05/2018    Shipped
## 2363       10135              44     96.00 02/07/2018    Shipped
## 2364       10145              38     81.36 25/08/2018    Shipped
## 2365       10169              48     80.55 04/11/2018    Shipped
## 2366       10180              21     93.56 11/11/2018    Shipped
## 2367       10190              40     66.72 19/11/2018    Shipped
## 2368       10211              40     80.55 15/01/2019    Shipped
## 2369       10224              50     77.29 21/02/2019    Shipped
## 2370       10237              20     68.34 05/04/2019    Shipped
## 2371       10252              48     72.41 26/05/2019    Shipped
## 2372       10264              47     89.50 30/06/2019    Shipped
## 2373       10276              21     70.78 02/08/2019    Shipped
## 2374       10285              39     78.92 27/08/2019    Shipped
## 2375       10299              44     80.55 30/09/2019    Shipped
## 2376       10309              28     88.68 15/10/2019    Shipped
## 2377       10319              45     77.29 03/11/2019    Shipped
## 2378       10331              20    182.89 17/11/2019    Shipped
## 2379       10341              38    123.22 24/11/2019    Shipped
## 2380       10356              26    151.45 09/12/2019    Shipped
## 2381       10365              44    113.28 07/01/2020    Shipped
## 2382       10375              49    110.34 03/02/2020    Shipped
## 2383       10390              22    158.69 04/03/2020    Shipped
## 2384       10403              31     68.34 08/04/2020    Shipped
## 2385       10105              41     70.67 11/02/2018    Shipped
## 2386       10119              25     76.67 28/04/2018    Shipped
## 2387       10129              31     60.00 12/06/2018    Shipped
## 2388       10142              41     64.00 08/08/2018    Shipped
## 2389       10153              43     64.67 28/09/2018    Shipped
## 2390       10167              43     75.34 23/10/2018  Cancelled
## 2391       10177              24     76.00 07/11/2018    Shipped
## 2392       10185              21     54.00 14/11/2018    Shipped
## 2393       10197              23     64.67 26/11/2018    Shipped
## 2394       10208              38     74.67 02/01/2019    Shipped
## 2395       10222              31     62.67 19/02/2019    Shipped
## 2396       10233              36     70.67 29/03/2019    Shipped
## 2397       10248              36     71.34 07/05/2019  Cancelled
## 2398       10261              34     62.00 17/06/2019    Shipped
## 2399       10273              21     65.34 21/07/2019    Shipped
## 2400       10283              45     78.67 20/08/2019    Shipped
## 2401       10295              26     75.34 10/09/2019    Shipped
## 2402       10306              50     54.00 14/10/2019    Shipped
## 2403       10315              41     62.00 29/10/2019    Shipped
## 2404       10326              39     60.00 09/11/2019    Shipped
## 2405       10339              22    128.02 23/11/2019    Shipped
## 2406       10350              46     76.67 02/12/2019    Shipped
## 2407       10373              44    105.18 31/01/2020    Shipped
## 2408       10385              25     77.34 28/02/2020    Shipped
## 2409       10396              39     66.67 23/03/2020    Shipped
## 2410       10414              37     71.34 06/05/2020    On Hold
## 2411       10106              31    106.87 17/02/2018    Shipped
## 2412       10120              47     82.21 29/04/2018    Shipped
## 2413       10133              24     77.64 27/06/2018    Shipped
## 2414       10143              36    109.61 10/08/2018    Shipped
## 2415       10156              48    103.21 08/10/2018    Shipped
## 2416       10168              28     98.65 28/10/2018    Shipped
## 2417       10199              48     83.12 01/12/2018    Shipped
## 2418       10210              21     78.55 12/01/2019    Shipped
## 2419       10223              25    101.39 20/02/2019    Shipped
## 2420       10235              25    103.21 02/04/2019    Shipped
## 2421       10250              31     91.34 11/05/2019    Shipped
## 2422       10262              40     84.03 24/06/2019  Cancelled
## 2423       10275              32     89.51 23/07/2019    Shipped
## 2424       10284              24     83.12 21/08/2019    Shipped
## 2425       10296              42    102.30 15/09/2019    Shipped
## 2426       10308              21    105.95 15/10/2019    Shipped
## 2427       10316              34     82.21 01/11/2019    Shipped
## 2428       10328              27    102.30 12/11/2019    Shipped
## 2429       10340              30     88.60 24/11/2019    Shipped
## 2430       10353              39    129.33 04/12/2019    Shipped
## 2431       10361              20     60.54 17/12/2019    Shipped
## 2432       10375              37     81.87 03/02/2020    Shipped
## 2433       10388              46    218.84 03/03/2020    Shipped
## 2434       10398              47     87.69 30/03/2020    Shipped
## 2435       10401              11    103.21 03/04/2020    On Hold
## 2436       10416              23     91.34 10/05/2020    Shipped
## 2437       10105              29     70.15 11/02/2018    Shipped
## 2438       10117              38     79.68 16/04/2018    Shipped
## 2439       10128              32     97.00 06/06/2018    Shipped
## 2440       10142              43     84.01 08/08/2018    Shipped
## 2441       10153              31     87.48 28/09/2018    Shipped
## 2442       10166              29    103.93 21/10/2018    Shipped
## 2443       10177              31     88.34 07/11/2018    Shipped
## 2444       10185              30     94.40 14/11/2018    Shipped
## 2445       10196              50     94.40 26/11/2018    Shipped
## 2446       10208              40     80.55 02/01/2019    Shipped
## 2447       10221              23     97.00 18/02/2019    Shipped
## 2448       10232              26     88.34 20/03/2019    Shipped
## 2449       10248              40    103.93 07/05/2019  Cancelled
## 2450       10273              21    102.20 21/07/2019    Shipped
## 2451       10282              43     86.61 20/08/2019    Shipped
## 2452       10293              29     71.89 09/09/2019    Shipped
## 2453       10306              38     91.81 14/10/2019    Shipped
## 2454       10314              23     76.22 22/10/2019    Shipped
## 2455       10327              20    173.46 10/11/2019   Resolved
## 2456       10337              36     70.30 21/11/2019    Shipped
## 2457       10350              28    104.44 02/12/2019    Shipped
## 2458       10372              44    102.20 26/01/2020    Shipped
## 2459       10397              32     80.55 28/03/2020    Shipped
## 2460       10414              34    103.93 06/05/2020    On Hold
## 2461       10106              30    105.91 17/02/2018    Shipped
## 2462       10119              29     94.14 28/04/2018    Shipped
## 2463       10131              22     85.99 16/06/2018    Shipped
## 2464       10143              26    100.48 10/08/2018    Shipped
## 2465       10155              32     91.43 06/10/2018    Shipped
## 2466       10167              29    101.38 23/10/2018  Cancelled
## 2467       10178              34     96.86 08/11/2018    Shipped
## 2468       10186              24     99.57 14/11/2018    Shipped
## 2469       10197              24     90.52 26/11/2018    Shipped
## 2470       10222              26    102.29 19/02/2019    Shipped
## 2471       10249              40     95.95 08/05/2019    Shipped
## 2472       10262              44     94.14 24/06/2019  Cancelled
## 2473       10274              24     90.52 21/07/2019    Shipped
## 2474       10283              20     94.14 20/08/2019    Shipped
## 2475       10296              34    102.29 15/09/2019    Shipped
## 2476       10307              34     97.76 14/10/2019    Shipped
## 2477       10316              45     93.24 01/11/2019    Shipped
## 2478       10328              41    101.38 12/11/2019    Shipped
## 2479       10339              55     71.25 23/11/2019    Shipped
## 2480       10352              23    102.29 03/12/2019    Shipped
## 2481       10361              24     45.39 17/12/2019    Shipped
## 2482       10373              32     84.41 31/01/2020    Shipped
## 2483       10386              29     85.76 01/03/2020   Resolved
## 2484       10398              36    108.62 30/03/2020    Shipped
## 2485       10400              46     87.80 01/04/2020    Shipped
## 2486       10415              32     95.95 09/05/2020   Disputed
## 2487       10106              34    110.69 17/02/2018    Shipped
## 2488       10120              24    107.70 29/04/2018    Shipped
## 2489       10131              40    110.69 16/06/2018    Shipped
## 2490       10143              26     82.77 10/08/2018    Shipped
## 2491       10155              20    117.67 06/10/2018    Shipped
## 2492       10168              31    110.69 28/10/2018    Shipped
## 2493       10178              22     87.75 08/11/2018    Shipped
## 2494       10198              42    113.68 27/11/2018    Shipped
## 2495       10210              26     99.72 12/01/2019    Shipped
## 2496       10222              37     87.75 19/02/2019    Shipped
## 2497       10235              38     88.75 02/04/2019    Shipped
## 2498       10250              35    111.69 11/05/2019    Shipped
## 2499       10262              33     90.75 24/06/2019  Cancelled
## 2500       10275              39    114.68 23/07/2019    Shipped
## 2501       10284              45    101.71 21/08/2019    Shipped
## 2502       10296              24    101.71 15/09/2019    Shipped
## 2503       10308              35     88.75 15/10/2019    Shipped
## 2504       10316              23    117.67 01/11/2019    Shipped
## 2505       10328              37    108.69 12/11/2019    Shipped
## 2506       10340              55     87.75 24/11/2019    Shipped
## 2507       10352              49    100.72 03/12/2019    Shipped
## 2508       10361              26    105.95 17/12/2019    Shipped
## 2509       10375              33    116.87 03/02/2020    Shipped
## 2510       10386              37     83.84 01/03/2020   Resolved
## 2511       10398              22     86.76 30/03/2020    Shipped
## 2512       10401              85     88.75 03/04/2020    On Hold
## 2513       10416              22    111.69 10/05/2020    Shipped
## 2514       10105              31     65.77 11/02/2018    Shipped
## 2515       10119              38     65.77 28/04/2018    Shipped
## 2516       10129              45     85.29 12/06/2018    Shipped
## 2517       10143              31     85.29 10/08/2018    Shipped
## 2518       10154              36     64.33 02/10/2018    Shipped
## 2519       10167              46     70.11 23/10/2018  Cancelled
## 2520       10177              32     76.62 07/11/2018    Shipped
## 2521       10185              39     57.82 14/11/2018    Shipped
## 2522       10197              50     78.79 26/11/2018    Shipped
## 2523       10208              46     74.45 02/01/2019    Shipped
## 2524       10222              36     80.95 19/02/2019    Shipped
## 2525       10233              29     82.40 29/03/2019    Shipped
## 2526       10248              32     75.89 07/05/2019  Cancelled
## 2527       10261              44     68.67 17/06/2019    Shipped
## 2528       10273              42     62.16 21/07/2019    Shipped
## 2529       10283              47     65.77 20/08/2019    Shipped
## 2530       10295              44     58.55 10/09/2019    Shipped
## 2531       10306              43     75.17 14/10/2019    Shipped
## 2532       10316              48     74.45 01/11/2019    Shipped
## 2533       10327              21     96.31 10/11/2019   Resolved
## 2534       10339              50     74.35 23/11/2019    Shipped
## 2535       10350              29     75.35 02/12/2019    Shipped
## 2536       10373              41     70.33 31/01/2020    Shipped
## 2537       10386              37    135.61 01/03/2020   Resolved
## 2538       10397              22     66.50 28/03/2020    Shipped
## 2539       10414              31     75.89 06/05/2020    On Hold
## 2540       10103              42    106.21 29/01/2018    Shipped
## 2541       10114              42    113.29 01/04/2018    Shipped
## 2542       10126              45    102.16 28/05/2018    Shipped
## 2543       10140              36    114.30 24/07/2018    Shipped
## 2544       10150              20    105.20 19/09/2018    Shipped
## 2545       10164              39     81.93 21/10/2018   Resolved
## 2546       10175              42     85.98 06/11/2018    Shipped
## 2547       10183              23     86.99 13/11/2018    Shipped
## 2548       10194              26     89.01 25/11/2018    Shipped
## 2549       10206              33    117.33 05/12/2018    Shipped
## 2550       10217              31     88.00 04/02/2019    Shipped
## 2551       10229              50    112.28 11/03/2019    Shipped
## 2552       10245              44    105.20 04/05/2019    Shipped
## 2553       10258              45     80.92 15/06/2019    Shipped
## 2554       10270              46     88.00 19/07/2019    Shipped
## 2555       10281              27     85.98 19/08/2019    Shipped
## 2556       10291              28    116.32 08/09/2019    Shipped
## 2557       10304              40    105.20 11/10/2019    Shipped
## 2558       10313              30     99.13 22/10/2019    Shipped
## 2559       10324              34    124.95 05/11/2019    Shipped
## 2560       10336              46    207.80 20/11/2019    Shipped
## 2561       10348              32     82.83 01/11/2019    Shipped
## 2562       10358              27    139.31 10/12/2019    Shipped
## 2563       10371              34    126.51 23/01/2020    Shipped
## 2564       10382              34     54.84 17/02/2020    Shipped
## 2565       10411              34    105.20 01/05/2020    Shipped
## 2566       10424              46     80.92 31/05/2020 In Process
## 2567       10106              32    124.58 17/02/2018    Shipped
## 2568       10120              24    142.38 29/04/2018    Shipped
## 2569       10133              27     99.67 27/06/2018    Shipped
## 2570       10145              20    137.63 25/08/2018    Shipped
## 2571       10168              36    125.77 28/10/2018    Shipped
## 2572       10188              29    136.45 18/11/2018    Shipped
## 2573       10210              25    112.72 12/01/2019    Shipped
## 2574       10223              29    110.34 20/02/2019    Shipped
## 2575       10235              25     96.11 02/04/2019    Shipped
## 2576       10250              44    137.63 11/05/2019    Shipped
## 2577       10263              47    116.28 28/06/2019    Shipped
## 2578       10275              48    132.89 23/07/2019    Shipped
## 2579       10285              45    119.84 27/08/2019    Shipped
## 2580       10297              35    113.90 16/09/2019    Shipped
## 2581       10308              31    129.33 15/10/2019    Shipped
## 2582       10318              50    142.38 02/11/2019    Shipped
## 2583       10328              33    123.40 12/11/2019    Shipped
## 2584       10340              29    141.19 24/11/2019    Shipped
## 2585       10353              48     68.80 04/12/2019    Shipped
## 2586       10361              44     72.42 17/12/2019    Shipped
## 2587       10375              25     66.73 03/02/2020    Shipped
## 2588       10388              50    143.09 03/03/2020    Shipped
## 2589       10398              23    122.21 30/03/2020    Shipped
## 2590       10401              21     96.11 03/04/2020    On Hold
## 2591       10416              41    137.63 10/05/2020    Shipped
## 2592       10106              44     74.40 17/02/2018    Shipped
## 2593       10120              43     76.00 29/04/2018    Shipped
## 2594       10143              28     96.00 10/08/2018    Shipped
## 2595       10155              43     86.40 06/10/2018    Shipped
## 2596       10168              48     96.00 28/10/2018    Shipped
## 2597       10199              38     82.40 01/12/2018    Shipped
## 2598       10210              31     86.40 12/01/2019    Shipped
## 2599       10223              26     67.20 20/02/2019    Shipped
## 2600       10235              32     92.00 02/04/2019    Shipped
## 2601       10250              44     67.20 11/05/2019    Shipped
## 2602       10262              27     76.00 24/06/2019  Cancelled
## 2603       10275              43     73.60 23/07/2019    Shipped
## 2604       10284              25     69.60 21/08/2019    Shipped
## 2605       10296              22     80.80 15/09/2019    Shipped
## 2606       10308              21     87.20 15/10/2019    Shipped
## 2607       10316              48     75.20 01/11/2019    Shipped
## 2608       10328              33     64.00 12/11/2019    Shipped
## 2609       10341              34    107.18 24/11/2019    Shipped
## 2610       10353              43     81.95 04/12/2019    Shipped
## 2611       10361              44    113.68 17/12/2019    Shipped
## 2612       10375              44    118.38 03/02/2020    Shipped
## 2613       10386              32     94.34 01/03/2020   Resolved
## 2614       10398              29     65.60 30/03/2020    Shipped
## 2615       10401              77     92.00 03/04/2020    On Hold
## 2616       10416              39     67.20 10/05/2020    Shipped
## 2617       10105              39     81.14 11/02/2018    Shipped
## 2618       10118              36    117.20 21/04/2018    Shipped
## 2619       10129              42     91.15 12/06/2018    Shipped
## 2620       10142              21    111.19 08/08/2018    Shipped
## 2621       10153              50     88.15 28/09/2018    Shipped
## 2622       10167              24    117.20 23/10/2018  Cancelled
## 2623       10177              44     92.16 07/11/2018    Shipped
## 2624       10185              37    105.18 14/11/2018    Shipped
## 2625       10197              27     92.16 26/11/2018    Shipped
## 2626       10208              37    120.20 02/01/2019    Shipped
## 2627       10222              38    110.19 19/02/2019    Shipped
## 2628       10232              48     96.16 20/03/2019    Shipped
## 2629       10248              30    108.18 07/05/2019  Cancelled
## 2630       10261              25     88.15 17/06/2019    Shipped
## 2631       10273              40     86.15 21/07/2019    Shipped
## 2632       10283              22     88.15 20/08/2019    Shipped
## 2633       10295              34    102.17 10/09/2019    Shipped
## 2634       10306              32     90.15 14/10/2019    Shipped
## 2635       10315              31     86.15 29/10/2019    Shipped
## 2636       10327              43     80.00 10/11/2019   Resolved
## 2637       10337              31     89.38 21/11/2019    Shipped
## 2638       10350              31     77.34 02/12/2019    Shipped
## 2639       10373              34     96.34 31/01/2020    Shipped
## 2640       10386              45     92.08 01/03/2020   Resolved
## 2641       10397              48    108.18 28/03/2020    Shipped
## 2642       10414              28    108.18 06/05/2020    On Hold
## 2643       10105              22    116.19 11/02/2018    Shipped
## 2644       10117              45     83.42 16/04/2018    Shipped
## 2645       10129              30     85.41 12/06/2018    Shipped
## 2646       10142              38     85.41 08/08/2018    Shipped
## 2647       10153              20    110.23 28/09/2018    Shipped
## 2648       10167              28    107.25 23/10/2018  Cancelled
## 2649       10177              24    105.27 07/11/2018    Shipped
## 2650       10185              22     79.45 14/11/2018    Shipped
## 2651       10197              35     93.35 26/11/2018    Shipped
## 2652       10208              33     85.41 02/01/2019    Shipped
## 2653       10222              31     95.34 19/02/2019    Shipped
## 2654       10232              35     82.43 20/03/2019    Shipped
## 2655       10248              35     90.37 07/05/2019  Cancelled
## 2656       10261              50     81.43 17/06/2019    Shipped
## 2657       10273              26    114.21 21/07/2019    Shipped
## 2658       10283              38     89.38 20/08/2019    Shipped
## 2659       10294              45    104.28 10/09/2019    Shipped
## 2660       10306              30    117.19 14/10/2019    Shipped
## 2661       10315              37     91.37 29/10/2019    Shipped
## 2662       10327              37     86.61 10/11/2019   Resolved
## 2663       10337              36     71.89 21/11/2019    Shipped
## 2664       10350              25    114.19 02/12/2019    Shipped
## 2665       10373              37    108.80 31/01/2020    Shipped
## 2666       10386              30     95.48 01/03/2020   Resolved
## 2667       10397              36    105.27 28/03/2020    Shipped
## 2668       10414              27     90.37 06/05/2020    On Hold
## 2669       10106              48     61.44 17/02/2018    Shipped
## 2670       10119              26     59.22 28/04/2018    Shipped
## 2671       10131              26     85.13 16/06/2018    Shipped
## 2672       10143              34     85.87 10/08/2018    Shipped
## 2673       10155              44     85.87 06/10/2018    Shipped
## 2674       10168              39     82.91 28/10/2018    Shipped
## 2675       10178              45     76.25 08/11/2018    Shipped
## 2676       10198              40     63.67 27/11/2018    Shipped
## 2677       10210              42     70.33 12/01/2019    Shipped
## 2678       10222              43     74.03 19/02/2019    Shipped
## 2679       10235              34     72.55 02/04/2019    Shipped
## 2680       10250              38     62.19 11/05/2019    Shipped
## 2681       10262              35     71.07 24/06/2019  Cancelled
## 2682       10275              31     72.55 23/07/2019    Shipped
## 2683       10284              32     64.41 21/08/2019    Shipped
## 2684       10296              47     86.62 15/09/2019    Shipped
## 2685       10308              39     68.11 15/10/2019    Shipped
## 2686       10316              44     62.19 01/11/2019    Shipped
## 2687       10328              39     85.87 12/11/2019    Shipped
## 2688       10339              50     57.86 23/11/2019    Shipped
## 2689       10352              22     75.51 03/12/2019    Shipped
## 2690       10361              35    122.21 17/12/2019    Shipped
## 2691       10373              45     55.62 31/01/2020    Shipped
## 2692       10386              44     86.40 01/03/2020   Resolved
## 2693       10398              36     87.36 30/03/2020    Shipped
## 2694       10401              28     72.55 03/04/2020    On Hold
## 2695       10416              43     62.19 10/05/2020    Shipped
## 2696       10106              48     52.64 17/02/2018    Shipped
## 2697       10119              28     48.17 28/04/2018    Shipped
## 2698       10131              21     41.71 16/06/2018    Shipped
## 2699       10143              37     50.65 10/08/2018    Shipped
## 2700       10155              34     49.16 06/10/2018    Shipped
## 2701       10167              40     41.71 23/10/2018  Cancelled
## 2702       10178              45     51.15 08/11/2018    Shipped
## 2703       10186              28     52.14 14/11/2018    Shipped
## 2704       10197              29     41.71 26/11/2018    Shipped
## 2705       10222              31     45.69 19/02/2019    Shipped
## 2706       10249              32     57.61 08/05/2019    Shipped
## 2707       10262              21     57.11 24/06/2019  Cancelled
## 2708       10274              32     58.60 21/07/2019    Shipped
## 2709       10283              43     57.61 20/08/2019    Shipped
## 2710       10296              21     45.19 15/09/2019    Shipped
## 2711       10307              34     53.63 14/10/2019    Shipped
## 2712       10316              34     43.70 01/11/2019    Shipped
## 2713       10329              44     86.13 15/11/2019    Shipped
## 2714       10339              27     76.31 23/11/2019    Shipped
## 2715       10352              49     52.64 03/12/2019    Shipped
## 2716       10361              23     95.20 17/12/2019    Shipped
## 2717       10373              25     64.97 31/01/2020    Shipped
## 2718       10386              50     87.15 01/03/2020   Resolved
## 2719       10398              34     40.22 30/03/2020    Shipped
## 2720       10400              20     56.12 01/04/2020    Shipped
## 2721       10415              42     57.61 09/05/2020   Disputed
## 2722       10105              25     56.78 11/02/2018    Shipped
## 2723       10117              50     43.68 16/04/2018    Shipped
## 2724       10129              32     64.97 12/06/2018    Shipped
## 2725       10142              39     44.23 08/08/2018    Shipped
## 2726       10153              50     60.06 28/09/2018    Shipped
## 2727       10167              38     48.59 23/10/2018  Cancelled
## 2728       10177              40     50.23 07/11/2018    Shipped
## 2729       10185              28     64.43 14/11/2018    Shipped
## 2730       10197              42     50.23 26/11/2018    Shipped
## 2731       10208              42     63.88 02/01/2019    Shipped
## 2732       10222              36     63.34 19/02/2019    Shipped
## 2733       10232              24     49.69 20/03/2019    Shipped
## 2734       10248              23     65.52 07/05/2019  Cancelled
## 2735       10261              29     50.78 17/06/2019    Shipped
## 2736       10273              37     45.86 21/07/2019    Shipped
## 2737       10283              33     51.32 20/08/2019    Shipped
## 2738       10293              32     60.06 09/09/2019    Shipped
## 2739       10306              35     59.51 14/10/2019    Shipped
## 2740       10315              40     55.69 29/10/2019    Shipped
## 2741       10327              37     86.74 10/11/2019   Resolved
## 2742       10337              42     97.16 21/11/2019    Shipped
## 2743       10350              20    112.22 02/12/2019    Shipped
## 2744       10373              29    137.19 31/01/2020    Shipped
## 2745       10386              43    125.99 01/03/2020   Resolved
## 2746       10397              34     62.24 28/03/2020    Shipped
## 2747       10414              47     65.52 06/05/2020    On Hold
##           PRODUCTLINE           CITY     COUNTRY DEALSIZE
## 1         Motorcycles            NYC         USA    Small
## 2         Motorcycles          Reims      France    Small
## 3         Motorcycles          Paris      France   Medium
## 4         Motorcycles       Pasadena         USA   Medium
## 5         Motorcycles     Burlingame         USA   Medium
## 6         Motorcycles          Lille      France    Small
## 7         Motorcycles         Bergen      Norway   Medium
## 8         Motorcycles          Paris      France   Medium
## 9         Motorcycles      Melbourne   Australia   Medium
## 10        Motorcycles            NYC         USA    Small
## 11        Motorcycles         Newark         USA   Medium
## 12        Motorcycles    Bridgewater         USA   Medium
## 13        Motorcycles         Nantes      France   Medium
## 14        Motorcycles      Cambridge         USA   Medium
## 15        Motorcycles       Helsinki     Finland    Small
## 16        Motorcycles        Stavern      Norway   Medium
## 17        Motorcycles      Allentown         USA   Medium
## 18        Motorcycles            NYC         USA   Medium
## 19        Motorcycles       Salzburg     Austria    Large
## 20        Motorcycles      Chatswood   Australia    Small
## 21        Motorcycles         Nantes      France    Small
## 22        Motorcycles    New Bedford         USA   Medium
## 23        Motorcycles      Liverpool          UK    Small
## 24        Motorcycles         Madrid       Spain    Large
## 25       Classic Cars        Stavern      Norway   Medium
## 26       Classic Cars           Lule      Sweden    Large
## 27       Classic Cars         Madrid       Spain    Large
## 28       Classic Cars     Burlingame         USA    Large
## 29       Classic Cars      Singapore   Singapore    Large
## 30       Classic Cars            NYC         USA   Medium
## 31       Classic Cars South Brisbane   Australia    Large
## 32       Classic Cars   Philadelphia         USA   Medium
## 33       Classic Cars           Lyon      France    Large
## 34       Classic Cars      Vancouver      Canada    Large
## 35       Classic Cars        Burbank         USA   Medium
## 36       Classic Cars      Cambridge         USA   Medium
## 37       Classic Cars      New Haven         USA   Medium
## 38       Classic Cars      Minato-ku       Japan    Large
## 39       Classic Cars      Chatswood   Australia   Medium
## 40       Classic Cars         Torino       Italy    Large
## 41       Classic Cars          Boras      Sweden    Large
## 42       Classic Cars     Versailles      France    Large
## 43       Classic Cars     San Rafael         USA    Large
## 44       Classic Cars         Nashua         USA   Medium
## 45       Classic Cars      Melbourne   Australia   Medium
## 46       Classic Cars     San Rafael         USA   Medium
## 47       Classic Cars     Brickhaven         USA   Medium
## 48       Classic Cars   North Sydney   Australia    Small
## 49       Classic Cars       Montreal      Canada   Medium
## 50       Classic Cars         Madrid       Spain    Large
## 51        Motorcycles            NYC         USA   Medium
## 52        Motorcycles      Melbourne   Australia    Small
## 53        Motorcycles          Paris      France   Medium
## 54        Motorcycles       Pasadena         USA   Medium
## 55        Motorcycles     Burlingame         USA   Medium
## 56        Motorcycles          Lille      France   Medium
## 57        Motorcycles         Bergen      Norway   Medium
## 58        Motorcycles          Osaka       Japan   Medium
## 59        Motorcycles      Melbourne   Australia   Medium
## 60        Motorcycles   Philadelphia         USA    Small
## 61        Motorcycles         Newark         USA   Medium
## 62        Motorcycles    Bridgewater         USA   Medium
## 63        Motorcycles         Nantes      France    Small
## 64        Motorcycles      Cambridge         USA   Medium
## 65        Motorcycles         Nantes      France   Medium
## 66        Motorcycles   White Plains         USA   Medium
## 67        Motorcycles      Allentown         USA   Medium
## 68        Motorcycles            NYC         USA   Medium
## 69        Motorcycles      Minato-ku       Japan    Small
## 70        Motorcycles      Chatswood   Australia    Small
## 71        Motorcycles South Brisbane   Australia   Medium
## 72        Motorcycles    New Bedford         USA    Small
## 73        Motorcycles          Paris      France   Medium
## 74        Motorcycles         Madrid       Spain   Medium
## 75        Motorcycles            NYC         USA   Medium
## 76        Motorcycles      Melbourne   Australia    Large
## 77        Motorcycles          Paris      France    Large
## 78        Motorcycles       Pasadena         USA   Medium
## 79        Motorcycles     Burlingame         USA   Medium
## 80        Motorcycles          Lille      France    Large
## 81        Motorcycles         Bergen      Norway    Large
## 82        Motorcycles          Osaka       Japan   Medium
## 83        Motorcycles      Melbourne   Australia    Large
## 84        Motorcycles            NYC         USA    Large
## 85        Motorcycles         Newark         USA    Large
## 86        Motorcycles    Bridgewater         USA    Large
## 87        Motorcycles         Nantes      France   Medium
## 88        Motorcycles      Cambridge         USA   Medium
## 89        Motorcycles       Helsinki     Finland   Medium
## 90        Motorcycles   White Plains         USA   Medium
## 91        Motorcycles      Allentown         USA    Large
## 92        Motorcycles            NYC         USA   Medium
## 93        Motorcycles      Minato-ku       Japan    Small
## 94        Motorcycles     Burlingame         USA   Medium
## 95        Motorcycles South Brisbane   Australia   Medium
## 96        Motorcycles    New Bedford         USA    Small
## 97        Motorcycles      Liverpool          UK    Large
## 98        Motorcycles         Madrid       Spain    Large
## 99       Classic Cars      Kobenhavn     Denmark    Large
## 100      Classic Cars       Salzburg     Austria   Medium
## 101      Classic Cars         London          UK   Medium
## 102      Classic Cars    New Bedford         USA   Medium
## 103      Classic Cars       Helsinki     Finland   Medium
## 104      Classic Cars          Boras      Sweden   Medium
## 105      Classic Cars       Toulouse      France   Medium
## 106      Classic Cars         London          UK   Medium
## 107      Classic Cars      Barcelona       Spain   Medium
## 108      Classic Cars      San Diego         USA   Medium
## 109      Classic Cars            NYC         USA    Small
## 110      Classic Cars       Montreal      Canada   Medium
## 111      Classic Cars      Bruxelles     Belgium   Medium
## 112      Classic Cars      Tsawassen      Canada    Small
## 113      Classic Cars         Boston         USA   Medium
## 114      Classic Cars   Philadelphia         USA    Small
## 115      Classic Cars          Cowes          UK   Medium
## 116      Classic Cars        Stavern      Norway   Medium
## 117      Classic Cars            NYC         USA    Small
## 118      Classic Cars         Madrid       Spain    Small
## 119      Classic Cars          Reims      France    Small
## 120      Classic Cars           Oulu     Finland   Medium
## 121      Classic Cars          Paris      France   Medium
## 122      Classic Cars       San Jose         USA    Large
## 123      Classic Cars         Boston         USA    Small
## 124      Classic Cars        Stavern      Norway   Medium
## 125      Classic Cars          Paris      France   Medium
## 126      Classic Cars         Madrid       Spain   Medium
## 127      Classic Cars     Burlingame         USA   Medium
## 128      Classic Cars      Singapore   Singapore   Medium
## 129      Classic Cars           Graz     Austria   Medium
## 130      Classic Cars         London          UK   Medium
## 131      Classic Cars   Philadelphia         USA   Medium
## 132      Classic Cars           Lyon      France   Medium
## 133      Classic Cars         Boston         USA   Medium
## 134      Classic Cars      Singapore   Singapore    Large
## 135      Classic Cars     San Rafael         USA   Medium
## 136      Classic Cars      New Haven         USA   Medium
## 137      Classic Cars      Singapore   Singapore   Medium
## 138      Classic Cars      Chatswood   Australia   Medium
## 139      Classic Cars      Allentown         USA    Large
## 140      Classic Cars          Boras      Sweden   Medium
## 141      Classic Cars      Cambridge         USA   Medium
## 142      Classic Cars      Vancouver      Canada   Medium
## 143      Classic Cars         Nashua         USA    Small
## 144      Classic Cars           Lule      Sweden   Medium
## 145      Classic Cars      Melbourne   Australia   Medium
## 146      Classic Cars     San Rafael         USA   Medium
## 147      Classic Cars   North Sydney   Australia    Small
## 148      Classic Cars   North Sydney   Australia    Small
## 149      Classic Cars       Montreal      Canada   Medium
## 150      Classic Cars         Nantes      France   Medium
## 151      Classic Cars    Makati City Philippines   Medium
## 152      Classic Cars      Marseille      France    Large
## 153      Classic Cars     San Rafael         USA    Large
## 154      Classic Cars     Brickhaven         USA    Large
## 155      Classic Cars   North Sydney   Australia   Medium
## 156      Classic Cars         Bergen      Norway   Medium
## 157      Classic Cars           Koln     Germany   Medium
## 158      Classic Cars         Madrid       Spain   Medium
## 159      Classic Cars          Paris      France    Large
## 160      Classic Cars         Gensve Switzerland   Medium
## 161      Classic Cars      Kobenhavn     Denmark   Medium
## 162      Classic Cars      Liverpool          UK   Medium
## 163      Classic Cars  Reggio Emilia       Italy    Large
## 164      Classic Cars     Brickhaven         USA    Large
## 165      Classic Cars         Gensve Switzerland   Medium
## 166      Classic Cars      Frankfurt     Germany   Medium
## 167      Classic Cars           Koln     Germany   Medium
## 168      Classic Cars           Lule      Sweden   Medium
## 169      Classic Cars            NYC         USA    Small
## 170      Classic Cars       Salzburg     Austria   Medium
## 171      Classic Cars          Espoo     Finland    Small
## 172      Classic Cars         Nantes      France   Medium
## 173      Classic Cars          Boras      Sweden    Small
## 174      Classic Cars       Salzburg     Austria    Small
## 175      Classic Cars      Kobenhavn     Denmark    Large
## 176      Classic Cars      Singapore   Singapore   Medium
## 177      Classic Cars            NYC         USA    Large
## 178      Classic Cars     San Rafael         USA    Large
## 179      Classic Cars         Madrid       Spain   Medium
## 180      Classic Cars      Singapore   Singapore    Large
## 181      Classic Cars  Reggio Emilia       Italy    Large
## 182      Classic Cars    New Bedford         USA   Medium
## 183      Classic Cars      New Haven         USA    Large
## 184      Classic Cars           Lyon      France    Large
## 185      Classic Cars         Dublin     Ireland    Large
## 186      Classic Cars         Madrid       Spain    Large
## 187      Classic Cars          Espoo     Finland    Large
## 188      Classic Cars      Allentown         USA   Medium
## 189      Classic Cars     San Rafael         USA    Large
## 190      Classic Cars         Torino       Italy    Large
## 191      Classic Cars     Manchester          UK   Medium
## 192      Classic Cars        Aaarhus     Denmark    Large
## 193      Classic Cars        Stavern      Norway    Small
## 194      Classic Cars          Paris      France    Small
## 195      Classic Cars         Madrid       Spain    Small
## 196      Classic Cars          Reims      France   Medium
## 197      Classic Cars     San Rafael         USA   Medium
## 198      Classic Cars     San Rafael         USA   Medium
## 199      Classic Cars          Paris      France    Small
## 200      Classic Cars    Bridgewater         USA    Large
## 201  Trucks and Buses        Stavern      Norway   Medium
## 202  Trucks and Buses     San Rafael         USA   Medium
## 203  Trucks and Buses         Madrid       Spain    Small
## 204  Trucks and Buses     Burlingame         USA   Medium
## 205  Trucks and Buses      Singapore   Singapore   Medium
## 206  Trucks and Buses           Graz     Austria   Medium
## 207  Trucks and Buses South Brisbane   Australia   Medium
## 208  Trucks and Buses   Philadelphia         USA   Medium
## 209  Trucks and Buses           Lyon      France   Medium
## 210  Trucks and Buses      Vancouver      Canada   Medium
## 211  Trucks and Buses     Versailles      France   Medium
## 212  Trucks and Buses     San Rafael         USA   Medium
## 213  Trucks and Buses      New Haven         USA   Medium
## 214  Trucks and Buses      Minato-ku       Japan   Medium
## 215  Trucks and Buses      Chatswood   Australia   Medium
## 216  Trucks and Buses      Allentown         USA    Small
## 217  Trucks and Buses          Boras      Sweden   Medium
## 218  Trucks and Buses     Versailles      France   Medium
## 219  Trucks and Buses      Vancouver      Canada    Small
## 220  Trucks and Buses         Nashua         USA   Medium
## 221  Trucks and Buses      Melbourne   Australia   Medium
## 222  Trucks and Buses     San Rafael         USA   Medium
## 223  Trucks and Buses   North Sydney   Australia    Large
## 224  Trucks and Buses   North Sydney   Australia    Small
## 225  Trucks and Buses       Montreal      Canada   Medium
## 226  Trucks and Buses         Madrid       Spain    Large
## 227       Motorcycles            NYC         USA   Medium
## 228       Motorcycles          Reims      France    Large
## 229       Motorcycles          Paris      France    Small
## 230       Motorcycles       Pasadena         USA    Large
## 231       Motorcycles   North Sydney   Australia   Medium
## 232       Motorcycles          Lille      France   Medium
## 233       Motorcycles       Pasadena         USA   Medium
## 234       Motorcycles          Paris      France   Medium
## 235       Motorcycles          Lille      France   Medium
## 236       Motorcycles            NYC         USA   Medium
## 237       Motorcycles         Newark         USA    Large
## 238       Motorcycles    Bridgewater         USA   Medium
## 239       Motorcycles     Brickhaven         USA   Medium
## 240       Motorcycles      Cambridge         USA   Medium
## 241       Motorcycles       Helsinki     Finland   Medium
## 242       Motorcycles        Stavern      Norway   Medium
## 243       Motorcycles            NYC         USA   Medium
## 244       Motorcycles            NYC         USA   Medium
## 245       Motorcycles       Salzburg     Austria    Large
## 246       Motorcycles     Burlingame         USA   Medium
## 247       Motorcycles         Nantes      France   Medium
## 248       Motorcycles    New Bedford         USA   Medium
## 249       Motorcycles      Liverpool          UK    Large
## 250       Motorcycles         Madrid       Spain   Medium
## 251      Classic Cars         Madrid       Spain   Medium
## 252      Classic Cars      Singapore   Singapore   Medium
## 253      Classic Cars            NYC         USA    Large
## 254      Classic Cars     San Rafael         USA   Medium
## 255      Classic Cars         Madrid       Spain   Medium
## 256      Classic Cars      Singapore   Singapore   Medium
## 257      Classic Cars  Reggio Emilia       Italy    Large
## 258      Classic Cars    New Bedford         USA   Medium
## 259      Classic Cars      New Haven         USA   Medium
## 260      Classic Cars           Lyon      France   Medium
## 261      Classic Cars         Dublin     Ireland   Medium
## 262      Classic Cars      Frankfurt     Germany    Large
## 263      Classic Cars          Espoo     Finland   Medium
## 264      Classic Cars      Allentown         USA   Medium
## 265      Classic Cars     San Rafael         USA   Medium
## 266      Classic Cars         Torino       Italy   Medium
## 267      Classic Cars     Manchester          UK   Medium
## 268      Classic Cars        Aaarhus     Denmark   Medium
## 269      Classic Cars            NYC         USA    Small
## 270      Classic Cars          Paris      France   Medium
## 271      Classic Cars         Madrid       Spain   Medium
## 272      Classic Cars         Madrid       Spain    Small
## 273      Classic Cars      Minato-ku       Japan   Medium
## 274      Classic Cars     San Rafael         USA   Medium
## 275      Classic Cars    Bridgewater         USA    Large
## 276      Classic Cars    Makati City Philippines   Medium
## 277      Classic Cars      Marseille      France   Medium
## 278      Classic Cars     San Rafael         USA   Medium
## 279      Classic Cars     Brickhaven         USA   Medium
## 280      Classic Cars           Graz     Austria   Medium
## 281      Classic Cars         Bergen      Norway    Small
## 282      Classic Cars           Koln     Germany   Medium
## 283      Classic Cars         Madrid       Spain    Small
## 284      Classic Cars         Madrid       Spain   Medium
## 285      Classic Cars         Gensve Switzerland    Small
## 286      Classic Cars      Kobenhavn     Denmark   Medium
## 287      Classic Cars      Liverpool          UK    Small
## 288      Classic Cars  Reggio Emilia       Italy    Small
## 289      Classic Cars     Brickhaven         USA   Medium
## 290      Classic Cars         Gensve Switzerland   Medium
## 291      Classic Cars      Frankfurt     Germany   Medium
## 292      Classic Cars           Koln     Germany   Medium
## 293      Classic Cars           Lule      Sweden   Medium
## 294      Classic Cars            NYC         USA   Medium
## 295      Classic Cars       Salzburg     Austria   Medium
## 296      Classic Cars          Espoo     Finland   Medium
## 297      Classic Cars       Glendale         USA   Medium
## 298      Classic Cars          Boras      Sweden    Small
## 299      Classic Cars       Salzburg     Austria    Small
## 300      Classic Cars      Kobenhavn     Denmark   Medium
## 301      Classic Cars      Singapore   Singapore   Medium
## 302      Classic Cars            NYC         USA    Large
## 303      Classic Cars     San Rafael         USA    Large
## 304      Classic Cars         Madrid       Spain    Large
## 305      Classic Cars      Singapore   Singapore   Medium
## 306      Classic Cars  Reggio Emilia       Italy    Large
## 307      Classic Cars    New Bedford         USA    Large
## 308      Classic Cars      New Haven         USA    Large
## 309      Classic Cars           Lyon      France   Medium
## 310      Classic Cars         Dublin     Ireland   Medium
## 311      Classic Cars         Madrid       Spain   Medium
## 312      Classic Cars          Espoo     Finland   Medium
## 313      Classic Cars      Allentown         USA    Large
## 314      Classic Cars     San Rafael         USA   Medium
## 315      Classic Cars         Torino       Italy    Large
## 316      Classic Cars     Manchester          UK   Medium
## 317      Classic Cars        Aaarhus     Denmark   Medium
## 318      Classic Cars        Stavern      Norway    Small
## 319      Classic Cars          Paris      France   Medium
## 320      Classic Cars            NYC         USA   Medium
## 321      Classic Cars          Reims      France   Medium
## 322      Classic Cars      Minato-ku       Japan   Medium
## 323      Classic Cars     San Rafael         USA   Medium
## 324      Classic Cars     San Rafael         USA   Medium
## 325      Classic Cars    Bridgewater         USA   Medium
## 326      Classic Cars    Makati City Philippines   Medium
## 327      Classic Cars      Marseille      France    Small
## 328      Classic Cars     San Rafael         USA    Small
## 329      Classic Cars     Brickhaven         USA    Small
## 330      Classic Cars   North Sydney   Australia    Small
## 331      Classic Cars         Bergen      Norway    Small
## 332      Classic Cars           Koln     Germany    Small
## 333      Classic Cars         Madrid       Spain   Medium
## 334      Classic Cars          Paris      France    Small
## 335      Classic Cars         Gensve Switzerland    Small
## 336      Classic Cars      Kobenhavn     Denmark    Small
## 337      Classic Cars      Liverpool          UK    Small
## 338      Classic Cars  Reggio Emilia       Italy    Small
## 339      Classic Cars     Brickhaven         USA   Medium
## 340      Classic Cars         Gensve Switzerland    Small
## 341      Classic Cars      Frankfurt     Germany    Small
## 342      Classic Cars           Koln     Germany   Medium
## 343      Classic Cars           Lule      Sweden    Small
## 344      Classic Cars            NYC         USA   Medium
## 345      Classic Cars       Salzburg     Austria   Medium
## 346      Classic Cars          Espoo     Finland    Small
## 347      Classic Cars       Helsinki     Finland    Small
## 348      Classic Cars          Boras      Sweden    Small
## 349      Classic Cars       Salzburg     Austria   Medium
## 350  Trucks and Buses         Madrid       Spain   Medium
## 351  Trucks and Buses            NYC         USA   Medium
## 352  Trucks and Buses            NYC         USA    Small
## 353  Trucks and Buses          Espoo     Finland    Small
## 354  Trucks and Buses           Oulu     Finland   Medium
## 355  Trucks and Buses      Singapore   Singapore   Medium
## 356  Trucks and Buses         London          UK   Medium
## 357  Trucks and Buses        Sevilla       Spain   Medium
## 358  Trucks and Buses   White Plains         USA   Medium
## 359  Trucks and Buses         Boston         USA   Medium
## 360  Trucks and Buses       Brisbane         USA   Medium
## 361  Trucks and Buses     San Rafael         USA   Medium
## 362  Trucks and Buses         Madrid       Spain   Medium
## 363  Trucks and Buses      Singapore   Singapore   Medium
## 364  Trucks and Buses     San Rafael         USA   Medium
## 365  Trucks and Buses      Allentown         USA   Medium
## 366  Trucks and Buses            NYC         USA    Small
## 367  Trucks and Buses      Cambridge         USA   Medium
## 368  Trucks and Buses        Aaarhus     Denmark   Medium
## 369  Trucks and Buses            NYC         USA    Small
## 370  Trucks and Buses          Paris      France   Medium
## 371  Trucks and Buses            NYC         USA   Medium
## 372  Trucks and Buses         Madrid       Spain    Small
## 373  Trucks and Buses     San Rafael         USA    Small
## 374  Trucks and Buses     San Rafael         USA    Small
## 375  Trucks and Buses         Madrid       Spain   Medium
## 376  Trucks and Buses         Nantes      France   Medium
## 377      Classic Cars    Makati City Philippines   Medium
## 378      Classic Cars      Marseille      France    Small
## 379      Classic Cars     San Rafael         USA    Small
## 380      Classic Cars     Brickhaven         USA   Medium
## 381      Classic Cars           Graz     Austria   Medium
## 382      Classic Cars         Bergen      Norway   Medium
## 383      Classic Cars         Nashua         USA   Medium
## 384      Classic Cars         Madrid       Spain   Medium
## 385      Classic Cars         Madrid       Spain   Medium
## 386      Classic Cars         Gensve Switzerland    Small
## 387      Classic Cars           Oulu     Finland    Small
## 388      Classic Cars      Liverpool          UK   Medium
## 389      Classic Cars  Reggio Emilia       Italy   Medium
## 390      Classic Cars      Singapore   Singapore   Medium
## 391      Classic Cars         Gensve Switzerland    Small
## 392      Classic Cars      Frankfurt     Germany    Small
## 393      Classic Cars           Koln     Germany    Small
## 394      Classic Cars    New Bedford         USA    Small
## 395      Classic Cars            NYC         USA    Small
## 396      Classic Cars       Salzburg     Austria   Medium
## 397      Classic Cars          Espoo     Finland   Medium
## 398      Classic Cars       Helsinki     Finland   Medium
## 399      Classic Cars          Boras      Sweden   Medium
## 400      Classic Cars     Strasbourg      France    Large
## 401      Classic Cars       Salzburg     Austria   Medium
## 402  Trucks and Buses        Stavern      Norway   Medium
## 403  Trucks and Buses     San Rafael         USA   Medium
## 404  Trucks and Buses         Madrid       Spain   Medium
## 405  Trucks and Buses     Burlingame         USA   Medium
## 406  Trucks and Buses      Singapore   Singapore   Medium
## 407  Trucks and Buses           Graz     Austria   Medium
## 408  Trucks and Buses South Brisbane   Australia   Medium
## 409  Trucks and Buses   Philadelphia         USA    Small
## 410  Trucks and Buses           Lyon      France    Small
## 411  Trucks and Buses      Vancouver      Canada   Medium
## 412  Trucks and Buses        Burbank         USA   Medium
## 413  Trucks and Buses      Cambridge         USA   Medium
## 414  Trucks and Buses      New Haven         USA   Medium
## 415  Trucks and Buses      Minato-ku       Japan   Medium
## 416  Trucks and Buses      Chatswood   Australia   Medium
## 417  Trucks and Buses         Torino       Italy    Small
## 418  Trucks and Buses          Boras      Sweden   Medium
## 419  Trucks and Buses     Versailles      France   Medium
## 420  Trucks and Buses     San Rafael         USA   Medium
## 421  Trucks and Buses         Nashua         USA    Small
## 422  Trucks and Buses      Melbourne   Australia    Small
## 423  Trucks and Buses     San Rafael         USA   Medium
## 424  Trucks and Buses   North Sydney   Australia   Medium
## 425  Trucks and Buses   North Sydney   Australia    Small
## 426  Trucks and Buses       Montreal      Canada   Medium
## 427  Trucks and Buses         Madrid       Spain    Large
## 428      Classic Cars   Philadelphia         USA   Medium
## 429      Classic Cars      Marseille      France   Medium
## 430      Classic Cars       Toulouse      France   Medium
## 431      Classic Cars   North Sydney   Australia    Small
## 432      Classic Cars        Aaarhus     Denmark   Medium
## 433      Classic Cars       Montreal      Canada   Medium
## 434      Classic Cars         Bergen      Norway   Medium
## 435      Classic Cars         Nashua         USA   Medium
## 436      Classic Cars            NYC         USA   Medium
## 437      Classic Cars         Madrid       Spain   Medium
## 438      Classic Cars         Gensve Switzerland   Medium
## 439      Classic Cars          Osaka       Japan   Medium
## 440      Classic Cars      Liverpool          UK   Medium
## 441      Classic Cars  Reggio Emilia       Italy    Small
## 442      Classic Cars      Las Vegas         USA   Medium
## 443      Classic Cars         Gensve Switzerland   Medium
## 444      Classic Cars           Oslo      Norway   Medium
## 445      Classic Cars           Koln     Germany   Medium
## 446      Classic Cars    New Bedford         USA   Medium
## 447      Classic Cars   Philadelphia         USA   Medium
## 448      Classic Cars      Melbourne   Australia   Medium
## 449      Classic Cars          Paris      France   Medium
## 450      Classic Cars    New Bedford         USA    Small
## 451      Classic Cars       Helsinki     Finland   Medium
## 452      Classic Cars     San Rafael         USA   Medium
## 453      Classic Cars      Kobenhavn     Denmark    Large
## 454      Classic Cars       Salzburg     Austria   Medium
## 455      Vintage Cars            NYC         USA   Medium
## 456      Vintage Cars      Melbourne   Australia   Medium
## 457      Vintage Cars      Chatswood   Australia   Medium
## 458      Vintage Cars       Brisbane         USA   Medium
## 459      Vintage Cars        Bergamo       Italy   Medium
## 460      Vintage Cars     San Rafael         USA    Small
## 461      Vintage Cars   Glen Waverly   Australia   Medium
## 462      Vintage Cars         Madrid       Spain   Medium
## 463      Vintage Cars        Burbank         USA    Small
## 464      Vintage Cars           Lyon      France    Small
## 465      Vintage Cars         Madrid       Spain   Medium
## 466      Vintage Cars      Kobenhavn     Denmark   Medium
## 467      Vintage Cars         Torino       Italy   Medium
## 468      Vintage Cars         Bergen      Norway   Medium
## 469      Vintage Cars     Versailles      France   Medium
## 470      Vintage Cars     San Rafael         USA   Medium
## 471      Vintage Cars         Nashua         USA   Medium
## 472      Vintage Cars     Manchester          UK   Medium
## 473      Vintage Cars      Las Vegas         USA    Small
## 474      Vintage Cars          Paris      France    Small
## 475      Vintage Cars     Brickhaven         USA    Large
## 476      Vintage Cars         Madrid       Spain    Small
## 477      Vintage Cars   North Sydney   Australia   Medium
## 478      Vintage Cars      Allentown         USA   Medium
## 479      Vintage Cars            NYC         USA    Small
## 480      Vintage Cars         Madrid       Spain    Small
## 481      Vintage Cars      Chatswood   Australia    Small
## 482      Vintage Cars       Brisbane         USA    Small
## 483      Vintage Cars        Bergamo       Italy    Small
## 484      Vintage Cars     San Rafael         USA    Small
## 485      Vintage Cars   Glen Waverly   Australia    Small
## 486      Vintage Cars         Madrid       Spain   Medium
## 487      Vintage Cars        Burbank         USA    Small
## 488      Vintage Cars           Lyon      France    Small
## 489      Vintage Cars         Madrid       Spain    Small
## 490      Vintage Cars      Kobenhavn     Denmark    Small
## 491      Vintage Cars         Torino       Italy    Small
## 492      Vintage Cars         Bergen      Norway    Small
## 493      Vintage Cars     Versailles      France    Small
## 494      Vintage Cars     San Rafael         USA    Small
## 495      Vintage Cars         Nashua         USA    Small
## 496      Vintage Cars     Manchester          UK    Small
## 497      Vintage Cars      Melbourne   Australia    Small
## 498      Vintage Cars          Paris      France    Small
## 499      Vintage Cars     Brickhaven         USA   Medium
## 500      Vintage Cars   North Sydney   Australia   Medium
## 501      Vintage Cars      Allentown         USA    Small
## 502      Classic Cars     Manchester          UK   Medium
## 503      Classic Cars         Nantes      France   Medium
## 504      Classic Cars          Reims      France   Medium
## 505      Classic Cars   North Sydney   Australia   Medium
## 506      Classic Cars        Aaarhus     Denmark   Medium
## 507      Classic Cars    Bridgewater         USA   Medium
## 508      Classic Cars         Bergen      Norway   Medium
## 509      Classic Cars         Nashua         USA   Medium
## 510      Classic Cars            NYC         USA   Medium
## 511      Classic Cars         Madrid       Spain   Medium
## 512      Classic Cars      San Diego         USA   Medium
## 513      Classic Cars     Strasbourg      France    Small
## 514      Classic Cars      Liverpool          UK   Medium
## 515      Classic Cars  Reggio Emilia       Italy   Medium
## 516      Classic Cars      Las Vegas         USA    Small
## 517      Classic Cars      Singapore   Singapore    Small
## 518      Classic Cars           Oslo      Norway   Medium
## 519      Classic Cars         Madrid       Spain    Small
## 520      Classic Cars    New Bedford         USA   Medium
## 521      Classic Cars   Philadelphia         USA   Medium
## 522      Classic Cars          Reims      France   Medium
## 523      Classic Cars       Pasadena         USA    Small
## 524      Classic Cars         Madrid       Spain    Small
## 525      Classic Cars       San Jose         USA    Large
## 526      Classic Cars       Salzburg     Austria   Medium
## 527            Planes        Bergamo       Italy   Medium
## 528            Planes       Salzburg     Austria   Medium
## 529            Planes       Glendale         USA    Small
## 530            Planes    New Bedford         USA   Medium
## 531            Planes       Helsinki     Finland   Medium
## 532            Planes          Boras      Sweden   Medium
## 533            Planes       Toulouse      France   Medium
## 534            Planes         London          UK   Medium
## 535            Planes    Makati City Philippines    Large
## 536            Planes          Osaka       Japan   Medium
## 537            Planes      San Diego         USA   Medium
## 538            Planes       San Jose         USA    Large
## 539            Planes         Madrid       Spain   Medium
## 540            Planes     Brickhaven         USA   Medium
## 541            Planes           Oslo      Norway   Medium
## 542            Planes         Munich     Germany   Medium
## 543            Planes   Philadelphia         USA    Large
## 544            Planes          Cowes          UK   Medium
## 545            Planes      Kobenhavn     Denmark    Small
## 546            Planes      Charleroi     Belgium   Medium
## 547            Planes         London          UK   Medium
## 548            Planes           Oulu     Finland    Small
## 549            Planes         Madrid       Spain    Small
## 550            Planes          Reims      France   Medium
## 551            Planes       San Jose         USA   Medium
## 552            Planes  Reggio Emilia       Italy   Medium
## 553      Vintage Cars         Nashua         USA   Medium
## 554      Vintage Cars     Manchester          UK   Medium
## 555      Vintage Cars      Las Vegas         USA    Small
## 556      Vintage Cars       Brisbane         USA   Medium
## 557      Vintage Cars        Bergamo       Italy   Medium
## 558      Vintage Cars     San Rafael         USA    Large
## 559      Vintage Cars   Glen Waverly   Australia   Medium
## 560      Vintage Cars            NYC         USA   Medium
## 561      Vintage Cars         Madrid       Spain   Medium
## 562      Vintage Cars           Lyon      France   Medium
## 563      Vintage Cars     Strasbourg      France    Large
## 564      Vintage Cars         Torino       Italy   Medium
## 565      Vintage Cars      Singapore   Singapore   Medium
## 566      Vintage Cars      Liverpool          UK    Large
## 567      Vintage Cars     San Rafael         USA    Large
## 568      Vintage Cars   Philadelphia         USA   Medium
## 569      Vintage Cars      Marseille      France    Large
## 570      Vintage Cars       Pasadena         USA   Medium
## 571      Vintage Cars         Madrid       Spain   Medium
## 572      Vintage Cars       San Jose         USA    Large
## 573      Vintage Cars      Chatswood   Australia   Medium
## 574      Classic Cars    Makati City Philippines   Medium
## 575      Classic Cars      Marseille      France   Medium
## 576      Classic Cars     San Rafael         USA   Medium
## 577      Classic Cars     Brickhaven         USA    Small
## 578      Classic Cars           Graz     Austria    Small
## 579      Classic Cars         Bergen      Norway    Small
## 580      Classic Cars         Nashua         USA   Medium
## 581      Classic Cars         Madrid       Spain   Medium
## 582      Classic Cars         Madrid       Spain    Small
## 583      Classic Cars         Gensve Switzerland   Medium
## 584      Classic Cars           Oulu     Finland   Medium
## 585      Classic Cars      Liverpool          UK    Small
## 586      Classic Cars  Reggio Emilia       Italy    Small
## 587      Classic Cars      Las Vegas         USA    Small
## 588      Classic Cars         Gensve Switzerland   Medium
## 589      Classic Cars      Frankfurt     Germany   Medium
## 590      Classic Cars           Koln     Germany    Small
## 591      Classic Cars    New Bedford         USA    Small
## 592      Classic Cars            NYC         USA    Small
## 593      Classic Cars      Melbourne   Australia   Medium
## 594      Classic Cars          Espoo     Finland   Medium
## 595      Classic Cars       Helsinki     Finland    Small
## 596      Classic Cars          Boras      Sweden   Medium
## 597      Classic Cars     Strasbourg      France   Medium
## 598      Classic Cars       Salzburg     Austria   Medium
## 599      Classic Cars   Philadelphia         USA   Medium
## 600      Classic Cars      Marseille      France   Medium
## 601      Classic Cars       Toulouse      France   Medium
## 602      Classic Cars   North Sydney   Australia   Medium
## 603      Classic Cars        Aaarhus     Denmark   Medium
## 604      Classic Cars       Montreal      Canada   Medium
## 605      Classic Cars         Bergen      Norway   Medium
## 606      Classic Cars         Nashua         USA    Large
## 607      Classic Cars            NYC         USA   Medium
## 608      Classic Cars         Madrid       Spain   Medium
## 609      Classic Cars      San Diego         USA   Medium
## 610      Classic Cars          Osaka       Japan   Medium
## 611      Classic Cars      Liverpool          UK   Medium
## 612      Classic Cars  Reggio Emilia       Italy   Medium
## 613      Classic Cars      Las Vegas         USA   Medium
## 614      Classic Cars         Gensve Switzerland   Medium
## 615      Classic Cars           Oslo      Norway    Large
## 616      Classic Cars           Koln     Germany   Medium
## 617      Classic Cars    New Bedford         USA   Medium
## 618      Classic Cars   Philadelphia         USA    Small
## 619      Classic Cars      Melbourne   Australia   Medium
## 620      Classic Cars          Paris      France    Small
## 621      Classic Cars      Charleroi     Belgium   Medium
## 622      Classic Cars       Helsinki     Finland   Medium
## 623      Classic Cars     San Rafael         USA    Small
## 624      Classic Cars      Kobenhavn     Denmark    Large
## 625      Classic Cars       Salzburg     Austria   Medium
## 626      Classic Cars         Madrid       Spain   Medium
## 627      Classic Cars            NYC         USA    Large
## 628      Classic Cars            NYC         USA    Large
## 629      Classic Cars          Espoo     Finland   Medium
## 630      Classic Cars           Oulu     Finland    Large
## 631      Classic Cars      Singapore   Singapore   Medium
## 632      Classic Cars  Reggio Emilia       Italy   Medium
## 633      Classic Cars        Sevilla       Spain    Large
## 634      Classic Cars   White Plains         USA   Medium
## 635      Classic Cars         Boston         USA    Large
## 636      Classic Cars       Brisbane         USA    Large
## 637      Classic Cars      Frankfurt     Germany    Large
## 638      Classic Cars         Madrid       Spain   Medium
## 639      Classic Cars      Singapore   Singapore   Medium
## 640      Classic Cars     San Rafael         USA    Large
## 641      Classic Cars     San Rafael         USA   Medium
## 642      Classic Cars            NYC         USA   Medium
## 643      Classic Cars      Cambridge         USA   Medium
## 644      Classic Cars        Aaarhus     Denmark   Medium
## 645      Classic Cars            NYC         USA    Large
## 646      Classic Cars          Paris      France    Large
## 647      Classic Cars            NYC         USA   Medium
## 648      Classic Cars         Madrid       Spain    Small
## 649      Classic Cars     San Rafael         USA    Small
## 650      Classic Cars     San Rafael         USA    Small
## 651      Classic Cars         Madrid       Spain   Medium
## 652      Classic Cars         Nantes      France   Medium
## 653      Vintage Cars         Nashua         USA   Medium
## 654      Vintage Cars     Manchester          UK    Small
## 655      Vintage Cars      Las Vegas         USA    Small
## 656      Vintage Cars       Brisbane         USA    Small
## 657      Vintage Cars        Bergamo       Italy    Small
## 658      Vintage Cars     San Rafael         USA    Small
## 659      Vintage Cars   Glen Waverly   Australia    Small
## 660      Vintage Cars            NYC         USA    Small
## 661      Vintage Cars         Madrid       Spain    Small
## 662      Vintage Cars           Lyon      France    Small
## 663      Vintage Cars     Strasbourg      France    Small
## 664      Vintage Cars         Torino       Italy    Small
## 665      Vintage Cars      Singapore   Singapore    Small
## 666      Vintage Cars        Sevilla       Spain    Small
## 667      Vintage Cars     San Rafael         USA    Small
## 668      Vintage Cars     Manchester          UK   Medium
## 669      Vintage Cars      Marseille      France    Small
## 670      Vintage Cars       Pasadena         USA    Large
## 671      Vintage Cars         Madrid       Spain    Small
## 672      Vintage Cars       San Jose         USA   Medium
## 673      Vintage Cars      Chatswood   Australia    Small
## 674  Trucks and Buses         Madrid       Spain   Medium
## 675  Trucks and Buses          Paris      France   Medium
## 676  Trucks and Buses            NYC         USA   Medium
## 677  Trucks and Buses          Espoo     Finland   Medium
## 678  Trucks and Buses           Oulu     Finland   Medium
## 679  Trucks and Buses      Singapore   Singapore   Medium
## 680  Trucks and Buses         London          UK   Medium
## 681  Trucks and Buses        Sevilla       Spain   Medium
## 682  Trucks and Buses   White Plains         USA   Medium
## 683  Trucks and Buses         Boston         USA   Medium
## 684  Trucks and Buses     San Rafael         USA   Medium
## 685  Trucks and Buses         Madrid       Spain    Small
## 686  Trucks and Buses      Singapore   Singapore   Medium
## 687  Trucks and Buses     San Rafael         USA   Medium
## 688  Trucks and Buses      Allentown         USA   Medium
## 689  Trucks and Buses            NYC         USA   Medium
## 690  Trucks and Buses      Cambridge         USA   Medium
## 691  Trucks and Buses      Vancouver      Canada   Medium
## 692  Trucks and Buses            NYC         USA    Small
## 693  Trucks and Buses           Lule      Sweden   Medium
## 694  Trucks and Buses            NYC         USA   Medium
## 695  Trucks and Buses         Madrid       Spain    Small
## 696  Trucks and Buses   North Sydney   Australia   Medium
## 697  Trucks and Buses         Madrid       Spain   Medium
## 698  Trucks and Buses         Madrid       Spain   Medium
## 699  Trucks and Buses         Nantes      France   Medium
## 700      Vintage Cars      Frankfurt     Germany   Medium
## 701      Vintage Cars     Manchester          UK   Medium
## 702      Vintage Cars      Las Vegas         USA   Medium
## 703      Vintage Cars       Brisbane         USA   Medium
## 704      Vintage Cars        Bergamo       Italy   Medium
## 705      Vintage Cars     San Rafael         USA    Small
## 706      Vintage Cars   Glen Waverly   Australia   Medium
## 707      Vintage Cars            NYC         USA   Medium
## 708      Vintage Cars         Madrid       Spain   Medium
## 709      Vintage Cars           Lyon      France    Large
## 710      Vintage Cars         Boston         USA   Medium
## 711      Vintage Cars         Torino       Italy   Medium
## 712      Vintage Cars      Singapore   Singapore   Medium
## 713      Vintage Cars     Versailles      France    Small
## 714      Vintage Cars     San Rafael         USA   Medium
## 715      Vintage Cars         Nashua         USA    Large
## 716      Vintage Cars     Manchester          UK    Small
## 717      Vintage Cars      Marseille      France   Medium
## 718      Vintage Cars          Paris      France   Medium
## 719      Vintage Cars       Pasadena         USA   Medium
## 720      Vintage Cars         Madrid       Spain   Medium
## 721      Vintage Cars     San Rafael         USA   Medium
## 722      Vintage Cars      Singapore   Singapore    Small
## 723      Vintage Cars      Chatswood   Australia   Medium
## 724  Trucks and Buses        Stavern      Norway    Small
## 725  Trucks and Buses          Paris      France   Medium
## 726  Trucks and Buses         Madrid       Spain    Small
## 727  Trucks and Buses     Burlingame         USA    Small
## 728  Trucks and Buses           Oulu     Finland    Small
## 729  Trucks and Buses      Singapore   Singapore    Small
## 730  Trucks and Buses         London          UK    Small
## 731  Trucks and Buses        Sevilla       Spain    Small
## 732  Trucks and Buses           Lyon      France   Medium
## 733  Trucks and Buses         Boston         USA    Small
## 734  Trucks and Buses      Singapore   Singapore    Small
## 735  Trucks and Buses     San Rafael         USA    Small
## 736  Trucks and Buses         Madrid       Spain    Small
## 737  Trucks and Buses      Singapore   Singapore    Small
## 738  Trucks and Buses     San Rafael         USA    Small
## 739  Trucks and Buses      Allentown         USA    Small
## 740  Trucks and Buses          Boras      Sweden    Small
## 741  Trucks and Buses      Cambridge         USA    Small
## 742  Trucks and Buses      Vancouver      Canada    Small
## 743  Trucks and Buses         Nashua         USA    Small
## 744  Trucks and Buses           Lule      Sweden    Small
## 745  Trucks and Buses      Melbourne   Australia   Medium
## 746  Trucks and Buses     San Rafael         USA    Small
## 747  Trucks and Buses   North Sydney   Australia    Small
## 748  Trucks and Buses   North Sydney   Australia    Small
## 749  Trucks and Buses         Madrid       Spain    Small
## 750  Trucks and Buses         Nantes      France    Small
## 751            Planes        Bergamo       Italy   Medium
## 752            Planes      Melbourne   Australia    Small
## 753            Planes         Madrid       Spain   Medium
## 754            Planes       Pasadena         USA    Small
## 755            Planes     Burlingame         USA    Small
## 756            Planes          Osaka       Japan   Medium
## 757            Planes      Melbourne   Australia   Medium
## 758            Planes      Tsawassen      Canada    Small
## 759            Planes       San Jose         USA    Small
## 760            Planes    Bridgewater         USA    Small
## 761            Planes         Nantes      France   Medium
## 762            Planes           Oslo      Norway    Small
## 763            Planes         Dublin     Ireland    Small
## 764            Planes   White Plains         USA    Small
## 765            Planes      Allentown         USA   Medium
## 766            Planes      Kobenhavn     Denmark   Medium
## 767            Planes      Minato-ku       Japan    Small
## 768            Planes       Glendale         USA   Medium
## 769            Planes South Brisbane   Australia    Small
## 770            Planes         Madrid       Spain    Small
## 771            Planes          Reims      France    Small
## 772            Planes         Newark         USA   Medium
## 773            Planes  Reggio Emilia       Italy    Small
## 774       Motorcycles            NYC         USA    Small
## 775       Motorcycles      Melbourne   Australia    Small
## 776       Motorcycles          Paris      France    Small
## 777       Motorcycles       Pasadena         USA    Small
## 778       Motorcycles     Burlingame         USA    Small
## 779       Motorcycles          Lille      France    Small
## 780       Motorcycles         Bergen      Norway    Small
## 781       Motorcycles          Osaka       Japan    Small
## 782       Motorcycles      Melbourne   Australia    Small
## 783       Motorcycles   Philadelphia         USA    Small
## 784       Motorcycles         Newark         USA    Small
## 785       Motorcycles    Bridgewater         USA    Small
## 786       Motorcycles         Nantes      France    Small
## 787       Motorcycles      Cambridge         USA    Small
## 788       Motorcycles         Nantes      France    Small
## 789       Motorcycles   White Plains         USA    Small
## 790       Motorcycles      Allentown         USA    Small
## 791       Motorcycles            NYC         USA   Medium
## 792       Motorcycles      Minato-ku       Japan    Small
## 793       Motorcycles     Burlingame         USA    Small
## 794       Motorcycles South Brisbane   Australia    Small
## 795       Motorcycles          Boras      Sweden   Medium
## 796       Motorcycles          Paris      France   Medium
## 797       Motorcycles         Madrid       Spain    Small
## 798      Vintage Cars      Frankfurt     Germany   Medium
## 799      Vintage Cars     Manchester          UK   Medium
## 800      Vintage Cars      Melbourne   Australia   Medium
## 801      Vintage Cars      Chatswood   Australia    Large
## 802      Vintage Cars       Brisbane         USA   Medium
## 803      Vintage Cars        Bergamo       Italy   Medium
## 804      Vintage Cars     San Rafael         USA   Medium
## 805      Vintage Cars   Glen Waverly   Australia   Medium
## 806      Vintage Cars         Madrid       Spain    Large
## 807      Vintage Cars         Madrid       Spain    Large
## 808      Vintage Cars           Lyon      France   Medium
## 809      Vintage Cars         Madrid       Spain   Medium
## 810      Vintage Cars     Strasbourg      France   Medium
## 811      Vintage Cars         Torino       Italy   Medium
## 812      Vintage Cars         Bergen      Norway    Large
## 813      Vintage Cars     Versailles      France   Medium
## 814      Vintage Cars     San Rafael         USA   Medium
## 815      Vintage Cars         Nashua         USA   Medium
## 816      Vintage Cars     Manchester          UK    Small
## 817      Vintage Cars      Melbourne   Australia   Medium
## 818      Vintage Cars          Paris      France   Medium
## 819      Vintage Cars       Pasadena         USA   Medium
## 820      Vintage Cars         Madrid       Spain    Small
## 821      Vintage Cars     San Rafael         USA    Small
## 822      Vintage Cars     San Rafael         USA   Medium
## 823      Classic Cars   Philadelphia         USA   Medium
## 824      Classic Cars         Nantes      France   Medium
## 825      Classic Cars          Reims      France   Medium
## 826      Classic Cars   North Sydney   Australia   Medium
## 827      Classic Cars        Aaarhus     Denmark   Medium
## 828      Classic Cars    Bridgewater         USA   Medium
## 829      Classic Cars         Bergen      Norway   Medium
## 830      Classic Cars         Nashua         USA   Medium
## 831      Classic Cars            NYC         USA   Medium
## 832      Classic Cars         Madrid       Spain   Medium
## 833      Classic Cars      San Diego         USA   Medium
## 834      Classic Cars     Strasbourg      France   Medium
## 835      Classic Cars      Liverpool          UK   Medium
## 836      Classic Cars  Reggio Emilia       Italy    Small
## 837      Classic Cars      Las Vegas         USA   Medium
## 838      Classic Cars         Gensve Switzerland   Medium
## 839      Classic Cars           Oslo      Norway   Medium
## 840      Classic Cars         Madrid       Spain   Medium
## 841      Classic Cars    New Bedford         USA    Small
## 842      Classic Cars   Philadelphia         USA    Small
## 843      Classic Cars          Reims      France    Small
## 844      Classic Cars      Charleroi     Belgium   Medium
## 845      Classic Cars         Madrid       Spain   Medium
## 846      Classic Cars       San Jose         USA   Medium
## 847      Classic Cars       Salzburg     Austria    Large
## 848      Vintage Cars        Stavern      Norway    Small
## 849      Vintage Cars           Lule      Sweden    Small
## 850      Vintage Cars         Madrid       Spain    Small
## 851      Vintage Cars      Chatswood   Australia   Medium
## 852      Vintage Cars      Singapore   Singapore   Medium
## 853      Vintage Cars            NYC         USA   Medium
## 854      Vintage Cars South Brisbane   Australia   Medium
## 855      Vintage Cars   Philadelphia         USA   Medium
## 856      Vintage Cars   Glen Waverly   Australia    Small
## 857      Vintage Cars      Vancouver      Canada   Medium
## 858      Vintage Cars        Burbank         USA   Medium
## 859      Vintage Cars      Cambridge         USA    Small
## 860      Vintage Cars         Madrid       Spain   Medium
## 861      Vintage Cars       San Jose         USA   Medium
## 862      Vintage Cars      Chatswood   Australia    Small
## 863      Vintage Cars         Torino       Italy   Medium
## 864      Vintage Cars          Boras      Sweden   Medium
## 865      Vintage Cars     Versailles      France   Medium
## 866      Vintage Cars     San Rafael         USA   Medium
## 867      Vintage Cars         Nashua         USA   Medium
## 868      Vintage Cars      Melbourne   Australia   Medium
## 869      Vintage Cars     San Rafael         USA   Medium
## 870      Vintage Cars     Brickhaven         USA   Medium
## 871      Vintage Cars   North Sydney   Australia    Small
## 872      Vintage Cars      Bruxelles     Belgium    Small
## 873      Vintage Cars        Stavern      Norway    Small
## 874      Vintage Cars         Madrid       Spain   Medium
## 875      Vintage Cars      Chatswood   Australia    Small
## 876      Vintage Cars      Singapore   Singapore    Small
## 877      Vintage Cars            NYC         USA   Medium
## 878      Vintage Cars        Bergamo       Italy    Small
## 879      Vintage Cars   Philadelphia         USA    Small
## 880      Vintage Cars   Glen Waverly   Australia    Small
## 881      Vintage Cars      Vancouver      Canada    Small
## 882      Vintage Cars        Burbank         USA    Small
## 883      Vintage Cars      Cambridge         USA    Small
## 884      Vintage Cars         Madrid       Spain    Small
## 885      Vintage Cars       San Jose         USA    Small
## 886      Vintage Cars       Salzburg     Austria    Small
## 887      Vintage Cars         Torino       Italy    Small
## 888      Vintage Cars          Boras      Sweden    Small
## 889      Vintage Cars     Versailles      France    Small
## 890      Vintage Cars     San Rafael         USA    Small
## 891      Vintage Cars         Nashua         USA    Small
## 892      Vintage Cars     Manchester          UK    Small
## 893      Vintage Cars      Melbourne   Australia    Small
## 894      Vintage Cars     San Rafael         USA   Medium
## 895      Vintage Cars     Brickhaven         USA    Small
## 896      Vintage Cars           Graz     Austria    Small
## 897      Vintage Cars      Bruxelles     Belgium    Small
## 898             Ships        Bergamo       Italy   Medium
## 899             Ships       Salzburg     Austria    Small
## 900             Ships     Brickhaven         USA   Medium
## 901             Ships    New Bedford         USA   Medium
## 902             Ships       Helsinki     Finland   Medium
## 903             Ships          Boras      Sweden   Medium
## 904             Ships       Toulouse      France   Medium
## 905             Ships         London          UK    Small
## 906             Ships      Barcelona       Spain   Medium
## 907             Ships      San Diego         USA   Medium
## 908             Ships            NYC         USA    Small
## 909             Ships         Madrid       Spain    Small
## 910             Ships      Bruxelles     Belgium   Medium
## 911             Ships      Tsawassen      Canada    Small
## 912             Ships         Munich     Germany    Small
## 913             Ships   Philadelphia         USA    Small
## 914             Ships          Cowes          UK    Small
## 915             Ships      Kobenhavn     Denmark    Small
## 916             Ships      Charleroi     Belgium    Small
## 917             Ships         Madrid       Spain    Small
## 918             Ships           Oulu     Finland    Small
## 919             Ships         Madrid       Spain   Medium
## 920             Ships          Reims      France    Small
## 921             Ships       San Jose         USA    Small
## 922             Ships         Boston         USA   Medium
## 923      Vintage Cars        Stavern      Norway    Small
## 924      Vintage Cars         Madrid       Spain    Small
## 925      Vintage Cars      Chatswood   Australia    Small
## 926      Vintage Cars      Singapore   Singapore    Small
## 927      Vintage Cars            NYC         USA   Medium
## 928      Vintage Cars        Bergamo       Italy    Small
## 929      Vintage Cars   Philadelphia         USA    Small
## 930      Vintage Cars   Glen Waverly   Australia    Small
## 931      Vintage Cars      Vancouver      Canada   Medium
## 932      Vintage Cars        Burbank         USA   Medium
## 933      Vintage Cars      Cambridge         USA   Medium
## 934      Vintage Cars         Madrid       Spain   Medium
## 935      Vintage Cars       San Jose         USA   Medium
## 936      Vintage Cars      Chatswood   Australia   Medium
## 937      Vintage Cars         Torino       Italy   Medium
## 938      Vintage Cars          Boras      Sweden    Small
## 939      Vintage Cars     Versailles      France    Small
## 940      Vintage Cars     San Rafael         USA   Medium
## 941      Vintage Cars         Nashua         USA    Small
## 942      Vintage Cars     Manchester          UK    Small
## 943      Vintage Cars      Melbourne   Australia   Medium
## 944      Vintage Cars     San Rafael         USA   Medium
## 945      Vintage Cars     Brickhaven         USA    Small
## 946      Vintage Cars           Graz     Austria    Small
## 947      Vintage Cars      Bruxelles     Belgium    Small
## 948      Vintage Cars      Kobenhavn     Denmark   Medium
## 949      Vintage Cars      Singapore   Singapore   Medium
## 950      Vintage Cars         Madrid       Spain   Medium
## 951      Vintage Cars     San Rafael         USA   Medium
## 952      Vintage Cars         Madrid       Spain   Medium
## 953      Vintage Cars    New Bedford         USA   Medium
## 954      Vintage Cars         Madrid       Spain   Medium
## 955      Vintage Cars    New Bedford         USA   Medium
## 956      Vintage Cars      New Haven         USA   Medium
## 957      Vintage Cars           Lyon      France    Small
## 958      Vintage Cars      Bruxelles     Belgium   Medium
## 959      Vintage Cars          Cowes          UK   Medium
## 960      Vintage Cars            NYC         USA   Medium
## 961      Vintage Cars      Bruxelles     Belgium   Medium
## 962      Vintage Cars     San Rafael         USA   Medium
## 963      Vintage Cars         Torino       Italy    Small
## 964      Vintage Cars     Manchester          UK   Medium
## 965      Vintage Cars        Aaarhus     Denmark    Small
## 966      Vintage Cars        Stavern      Norway    Small
## 967      Vintage Cars          Paris      France   Medium
## 968      Vintage Cars         Madrid       Spain   Medium
## 969      Vintage Cars      Minato-ku       Japan   Medium
## 970      Vintage Cars         Madrid       Spain    Small
## 971      Vintage Cars     San Rafael         USA   Medium
## 972      Vintage Cars         Boston         USA   Medium
## 973      Classic Cars         Madrid       Spain   Medium
## 974      Classic Cars   Philadelphia         USA    Large
## 975      Classic Cars          Paris      France    Large
## 976      Classic Cars      Marseille      France   Medium
## 977      Classic Cars            NYC         USA   Medium
## 978      Classic Cars       Toulouse      France    Large
## 979      Classic Cars          Espoo     Finland   Medium
## 980      Classic Cars   North Sydney   Australia   Medium
## 981      Classic Cars           Oulu     Finland   Medium
## 982      Classic Cars      Singapore   Singapore    Large
## 983      Classic Cars       Montreal      Canada   Medium
## 984      Classic Cars         London          UK   Medium
## 985      Classic Cars         Bergen      Norway   Medium
## 986      Classic Cars        Sevilla       Spain   Medium
## 987      Classic Cars         Nashua         USA   Medium
## 988      Classic Cars   White Plains         USA    Large
## 989      Classic Cars         Madrid       Spain    Large
## 990      Classic Cars         Boston         USA   Medium
## 991      Classic Cars         Madrid       Spain   Medium
## 992      Classic Cars         Gensve Switzerland   Medium
## 993      Classic Cars     San Rafael         USA   Medium
## 994      Classic Cars           Oulu     Finland    Large
## 995      Classic Cars         Madrid       Spain    Large
## 996      Classic Cars      Liverpool          UK   Medium
## 997      Classic Cars      Singapore   Singapore   Medium
## 998      Classic Cars  Reggio Emilia       Italy   Medium
## 999      Classic Cars     San Rafael         USA   Medium
## 1000     Classic Cars      Las Vegas         USA   Medium
## 1001     Classic Cars      Allentown         USA   Medium
## 1002     Classic Cars         Gensve Switzerland   Medium
## 1003     Classic Cars            NYC         USA    Small
## 1004     Classic Cars           Oslo      Norway   Medium
## 1005     Classic Cars      Cambridge         USA    Large
## 1006     Classic Cars           Koln     Germany    Large
## 1007     Classic Cars      Vancouver      Canada   Medium
## 1008     Classic Cars    New Bedford         USA   Medium
## 1009     Classic Cars            NYC         USA   Medium
## 1010     Classic Cars   Philadelphia         USA   Medium
## 1011     Classic Cars           Lule      Sweden    Small
## 1012     Classic Cars      Melbourne   Australia   Medium
## 1013     Classic Cars            NYC         USA    Large
## 1014     Classic Cars         Madrid       Spain    Small
## 1015     Classic Cars      Charleroi     Belgium   Medium
## 1016     Classic Cars   North Sydney   Australia    Small
## 1017     Classic Cars       Helsinki     Finland    Large
## 1018     Classic Cars         Madrid       Spain   Medium
## 1019     Classic Cars         Madrid       Spain   Medium
## 1020     Classic Cars     Strasbourg      France    Large
## 1021     Classic Cars         Madrid       Spain    Large
## 1022     Classic Cars       Salzburg     Austria   Medium
## 1023     Classic Cars         Nantes      France   Medium
## 1024           Trains      Kobenhavn     Denmark   Medium
## 1025           Trains      Singapore   Singapore    Small
## 1026           Trains         Madrid       Spain   Medium
## 1027           Trains     San Rafael         USA    Small
## 1028           Trains         Madrid       Spain    Small
## 1029           Trains      Singapore   Singapore   Medium
## 1030           Trains         Madrid       Spain   Medium
## 1031           Trains    New Bedford         USA   Medium
## 1032           Trains      New Haven         USA   Medium
## 1033           Trains           Lyon      France   Medium
## 1034           Trains      Bruxelles     Belgium    Small
## 1035           Trains          Cowes          UK   Medium
## 1036           Trains            NYC         USA   Medium
## 1037           Trains      Bruxelles     Belgium   Medium
## 1038           Trains     San Rafael         USA   Medium
## 1039           Trains         Torino       Italy    Small
## 1040           Trains     Manchester          UK   Medium
## 1041           Trains        Aaarhus     Denmark    Small
## 1042           Trains           Lule      Sweden   Medium
## 1043           Trains          Paris      France    Small
## 1044           Trains         Madrid       Spain   Medium
## 1045           Trains      Minato-ku       Japan    Small
## 1046           Trains         Madrid       Spain   Medium
## 1047           Trains     San Rafael         USA    Small
## 1048           Trains         Boston         USA   Medium
## 1049     Classic Cars    Makati City Philippines    Small
## 1050     Classic Cars      Marseille      France    Small
## 1051     Classic Cars     San Rafael         USA   Medium
## 1052     Classic Cars     Brickhaven         USA   Medium
## 1053     Classic Cars   North Sydney   Australia    Small
## 1054     Classic Cars         Bergen      Norway    Small
## 1055     Classic Cars           Koln     Germany   Medium
## 1056     Classic Cars         Madrid       Spain    Small
## 1057     Classic Cars          Paris      France    Small
## 1058     Classic Cars         Gensve Switzerland   Medium
## 1059     Classic Cars      Kobenhavn     Denmark    Small
## 1060     Classic Cars          Paris      France    Small
## 1061     Classic Cars   Glen Waverly   Australia   Medium
## 1062     Classic Cars     Brickhaven         USA    Small
## 1063     Classic Cars         Gensve Switzerland   Medium
## 1064     Classic Cars      Frankfurt     Germany   Medium
## 1065     Classic Cars           Koln     Germany    Small
## 1066     Classic Cars            NYC         USA   Medium
## 1067     Classic Cars            NYC         USA    Small
## 1068     Classic Cars      Melbourne   Australia    Small
## 1069     Classic Cars          Espoo     Finland    Small
## 1070     Classic Cars         Madrid       Spain    Small
## 1071     Classic Cars     San Rafael         USA   Medium
## 1072     Vintage Cars        Stavern      Norway   Medium
## 1073     Vintage Cars         Madrid       Spain   Medium
## 1074     Vintage Cars      Chatswood   Australia   Medium
## 1075     Vintage Cars       Brisbane         USA   Medium
## 1076     Vintage Cars            NYC         USA   Medium
## 1077     Vintage Cars        Bergamo       Italy    Small
## 1078     Vintage Cars     San Rafael         USA    Small
## 1079     Vintage Cars   Glen Waverly   Australia    Small
## 1080     Vintage Cars      Vancouver      Canada    Small
## 1081     Vintage Cars        Burbank         USA   Medium
## 1082     Vintage Cars           Lyon      France   Medium
## 1083     Vintage Cars         Madrid       Spain   Medium
## 1084     Vintage Cars       San Jose         USA    Small
## 1085     Vintage Cars         Torino       Italy   Medium
## 1086     Vintage Cars     Brickhaven         USA    Small
## 1087     Vintage Cars     Versailles      France   Medium
## 1088     Vintage Cars     San Rafael         USA   Medium
## 1089     Vintage Cars      Frankfurt     Germany   Medium
## 1090     Vintage Cars      Melbourne   Australia    Small
## 1091     Vintage Cars     San Rafael         USA    Small
## 1092     Vintage Cars     Brickhaven         USA   Medium
## 1093     Vintage Cars     San Rafael         USA    Large
## 1094     Vintage Cars           Graz     Austria   Medium
## 1095     Vintage Cars      Bruxelles     Belgium    Small
## 1096     Classic Cars    Makati City Philippines   Medium
## 1097     Classic Cars      Marseille      France    Small
## 1098     Classic Cars     San Rafael         USA   Medium
## 1099     Classic Cars     Brickhaven         USA   Medium
## 1100     Classic Cars   North Sydney   Australia   Medium
## 1101     Classic Cars         Bergen      Norway   Medium
## 1102     Classic Cars           Koln     Germany   Medium
## 1103     Classic Cars         Madrid       Spain   Medium
## 1104     Classic Cars          Paris      France   Medium
## 1105     Classic Cars         Gensve Switzerland   Medium
## 1106     Classic Cars      Kobenhavn     Denmark   Medium
## 1107     Classic Cars          Paris      France   Medium
## 1108     Classic Cars   Glen Waverly   Australia    Large
## 1109     Classic Cars     Brickhaven         USA   Medium
## 1110     Classic Cars         Gensve Switzerland   Medium
## 1111     Classic Cars      Frankfurt     Germany   Medium
## 1112     Classic Cars           Koln     Germany   Medium
## 1113     Classic Cars           Lule      Sweden   Medium
## 1114     Classic Cars    Makati City Philippines   Medium
## 1115     Classic Cars      Melbourne   Australia   Medium
## 1116     Classic Cars         Madrid       Spain   Medium
## 1117     Classic Cars          Espoo     Finland   Medium
## 1118     Classic Cars         Madrid       Spain   Medium
## 1119     Classic Cars     San Rafael         USA    Large
## 1120     Classic Cars   Philadelphia         USA   Medium
## 1121     Classic Cars         Nantes      France   Medium
## 1122     Classic Cars          Reims      France   Medium
## 1123     Classic Cars   North Sydney   Australia   Medium
## 1124     Classic Cars        Aaarhus     Denmark   Medium
## 1125     Classic Cars    Bridgewater         USA   Medium
## 1126     Classic Cars         Bergen      Norway   Medium
## 1127     Classic Cars         Nashua         USA   Medium
## 1128     Classic Cars            NYC         USA   Medium
## 1129     Classic Cars         Madrid       Spain   Medium
## 1130     Classic Cars      San Diego         USA    Large
## 1131     Classic Cars          Osaka       Japan   Medium
## 1132     Classic Cars      Liverpool          UK   Medium
## 1133     Classic Cars  Reggio Emilia       Italy   Medium
## 1134     Classic Cars      Las Vegas         USA   Medium
## 1135     Classic Cars         Gensve Switzerland   Medium
## 1136     Classic Cars           Oslo      Norway   Medium
## 1137     Classic Cars         Madrid       Spain   Medium
## 1138     Classic Cars    New Bedford         USA   Medium
## 1139     Classic Cars   Philadelphia         USA    Small
## 1140     Classic Cars          Reims      France   Medium
## 1141     Classic Cars       Pasadena         USA   Medium
## 1142     Classic Cars         Madrid       Spain    Small
## 1143     Classic Cars      Kobenhavn     Denmark    Large
## 1144     Classic Cars       Salzburg     Austria   Medium
## 1145      Motorcycles    Makati City Philippines    Small
## 1146      Motorcycles      Marseille      France    Small
## 1147      Motorcycles     San Rafael         USA    Small
## 1148      Motorcycles       Glendale         USA   Medium
## 1149      Motorcycles   North Sydney   Australia    Small
## 1150      Motorcycles          Lille      France    Small
## 1151      Motorcycles           Koln     Germany   Medium
## 1152      Motorcycles          Paris      France    Small
## 1153      Motorcycles          Lille      France    Small
## 1154      Motorcycles            NYC         USA    Small
## 1155      Motorcycles          Paris      France    Small
## 1156      Motorcycles         Boston         USA    Small
## 1157      Motorcycles     Brickhaven         USA    Small
## 1158      Motorcycles          Paris      France    Small
## 1159      Motorcycles       Helsinki     Finland    Small
## 1160      Motorcycles           Koln     Germany    Small
## 1161      Motorcycles            NYC         USA    Small
## 1162      Motorcycles    Makati City Philippines    Small
## 1163      Motorcycles      Melbourne   Australia    Small
## 1164      Motorcycles         Madrid       Spain    Small
## 1165      Motorcycles          Espoo     Finland    Small
## 1166      Motorcycles         Madrid       Spain   Medium
## 1167      Motorcycles     San Rafael         USA   Medium
## 1168      Motorcycles      Liverpool          UK    Small
## 1169     Vintage Cars        Bergamo       Italy   Medium
## 1170     Vintage Cars       Salzburg     Austria    Small
## 1171     Vintage Cars     Brickhaven         USA   Medium
## 1172     Vintage Cars    New Bedford         USA   Medium
## 1173     Vintage Cars       Helsinki     Finland   Medium
## 1174     Vintage Cars          Boras      Sweden   Medium
## 1175     Vintage Cars       Toulouse      France   Medium
## 1176     Vintage Cars         London          UK   Medium
## 1177     Vintage Cars      Barcelona       Spain    Small
## 1178     Vintage Cars      San Diego         USA   Medium
## 1179     Vintage Cars      Cambridge         USA   Medium
## 1180     Vintage Cars         Madrid       Spain   Medium
## 1181     Vintage Cars      Bruxelles     Belgium   Medium
## 1182     Vintage Cars      Tsawassen      Canada   Medium
## 1183     Vintage Cars         Munich     Germany    Small
## 1184     Vintage Cars   Philadelphia         USA   Medium
## 1185     Vintage Cars          Cowes          UK   Medium
## 1186     Vintage Cars        Bergamo       Italy   Medium
## 1187     Vintage Cars      Charleroi     Belgium   Medium
## 1188     Vintage Cars         London          UK   Medium
## 1189     Vintage Cars           Oulu     Finland   Medium
## 1190     Vintage Cars         Madrid       Spain    Small
## 1191     Vintage Cars          Reims      France   Medium
## 1192     Vintage Cars       San Jose         USA    Large
## 1193     Vintage Cars   Glen Waverly   Australia   Medium
## 1194     Classic Cars         Madrid       Spain   Medium
## 1195     Classic Cars      Singapore   Singapore    Small
## 1196     Classic Cars            NYC         USA   Medium
## 1197     Classic Cars     San Rafael         USA   Medium
## 1198     Classic Cars South Brisbane   Australia   Medium
## 1199     Classic Cars      Singapore   Singapore   Medium
## 1200     Classic Cars  Reggio Emilia       Italy   Medium
## 1201     Classic Cars    New Bedford         USA   Medium
## 1202     Classic Cars      New Haven         USA   Medium
## 1203     Classic Cars         Boston         USA   Medium
## 1204     Classic Cars         Dublin     Ireland    Large
## 1205     Classic Cars      Frankfurt     Germany    Large
## 1206     Classic Cars          Espoo     Finland   Medium
## 1207     Classic Cars      Allentown         USA   Medium
## 1208     Classic Cars     San Rafael         USA   Medium
## 1209     Classic Cars            NYC         USA    Large
## 1210     Classic Cars     Manchester          UK   Medium
## 1211     Classic Cars        Aaarhus     Denmark   Medium
## 1212     Classic Cars            NYC         USA   Medium
## 1213     Classic Cars            NYC         USA   Medium
## 1214     Classic Cars            NYC         USA   Medium
## 1215     Classic Cars         Madrid       Spain    Small
## 1216     Classic Cars      Minato-ku       Japan    Large
## 1217     Classic Cars         Madrid       Spain   Medium
## 1218     Classic Cars         Madrid       Spain   Medium
## 1219     Classic Cars    Bridgewater         USA   Medium
## 1220     Vintage Cars         Nashua         USA    Small
## 1221     Vintage Cars     Manchester          UK    Small
## 1222     Vintage Cars      Las Vegas         USA   Medium
## 1223     Vintage Cars   North Sydney   Australia   Medium
## 1224     Vintage Cars        Bergamo       Italy    Small
## 1225     Vintage Cars     San Rafael         USA   Medium
## 1226     Vintage Cars   Glen Waverly   Australia    Small
## 1227     Vintage Cars            NYC         USA    Small
## 1228     Vintage Cars         London          UK   Medium
## 1229     Vintage Cars           Lyon      France   Medium
## 1230     Vintage Cars     Strasbourg      France   Medium
## 1231     Vintage Cars         Torino       Italy   Medium
## 1232     Vintage Cars      Singapore   Singapore    Small
## 1233     Vintage Cars      Liverpool          UK   Medium
## 1234     Vintage Cars         Madrid       Spain   Medium
## 1235     Vintage Cars     Manchester          UK    Large
## 1236     Vintage Cars      Marseille      France    Small
## 1237     Vintage Cars       Pasadena         USA    Small
## 1238     Vintage Cars         Madrid       Spain   Medium
## 1239     Vintage Cars       San Jose         USA    Small
## 1240     Vintage Cars      Chatswood   Australia   Medium
## 1241     Vintage Cars      Kobenhavn     Denmark   Medium
## 1242     Vintage Cars      Singapore   Singapore    Small
## 1243     Vintage Cars         Madrid       Spain   Medium
## 1244     Vintage Cars     San Rafael         USA    Small
## 1245     Vintage Cars         Madrid       Spain    Small
## 1246     Vintage Cars    New Bedford         USA    Small
## 1247     Vintage Cars         Madrid       Spain    Small
## 1248     Vintage Cars    New Bedford         USA   Medium
## 1249     Vintage Cars      Barcelona       Spain   Medium
## 1250     Vintage Cars           Lyon      France   Medium
## 1251     Vintage Cars      Bruxelles     Belgium   Medium
## 1252     Vintage Cars          Cowes          UK    Small
## 1253     Vintage Cars            NYC         USA   Medium
## 1254     Vintage Cars       Montreal      Canada    Small
## 1255     Vintage Cars      Bruxelles     Belgium    Small
## 1256     Vintage Cars      Tsawassen      Canada   Medium
## 1257     Vintage Cars         Torino       Italy   Medium
## 1258     Vintage Cars     Manchester          UK   Medium
## 1259     Vintage Cars         Nantes      France   Medium
## 1260     Vintage Cars           Lule      Sweden   Medium
## 1261     Vintage Cars            NYC         USA   Medium
## 1262     Vintage Cars         Madrid       Spain   Medium
## 1263     Vintage Cars      Minato-ku       Japan   Medium
## 1264     Vintage Cars         Madrid       Spain    Small
## 1265     Vintage Cars     San Rafael         USA   Medium
## 1266     Vintage Cars         Boston         USA    Small
## 1267 Trucks and Buses        Stavern      Norway   Medium
## 1268 Trucks and Buses          Paris      France   Medium
## 1269 Trucks and Buses         Madrid       Spain    Large
## 1270 Trucks and Buses     Burlingame         USA   Medium
## 1271 Trucks and Buses      Singapore   Singapore   Medium
## 1272 Trucks and Buses           Graz     Austria   Medium
## 1273 Trucks and Buses         London          UK   Medium
## 1274 Trucks and Buses   Philadelphia         USA    Small
## 1275 Trucks and Buses           Lyon      France   Medium
## 1276 Trucks and Buses         Boston         USA   Medium
## 1277 Trucks and Buses      Singapore   Singapore   Medium
## 1278 Trucks and Buses     San Rafael         USA   Medium
## 1279 Trucks and Buses      New Haven         USA    Small
## 1280 Trucks and Buses      Singapore   Singapore   Medium
## 1281 Trucks and Buses      Chatswood   Australia   Medium
## 1282 Trucks and Buses      Allentown         USA    Small
## 1283 Trucks and Buses          Boras      Sweden   Medium
## 1284 Trucks and Buses      Cambridge         USA    Small
## 1285 Trucks and Buses      Vancouver      Canada    Small
## 1286 Trucks and Buses      Frankfurt     Germany   Medium
## 1287 Trucks and Buses           Lule      Sweden   Medium
## 1288 Trucks and Buses      Melbourne   Australia   Medium
## 1289 Trucks and Buses     San Rafael         USA   Medium
## 1290 Trucks and Buses   North Sydney   Australia    Small
## 1291 Trucks and Buses     San Rafael         USA   Medium
## 1292 Trucks and Buses       Montreal      Canada   Medium
## 1293 Trucks and Buses         Nantes      France   Medium
## 1294     Vintage Cars        Stavern      Norway    Small
## 1295     Vintage Cars     San Rafael         USA    Small
## 1296     Vintage Cars         Madrid       Spain    Small
## 1297     Vintage Cars     Burlingame         USA    Small
## 1298     Vintage Cars      Singapore   Singapore    Small
## 1299     Vintage Cars           Graz     Austria    Small
## 1300     Vintage Cars South Brisbane   Australia    Small
## 1301     Vintage Cars   Philadelphia         USA    Small
## 1302     Vintage Cars           Lyon      France    Small
## 1303     Vintage Cars      Vancouver      Canada    Small
## 1304     Vintage Cars        Burbank         USA    Small
## 1305     Vintage Cars     San Rafael         USA    Small
## 1306     Vintage Cars      New Haven         USA    Small
## 1307     Vintage Cars      Minato-ku       Japan    Small
## 1308     Vintage Cars      Chatswood   Australia    Small
## 1309     Vintage Cars      Allentown         USA    Small
## 1310     Vintage Cars          Boras      Sweden    Small
## 1311     Vintage Cars     Versailles      France    Small
## 1312     Vintage Cars     San Rafael         USA    Small
## 1313     Vintage Cars            NYC         USA   Medium
## 1314     Vintage Cars         Madrid       Spain    Large
## 1315     Vintage Cars         Madrid       Spain   Medium
## 1316     Vintage Cars   North Sydney   Australia    Small
## 1317     Vintage Cars     San Rafael         USA    Large
## 1318     Vintage Cars       Montreal      Canada    Small
## 1319     Vintage Cars         Madrid       Spain    Small
## 1320     Classic Cars    Makati City Philippines   Medium
## 1321     Classic Cars      Marseille      France   Medium
## 1322     Classic Cars     San Rafael         USA   Medium
## 1323     Classic Cars       Glendale         USA   Medium
## 1324     Classic Cars   North Sydney   Australia   Medium
## 1325     Classic Cars          Lille      France   Medium
## 1326     Classic Cars           Koln     Germany   Medium
## 1327     Classic Cars          Paris      France   Medium
## 1328     Classic Cars         Gensve Switzerland   Medium
## 1329     Classic Cars      Kobenhavn     Denmark   Medium
## 1330     Classic Cars          Paris      France   Medium
## 1331     Classic Cars         Boston         USA    Small
## 1332     Classic Cars     Brickhaven         USA   Medium
## 1333     Classic Cars         Gensve Switzerland   Medium
## 1334     Classic Cars       Helsinki     Finland    Large
## 1335     Classic Cars           Koln     Germany   Medium
## 1336     Classic Cars            NYC         USA    Large
## 1337     Classic Cars    Makati City Philippines   Medium
## 1338     Classic Cars      Melbourne   Australia   Medium
## 1339     Classic Cars         Madrid       Spain   Medium
## 1340     Classic Cars          Espoo     Finland    Small
## 1341     Classic Cars         Madrid       Spain   Medium
## 1342     Classic Cars     San Rafael         USA   Medium
## 1343     Classic Cars     Manchester          UK    Small
## 1344     Classic Cars      Las Vegas         USA    Small
## 1345     Classic Cars   North Sydney   Australia    Small
## 1346     Classic Cars        Aaarhus     Denmark    Small
## 1347     Classic Cars        Bergamo       Italy    Small
## 1348     Classic Cars     San Rafael         USA   Medium
## 1349     Classic Cars   Glen Waverly   Australia    Small
## 1350     Classic Cars            NYC         USA   Medium
## 1351     Classic Cars         London          UK    Small
## 1352     Classic Cars           Lyon      France    Small
## 1353     Classic Cars     Strasbourg      France    Small
## 1354     Classic Cars            NYC         USA    Small
## 1355     Classic Cars         Madrid       Spain    Small
## 1356     Classic Cars      Singapore   Singapore    Small
## 1357     Classic Cars      Liverpool          UK    Small
## 1358     Classic Cars         Madrid       Spain    Small
## 1359     Classic Cars     Manchester          UK   Medium
## 1360     Classic Cars      Marseille      France    Small
## 1361     Classic Cars       Pasadena         USA   Medium
## 1362     Classic Cars         Madrid       Spain   Medium
## 1363     Classic Cars       San Jose         USA   Medium
## 1364     Classic Cars      Chatswood   Australia    Small
## 1365     Classic Cars     Manchester          UK   Medium
## 1366     Classic Cars      Las Vegas         USA    Small
## 1367     Classic Cars   North Sydney   Australia    Small
## 1368     Classic Cars        Aaarhus     Denmark    Small
## 1369     Classic Cars    Bridgewater         USA    Small
## 1370     Classic Cars     San Rafael         USA   Medium
## 1371     Classic Cars         Nashua         USA    Small
## 1372     Classic Cars            NYC         USA    Small
## 1373     Classic Cars         Madrid       Spain   Medium
## 1374     Classic Cars      San Diego         USA    Small
## 1375     Classic Cars     Strasbourg      France    Small
## 1376     Classic Cars            NYC         USA   Medium
## 1377     Classic Cars         Madrid       Spain    Small
## 1378     Classic Cars      Singapore   Singapore    Small
## 1379     Classic Cars           Oslo      Norway    Small
## 1380     Classic Cars         Madrid       Spain    Small
## 1381     Classic Cars    New Bedford         USA    Small
## 1382     Classic Cars     Manchester          UK    Small
## 1383     Classic Cars      Marseille      France    Small
## 1384     Classic Cars       Pasadena         USA    Small
## 1385     Classic Cars         Madrid       Spain   Medium
## 1386     Classic Cars       San Jose         USA    Small
## 1387     Classic Cars      Chatswood   Australia   Medium
## 1388     Classic Cars         Madrid       Spain    Small
## 1389     Classic Cars            NYC         USA   Medium
## 1390     Classic Cars            NYC         USA    Small
## 1391     Classic Cars          Espoo     Finland    Small
## 1392     Classic Cars South Brisbane   Australia    Small
## 1393     Classic Cars      Singapore   Singapore    Small
## 1394     Classic Cars  Reggio Emilia       Italy    Small
## 1395     Classic Cars        Sevilla       Spain    Small
## 1396     Classic Cars   White Plains         USA    Small
## 1397     Classic Cars         Boston         USA    Small
## 1398     Classic Cars         Dublin     Ireland    Small
## 1399     Classic Cars      Frankfurt     Germany    Small
## 1400     Classic Cars         Madrid       Spain    Small
## 1401     Classic Cars      Singapore   Singapore    Small
## 1402     Classic Cars     San Rafael         USA    Small
## 1403     Classic Cars     San Rafael         USA    Small
## 1404     Classic Cars            NYC         USA    Small
## 1405     Classic Cars      Cambridge         USA    Small
## 1406     Classic Cars        Aaarhus     Denmark    Small
## 1407     Classic Cars            NYC         USA    Small
## 1408     Classic Cars          Paris      France   Medium
## 1409     Classic Cars            NYC         USA    Small
## 1410     Classic Cars         Madrid       Spain    Small
## 1411     Classic Cars     San Rafael         USA    Small
## 1412     Classic Cars         Madrid       Spain    Small
## 1413     Classic Cars         Madrid       Spain    Small
## 1414     Classic Cars         Madrid       Spain    Small
## 1415     Classic Cars         Nantes      France    Small
## 1416      Motorcycles            NYC         USA    Small
## 1417      Motorcycles      Melbourne   Australia   Medium
## 1418      Motorcycles          Paris      France   Medium
## 1419      Motorcycles       Pasadena         USA   Medium
## 1420      Motorcycles     Burlingame         USA   Medium
## 1421      Motorcycles          Lille      France   Medium
## 1422      Motorcycles         Bergen      Norway    Small
## 1423      Motorcycles          Paris      France    Small
## 1424      Motorcycles      Melbourne   Australia    Small
## 1425      Motorcycles            NYC         USA    Small
## 1426      Motorcycles         Newark         USA    Small
## 1427      Motorcycles    Bridgewater         USA   Medium
## 1428      Motorcycles         Nantes      France    Small
## 1429      Motorcycles      Cambridge         USA   Medium
## 1430      Motorcycles       Helsinki     Finland   Medium
## 1431      Motorcycles        Stavern      Norway    Small
## 1432      Motorcycles      Allentown         USA   Medium
## 1433      Motorcycles            NYC         USA    Small
## 1434      Motorcycles      Minato-ku       Japan    Small
## 1435      Motorcycles     Burlingame         USA   Medium
## 1436      Motorcycles South Brisbane   Australia   Medium
## 1437      Motorcycles          Boras      Sweden   Medium
## 1438      Motorcycles      Liverpool          UK   Medium
## 1439      Motorcycles         Madrid       Spain   Medium
## 1440     Classic Cars     Manchester          UK    Small
## 1441     Classic Cars         Nantes      France    Small
## 1442     Classic Cars          Reims      France    Small
## 1443     Classic Cars   North Sydney   Australia    Small
## 1444     Classic Cars        Aaarhus     Denmark    Small
## 1445     Classic Cars    Bridgewater         USA    Small
## 1446     Classic Cars         Bergen      Norway    Small
## 1447     Classic Cars         Nashua         USA    Small
## 1448     Classic Cars            NYC         USA    Small
## 1449     Classic Cars         Madrid       Spain    Small
## 1450     Classic Cars      San Diego         USA    Small
## 1451     Classic Cars     Strasbourg      France    Small
## 1452     Classic Cars  Reggio Emilia       Italy    Small
## 1453     Classic Cars      Las Vegas         USA    Small
## 1454     Classic Cars      Singapore   Singapore    Small
## 1455     Classic Cars           Oslo      Norway    Small
## 1456     Classic Cars         Madrid       Spain    Small
## 1457     Classic Cars    New Bedford         USA    Small
## 1458     Classic Cars     Manchester          UK    Small
## 1459     Classic Cars          Reims      France    Small
## 1460     Classic Cars       Pasadena         USA    Small
## 1461     Classic Cars         Madrid       Spain   Medium
## 1462     Classic Cars       San Jose         USA    Small
## 1463     Classic Cars      Chatswood   Australia    Small
## 1464           Planes        Bergamo       Italy    Small
## 1465           Planes      Melbourne   Australia   Medium
## 1466           Planes         Madrid       Spain   Medium
## 1467           Planes       Pasadena         USA   Medium
## 1468           Planes     Burlingame         USA   Medium
## 1469           Planes          Osaka       Japan    Small
## 1470           Planes      Melbourne   Australia   Medium
## 1471           Planes      Tsawassen      Canada    Small
## 1472           Planes       San Jose         USA    Small
## 1473           Planes         Madrid       Spain   Medium
## 1474           Planes         Nantes      France    Small
## 1475           Planes           Oslo      Norway    Small
## 1476           Planes         Dublin     Ireland   Medium
## 1477           Planes   White Plains         USA   Medium
## 1478           Planes          Cowes          UK    Small
## 1479           Planes        Bergamo       Italy   Medium
## 1480           Planes      Minato-ku       Japan    Small
## 1481           Planes       Glendale         USA    Small
## 1482           Planes South Brisbane   Australia   Medium
## 1483           Planes         Madrid       Spain    Small
## 1484           Planes          Reims      France   Medium
## 1485           Planes         Newark         USA   Medium
## 1486           Planes  Reggio Emilia       Italy   Medium
## 1487     Vintage Cars      Frankfurt     Germany    Small
## 1488     Vintage Cars     Manchester          UK    Small
## 1489     Vintage Cars      Las Vegas         USA    Small
## 1490     Vintage Cars       Brisbane         USA    Small
## 1491     Vintage Cars        Bergamo       Italy    Small
## 1492     Vintage Cars     San Rafael         USA    Small
## 1493     Vintage Cars   Glen Waverly   Australia    Small
## 1494     Vintage Cars         Madrid       Spain    Small
## 1495     Vintage Cars         Madrid       Spain    Small
## 1496     Vintage Cars           Lyon      France    Small
## 1497     Vintage Cars         Boston         USA    Small
## 1498     Vintage Cars         Torino       Italy    Small
## 1499     Vintage Cars      Singapore   Singapore    Small
## 1500     Vintage Cars     Versailles      France    Small
## 1501     Vintage Cars     San Rafael         USA    Small
## 1502     Vintage Cars         Nashua         USA    Small
## 1503     Vintage Cars     Manchester          UK   Medium
## 1504     Vintage Cars      Marseille      France    Small
## 1505     Vintage Cars          Paris      France    Large
## 1506     Vintage Cars       Pasadena         USA    Small
## 1507     Vintage Cars         Madrid       Spain    Small
## 1508     Vintage Cars   North Sydney   Australia    Large
## 1509     Vintage Cars      Singapore   Singapore    Small
## 1510     Vintage Cars      Chatswood   Australia    Small
## 1511      Motorcycles            NYC         USA   Medium
## 1512      Motorcycles      Melbourne   Australia    Small
## 1513      Motorcycles          Paris      France   Medium
## 1514      Motorcycles       Pasadena         USA   Medium
## 1515      Motorcycles        Stavern      Norway    Small
## 1516      Motorcycles     Burlingame         USA    Small
## 1517      Motorcycles          Lille      France    Small
## 1518      Motorcycles         Bergen      Norway   Medium
## 1519      Motorcycles          Osaka       Japan    Small
## 1520      Motorcycles      Melbourne   Australia    Small
## 1521      Motorcycles   Philadelphia         USA   Medium
## 1522      Motorcycles       San Jose         USA    Small
## 1523      Motorcycles    Bridgewater         USA    Small
## 1524      Motorcycles         Nantes      France    Small
## 1525      Motorcycles      Cambridge         USA    Small
## 1526      Motorcycles         Dublin     Ireland    Small
## 1527      Motorcycles   White Plains         USA    Small
## 1528      Motorcycles      Allentown         USA    Small
## 1529      Motorcycles            NYC         USA   Medium
## 1530      Motorcycles      Barcelona       Spain   Medium
## 1531      Motorcycles          Espoo     Finland   Medium
## 1532      Motorcycles         Nantes      France    Small
## 1533      Motorcycles          Boras      Sweden   Medium
## 1534      Motorcycles          Paris      France   Medium
## 1535      Motorcycles  Reggio Emilia       Italy    Small
## 1536            Ships      Kobenhavn     Denmark   Medium
## 1537            Ships      Singapore   Singapore   Medium
## 1538            Ships         London          UK   Medium
## 1539            Ships     San Rafael         USA   Medium
## 1540            Ships         Madrid       Spain   Medium
## 1541            Ships          Boras      Sweden   Medium
## 1542            Ships         Madrid       Spain   Medium
## 1543            Ships    New Bedford         USA   Medium
## 1544            Ships      Barcelona       Spain   Medium
## 1545            Ships           Lyon      France   Medium
## 1546            Ships      Bruxelles     Belgium   Medium
## 1547            Ships          Cowes          UK   Medium
## 1548            Ships            NYC         USA   Medium
## 1549            Ships       Montreal      Canada   Medium
## 1550            Ships      Bruxelles     Belgium    Small
## 1551            Ships      Tsawassen      Canada   Medium
## 1552            Ships         Torino       Italy    Small
## 1553            Ships     Manchester          UK   Medium
## 1554            Ships         Nantes      France   Medium
## 1555            Ships           Lule      Sweden   Medium
## 1556            Ships            NYC         USA    Small
## 1557            Ships         Madrid       Spain    Small
## 1558            Ships      Minato-ku       Japan   Medium
## 1559            Ships     San Rafael         USA   Medium
## 1560            Ships         Boston         USA   Medium
## 1561     Vintage Cars      Frankfurt     Germany    Small
## 1562     Vintage Cars     Manchester          UK    Small
## 1563     Vintage Cars      Las Vegas         USA    Small
## 1564     Vintage Cars       Brisbane         USA    Small
## 1565     Vintage Cars        Bergamo       Italy    Small
## 1566     Vintage Cars     San Rafael         USA    Small
## 1567     Vintage Cars   Glen Waverly   Australia    Small
## 1568     Vintage Cars         Madrid       Spain    Small
## 1569     Vintage Cars         Madrid       Spain    Small
## 1570     Vintage Cars           Lyon      France    Small
## 1571     Vintage Cars         Madrid       Spain    Small
## 1572     Vintage Cars     Strasbourg      France    Small
## 1573     Vintage Cars         Torino       Italy    Small
## 1574     Vintage Cars         Bergen      Norway    Small
## 1575     Vintage Cars     Versailles      France    Small
## 1576     Vintage Cars     San Rafael         USA    Small
## 1577     Vintage Cars         Nashua         USA   Medium
## 1578     Vintage Cars     Manchester          UK    Small
## 1579     Vintage Cars         Nantes      France    Small
## 1580     Vintage Cars          Paris      France    Small
## 1581     Vintage Cars       Pasadena         USA    Small
## 1582     Vintage Cars         Madrid       Spain    Small
## 1583     Vintage Cars   North Sydney   Australia   Medium
## 1584     Vintage Cars     San Rafael         USA    Small
## 1585 Trucks and Buses        Stavern      Norway   Medium
## 1586 Trucks and Buses          Paris      France    Small
## 1587 Trucks and Buses         Madrid       Spain   Medium
## 1588 Trucks and Buses     Burlingame         USA   Medium
## 1589 Trucks and Buses           Oulu     Finland   Medium
## 1590 Trucks and Buses      Singapore   Singapore   Medium
## 1591 Trucks and Buses         London          UK    Small
## 1592 Trucks and Buses        Sevilla       Spain   Medium
## 1593 Trucks and Buses           Lyon      France   Medium
## 1594 Trucks and Buses         Boston         USA   Medium
## 1595 Trucks and Buses      Singapore   Singapore   Medium
## 1596 Trucks and Buses     San Rafael         USA   Medium
## 1597 Trucks and Buses         Madrid       Spain   Medium
## 1598 Trucks and Buses      Singapore   Singapore   Medium
## 1599 Trucks and Buses     San Rafael         USA   Medium
## 1600 Trucks and Buses      Allentown         USA    Small
## 1601 Trucks and Buses          Boras      Sweden   Medium
## 1602 Trucks and Buses      Cambridge         USA   Medium
## 1603 Trucks and Buses      Vancouver      Canada   Medium
## 1604 Trucks and Buses            NYC         USA   Medium
## 1605 Trucks and Buses           Lule      Sweden   Medium
## 1606 Trucks and Buses         Madrid       Spain   Medium
## 1607 Trucks and Buses         Madrid       Spain   Medium
## 1608 Trucks and Buses     San Rafael         USA   Medium
## 1609 Trucks and Buses     San Rafael         USA    Small
## 1610 Trucks and Buses         Madrid       Spain    Large
## 1611 Trucks and Buses         Nantes      France   Medium
## 1612      Motorcycles    Makati City Philippines    Small
## 1613      Motorcycles          Reims      France    Small
## 1614      Motorcycles     San Rafael         USA    Small
## 1615      Motorcycles       Pasadena         USA    Small
## 1616      Motorcycles   North Sydney   Australia    Small
## 1617      Motorcycles          Lille      France    Small
## 1618      Motorcycles         Madrid       Spain   Medium
## 1619      Motorcycles          Paris      France    Small
## 1620      Motorcycles          Lille      France    Small
## 1621      Motorcycles            NYC         USA    Small
## 1622      Motorcycles          Paris      France   Medium
## 1623      Motorcycles         Boston         USA    Small
## 1624      Motorcycles     Brickhaven         USA   Medium
## 1625      Motorcycles      Cambridge         USA    Small
## 1626      Motorcycles       Helsinki     Finland    Small
## 1627      Motorcycles        Stavern      Norway    Small
## 1628      Motorcycles            NYC         USA    Small
## 1629      Motorcycles    Makati City Philippines   Medium
## 1630      Motorcycles       Salzburg     Austria   Medium
## 1631      Motorcycles         Madrid       Spain    Small
## 1632      Motorcycles          Espoo     Finland    Small
## 1633      Motorcycles         Nantes      France    Small
## 1634      Motorcycles     San Rafael         USA    Small
## 1635      Motorcycles      Liverpool          UK    Small
## 1636     Classic Cars     Manchester          UK   Medium
## 1637     Classic Cars      Las Vegas         USA    Small
## 1638     Classic Cars   North Sydney   Australia    Small
## 1639     Classic Cars        Aaarhus     Denmark    Small
## 1640     Classic Cars    Bridgewater         USA    Small
## 1641     Classic Cars     San Rafael         USA    Small
## 1642     Classic Cars         Nashua         USA   Medium
## 1643     Classic Cars            NYC         USA   Medium
## 1644     Classic Cars         Madrid       Spain   Medium
## 1645     Classic Cars           Lyon      France   Medium
## 1646     Classic Cars     Strasbourg      France   Medium
## 1647     Classic Cars            NYC         USA   Medium
## 1648     Classic Cars         Madrid       Spain   Medium
## 1649     Classic Cars      Singapore   Singapore    Small
## 1650     Classic Cars      Liverpool          UK   Medium
## 1651     Classic Cars         Madrid       Spain    Small
## 1652     Classic Cars    New Bedford         USA    Small
## 1653     Classic Cars     Manchester          UK   Medium
## 1654     Classic Cars      Las Vegas         USA    Small
## 1655     Classic Cars     San Rafael         USA   Medium
## 1656     Classic Cars         Madrid       Spain    Small
## 1657     Classic Cars       San Jose         USA    Large
## 1658     Classic Cars      Chatswood   Australia   Medium
## 1659     Classic Cars         Madrid       Spain    Small
## 1660     Classic Cars          Paris      France    Small
## 1661     Classic Cars            NYC         USA    Small
## 1662     Classic Cars          Espoo     Finland    Small
## 1663     Classic Cars           Oulu     Finland    Small
## 1664     Classic Cars      Singapore   Singapore    Small
## 1665     Classic Cars         London          UK    Small
## 1666     Classic Cars        Sevilla       Spain    Small
## 1667     Classic Cars   White Plains         USA    Small
## 1668     Classic Cars         Boston         USA    Small
## 1669     Classic Cars       Brisbane         USA    Small
## 1670     Classic Cars     San Rafael         USA    Small
## 1671     Classic Cars         Madrid       Spain    Small
## 1672     Classic Cars      Singapore   Singapore    Small
## 1673     Classic Cars     San Rafael         USA    Small
## 1674     Classic Cars      Allentown         USA    Small
## 1675     Classic Cars            NYC         USA    Small
## 1676     Classic Cars      Cambridge         USA    Small
## 1677     Classic Cars        Aaarhus     Denmark    Small
## 1678     Classic Cars            NYC         USA   Medium
## 1679     Classic Cars     San Rafael         USA    Small
## 1680     Classic Cars            NYC         USA    Small
## 1681     Classic Cars         Madrid       Spain    Small
## 1682     Classic Cars     San Rafael         USA   Medium
## 1683     Classic Cars         Madrid       Spain   Medium
## 1684     Classic Cars         Madrid       Spain    Small
## 1685     Classic Cars         Madrid       Spain    Small
## 1686     Classic Cars         Nantes      France    Small
## 1687           Planes        Bergamo       Italy   Medium
## 1688           Planes       Salzburg     Austria    Small
## 1689           Planes       Glendale         USA    Small
## 1690           Planes    New Bedford         USA    Small
## 1691           Planes       Helsinki     Finland    Small
## 1692           Planes          Boras      Sweden    Small
## 1693           Planes       Toulouse      France    Small
## 1694           Planes         London          UK    Small
## 1695           Planes    Makati City Philippines   Medium
## 1696           Planes      San Diego         USA    Small
## 1697           Planes      Cambridge         USA    Small
## 1698           Planes         Madrid       Spain    Small
## 1699           Planes     Brickhaven         USA    Small
## 1700           Planes           Oslo      Norway    Small
## 1701           Planes         Munich     Germany    Small
## 1702           Planes   Philadelphia         USA    Small
## 1703           Planes          Cowes          UK    Small
## 1704           Planes        Bergamo       Italy    Small
## 1705           Planes      Minato-ku       Japan   Medium
## 1706           Planes         London          UK    Small
## 1707           Planes           Oulu     Finland    Small
## 1708           Planes         Madrid       Spain    Small
## 1709           Planes          Reims      France    Small
## 1710           Planes       San Jose         USA    Small
## 1711           Planes   Glen Waverly   Australia    Small
## 1712     Classic Cars     Manchester          UK   Medium
## 1713     Classic Cars      Las Vegas         USA    Small
## 1714     Classic Cars   North Sydney   Australia   Medium
## 1715     Classic Cars        Aaarhus     Denmark    Small
## 1716     Classic Cars        Bergamo       Italy    Small
## 1717     Classic Cars     San Rafael         USA    Small
## 1718     Classic Cars         Nashua         USA   Medium
## 1719     Classic Cars            NYC         USA   Medium
## 1720     Classic Cars         London          UK    Small
## 1721     Classic Cars           Lyon      France   Medium
## 1722     Classic Cars     Strasbourg      France    Small
## 1723     Classic Cars            NYC         USA   Medium
## 1724     Classic Cars         Madrid       Spain   Medium
## 1725     Classic Cars      Singapore   Singapore   Medium
## 1726     Classic Cars      Liverpool          UK   Medium
## 1727     Classic Cars         Madrid       Spain   Medium
## 1728     Classic Cars     Manchester          UK    Small
## 1729     Classic Cars      Las Vegas         USA    Small
## 1730     Classic Cars     San Rafael         USA   Medium
## 1731     Classic Cars         Madrid       Spain    Small
## 1732     Classic Cars       San Jose         USA   Medium
## 1733     Classic Cars      Chatswood   Australia   Medium
## 1734     Classic Cars   Philadelphia         USA    Small
## 1735     Classic Cars      Marseille      France    Small
## 1736     Classic Cars     San Rafael         USA    Small
## 1737     Classic Cars     Brickhaven         USA    Small
## 1738     Classic Cars       Montreal      Canada    Small
## 1739     Classic Cars         Bergen      Norway    Small
## 1740     Classic Cars         Nashua         USA    Small
## 1741     Classic Cars         Madrid       Spain    Small
## 1742     Classic Cars         Madrid       Spain    Small
## 1743     Classic Cars         Gensve Switzerland    Small
## 1744     Classic Cars           Oulu     Finland    Small
## 1745     Classic Cars      Liverpool          UK    Small
## 1746     Classic Cars  Reggio Emilia       Italy    Small
## 1747     Classic Cars      Las Vegas         USA    Small
## 1748     Classic Cars         Gensve Switzerland    Small
## 1749     Classic Cars           Oslo      Norway    Small
## 1750     Classic Cars           Koln     Germany    Small
## 1751     Classic Cars    New Bedford         USA    Small
## 1752     Classic Cars   Philadelphia         USA    Small
## 1753     Classic Cars      Melbourne   Australia    Small
## 1754     Classic Cars         Madrid       Spain    Small
## 1755     Classic Cars       Pasadena         USA   Medium
## 1756     Classic Cars         Madrid       Spain   Medium
## 1757     Classic Cars     San Rafael         USA   Medium
## 1758     Classic Cars     Strasbourg      France    Small
## 1759     Classic Cars       Salzburg     Austria    Small
## 1760     Vintage Cars      Kobenhavn     Denmark   Medium
## 1761     Vintage Cars       Salzburg     Austria   Medium
## 1762     Vintage Cars         London          UK   Medium
## 1763     Vintage Cars     San Rafael         USA   Medium
## 1764     Vintage Cars       Glendale         USA    Small
## 1765     Vintage Cars          Boras      Sweden    Small
## 1766     Vintage Cars         Madrid       Spain   Medium
## 1767     Vintage Cars    New Bedford         USA    Small
## 1768     Vintage Cars      Barcelona       Spain   Medium
## 1769     Vintage Cars           Lyon      France    Small
## 1770     Vintage Cars      San Diego         USA   Medium
## 1771     Vintage Cars         Newark         USA   Medium
## 1772     Vintage Cars            NYC         USA   Medium
## 1773     Vintage Cars       Montreal      Canada    Small
## 1774     Vintage Cars      Bruxelles     Belgium    Small
## 1775     Vintage Cars      Tsawassen      Canada   Medium
## 1776     Vintage Cars         Boston         USA   Medium
## 1777     Vintage Cars     Manchester          UK    Small
## 1778     Vintage Cars         Nantes      France    Small
## 1779     Vintage Cars           Lule      Sweden   Medium
## 1780     Vintage Cars      Minato-ku       Japan    Large
## 1781     Vintage Cars         Madrid       Spain   Medium
## 1782     Vintage Cars           Oulu     Finland    Small
## 1783     Vintage Cars     San Rafael         USA    Small
## 1784     Vintage Cars         Boston         USA   Medium
## 1785     Classic Cars     Manchester          UK    Small
## 1786     Classic Cars      Las Vegas         USA   Medium
## 1787     Classic Cars   North Sydney   Australia    Small
## 1788     Classic Cars        Aaarhus     Denmark    Small
## 1789     Classic Cars    Bridgewater         USA    Small
## 1790     Classic Cars     San Rafael         USA   Medium
## 1791     Classic Cars         Nashua         USA    Small
## 1792     Classic Cars            NYC         USA   Medium
## 1793     Classic Cars         Madrid       Spain    Small
## 1794     Classic Cars           Lyon      France   Medium
## 1795     Classic Cars     Strasbourg      France    Small
## 1796     Classic Cars            NYC         USA   Medium
## 1797     Classic Cars         Madrid       Spain    Small
## 1798     Classic Cars      Singapore   Singapore    Small
## 1799     Classic Cars      Liverpool          UK   Medium
## 1800     Classic Cars         Madrid       Spain    Small
## 1801     Classic Cars    New Bedford         USA   Medium
## 1802     Classic Cars     Manchester          UK    Small
## 1803     Classic Cars      Las Vegas         USA   Medium
## 1804     Classic Cars     San Rafael         USA   Medium
## 1805     Classic Cars         Madrid       Spain   Medium
## 1806     Classic Cars       San Jose         USA    Small
## 1807     Classic Cars      Chatswood   Australia   Medium
## 1808     Classic Cars    Makati City Philippines    Small
## 1809     Classic Cars      Marseille      France    Small
## 1810     Classic Cars     San Rafael         USA    Small
## 1811     Classic Cars     Brickhaven         USA    Small
## 1812     Classic Cars   North Sydney   Australia    Small
## 1813     Classic Cars         Bergen      Norway    Small
## 1814     Classic Cars           Koln     Germany    Small
## 1815     Classic Cars         Madrid       Spain    Small
## 1816     Classic Cars          Paris      France    Small
## 1817     Classic Cars         Gensve Switzerland    Small
## 1818     Classic Cars      Kobenhavn     Denmark    Small
## 1819     Classic Cars      Liverpool          UK    Small
## 1820     Classic Cars  Reggio Emilia       Italy    Small
## 1821     Classic Cars     Brickhaven         USA    Small
## 1822     Classic Cars         Gensve Switzerland    Small
## 1823     Classic Cars      Frankfurt     Germany    Small
## 1824     Classic Cars           Koln     Germany    Small
## 1825     Classic Cars           Lule      Sweden    Small
## 1826     Classic Cars   Philadelphia         USA   Medium
## 1827     Classic Cars      Melbourne   Australia    Small
## 1828     Classic Cars         Madrid       Spain    Small
## 1829     Classic Cars          Espoo     Finland    Small
## 1830     Classic Cars         Madrid       Spain    Small
## 1831     Classic Cars     San Rafael         USA    Small
## 1832     Classic Cars       Salzburg     Austria    Small
## 1833     Vintage Cars        Bergamo       Italy    Small
## 1834     Vintage Cars       Salzburg     Austria    Small
## 1835     Vintage Cars       Glendale         USA    Small
## 1836     Vintage Cars    New Bedford         USA    Small
## 1837     Vintage Cars       Helsinki     Finland    Small
## 1838     Vintage Cars          Boras      Sweden    Small
## 1839     Vintage Cars       Toulouse      France    Small
## 1840     Vintage Cars         London          UK    Small
## 1841     Vintage Cars    Makati City Philippines    Small
## 1842     Vintage Cars      San Diego         USA   Medium
## 1843     Vintage Cars      Cambridge         USA    Small
## 1844     Vintage Cars         Madrid       Spain   Medium
## 1845     Vintage Cars     Brickhaven         USA    Small
## 1846     Vintage Cars           Oslo      Norway    Small
## 1847     Vintage Cars         Munich     Germany    Small
## 1848     Vintage Cars   Philadelphia         USA    Small
## 1849     Vintage Cars          Cowes          UK   Medium
## 1850     Vintage Cars        Bergamo       Italy    Small
## 1851     Vintage Cars      Minato-ku       Japan    Small
## 1852     Vintage Cars         London          UK    Small
## 1853     Vintage Cars      Chatswood   Australia   Medium
## 1854     Vintage Cars           Oulu     Finland   Medium
## 1855     Vintage Cars         Madrid       Spain    Small
## 1856     Vintage Cars          Reims      France    Small
## 1857     Vintage Cars       San Jose         USA    Small
## 1858     Vintage Cars   Glen Waverly   Australia    Small
## 1859     Classic Cars     Manchester          UK   Medium
## 1860     Classic Cars      Las Vegas         USA   Medium
## 1861     Classic Cars   North Sydney   Australia   Medium
## 1862     Classic Cars        Aaarhus     Denmark   Medium
## 1863     Classic Cars    Bridgewater         USA    Small
## 1864     Classic Cars     San Rafael         USA   Medium
## 1865     Classic Cars         Nashua         USA   Medium
## 1866     Classic Cars            NYC         USA   Medium
## 1867     Classic Cars         Madrid       Spain   Medium
## 1868     Classic Cars      San Diego         USA   Medium
## 1869     Classic Cars     Strasbourg      France    Small
## 1870     Classic Cars            NYC         USA   Medium
## 1871     Classic Cars         Madrid       Spain   Medium
## 1872     Classic Cars      Singapore   Singapore   Medium
## 1873     Classic Cars           Oslo      Norway    Small
## 1874     Classic Cars         Madrid       Spain   Medium
## 1875     Classic Cars    New Bedford         USA    Small
## 1876     Classic Cars     Manchester          UK    Small
## 1877     Classic Cars      Las Vegas         USA    Small
## 1878     Classic Cars     San Rafael         USA    Small
## 1879     Classic Cars         Madrid       Spain   Medium
## 1880     Classic Cars       San Jose         USA   Medium
## 1881     Classic Cars      Chatswood   Australia    Small
## 1882     Vintage Cars      Kobenhavn     Denmark   Medium
## 1883     Vintage Cars       Salzburg     Austria   Medium
## 1884     Vintage Cars         London          UK   Medium
## 1885     Vintage Cars    New Bedford         USA    Small
## 1886     Vintage Cars       Helsinki     Finland    Small
## 1887     Vintage Cars          Boras      Sweden    Small
## 1888     Vintage Cars       Toulouse      France    Small
## 1889     Vintage Cars         London          UK   Medium
## 1890     Vintage Cars      Barcelona       Spain    Small
## 1891     Vintage Cars      San Diego         USA   Medium
## 1892     Vintage Cars            NYC         USA    Small
## 1893     Vintage Cars         Madrid       Spain   Medium
## 1894     Vintage Cars      Bruxelles     Belgium   Medium
## 1895     Vintage Cars      Tsawassen      Canada    Small
## 1896     Vintage Cars         Munich     Germany    Small
## 1897     Vintage Cars   Philadelphia         USA    Small
## 1898     Vintage Cars          Cowes          UK    Small
## 1899     Vintage Cars           Lule      Sweden    Small
## 1900     Vintage Cars      Minato-ku       Japan    Small
## 1901     Vintage Cars         Madrid       Spain    Small
## 1902     Vintage Cars           Oulu     Finland    Small
## 1903     Vintage Cars     San Rafael         USA   Medium
## 1904     Vintage Cars     San Rafael         USA   Medium
## 1905     Vintage Cars       San Jose         USA   Medium
## 1906     Vintage Cars         Boston         USA   Medium
## 1907     Classic Cars    Makati City Philippines   Medium
## 1908     Classic Cars      Marseille      France   Medium
## 1909     Classic Cars     San Rafael         USA   Medium
## 1910     Classic Cars     Brickhaven         USA    Small
## 1911     Classic Cars           Graz     Austria   Medium
## 1912     Classic Cars         Bergen      Norway   Medium
## 1913     Classic Cars         Nashua         USA   Medium
## 1914     Classic Cars         Madrid       Spain   Medium
## 1915     Classic Cars         Madrid       Spain   Medium
## 1916     Classic Cars         Gensve Switzerland   Medium
## 1917     Classic Cars           Oulu     Finland   Medium
## 1918     Classic Cars      Liverpool          UK   Medium
## 1919     Classic Cars  Reggio Emilia       Italy    Small
## 1920     Classic Cars      Las Vegas         USA   Medium
## 1921     Classic Cars         Gensve Switzerland   Medium
## 1922     Classic Cars           Oslo      Norway    Large
## 1923     Classic Cars           Koln     Germany   Medium
## 1924     Classic Cars    New Bedford         USA   Medium
## 1925     Classic Cars   Philadelphia         USA   Medium
## 1926     Classic Cars      Melbourne   Australia   Medium
## 1927     Classic Cars         Madrid       Spain   Medium
## 1928     Classic Cars          Espoo     Finland    Small
## 1929     Classic Cars         Madrid       Spain    Small
## 1930     Classic Cars     San Rafael         USA   Medium
## 1931     Classic Cars     Strasbourg      France    Large
## 1932     Classic Cars       Salzburg     Austria    Large
## 1933           Planes        Bergamo       Italy   Medium
## 1934           Planes       Salzburg     Austria    Small
## 1935           Planes       Glendale         USA   Medium
## 1936           Planes    New Bedford         USA    Small
## 1937           Planes       Helsinki     Finland   Medium
## 1938           Planes     Burlingame         USA    Small
## 1939           Planes       Toulouse      France    Small
## 1940           Planes    Makati City Philippines    Small
## 1941           Planes          Osaka       Japan    Small
## 1942           Planes      San Diego         USA    Small
## 1943           Planes      Tsawassen      Canada    Small
## 1944           Planes       San Jose         USA   Medium
## 1945           Planes         Madrid       Spain    Small
## 1946           Planes         Nantes      France   Medium
## 1947           Planes           Oslo      Norway    Small
## 1948           Planes         Munich     Germany    Small
## 1949           Planes   White Plains         USA   Medium
## 1950           Planes          Cowes          UK    Small
## 1951           Planes        Bergamo       Italy    Small
## 1952           Planes      Minato-ku       Japan   Medium
## 1953           Planes         London          UK    Small
## 1954           Planes      Chatswood   Australia   Medium
## 1955           Planes           Oulu     Finland    Small
## 1956           Planes         Madrid       Spain   Medium
## 1957           Planes          Reims      France    Small
## 1958           Planes         Newark         USA   Medium
## 1959           Planes  Reggio Emilia       Italy    Small
## 1960     Vintage Cars         Nashua         USA    Small
## 1961     Vintage Cars     Manchester          UK    Small
## 1962     Vintage Cars      Las Vegas         USA    Small
## 1963     Vintage Cars       Brisbane         USA    Small
## 1964     Vintage Cars        Bergamo       Italy    Small
## 1965     Vintage Cars     San Rafael         USA    Small
## 1966     Vintage Cars   Glen Waverly   Australia    Small
## 1967     Vintage Cars            NYC         USA    Small
## 1968     Vintage Cars         Madrid       Spain    Small
## 1969     Vintage Cars           Lyon      France    Small
## 1970     Vintage Cars            NYC         USA    Small
## 1971     Vintage Cars         Torino       Italy    Small
## 1972     Vintage Cars      Singapore   Singapore    Small
## 1973     Vintage Cars        Sevilla       Spain    Small
## 1974     Vintage Cars     San Rafael         USA    Small
## 1975     Vintage Cars     Manchester          UK   Medium
## 1976     Vintage Cars      Las Vegas         USA    Small
## 1977     Vintage Cars     San Rafael         USA    Small
## 1978     Vintage Cars         Madrid       Spain   Medium
## 1979     Vintage Cars      Minato-ku       Japan    Small
## 1980     Vintage Cars      Chatswood   Australia    Small
## 1981     Classic Cars         Madrid       Spain    Small
## 1982     Classic Cars            NYC         USA   Medium
## 1983     Classic Cars            NYC         USA    Small
## 1984     Classic Cars          Espoo     Finland   Medium
## 1985     Classic Cars South Brisbane   Australia    Small
## 1986     Classic Cars      Singapore   Singapore    Small
## 1987     Classic Cars  Reggio Emilia       Italy    Small
## 1988     Classic Cars        Sevilla       Spain   Medium
## 1989     Classic Cars   White Plains         USA   Medium
## 1990     Classic Cars         Boston         USA    Small
## 1991     Classic Cars         Dublin     Ireland   Medium
## 1992     Classic Cars      Frankfurt     Germany   Medium
## 1993     Classic Cars         Madrid       Spain   Medium
## 1994     Classic Cars     San Rafael         USA   Medium
## 1995     Classic Cars     San Rafael         USA   Medium
## 1996     Classic Cars            NYC         USA   Medium
## 1997     Classic Cars      Cambridge         USA   Medium
## 1998     Classic Cars        Aaarhus     Denmark   Medium
## 1999     Classic Cars        Stavern      Norway   Medium
## 2000     Classic Cars          Paris      France   Medium
## 2001     Classic Cars            NYC         USA   Medium
## 2002     Classic Cars          Reims      France    Small
## 2003     Classic Cars     San Rafael         USA    Small
## 2004     Classic Cars         Madrid       Spain    Small
## 2005     Classic Cars         Madrid       Spain   Medium
## 2006     Classic Cars         Madrid       Spain   Medium
## 2007     Vintage Cars        Stavern      Norway    Small
## 2008     Vintage Cars         Madrid       Spain   Medium
## 2009     Vintage Cars      Chatswood   Australia   Medium
## 2010     Vintage Cars       Brisbane         USA    Small
## 2011     Vintage Cars            NYC         USA   Medium
## 2012     Vintage Cars        Bergamo       Italy    Small
## 2013     Vintage Cars   Philadelphia         USA   Medium
## 2014     Vintage Cars   Glen Waverly   Australia    Small
## 2015     Vintage Cars      Vancouver      Canada   Medium
## 2016     Vintage Cars        Burbank         USA   Medium
## 2017     Vintage Cars      Cambridge         USA   Medium
## 2018     Vintage Cars         Madrid       Spain   Medium
## 2019     Vintage Cars       San Jose         USA   Medium
## 2020     Vintage Cars       Salzburg     Austria   Medium
## 2021     Vintage Cars         Torino       Italy    Small
## 2022     Vintage Cars     Brickhaven         USA   Medium
## 2023     Vintage Cars     Versailles      France   Medium
## 2024     Vintage Cars     San Rafael         USA   Medium
## 2025     Vintage Cars            NYC         USA   Medium
## 2026     Vintage Cars         Madrid       Spain    Small
## 2027     Vintage Cars         Madrid       Spain   Medium
## 2028     Vintage Cars     Brickhaven         USA   Medium
## 2029     Vintage Cars     San Rafael         USA   Medium
## 2030     Vintage Cars      Bruxelles     Belgium    Small
## 2031           Planes        Bergamo       Italy    Small
## 2032           Planes      Melbourne   Australia    Small
## 2033           Planes         Madrid       Spain   Medium
## 2034           Planes       Pasadena         USA    Small
## 2035           Planes     Burlingame         USA   Medium
## 2036           Planes          Osaka       Japan    Small
## 2037           Planes      Melbourne   Australia    Small
## 2038           Planes      Tsawassen      Canada   Medium
## 2039           Planes       San Jose         USA    Small
## 2040           Planes    Bridgewater         USA    Small
## 2041           Planes         Nantes      France    Small
## 2042           Planes           Oslo      Norway    Small
## 2043           Planes         Dublin     Ireland    Small
## 2044           Planes   White Plains         USA   Medium
## 2045           Planes     Burlingame         USA    Small
## 2046           Planes        Bergamo       Italy    Small
## 2047           Planes      Barcelona       Spain   Medium
## 2048           Planes       Glendale         USA   Medium
## 2049           Planes      Chatswood   Australia    Small
## 2050           Planes         Nantes      France    Large
## 2051           Planes         Madrid       Spain   Medium
## 2052           Planes          Reims      France   Medium
## 2053           Planes         Newark         USA   Medium
## 2054           Planes  Reggio Emilia       Italy   Medium
## 2055     Classic Cars    Makati City Philippines    Small
## 2056     Classic Cars      Marseille      France    Small
## 2057     Classic Cars     San Rafael         USA    Small
## 2058     Classic Cars     Brickhaven         USA    Small
## 2059     Classic Cars   North Sydney   Australia    Small
## 2060     Classic Cars          Lille      France    Small
## 2061     Classic Cars           Koln     Germany    Small
## 2062     Classic Cars          Paris      France    Small
## 2063     Classic Cars         Gensve Switzerland   Medium
## 2064     Classic Cars      Kobenhavn     Denmark    Small
## 2065     Classic Cars          Paris      France   Medium
## 2066     Classic Cars         Boston         USA   Medium
## 2067     Classic Cars     Brickhaven         USA   Medium
## 2068     Classic Cars         Gensve Switzerland   Medium
## 2069     Classic Cars       Helsinki     Finland    Small
## 2070     Classic Cars           Koln     Germany   Medium
## 2071     Classic Cars            NYC         USA   Medium
## 2072     Classic Cars   Philadelphia         USA   Medium
## 2073     Classic Cars          Reims      France   Medium
## 2074     Classic Cars         Madrid       Spain    Small
## 2075     Classic Cars          Espoo     Finland   Medium
## 2076     Classic Cars         Madrid       Spain   Medium
## 2077     Classic Cars     San Rafael         USA    Small
## 2078 Trucks and Buses        Stavern      Norway   Medium
## 2079 Trucks and Buses          Paris      France   Medium
## 2080 Trucks and Buses         Madrid       Spain   Medium
## 2081 Trucks and Buses     Burlingame         USA    Small
## 2082 Trucks and Buses           Oulu     Finland   Medium
## 2083 Trucks and Buses           Graz     Austria    Small
## 2084 Trucks and Buses         London          UK    Small
## 2085 Trucks and Buses        Sevilla       Spain   Medium
## 2086 Trucks and Buses           Lyon      France   Medium
## 2087 Trucks and Buses         Boston         USA   Medium
## 2088 Trucks and Buses      Singapore   Singapore    Small
## 2089 Trucks and Buses     San Rafael         USA    Small
## 2090 Trucks and Buses      New Haven         USA   Medium
## 2091 Trucks and Buses      Singapore   Singapore   Medium
## 2092 Trucks and Buses      Chatswood   Australia    Small
## 2093 Trucks and Buses      Allentown         USA    Small
## 2094 Trucks and Buses          Boras      Sweden    Small
## 2095 Trucks and Buses      Cambridge         USA   Medium
## 2096 Trucks and Buses      Vancouver      Canada    Small
## 2097 Trucks and Buses            NYC         USA    Small
## 2098 Trucks and Buses     San Rafael         USA   Medium
## 2099 Trucks and Buses         Madrid       Spain   Medium
## 2100 Trucks and Buses         Madrid       Spain   Medium
## 2101 Trucks and Buses     San Rafael         USA   Medium
## 2102 Trucks and Buses     San Rafael         USA    Small
## 2103 Trucks and Buses       Montreal      Canada    Small
## 2104 Trucks and Buses         Nantes      France   Medium
## 2105      Motorcycles            NYC         USA    Small
## 2106      Motorcycles      Melbourne   Australia    Small
## 2107      Motorcycles         Madrid       Spain    Small
## 2108      Motorcycles       Pasadena         USA   Medium
## 2109      Motorcycles     Burlingame         USA   Medium
## 2110      Motorcycles         Bergen      Norway   Medium
## 2111      Motorcycles          Osaka       Japan   Medium
## 2112      Motorcycles      Melbourne   Australia    Small
## 2113      Motorcycles      Tsawassen      Canada   Medium
## 2114      Motorcycles       San Jose         USA   Medium
## 2115      Motorcycles    Bridgewater         USA    Small
## 2116      Motorcycles         Nantes      France    Small
## 2117      Motorcycles      Cambridge         USA   Medium
## 2118      Motorcycles         Dublin     Ireland    Small
## 2119      Motorcycles   White Plains         USA    Small
## 2120      Motorcycles      Allentown         USA   Medium
## 2121      Motorcycles            NYC         USA    Small
## 2122      Motorcycles      Barcelona       Spain   Medium
## 2123      Motorcycles       Glendale         USA   Medium
## 2124      Motorcycles          Espoo     Finland   Medium
## 2125      Motorcycles         Nantes      France   Medium
## 2126      Motorcycles      Singapore   Singapore   Medium
## 2127      Motorcycles         Newark         USA   Medium
## 2128      Motorcycles  Reggio Emilia       Italy   Medium
## 2129      Motorcycles    Makati City Philippines    Small
## 2130      Motorcycles      Marseille      France    Small
## 2131      Motorcycles     San Rafael         USA    Small
## 2132      Motorcycles       Pasadena         USA    Small
## 2133      Motorcycles   North Sydney   Australia    Small
## 2134      Motorcycles          Lille      France    Small
## 2135      Motorcycles         Madrid       Spain    Small
## 2136      Motorcycles          Paris      France    Small
## 2137      Motorcycles          Lille      France    Small
## 2138      Motorcycles            NYC         USA    Small
## 2139      Motorcycles          Paris      France    Small
## 2140      Motorcycles         Boston         USA    Small
## 2141      Motorcycles     Brickhaven         USA    Small
## 2142      Motorcycles      Cambridge         USA    Small
## 2143      Motorcycles       Helsinki     Finland    Small
## 2144      Motorcycles           Koln     Germany    Small
## 2145      Motorcycles            NYC         USA    Small
## 2146      Motorcycles   Philadelphia         USA   Medium
## 2147      Motorcycles          Reims      France   Medium
## 2148      Motorcycles         Madrid       Spain    Small
## 2149      Motorcycles      Marseille      France    Small
## 2150      Motorcycles         Madrid       Spain   Medium
## 2151      Motorcycles     San Rafael         USA    Small
## 2152      Motorcycles      Liverpool          UK    Small
## 2153 Trucks and Buses         Madrid       Spain    Small
## 2154 Trucks and Buses          Paris      France    Small
## 2155 Trucks and Buses            NYC         USA    Small
## 2156 Trucks and Buses          Espoo     Finland    Small
## 2157 Trucks and Buses           Oulu     Finland    Small
## 2158 Trucks and Buses      Singapore   Singapore    Small
## 2159 Trucks and Buses         London          UK   Medium
## 2160 Trucks and Buses        Sevilla       Spain    Small
## 2161 Trucks and Buses   White Plains         USA    Small
## 2162 Trucks and Buses         Boston         USA    Small
## 2163 Trucks and Buses       Brisbane         USA    Small
## 2164 Trucks and Buses     San Rafael         USA    Small
## 2165 Trucks and Buses         Madrid       Spain    Small
## 2166 Trucks and Buses      Singapore   Singapore    Small
## 2167 Trucks and Buses     San Rafael         USA    Small
## 2168 Trucks and Buses      Allentown         USA    Small
## 2169 Trucks and Buses            NYC         USA    Small
## 2170 Trucks and Buses      Cambridge         USA    Small
## 2171 Trucks and Buses      Vancouver      Canada    Small
## 2172 Trucks and Buses        Stavern      Norway    Large
## 2173 Trucks and Buses     San Rafael         USA    Small
## 2174 Trucks and Buses            NYC         USA    Small
## 2175 Trucks and Buses          Reims      France   Medium
## 2176 Trucks and Buses     San Rafael         USA    Small
## 2177 Trucks and Buses         Madrid       Spain    Small
## 2178 Trucks and Buses         Madrid       Spain    Small
## 2179 Trucks and Buses         Madrid       Spain    Small
## 2180 Trucks and Buses         Nantes      France    Small
## 2181           Trains         Madrid       Spain   Medium
## 2182           Trains      Charleroi     Belgium    Small
## 2183           Trains            NYC         USA    Small
## 2184           Trains     San Rafael         USA   Medium
## 2185           Trains South Brisbane   Australia    Small
## 2186           Trains      Singapore   Singapore    Small
## 2187           Trains  Reggio Emilia       Italy    Small
## 2188           Trains        Sevilla       Spain    Small
## 2189           Trains   White Plains         USA    Small
## 2190           Trains         Boston         USA    Small
## 2191           Trains         Dublin     Ireland    Small
## 2192           Trains      Frankfurt     Germany    Small
## 2193           Trains          Espoo     Finland    Small
## 2194           Trains      Allentown         USA    Small
## 2195           Trains     San Rafael         USA    Small
## 2196           Trains            NYC         USA    Small
## 2197           Trains     Manchester          UK    Small
## 2198           Trains        Aaarhus     Denmark    Small
## 2199           Trains        Stavern      Norway   Medium
## 2200           Trains          Paris      France    Small
## 2201           Trains         Madrid       Spain   Medium
## 2202           Trains          Reims      France   Medium
## 2203           Trains     San Rafael         USA    Small
## 2204           Trains         Madrid       Spain    Small
## 2205           Trains         Madrid       Spain    Small
## 2206           Trains    Bridgewater         USA    Small
## 2207 Trucks and Buses        Stavern      Norway   Medium
## 2208 Trucks and Buses     San Rafael         USA    Small
## 2209 Trucks and Buses         Madrid       Spain    Small
## 2210 Trucks and Buses     Burlingame         USA    Small
## 2211 Trucks and Buses      Singapore   Singapore    Small
## 2212 Trucks and Buses           Graz     Austria    Small
## 2213 Trucks and Buses         London          UK    Small
## 2214 Trucks and Buses   Philadelphia         USA   Medium
## 2215 Trucks and Buses           Lyon      France    Small
## 2216 Trucks and Buses      Vancouver      Canada    Small
## 2217 Trucks and Buses      Singapore   Singapore    Small
## 2218 Trucks and Buses     San Rafael         USA    Small
## 2219 Trucks and Buses      New Haven         USA   Medium
## 2220 Trucks and Buses      Minato-ku       Japan    Small
## 2221 Trucks and Buses      Chatswood   Australia    Small
## 2222 Trucks and Buses      Allentown         USA    Small
## 2223 Trucks and Buses          Boras      Sweden    Small
## 2224 Trucks and Buses     Versailles      France    Small
## 2225 Trucks and Buses      Vancouver      Canada    Small
## 2226 Trucks and Buses            NYC         USA    Large
## 2227 Trucks and Buses         Madrid       Spain   Medium
## 2228 Trucks and Buses         Madrid       Spain   Medium
## 2229 Trucks and Buses   North Sydney   Australia   Medium
## 2230 Trucks and Buses     San Rafael         USA   Medium
## 2231 Trucks and Buses       Montreal      Canada    Small
## 2232 Trucks and Buses         Madrid       Spain    Small
## 2233     Vintage Cars        Bergamo       Italy    Small
## 2234     Vintage Cars      Melbourne   Australia    Small
## 2235     Vintage Cars         Madrid       Spain    Small
## 2236     Vintage Cars      Charleroi     Belgium    Small
## 2237     Vintage Cars     Burlingame         USA    Small
## 2238     Vintage Cars          Osaka       Japan    Small
## 2239     Vintage Cars      Melbourne   Australia    Small
## 2240     Vintage Cars      Tsawassen      Canada    Small
## 2241     Vintage Cars       San Jose         USA   Medium
## 2242     Vintage Cars         Madrid       Spain   Medium
## 2243     Vintage Cars         Nantes      France    Small
## 2244     Vintage Cars           Oslo      Norway   Medium
## 2245     Vintage Cars         Dublin     Ireland    Small
## 2246     Vintage Cars   White Plains         USA   Medium
## 2247     Vintage Cars          Cowes          UK    Small
## 2248     Vintage Cars        Bergamo       Italy    Small
## 2249     Vintage Cars      Barcelona       Spain    Small
## 2250     Vintage Cars       Glendale         USA    Small
## 2251     Vintage Cars      Chatswood   Australia   Medium
## 2252     Vintage Cars         Nantes      France   Medium
## 2253     Vintage Cars    New Bedford         USA   Medium
## 2254     Vintage Cars          Reims      France    Small
## 2255     Vintage Cars         Newark         USA   Medium
## 2256     Vintage Cars  Reggio Emilia       Italy    Small
## 2257      Motorcycles    Makati City Philippines   Medium
## 2258      Motorcycles          Reims      France    Small
## 2259      Motorcycles     San Rafael         USA    Small
## 2260      Motorcycles       Pasadena         USA   Medium
## 2261      Motorcycles   North Sydney   Australia   Medium
## 2262      Motorcycles          Lille      France    Small
## 2263      Motorcycles         Madrid       Spain   Medium
## 2264      Motorcycles          Paris      France   Medium
## 2265      Motorcycles          Lille      France   Medium
## 2266      Motorcycles            NYC         USA   Medium
## 2267      Motorcycles          Paris      France    Small
## 2268      Motorcycles         Boston         USA   Medium
## 2269      Motorcycles     Brickhaven         USA   Medium
## 2270      Motorcycles      Cambridge         USA    Small
## 2271      Motorcycles       Helsinki     Finland   Medium
## 2272      Motorcycles        Stavern      Norway   Medium
## 2273      Motorcycles            NYC         USA    Small
## 2274      Motorcycles   Philadelphia         USA   Medium
## 2275      Motorcycles       Salzburg     Austria    Small
## 2276      Motorcycles         Madrid       Spain   Medium
## 2277      Motorcycles    New Bedford         USA   Medium
## 2278      Motorcycles         Nantes      France   Medium
## 2279      Motorcycles     San Rafael         USA    Small
## 2280      Motorcycles      Liverpool          UK   Medium
## 2281     Vintage Cars        Bergamo       Italy    Small
## 2282     Vintage Cars      Melbourne   Australia    Small
## 2283     Vintage Cars         Madrid       Spain    Small
## 2284     Vintage Cars    New Bedford         USA    Small
## 2285     Vintage Cars         Madrid       Spain    Small
## 2286     Vintage Cars     Burlingame         USA    Small
## 2287     Vintage Cars        Burbank         USA    Small
## 2288     Vintage Cars          Osaka       Japan    Small
## 2289     Vintage Cars      Melbourne   Australia    Small
## 2290     Vintage Cars      Tsawassen      Canada    Small
## 2291     Vintage Cars       San Jose         USA    Small
## 2292     Vintage Cars         Madrid       Spain    Small
## 2293     Vintage Cars         Nantes      France    Small
## 2294     Vintage Cars           Oslo      Norway    Small
## 2295     Vintage Cars         Munich     Germany    Small
## 2296     Vintage Cars   White Plains         USA    Small
## 2297     Vintage Cars          Cowes          UK    Small
## 2298     Vintage Cars        Bergamo       Italy    Small
## 2299     Vintage Cars      Barcelona       Spain    Small
## 2300     Vintage Cars       Glendale         USA   Medium
## 2301     Vintage Cars      Chatswood   Australia    Small
## 2302     Vintage Cars         Nantes      France   Medium
## 2303     Vintage Cars    New Bedford         USA   Medium
## 2304     Vintage Cars          Reims      France    Small
## 2305     Vintage Cars         Newark         USA    Small
## 2306     Vintage Cars  Reggio Emilia       Italy    Small
## 2307 Trucks and Buses         Madrid       Spain   Medium
## 2308 Trucks and Buses            NYC         USA    Small
## 2309 Trucks and Buses            NYC         USA   Medium
## 2310 Trucks and Buses          Espoo     Finland   Medium
## 2311 Trucks and Buses           Oulu     Finland   Medium
## 2312 Trucks and Buses      Singapore   Singapore   Medium
## 2313 Trucks and Buses  Reggio Emilia       Italy   Medium
## 2314 Trucks and Buses        Sevilla       Spain   Medium
## 2315 Trucks and Buses   White Plains         USA   Medium
## 2316 Trucks and Buses         Boston         USA    Small
## 2317 Trucks and Buses         Dublin     Ireland   Medium
## 2318 Trucks and Buses      Frankfurt     Germany   Medium
## 2319 Trucks and Buses         Madrid       Spain    Small
## 2320 Trucks and Buses      Singapore   Singapore   Medium
## 2321 Trucks and Buses     San Rafael         USA   Medium
## 2322 Trucks and Buses     San Rafael         USA   Medium
## 2323 Trucks and Buses            NYC         USA   Medium
## 2324 Trucks and Buses      Cambridge         USA   Medium
## 2325 Trucks and Buses        Aaarhus     Denmark   Medium
## 2326 Trucks and Buses        Stavern      Norway   Medium
## 2327 Trucks and Buses          Paris      France   Medium
## 2328 Trucks and Buses         Madrid       Spain    Small
## 2329 Trucks and Buses          Reims      France   Medium
## 2330 Trucks and Buses     San Rafael         USA    Small
## 2331 Trucks and Buses         Madrid       Spain   Medium
## 2332 Trucks and Buses          Paris      France   Medium
## 2333 Trucks and Buses         Madrid       Spain   Medium
## 2334 Trucks and Buses         Nantes      France    Small
## 2335           Trains         Madrid       Spain    Small
## 2336           Trains      Singapore   Singapore    Small
## 2337           Trains            NYC         USA   Medium
## 2338           Trains     San Rafael         USA    Small
## 2339           Trains         Madrid       Spain    Small
## 2340           Trains      Singapore   Singapore    Small
## 2341           Trains  Reggio Emilia       Italy    Small
## 2342           Trains    New Bedford         USA    Small
## 2343           Trains      New Haven         USA    Small
## 2344           Trains           Lyon      France    Small
## 2345           Trains         Dublin     Ireland    Small
## 2346           Trains      Frankfurt     Germany    Small
## 2347           Trains          Espoo     Finland   Medium
## 2348           Trains      Allentown         USA    Small
## 2349           Trains     San Rafael         USA    Small
## 2350           Trains            NYC         USA    Small
## 2351           Trains     Manchester          UK    Small
## 2352           Trains        Aaarhus     Denmark    Small
## 2353           Trains        Stavern      Norway   Medium
## 2354           Trains            NYC         USA    Small
## 2355           Trains         Madrid       Spain   Medium
## 2356           Trains          Reims      France    Small
## 2357           Trains      Minato-ku       Japan    Small
## 2358           Trains         Madrid       Spain    Small
## 2359           Trains          Paris      France    Large
## 2360           Trains    Bridgewater         USA   Medium
## 2361      Motorcycles    Makati City Philippines    Small
## 2362      Motorcycles          Reims      France   Medium
## 2363      Motorcycles     San Rafael         USA   Medium
## 2364      Motorcycles       Pasadena         USA   Medium
## 2365      Motorcycles   North Sydney   Australia   Medium
## 2366      Motorcycles          Lille      France    Small
## 2367      Motorcycles         Madrid       Spain    Small
## 2368      Motorcycles          Paris      France   Medium
## 2369      Motorcycles          Lille      France   Medium
## 2370      Motorcycles            NYC         USA    Small
## 2371      Motorcycles          Paris      France   Medium
## 2372      Motorcycles         Boston         USA   Medium
## 2373      Motorcycles     Brickhaven         USA    Small
## 2374      Motorcycles      Cambridge         USA   Medium
## 2375      Motorcycles       Helsinki     Finland   Medium
## 2376      Motorcycles        Stavern      Norway    Small
## 2377      Motorcycles            NYC         USA   Medium
## 2378      Motorcycles   Philadelphia         USA   Medium
## 2379      Motorcycles       Salzburg     Austria   Medium
## 2380      Motorcycles          Paris      France   Medium
## 2381      Motorcycles    New Bedford         USA   Medium
## 2382      Motorcycles         Nantes      France   Medium
## 2383      Motorcycles     San Rafael         USA   Medium
## 2384      Motorcycles      Liverpool          UK    Small
## 2385            Ships      Kobenhavn     Denmark    Small
## 2386            Ships       Salzburg     Austria    Small
## 2387            Ships         London          UK    Small
## 2388            Ships     San Rafael         USA    Small
## 2389            Ships         Madrid       Spain    Small
## 2390            Ships          Boras      Sweden   Medium
## 2391            Ships         Madrid       Spain    Small
## 2392            Ships    New Bedford         USA    Small
## 2393            Ships      Barcelona       Spain    Small
## 2394            Ships           Lyon      France    Small
## 2395            Ships      San Diego         USA    Small
## 2396            Ships         Newark         USA    Small
## 2397            Ships            NYC         USA    Small
## 2398            Ships       Montreal      Canada    Small
## 2399            Ships      Bruxelles     Belgium    Small
## 2400            Ships      Tsawassen      Canada   Medium
## 2401            Ships         Boston         USA    Small
## 2402            Ships     Manchester          UK    Small
## 2403            Ships         Nantes      France    Small
## 2404            Ships           Lule      Sweden    Small
## 2405            Ships      Minato-ku       Japan    Small
## 2406            Ships         Madrid       Spain   Medium
## 2407            Ships           Oulu     Finland   Medium
## 2408            Ships     San Rafael         USA    Small
## 2409            Ships     San Rafael         USA    Small
## 2410            Ships         Boston         USA    Small
## 2411           Planes        Bergamo       Italy   Medium
## 2412           Planes      Melbourne   Australia   Medium
## 2413           Planes         Madrid       Spain    Small
## 2414           Planes    New Bedford         USA   Medium
## 2415           Planes         Madrid       Spain   Medium
## 2416           Planes     Burlingame         USA    Small
## 2417           Planes        Burbank         USA   Medium
## 2418           Planes          Osaka       Japan    Small
## 2419           Planes      Melbourne   Australia    Small
## 2420           Planes      Tsawassen      Canada    Small
## 2421           Planes       San Jose         USA    Small
## 2422           Planes         Madrid       Spain   Medium
## 2423           Planes         Nantes      France    Small
## 2424           Planes           Oslo      Norway    Small
## 2425           Planes         Munich     Germany   Medium
## 2426           Planes   White Plains         USA    Small
## 2427           Planes          Cowes          UK    Small
## 2428           Planes        Bergamo       Italy    Small
## 2429           Planes      Barcelona       Spain    Small
## 2430           Planes       Glendale         USA   Medium
## 2431           Planes      Chatswood   Australia    Small
## 2432           Planes         Nantes      France   Medium
## 2433           Planes    New Bedford         USA    Large
## 2434           Planes          Reims      France   Medium
## 2435           Planes         Newark         USA    Small
## 2436           Planes  Reggio Emilia       Italy    Small
## 2437            Ships      Kobenhavn     Denmark    Small
## 2438            Ships      Singapore   Singapore   Medium
## 2439            Ships         Madrid       Spain   Medium
## 2440            Ships     San Rafael         USA   Medium
## 2441            Ships         Madrid       Spain    Small
## 2442            Ships    New Bedford         USA   Medium
## 2443            Ships         Madrid       Spain    Small
## 2444            Ships    New Bedford         USA    Small
## 2445            Ships      New Haven         USA   Medium
## 2446            Ships           Lyon      France   Medium
## 2447            Ships      Bruxelles     Belgium    Small
## 2448            Ships          Cowes          UK    Small
## 2449            Ships            NYC         USA   Medium
## 2450            Ships      Bruxelles     Belgium    Small
## 2451            Ships     San Rafael         USA   Medium
## 2452            Ships         Torino       Italy    Small
## 2453            Ships     Manchester          UK   Medium
## 2454            Ships        Aaarhus     Denmark    Small
## 2455            Ships      Kobenhavn     Denmark   Medium
## 2456            Ships            NYC         USA    Small
## 2457            Ships         Madrid       Spain    Small
## 2458            Ships      Minato-ku       Japan   Medium
## 2459            Ships       Toulouse      France    Small
## 2460            Ships         Boston         USA   Medium
## 2461            Ships        Bergamo       Italy   Medium
## 2462            Ships       Salzburg     Austria    Small
## 2463            Ships       Glendale         USA    Small
## 2464            Ships    New Bedford         USA    Small
## 2465            Ships       Helsinki     Finland    Small
## 2466            Ships          Boras      Sweden    Small
## 2467            Ships       Toulouse      France   Medium
## 2468            Ships         London          UK    Small
## 2469            Ships      Barcelona       Spain    Small
## 2470            Ships      San Diego         USA    Small
## 2471            Ships      Cambridge         USA   Medium
## 2472            Ships         Madrid       Spain   Medium
## 2473            Ships     Brickhaven         USA    Small
## 2474            Ships      Tsawassen      Canada    Small
## 2475            Ships         Munich     Germany   Medium
## 2476            Ships   Philadelphia         USA   Medium
## 2477            Ships          Cowes          UK   Medium
## 2478            Ships        Bergamo       Italy   Medium
## 2479            Ships      Minato-ku       Japan   Medium
## 2480            Ships     Brickhaven         USA    Small
## 2481            Ships      Chatswood   Australia    Small
## 2482            Ships           Oulu     Finland    Small
## 2483            Ships         Madrid       Spain    Small
## 2484            Ships          Reims      France   Medium
## 2485            Ships       San Jose         USA   Medium
## 2486            Ships   Glen Waverly   Australia   Medium
## 2487           Planes        Bergamo       Italy   Medium
## 2488           Planes      Melbourne   Australia    Small
## 2489           Planes       Glendale         USA   Medium
## 2490           Planes    New Bedford         USA    Small
## 2491           Planes       Helsinki     Finland    Small
## 2492           Planes     Burlingame         USA   Medium
## 2493           Planes       Toulouse      France    Small
## 2494           Planes    Makati City Philippines   Medium
## 2495           Planes          Osaka       Japan    Small
## 2496           Planes      San Diego         USA   Medium
## 2497           Planes      Tsawassen      Canada   Medium
## 2498           Planes       San Jose         USA   Medium
## 2499           Planes         Madrid       Spain    Small
## 2500           Planes         Nantes      France   Medium
## 2501           Planes           Oslo      Norway   Medium
## 2502           Planes         Munich     Germany    Small
## 2503           Planes   White Plains         USA   Medium
## 2504           Planes          Cowes          UK    Small
## 2505           Planes        Bergamo       Italy   Medium
## 2506           Planes      Barcelona       Spain   Medium
## 2507           Planes     Brickhaven         USA   Medium
## 2508           Planes      Chatswood   Australia    Small
## 2509           Planes         Nantes      France   Medium
## 2510           Planes         Madrid       Spain   Medium
## 2511           Planes          Reims      France    Small
## 2512           Planes         Newark         USA    Large
## 2513           Planes  Reggio Emilia       Italy    Small
## 2514            Ships      Kobenhavn     Denmark    Small
## 2515            Ships       Salzburg     Austria    Small
## 2516            Ships         London          UK   Medium
## 2517            Ships    New Bedford         USA    Small
## 2518            Ships       Glendale         USA    Small
## 2519            Ships          Boras      Sweden   Medium
## 2520            Ships         Madrid       Spain    Small
## 2521            Ships    New Bedford         USA    Small
## 2522            Ships      Barcelona       Spain   Medium
## 2523            Ships           Lyon      France   Medium
## 2524            Ships      San Diego         USA    Small
## 2525            Ships         Newark         USA    Small
## 2526            Ships            NYC         USA    Small
## 2527            Ships       Montreal      Canada   Medium
## 2528            Ships      Bruxelles     Belgium    Small
## 2529            Ships      Tsawassen      Canada   Medium
## 2530            Ships         Boston         USA    Small
## 2531            Ships     Manchester          UK   Medium
## 2532            Ships          Cowes          UK   Medium
## 2533            Ships      Kobenhavn     Denmark    Small
## 2534            Ships      Minato-ku       Japan   Medium
## 2535            Ships         Madrid       Spain    Small
## 2536            Ships           Oulu     Finland    Small
## 2537            Ships         Madrid       Spain   Medium
## 2538            Ships       Toulouse      France    Small
## 2539            Ships         Boston         USA    Small
## 2540     Classic Cars        Stavern      Norway   Medium
## 2541     Classic Cars          Paris      France   Medium
## 2542     Classic Cars         Madrid       Spain   Medium
## 2543     Classic Cars     Burlingame         USA   Medium
## 2544     Classic Cars      Singapore   Singapore    Small
## 2545     Classic Cars           Graz     Austria   Medium
## 2546     Classic Cars         London          UK   Medium
## 2547     Classic Cars   Philadelphia         USA    Small
## 2548     Classic Cars           Lyon      France    Small
## 2549     Classic Cars      Vancouver      Canada   Medium
## 2550     Classic Cars      Singapore   Singapore    Small
## 2551     Classic Cars     San Rafael         USA   Medium
## 2552     Classic Cars      New Haven         USA   Medium
## 2553     Classic Cars      Minato-ku       Japan   Medium
## 2554     Classic Cars      Chatswood   Australia   Medium
## 2555     Classic Cars      Allentown         USA    Small
## 2556     Classic Cars          Boras      Sweden   Medium
## 2557     Classic Cars     Versailles      France   Medium
## 2558     Classic Cars      Vancouver      Canada    Small
## 2559     Classic Cars            NYC         USA   Medium
## 2560     Classic Cars          Paris      France    Large
## 2561     Classic Cars         Madrid       Spain    Small
## 2562     Classic Cars         Madrid       Spain   Medium
## 2563     Classic Cars     San Rafael         USA   Medium
## 2564     Classic Cars     San Rafael         USA    Small
## 2565     Classic Cars       Montreal      Canada   Medium
## 2566     Classic Cars         Madrid       Spain   Medium
## 2567           Planes        Bergamo       Italy   Medium
## 2568           Planes      Melbourne   Australia   Medium
## 2569           Planes         Madrid       Spain    Small
## 2570           Planes       Pasadena         USA    Small
## 2571           Planes     Burlingame         USA   Medium
## 2572           Planes         Bergen      Norway   Medium
## 2573           Planes          Osaka       Japan    Small
## 2574           Planes      Melbourne   Australia   Medium
## 2575           Planes      Tsawassen      Canada    Small
## 2576           Planes       San Jose         USA   Medium
## 2577           Planes    Bridgewater         USA   Medium
## 2578           Planes         Nantes      France   Medium
## 2579           Planes      Cambridge         USA   Medium
## 2580           Planes         Dublin     Ireland   Medium
## 2581           Planes   White Plains         USA   Medium
## 2582           Planes      Allentown         USA    Large
## 2583           Planes        Bergamo       Italy   Medium
## 2584           Planes      Barcelona       Spain   Medium
## 2585           Planes       Glendale         USA   Medium
## 2586           Planes      Chatswood   Australia   Medium
## 2587           Planes         Nantes      France    Small
## 2588           Planes    New Bedford         USA    Large
## 2589           Planes          Reims      France    Small
## 2590           Planes         Newark         USA    Small
## 2591           Planes  Reggio Emilia       Italy   Medium
## 2592           Planes        Bergamo       Italy   Medium
## 2593           Planes      Melbourne   Australia   Medium
## 2594           Planes    New Bedford         USA    Small
## 2595           Planes       Helsinki     Finland   Medium
## 2596           Planes     Burlingame         USA   Medium
## 2597           Planes        Burbank         USA   Medium
## 2598           Planes          Osaka       Japan    Small
## 2599           Planes      Melbourne   Australia    Small
## 2600           Planes      Tsawassen      Canada    Small
## 2601           Planes       San Jose         USA    Small
## 2602           Planes         Madrid       Spain    Small
## 2603           Planes         Nantes      France   Medium
## 2604           Planes           Oslo      Norway    Small
## 2605           Planes         Munich     Germany    Small
## 2606           Planes   White Plains         USA    Small
## 2607           Planes          Cowes          UK   Medium
## 2608           Planes        Bergamo       Italy    Small
## 2609           Planes       Salzburg     Austria   Medium
## 2610           Planes       Glendale         USA   Medium
## 2611           Planes      Chatswood   Australia   Medium
## 2612           Planes         Nantes      France   Medium
## 2613           Planes         Madrid       Spain   Medium
## 2614           Planes          Reims      France    Small
## 2615           Planes         Newark         USA    Large
## 2616           Planes  Reggio Emilia       Italy    Small
## 2617            Ships      Kobenhavn     Denmark   Medium
## 2618            Ships      Barcelona       Spain   Medium
## 2619            Ships         London          UK   Medium
## 2620            Ships     San Rafael         USA    Small
## 2621            Ships         Madrid       Spain   Medium
## 2622            Ships          Boras      Sweden    Small
## 2623            Ships         Madrid       Spain   Medium
## 2624            Ships    New Bedford         USA   Medium
## 2625            Ships      Barcelona       Spain    Small
## 2626            Ships           Lyon      France   Medium
## 2627            Ships      San Diego         USA   Medium
## 2628            Ships          Cowes          UK   Medium
## 2629            Ships            NYC         USA   Medium
## 2630            Ships       Montreal      Canada    Small
## 2631            Ships      Bruxelles     Belgium   Medium
## 2632            Ships      Tsawassen      Canada    Small
## 2633            Ships         Boston         USA   Medium
## 2634            Ships     Manchester          UK    Small
## 2635            Ships         Nantes      France    Small
## 2636            Ships      Kobenhavn     Denmark   Medium
## 2637            Ships            NYC         USA    Small
## 2638            Ships         Madrid       Spain    Small
## 2639            Ships           Oulu     Finland   Medium
## 2640            Ships         Madrid       Spain   Medium
## 2641            Ships       Toulouse      France   Medium
## 2642            Ships         Boston         USA   Medium
## 2643            Ships      Kobenhavn     Denmark    Small
## 2644            Ships      Singapore   Singapore   Medium
## 2645            Ships         London          UK    Small
## 2646            Ships     San Rafael         USA   Medium
## 2647            Ships         Madrid       Spain    Small
## 2648            Ships          Boras      Sweden   Medium
## 2649            Ships         Madrid       Spain    Small
## 2650            Ships    New Bedford         USA    Small
## 2651            Ships      Barcelona       Spain   Medium
## 2652            Ships           Lyon      France    Small
## 2653            Ships      San Diego         USA    Small
## 2654            Ships          Cowes          UK    Small
## 2655            Ships            NYC         USA   Medium
## 2656            Ships       Montreal      Canada   Medium
## 2657            Ships      Bruxelles     Belgium    Small
## 2658            Ships      Tsawassen      Canada   Medium
## 2659            Ships     Brickhaven         USA   Medium
## 2660            Ships     Manchester          UK   Medium
## 2661            Ships         Nantes      France   Medium
## 2662            Ships      Kobenhavn     Denmark   Medium
## 2663            Ships            NYC         USA    Small
## 2664            Ships         Madrid       Spain    Small
## 2665            Ships           Oulu     Finland   Medium
## 2666            Ships         Madrid       Spain    Small
## 2667            Ships       Toulouse      France   Medium
## 2668            Ships         Boston         USA    Small
## 2669           Planes        Bergamo       Italy    Small
## 2670           Planes       Salzburg     Austria    Small
## 2671           Planes       Glendale         USA    Small
## 2672           Planes    New Bedford         USA    Small
## 2673           Planes       Helsinki     Finland   Medium
## 2674           Planes     Burlingame         USA   Medium
## 2675           Planes       Toulouse      France   Medium
## 2676           Planes    Makati City Philippines    Small
## 2677           Planes          Osaka       Japan    Small
## 2678           Planes      San Diego         USA   Medium
## 2679           Planes      Tsawassen      Canada    Small
## 2680           Planes       San Jose         USA    Small
## 2681           Planes         Madrid       Spain    Small
## 2682           Planes         Nantes      France    Small
## 2683           Planes           Oslo      Norway    Small
## 2684           Planes         Munich     Germany   Medium
## 2685           Planes   White Plains         USA    Small
## 2686           Planes          Cowes          UK    Small
## 2687           Planes        Bergamo       Italy   Medium
## 2688           Planes      Minato-ku       Japan    Small
## 2689           Planes     Brickhaven         USA    Small
## 2690           Planes      Chatswood   Australia   Medium
## 2691           Planes           Oulu     Finland    Small
## 2692           Planes         Madrid       Spain   Medium
## 2693           Planes          Reims      France   Medium
## 2694           Planes         Newark         USA    Small
## 2695           Planes  Reggio Emilia       Italy    Small
## 2696           Planes        Bergamo       Italy    Small
## 2697           Planes       Salzburg     Austria    Small
## 2698           Planes       Glendale         USA    Small
## 2699           Planes    New Bedford         USA    Small
## 2700           Planes       Helsinki     Finland    Small
## 2701           Planes          Boras      Sweden    Small
## 2702           Planes       Toulouse      France    Small
## 2703           Planes         London          UK    Small
## 2704           Planes      Barcelona       Spain    Small
## 2705           Planes      San Diego         USA    Small
## 2706           Planes      Cambridge         USA    Small
## 2707           Planes         Madrid       Spain    Small
## 2708           Planes     Brickhaven         USA    Small
## 2709           Planes      Tsawassen      Canada    Small
## 2710           Planes         Munich     Germany    Small
## 2711           Planes   Philadelphia         USA    Small
## 2712           Planes          Cowes          UK    Small
## 2713           Planes            NYC         USA   Medium
## 2714           Planes      Minato-ku       Japan    Small
## 2715           Planes     Brickhaven         USA    Small
## 2716           Planes      Chatswood   Australia    Small
## 2717           Planes           Oulu     Finland    Small
## 2718           Planes         Madrid       Spain   Medium
## 2719           Planes          Reims      France    Small
## 2720           Planes       San Jose         USA    Small
## 2721           Planes   Glen Waverly   Australia    Small
## 2722            Ships      Kobenhavn     Denmark    Small
## 2723            Ships      Singapore   Singapore    Small
## 2724            Ships         London          UK    Small
## 2725            Ships     San Rafael         USA    Small
## 2726            Ships         Madrid       Spain   Medium
## 2727            Ships          Boras      Sweden    Small
## 2728            Ships         Madrid       Spain    Small
## 2729            Ships    New Bedford         USA    Small
## 2730            Ships      Barcelona       Spain    Small
## 2731            Ships           Lyon      France    Small
## 2732            Ships      San Diego         USA    Small
## 2733            Ships          Cowes          UK    Small
## 2734            Ships            NYC         USA    Small
## 2735            Ships       Montreal      Canada    Small
## 2736            Ships      Bruxelles     Belgium    Small
## 2737            Ships      Tsawassen      Canada    Small
## 2738            Ships         Torino       Italy    Small
## 2739            Ships     Manchester          UK    Small
## 2740            Ships         Nantes      France    Small
## 2741            Ships      Kobenhavn     Denmark   Medium
## 2742            Ships            NYC         USA   Medium
## 2743            Ships         Madrid       Spain    Small
## 2744            Ships           Oulu     Finland   Medium
## 2745            Ships         Madrid       Spain   Medium
## 2746            Ships       Toulouse      France    Small
## 2747            Ships         Boston         USA   Medium

Menambahkan peubah TOTALPRICE untuk mengetahui total harga setiap order

TOTALPRICE <- datafilter[,c("QUANTITYORDERED")] * datafilter[,c("PRICEEACH")]
TOTALPRICE <- data.frame(TOTALPRICE)
TOTALPRICE
##      TOTALPRICE
## 1       2871.00
## 2       2765.90
## 3       3884.34
## 4       3746.70
## 5       3479.76
## 6       2497.77
## 7       5512.32
## 8       4708.44
## 9       3965.66
## 10      2333.12
## 11      3188.64
## 12      3676.76
## 13      4177.35
## 14      4099.68
## 15      2597.39
## 16      4394.38
## 17      4358.04
## 18      4396.14
## 19      7737.93
## 20      1451.00
## 21       733.11
## 22      3207.12
## 23      2434.56
## 24      7516.08
## 25      5404.62
## 26      7209.11
## 27      7329.06
## 28      7374.10
## 29     10993.50
## 30      4860.24
## 31      8014.82
## 32      5372.57
## 33      7290.36
## 34      9064.89
## 35      6075.30
## 36      6463.23
## 37      6120.34
## 38      7680.64
## 39      4905.39
## 40      8014.82
## 41      7136.19
## 42     10172.68
## 43     11623.68
## 44      6000.40
## 45      3944.70
## 46      5691.84
## 47      4514.92
## 48      2416.56
## 49      4140.23
## 50     12001.00
## 51      3896.49
## 52      2793.86
## 53      3307.77
## 54      5192.95
## 55      3660.93
## 56      4695.60
## 57      3660.92
## 58      3009.09
## 59      5422.39
## 60      2852.08
## 61      5756.52
## 62      4472.00
## 63      2904.44
## 64      6484.59
## 65      3757.26
## 66      4043.96
## 67      5566.50
## 68      3176.00
## 69      2756.80
## 70      1329.90
## 71      5288.01
## 72      2225.50
## 73      5833.80
## 74      5887.35
## 75      6065.55
## 76      9264.86
## 77      7023.98
## 78      5176.38
## 79      4183.00
## 80      8892.90
## 81      8714.70
## 82      6123.40
## 83      9774.03
## 84      7023.90
## 85      7078.23
## 86      8336.94
## 87      6901.92
## 88      5438.07
## 89      6683.34
## 90      4570.40
## 91      7667.14
## 92      5868.20
## 93      2990.13
## 94      3664.10
## 95      3834.38
## 96      1822.17
## 97     11886.60
## 98      9218.16
## 99      7208.00
## 100     5004.80
## 101     4398.24
## 102     5597.76
## 103     4526.08
## 104     5924.16
## 105     3492.48
## 106     3854.24
## 107     5324.40
## 108     5997.60
## 109     2910.40
## 110     3378.24
## 111     3508.80
## 112     2992.00
## 113     3427.20
## 114     2692.80
## 115     4128.96
## 116     3051.71
## 117     1201.25
## 118     1962.22
## 119     2624.64
## 120     4046.25
## 121     3370.56
## 122     9661.44
## 123     2764.88
## 124     5398.26
## 125     4305.28
## 126     3347.74
## 127     3188.12
## 128     3191.20
## 129     3536.82
## 130     5362.83
## 131     3433.36
## 132     4263.74
## 133     4076.19
## 134     7020.48
## 135     6426.50
## 136     4591.72
## 137     4033.38
## 138     4302.08
## 139     7020.64
## 140     3855.90
## 141     6680.78
## 142     6678.00
## 143     2851.54
## 144     3188.12
## 145     4428.00
## 146     5780.92
## 147     2297.05
## 148     1735.30
## 149     4427.73
## 150     5894.94
## 151     5265.15
## 152     7599.90
## 153     8008.56
## 154     9245.76
## 155     5019.90
## 156     5411.07
## 157     3840.90
## 158     3930.40
## 159     7498.90
## 160     4517.91
## 161     5774.72
## 162     3922.56
## 163     9160.36
## 164     9631.00
## 165     3432.24
## 166     5521.89
## 167     6934.62
## 168     6876.11
## 169     2930.27
## 170     3584.25
## 171     2817.87
## 172     3420.00
## 173     2575.04
## 174     1961.28
## 175     8690.36
## 176     6034.38
## 177    11279.20
## 178     8023.29
## 179     4904.00
## 180     8594.52
## 181     7474.50
## 182     3883.74
## 183     8887.70
## 184     8602.92
## 185     7181.44
## 186     8378.58
## 187    10606.20
## 188     5818.40
## 189     7071.27
## 190     8411.56
## 191     6570.76
## 192     7975.44
## 193     2688.00
## 194     1888.26
## 195     2513.28
## 196     4764.48
## 197     3560.64
## 198     3823.64
## 199     2280.96
## 200     8677.80
## 201     3394.98
## 202     3415.44
## 203     2439.57
## 204     4829.80
## 205     4100.10
## 206     6563.06
## 207     6817.22
## 208     6163.94
## 209     4933.92
## 210     4056.36
## 211     5759.42
## 212     3451.00
## 213     5920.40
## 214     6668.24
## 215     4094.72
## 216     2938.50
## 217     6387.80
## 218     6396.00
## 219     2669.10
## 220     4784.13
## 221     3586.43
## 222     5960.36
## 223     8470.14
## 224     2464.80
## 225     6232.00
## 226     7969.36
## 227     3036.60
## 228     8284.00
## 229     2711.20
## 230     8339.80
## 231     4639.25
## 232     6747.60
## 233     4512.48
## 234     4771.80
## 235     6087.94
## 236     4193.28
## 237     7552.28
## 238     6434.40
## 239     5181.50
## 240     6863.92
## 241     4157.04
## 242     4660.24
## 243     4111.80
## 244     3542.64
## 245     8118.55
## 246     3877.06
## 247     3867.08
## 248     5951.44
## 249     8648.64
## 250     3447.78
## 251     5958.50
## 252     5911.64
## 253     7366.44
## 254     4985.64
## 255     5393.64
## 256     4880.02
## 257     8378.69
## 258     4038.21
## 259     3807.12
## 260     3142.36
## 261     4713.60
## 262     7016.31
## 263     4381.25
## 264     4283.01
## 265     4364.82
## 266     4242.24
## 267     4982.70
## 268     6393.54
## 269     1466.91
## 270     4059.33
## 271     4801.52
## 272     2711.66
## 273     5862.00
## 274     4071.85
## 275     8236.75
## 276     6130.35
## 277     3693.34
## 278     6031.68
## 279     3494.94
## 280     5464.69
## 281     2860.76
## 282     5590.00
## 283     2254.80
## 284     4946.76
## 285     2495.50
## 286     3167.38
## 287     2402.84
## 288     2454.54
## 289     5464.69
## 290     4756.50
## 291     3984.60
## 292     3100.32
## 293     4850.30
## 294     3846.98
## 295     4220.92
## 296     3288.82
## 297     3987.20
## 298     1809.50
## 299     1092.20
## 300     4566.05
## 301     5938.14
## 302     8138.76
## 303     9470.94
## 304     7036.89
## 305     5559.03
## 306     7872.50
## 307     7886.20
## 308     7232.16
## 309     3114.40
## 310     5045.22
## 311     6952.12
## 312     4157.73
## 313     7962.24
## 314     3778.80
## 315     8253.00
## 316     3633.40
## 317     6913.80
## 318     2583.60
## 319     3105.62
## 320     4408.56
## 321     3042.41
## 322     5941.50
## 323     3241.90
## 324     6109.29
## 325     3387.78
## 326     3485.82
## 327     2042.88
## 328     1800.24
## 329     1340.64
## 330     2298.24
## 331     1628.00
## 332     1939.20
## 333     3651.56
## 334     2591.96
## 335     2864.17
## 336     1484.20
## 337     2254.25
## 338     2681.35
## 339     3184.02
## 340     2846.63
## 341     1685.42
## 342     3988.60
## 343     2789.96
## 344     3607.56
## 345     3368.16
## 346     2775.08
## 347     1627.92
## 348     2529.36
## 349     3065.78
## 350     4615.78
## 351     5723.78
## 352     2559.60
## 353     2140.11
## 354     3327.60
## 355     6825.60
## 356     3543.28
## 357     4516.22
## 358     6445.46
## 359     3384.36
## 360     4891.68
## 361     4521.96
## 362     5069.66
## 363     6541.20
## 364     3012.27
## 365     5247.18
## 366     2214.87
## 367     4773.18
## 368     6185.70
## 369     1517.88
## 370     6372.60
## 371     5232.96
## 372     2694.72
## 373     1749.79
## 374     2130.56
## 375     5951.34
## 376     4692.60
## 377     3731.04
## 378     2142.00
## 379     2838.81
## 380     3230.37
## 381     4391.10
## 382     4477.32
## 383     3544.56
## 384     5195.85
## 385     4180.44
## 386     2684.43
## 387     1958.88
## 388     4910.57
## 389     4468.40
## 390     3127.88
## 391     2675.13
## 392     2807.61
## 393     2504.75
## 394     2984.88
## 395     2524.86
## 396     4136.00
## 397     4068.70
## 398     5182.00
## 399     5243.79
## 400     9048.16
## 401     3832.64
## 402     3920.00
## 403     4916.66
## 404     3857.00
## 405     4181.44
## 406     4641.00
## 407     3570.12
## 408     4480.32
## 409     2033.64
## 410     1960.14
## 411     3966.78
## 412     5152.00
## 413     3360.00
## 414     3451.00
## 415     5453.00
## 416     4164.12
## 417     2800.08
## 418     4687.94
## 419     4508.00
## 420     4181.44
## 421     2251.04
## 422     2083.20
## 423     3822.00
## 424     3911.49
## 425     2467.90
## 426     3213.00
## 427     7182.00
## 428     4379.18
## 429     5004.80
## 430     3644.75
## 431     2702.04
## 432     3764.88
## 433     4508.00
## 434     5418.16
## 435     3300.66
## 436     6182.40
## 437     4186.73
## 438     4529.28
## 439     5628.89
## 440     3054.48
## 441     2526.51
## 442     4667.86
## 443     6499.32
## 444     5917.78
## 445     6231.91
## 446     5803.14
## 447     6434.02
## 448     6454.40
## 449     4196.80
## 450     2611.80
## 451     5895.05
## 452     3375.72
## 453     8374.69
## 454     4464.24
## 455     4808.31
## 456     3254.72
## 457     3184.94
## 458     5907.50
## 459     5036.16
## 460     2183.25
## 461     3106.88
## 462     3735.72
## 463     2413.26
## 464     2953.75
## 465     4684.80
## 466     3248.70
## 467     5239.50
## 468     4567.98
## 469     3535.35
## 470     3843.34
## 471     3710.90
## 472     4375.98
## 473     1516.62
## 474     2509.00
## 475     9240.44
## 476     2515.32
## 477     5548.90
## 478     4873.05
## 479     2055.74
## 480     2309.58
## 481     2113.37
## 482     1746.60
## 483     2122.08
## 484     1742.40
## 485     2455.02
## 486     3053.28
## 487     1423.29
## 488     1504.12
## 489     1164.40
## 490     1500.75
## 491     1557.36
## 492     1345.68
## 493     1795.24
## 494     1105.25
## 495     2364.88
## 496     2427.03
## 497     1237.95
## 498     1593.02
## 499     3156.16
## 500     4998.00
## 501     1293.75
## 502     5433.08
## 503     3073.72
## 504     4380.20
## 505     5848.68
## 506     6153.73
## 507     4965.24
## 508     5435.64
## 509     4258.36
## 510     4032.00
## 511     4492.36
## 512     4161.38
## 513     2508.66
## 514     3374.88
## 515     5196.60
## 516     2604.52
## 517     2936.80
## 518     3424.64
## 519     2923.20
## 520     4489.76
## 521     4849.24
## 522     5848.92
## 523     2758.70
## 524     1449.76
## 525     7048.14
## 526     5202.94
## 527     5279.40
## 528     6916.12
## 529     2781.66
## 530     5248.00
## 531     6531.44
## 532     5763.72
## 533     6490.68
## 534     6004.80
## 535     7483.98
## 536     5719.50
## 537     6954.08
## 538     8160.30
## 539     6567.96
## 540     6724.00
## 541     5747.85
## 542     5676.84
## 543     7379.97
## 544     3704.13
## 545     2804.75
## 546     5624.79
## 547     3881.28
## 548     1611.40
## 549     1364.25
## 550     4215.09
## 551     6433.82
## 552     4352.16
## 553     5151.00
## 554     6069.00
## 555     2856.00
## 556     5375.40
## 557     3508.80
## 558     7554.80
## 559     3141.60
## 560     5890.50
## 561     5967.00
## 562     3712.80
## 563     7597.30
## 564     3668.60
## 565     5875.20
## 566     7310.00
## 567     8078.40
## 568     3257.76
## 569     7650.00
## 570     4703.81
## 571     5399.55
## 572    14082.80
## 573     5283.60
## 574     3130.82
## 575     3112.34
## 576     3806.88
## 577     2142.14
## 578     1262.80
## 579     1626.24
## 580     4088.70
## 581     3846.15
## 582     1339.80
## 583     3039.96
## 584     3400.32
## 585     1930.39
## 586     2464.77
## 587     2634.94
## 588     3625.16
## 589     3788.40
## 590     1832.60
## 591     2905.98
## 592     2954.81
## 593     3599.75
## 594     3686.54
## 595     2100.56
## 596     3881.78
## 597     4509.12
## 598     3273.27
## 599     4432.70
## 600     4100.99
## 601     5274.72
## 602     4232.00
## 603     6145.44
## 604     4680.20
## 605     3286.08
## 606     7421.30
## 607     6432.64
## 608     4840.87
## 609     3892.08
## 610     5526.32
## 611     4459.62
## 612     6203.40
## 613     3754.05
## 614     3516.48
## 615     7488.04
## 616     3448.08
## 617     3734.00
## 618      974.10
## 619     3160.74
## 620     1746.63
## 621     4207.84
## 622     4352.76
## 623     1463.70
## 624     7169.28
## 625     4594.76
## 626     3457.92
## 627     7381.16
## 628     7146.90
## 629     5938.53
## 630     7110.91
## 631     5032.95
## 632     3667.60
## 633     7381.16
## 634     5128.11
## 635     7060.24
## 636     8448.64
## 637     7300.51
## 638     6549.20
## 639     5697.90
## 640     9169.00
## 641     3238.63
## 642     4554.94
## 643     3934.44
## 644     5776.26
## 645     7207.45
## 646     7460.74
## 647     6719.54
## 648     2428.00
## 649     2602.25
## 650     2200.00
## 651     6712.93
## 652     5318.04
## 653     3390.00
## 654     1608.00
## 655     2262.96
## 656     1496.64
## 657     1495.26
## 658     2323.70
## 659     2491.86
## 660     1643.12
## 661     1322.16
## 662     1423.80
## 663     2397.45
## 664     1574.00
## 665     1729.00
## 666     2255.84
## 667     1834.50
## 668     3201.50
## 669     2276.40
## 670     8884.80
## 671     1331.10
## 672     3051.30
## 673     2288.52
## 674     3772.61
## 675     4164.42
## 676     6295.95
## 677     6287.66
## 678     5412.54
## 679     5984.14
## 680     5891.04
## 681     5984.14
## 682     3608.15
## 683     5752.54
## 684     3765.32
## 685     2159.96
## 686     3379.94
## 687     5093.50
## 688     5773.44
## 689     4528.86
## 690     4816.08
## 691     3416.78
## 692     1236.84
## 693     5814.86
## 694     5223.48
## 695      728.40
## 696     3949.00
## 697     3843.99
## 698     5498.08
## 699     3777.58
## 700     3782.00
## 701     3859.68
## 702     4431.84
## 703     4950.33
## 704     4492.83
## 705     2212.00
## 706     4642.88
## 707     3206.32
## 708     3604.23
## 709     7017.76
## 710     6154.18
## 711     4750.80
## 712     3822.92
## 713     2440.80
## 714     4729.36
## 715    12536.50
## 716     2264.15
## 717     3928.20
## 718     3630.22
## 719     4196.07
## 720     4931.60
## 721     3068.69
## 722      785.64
## 723     4977.00
## 724     1189.98
## 725     3090.15
## 726     2795.86
## 727     2851.54
## 728     2701.92
## 729     2204.10
## 730     2840.48
## 731     2647.04
## 732     3172.05
## 733     2585.93
## 734     2148.30
## 735     1667.40
## 736     1859.70
## 737     1476.60
## 738     1732.00
## 739     1674.17
## 740     1500.98
## 741     2192.68
## 742     1797.58
## 743     2142.35
## 744     2086.92
## 745     6834.50
## 746     2541.59
## 747     2130.92
## 748     1694.00
## 749     2913.53
## 750      935.18
## 751     3073.26
## 752     2082.49
## 753     3394.23
## 754     2559.60
## 755     1490.16
## 756     3844.00
## 757     4724.91
## 758     1824.72
## 759     2668.68
## 760     2843.61
## 761     3163.65
## 762     2226.11
## 763     2069.75
## 764     2235.33
## 765     3116.43
## 766     4781.70
## 767     2810.70
## 768     3515.67
## 769     2909.34
## 770     1570.17
## 771     2613.92
## 772     3193.26
## 773     1482.60
## 774     2055.23
## 775     2674.90
## 776     1853.40
## 777     1490.10
## 778     2814.28
## 779     1605.00
## 780     2093.44
## 781     1986.80
## 782     1695.96
## 783     1281.56
## 784     1774.22
## 785     1997.50
## 786     2353.20
## 787      981.20
## 788     1550.72
## 789     1771.06
## 790     2213.40
## 791     5266.04
## 792     1864.80
## 793     1142.41
## 794     1172.60
## 795     6981.00
## 796     3064.60
## 797     2202.48
## 798     3773.38
## 799     5074.39
## 800     6483.46
## 801     7956.46
## 802     4230.62
## 803     3452.68
## 804     3047.73
## 805     3675.32
## 806     7492.40
## 807     9534.50
## 808     5579.02
## 809     5950.34
## 810     3726.00
## 811     4455.00
## 812     8272.34
## 813     3577.60
## 814     3881.25
## 815     5797.44
## 816     1264.08
## 817     4815.30
## 818     4462.20
## 819     3033.28
## 820      990.78
## 821     2030.86
## 822     5433.75
## 823     3157.44
## 824     5161.20
## 825     4346.76
## 826     3528.36
## 827     3187.80
## 828     6023.16
## 829     3884.76
## 830     4965.84
## 831     4169.88
## 832     4910.40
## 833     3231.36
## 834     6853.44
## 835     5177.04
## 836     2824.80
## 837     4324.32
## 838     5052.96
## 839     3223.44
## 840     5278.68
## 841     2851.20
## 842     1687.40
## 843     1308.00
## 844     6144.60
## 845     5127.20
## 846     6386.16
## 847     7695.60
## 848     2242.89
## 849     2539.89
## 850     2795.27
## 851     5545.76
## 852     4285.46
## 853     3329.09
## 854     5592.22
## 855     3298.55
## 856     2609.88
## 857     3336.29
## 858     5510.05
## 859     2504.40
## 860     3525.60
## 861     4407.00
## 862     2983.44
## 863     5126.24
## 864     5713.79
## 865     4613.80
## 866     3711.10
## 867     3524.73
## 868     4814.40
## 869     3572.33
## 870     4581.36
## 871     1448.00
## 872      881.40
## 873     2011.10
## 874     3390.20
## 875     1424.00
## 876     1499.10
## 877     3358.08
## 878     1504.16
## 879     2655.12
## 880     1244.16
## 881     1888.88
## 882     1820.01
## 883     2866.95
## 884     1394.16
## 885     2632.28
## 886     2018.56
## 887     2954.53
## 888     1871.83
## 889     1559.04
## 890     1880.20
## 891     1224.67
## 892     2979.08
## 893     2208.64
## 894     3458.42
## 895     1237.88
## 896     2218.52
## 897     1665.32
## 898     3421.04
## 899     1878.66
## 900     3853.60
## 901     3442.64
## 902     3482.16
## 903     3363.52
## 904     3350.52
## 905     2862.72
## 906     4036.04
## 907     4636.38
## 908     1553.58
## 909     2697.60
## 910     3334.04
## 911     2059.26
## 912     2023.14
## 913     2586.64
## 914     1987.02
## 915     1146.50
## 916     2312.24
## 917     2793.71
## 918     1908.28
## 919     3441.37
## 920     2023.28
## 921     2245.20
## 922     3255.12
## 923     2539.50
## 924     2921.70
## 925     1801.20
## 926     2804.36
## 927     4900.80
## 928     2759.31
## 929     2488.20
## 930     2769.89
## 931     3581.40
## 932     5285.14
## 933     3181.53
## 934     3340.51
## 935     3138.34
## 936     4775.08
## 937     3006.43
## 938     2866.26
## 939     2232.62
## 940     4457.02
## 941     2257.92
## 942     1592.00
## 943     4948.20
## 944     5160.76
## 945     1978.62
## 946     2520.68
## 947     1781.22
## 948     3065.04
## 949     3551.34
## 950     5544.02
## 951     6034.33
## 952     3641.57
## 953     6930.74
## 954     3675.63
## 955     3442.04
## 956     6893.81
## 957     2622.48
## 958     4417.38
## 959     3606.02
## 960     3802.56
## 961     5026.40
## 962     6695.53
## 963     2819.28
## 964     3759.04
## 965     2731.80
## 966     1658.88
## 967     5778.24
## 968     5191.12
## 969     3862.88
## 970     1476.48
## 971     5273.73
## 972     4872.03
## 973     4556.99
## 974     8257.00
## 975     8209.44
## 976     3598.50
## 977     3837.24
## 978     8331.61
## 979     4836.50
## 980     5418.88
## 981     3734.01
## 982     8754.69
## 983     5481.45
## 984     4419.89
## 985     6324.75
## 986     4409.72
## 987     3918.46
## 988     7620.50
## 989     8291.04
## 990     3937.25
## 991     5554.40
## 992     6407.86
## 993     4172.52
## 994     7083.37
## 995     7132.68
## 996     6773.60
## 997     3657.69
## 998     4812.55
## 999     3928.60
## 1000    6401.22
## 1001    4191.25
## 1002    5852.52
## 1003    2844.87
## 1004    4011.66
## 1005    7455.87
## 1006    8940.96
## 1007    4572.25
## 1008    5700.09
## 1009    3155.49
## 1010    4170.69
## 1011    2878.80
## 1012    5029.50
## 1013    7396.80
## 1014    2991.68
## 1015    6275.72
## 1016    1534.95
## 1017    7264.53
## 1018    6869.05
## 1019    3353.02
## 1020    8289.05
## 1021   11887.80
## 1022    5926.90
## 1023    3793.16
## 1024    4330.10
## 1025    2011.80
## 1026    4837.18
## 1027    2151.82
## 1028    2573.46
## 1029    5344.50
## 1030    3070.52
## 1031    3952.83
## 1032    3564.75
## 1033    5614.56
## 1034    1855.41
## 1035    4598.40
## 1036    5082.42
## 1037    5450.59
## 1038    4174.92
## 1039    2418.24
## 1040    3670.40
## 1041    2481.70
## 1042    3807.68
## 1043    2230.41
## 1044    3814.64
## 1045    2117.75
## 1046    3340.48
## 1047    2154.00
## 1048    5808.48
## 1049    1777.10
## 1050    1536.57
## 1051    3510.00
## 1052    3097.44
## 1053    2264.32
## 1054    2484.60
## 1055    3415.68
## 1056    2839.32
## 1057    2730.00
## 1058    3540.53
## 1059    2999.97
## 1060    1527.80
## 1061    3907.80
## 1062    2658.48
## 1063    3042.68
## 1064    3861.20
## 1065    2171.07
## 1066    3403.08
## 1067    2245.80
## 1068    1668.50
## 1069    2773.80
## 1070    2464.00
## 1071    5491.60
## 1072    4791.82
## 1073    3128.92
## 1074    3095.40
## 1075    3958.50
## 1076    4991.44
## 1077    2761.96
## 1078    2848.23
## 1079    2539.84
## 1080    2444.40
## 1081    4555.92
## 1082    3666.96
## 1083    3035.88
## 1084    2321.54
## 1085    3474.46
## 1086    2501.98
## 1087    3958.46
## 1088    3535.95
## 1089    3011.91
## 1090    2656.94
## 1091    2604.25
## 1092    3288.60
## 1093    8935.50
## 1094    4035.96
## 1095    1875.09
## 1096    4049.56
## 1097    2469.39
## 1098    5432.70
## 1099    4405.22
## 1100    4444.92
## 1101    3395.48
## 1102    3414.58
## 1103    5127.04
## 1104    3745.28
## 1105    4564.08
## 1106    6554.24
## 1107    6749.83
## 1108    8427.02
## 1109    3924.60
## 1110    6761.60
## 1111    3786.49
## 1112    6266.12
## 1113    3491.00
## 1114    4405.22
## 1115    6548.30
## 1116    3177.91
## 1117    4142.64
## 1118    4149.07
## 1119    7397.00
## 1120    6241.60
## 1121    5331.88
## 1122    5124.30
## 1123    3639.44
## 1124    5544.00
## 1125    5493.12
## 1126    5785.26
## 1127    5340.60
## 1128    5735.80
## 1129    6357.60
## 1130    7343.90
## 1131    5959.22
## 1132    4029.38
## 1133    5035.14
## 1134    4116.80
## 1135    4310.55
## 1136    6446.70
## 1137    3616.64
## 1138    4232.76
## 1139    1765.66
## 1140    3734.72
## 1141    4808.38
## 1142    2266.56
## 1143   10468.90
## 1144    5589.14
## 1145    2914.11
## 1146    1740.90
## 1147    2266.20
## 1148    3155.58
## 1149    2598.82
## 1150    1057.56
## 1151    3127.82
## 1152    2488.14
## 1153    2220.72
## 1154    1357.72
## 1155    1638.04
## 1156    2626.08
## 1157    1661.88
## 1158    2173.60
## 1159    2182.05
## 1160    2819.88
## 1161    2598.64
## 1162    2019.27
## 1163    1454.70
## 1164    1657.57
## 1165    2851.84
## 1166    4609.64
## 1167    5079.96
## 1168    1879.92
## 1169    4774.86
## 1170    2687.04
## 1171    3423.75
## 1172    3455.76
## 1173    3622.97
## 1174    3599.58
## 1175    5386.56
## 1176    4918.78
## 1177    2538.80
## 1178    3858.75
## 1179    5600.50
## 1180    4103.46
## 1181    4287.50
## 1182    5795.54
## 1183    1863.40
## 1184    4166.88
## 1185    4080.07
## 1186    3815.48
## 1187    5526.45
## 1188    3374.60
## 1189    3024.50
## 1190    1266.10
## 1191    4811.85
## 1192    7307.42
## 1193    6209.25
## 1194    5348.50
## 1195    2780.58
## 1196    3447.00
## 1197    3791.52
## 1198    4524.10
## 1199    3337.60
## 1200    5532.12
## 1201    5096.91
## 1202    4537.08
## 1203    6146.80
## 1204    8258.00
## 1205    7238.28
## 1206    6756.00
## 1207    3734.00
## 1208    4674.80
## 1209    7140.76
## 1210    3600.65
## 1211    4206.74
## 1212    5379.71
## 1213    5679.36
## 1214    4394.84
## 1215    2528.25
## 1216    7031.52
## 1217    5340.90
## 1218    6376.58
## 1219    6896.75
## 1220    1903.22
## 1221    2499.56
## 1222    3081.24
## 1223    3598.22
## 1224    1584.66
## 1225    3942.72
## 1226    2341.20
## 1227    2482.11
## 1228    3602.02
## 1229    3566.94
## 1230    3787.98
## 1231    3704.05
## 1232    2834.65
## 1233    3392.26
## 1234    3358.31
## 1235    7310.00
## 1236    2203.11
## 1237    2696.96
## 1238    3376.64
## 1239     541.14
## 1240    6134.70
## 1241    3382.50
## 1242    2240.66
## 1243    3962.88
## 1244    1685.28
## 1245    1834.36
## 1246    1916.98
## 1247    2611.00
## 1248    3630.28
## 1249    5090.50
## 1250    3949.65
## 1251    3491.67
## 1252    2059.19
## 1253    3170.16
## 1254    1790.60
## 1255    2345.97
## 1256    3580.88
## 1257    4946.06
## 1258    3525.60
## 1259    3602.16
## 1260    4300.50
## 1261    4498.19
## 1262    3023.10
## 1263    3562.49
## 1264    1640.24
## 1265    4739.40
## 1266    1207.68
## 1267    4228.20
## 1268    4815.45
## 1269    7083.00
## 1270    4601.20
## 1271    6467.02
## 1272    5012.55
## 1273    5121.59
## 1274    2441.04
## 1275    4262.08
## 1276    6658.02
## 1277    4509.08
## 1278    4716.23
## 1279    2390.22
## 1280    4666.62
## 1281    5383.08
## 1282    2482.25
## 1283    5288.64
## 1284    2184.38
## 1285    2881.76
## 1286    6203.06
## 1287    6763.47
## 1288    5884.65
## 1289    3559.64
## 1290    1668.37
## 1291    4890.60
## 1292    5235.72
## 1293    4325.16
## 1294    1938.89
## 1295    2490.50
## 1296    2314.69
## 1297    1254.83
## 1298    1282.80
## 1299    1345.75
## 1300    2194.22
## 1301    1972.00
## 1302    1835.98
## 1303    1119.93
## 1304    2082.88
## 1305    1569.75
## 1306    2694.15
## 1307    1257.27
## 1308    2567.84
## 1309    2634.28
## 1310    1502.78
## 1311    1676.20
## 1312    2217.15
## 1313    6832.02
## 1314    7110.80
## 1315    5302.80
## 1316    2730.00
## 1317    7827.30
## 1318    2095.45
## 1319    1556.62
## 1320    5565.12
## 1321    3583.16
## 1322    4705.18
## 1323    4444.54
## 1324    4910.40
## 1325    5565.12
## 1326    4237.76
## 1327    5673.58
## 1328    5260.15
## 1329    6350.96
## 1330    3559.40
## 1331    2410.60
## 1332    5713.92
## 1333    4300.32
## 1334    7947.31
## 1335    5356.80
## 1336    7901.10
## 1337    6101.00
## 1338    6276.46
## 1339    4203.50
## 1340    1629.04
## 1341    3289.86
## 1342    6862.94
## 1343    2574.18
## 1344    1327.79
## 1345    2356.25
## 1346    2013.50
## 1347    2807.22
## 1348    3072.96
## 1349    1906.50
## 1350    3431.70
## 1351    2084.75
## 1352    2136.01
## 1353    2009.70
## 1354    2719.80
## 1355    1575.08
## 1356    1688.43
## 1357    1672.10
## 1358    1674.75
## 1359    3472.98
## 1360    1649.18
## 1361    3751.00
## 1362    4536.00
## 1363    4421.34
## 1364    2078.28
## 1365    3069.00
## 1366    1713.80
## 1367    1506.50
## 1368    2692.12
## 1369    2422.08
## 1370    3488.34
## 1371    2583.34
## 1372    1249.40
## 1373    3374.71
## 1374    1265.46
## 1375    1681.46
## 1376    3204.00
## 1377    2398.72
## 1378    2381.04
## 1379    1944.54
## 1380    2273.70
## 1381    2116.50
## 1382    1307.32
## 1383    1726.37
## 1384    1267.77
## 1385    3441.82
## 1386    1987.18
## 1387    3880.20
## 1388    1942.15
## 1389    3259.92
## 1390    1213.80
## 1391    1086.60
## 1392    1632.75
## 1393    1734.00
## 1394    1857.06
## 1395    1863.41
## 1396    2924.68
## 1397    2294.18
## 1398    1457.82
## 1399    1955.88
## 1400    2314.40
## 1401    1310.96
## 1402    2913.30
## 1403    1357.78
## 1404    2150.00
## 1405    2783.25
## 1406    2339.92
## 1407    1729.00
## 1408    5972.40
## 1409    2275.20
## 1410    2673.44
## 1411    2431.75
## 1412    2018.72
## 1413    1558.99
## 1414    1104.60
## 1415    2575.10
## 1416    2845.75
## 1417    3431.75
## 1418    3273.90
## 1419    4119.40
## 1420    5747.50
## 1421    5355.36
## 1422    2535.75
## 1423    2254.00
## 1424    2921.28
## 1425    2299.00
## 1426    2637.18
## 1427    4307.52
## 1428    2153.76
## 1429    3716.88
## 1430    5455.76
## 1431    2650.62
## 1432    6437.28
## 1433    2633.40
## 1434    2278.53
## 1435    4846.00
## 1436    4197.10
## 1437    4597.65
## 1438    5287.70
## 1439    3550.05
## 1440    1721.73
## 1441    2993.50
## 1442    1295.06
## 1443    2671.95
## 1444    1226.59
## 1445    1453.84
## 1446    1830.22
## 1447    2530.01
## 1448    2241.45
## 1449    2399.85
## 1450    1557.72
## 1451     845.25
## 1452    1352.40
## 1453    1584.80
## 1454    2616.00
## 1455    1129.04
## 1456    2218.50
## 1457    2028.48
## 1458    1759.20
## 1459     977.67
## 1460    1463.00
## 1461    3970.56
## 1462    2576.00
## 1463    2233.69
## 1464    2481.64
## 1465    4651.53
## 1466    3858.10
## 1467    3501.60
## 1468    6433.70
## 1469    2658.96
## 1470    3608.76
## 1471    2214.67
## 1472    2747.53
## 1473    3310.92
## 1474    2380.00
## 1475    2310.88
## 1476    4061.76
## 1477    3493.70
## 1478    2872.25
## 1479    4114.38
## 1480    1063.65
## 1481    2008.44
## 1482    4328.60
## 1483    1376.43
## 1484    5552.16
## 1485    3659.02
## 1486    4165.61
## 1487    1404.00
## 1488     710.20
## 1489    1702.80
## 1490    1194.84
## 1491     977.43
## 1492    1436.76
## 1493     759.46
## 1494    1189.44
## 1495     683.80
## 1496    1226.82
## 1497     974.82
## 1498     577.60
## 1499    1106.93
## 1500     694.60
## 1501    1152.06
## 1502    2624.00
## 1503    3685.95
## 1504     703.60
## 1505    9720.00
## 1506     834.67
## 1507    2257.92
## 1508    8344.71
## 1509    1801.94
## 1510    1209.60
## 1511    3155.14
## 1512    2848.86
## 1513    3570.29
## 1514    3902.41
## 1515    1474.66
## 1516    2186.89
## 1517    1919.40
## 1518    3656.00
## 1519    1851.00
## 1520    2633.78
## 1521    3153.60
## 1522    2803.20
## 1523    2311.02
## 1524    2399.40
## 1525    2733.12
## 1526    2096.32
## 1527    2971.34
## 1528    2257.58
## 1529    3493.91
## 1530    4398.90
## 1531    3595.62
## 1532    2443.29
## 1533    3988.60
## 1534    5168.40
## 1535    2803.20
## 1536    6341.21
## 1537    5189.78
## 1538    6027.75
## 1539    3366.00
## 1540    5456.40
## 1541    3812.16
## 1542    6083.00
## 1543    3170.70
## 1544    4534.60
## 1545    4301.15
## 1546    6804.63
## 1547    5652.94
## 1548    6960.48
## 1549    4512.60
## 1550    2784.76
## 1551    5316.36
## 1552    2941.89
## 1553    3207.40
## 1554    4215.05
## 1555    4333.29
## 1556    2087.13
## 1557    1711.22
## 1558    3910.53
## 1559    5720.75
## 1560    3335.23
## 1561    2472.96
## 1562    1729.65
## 1563     995.50
## 1564    2414.72
## 1565    1112.94
## 1566    1138.94
## 1567    1012.40
## 1568     913.92
## 1569    2349.06
## 1570    1161.12
## 1571    1764.75
## 1572    1690.90
## 1573    2137.05
## 1574    2177.10
## 1575    1734.48
## 1576     865.49
## 1577    3500.10
## 1578    2223.52
## 1579    2311.68
## 1580     828.36
## 1581     856.52
## 1582    1845.45
## 1583    4042.08
## 1584    1828.00
## 1585    3680.28
## 1586    2925.09
## 1587    3415.77
## 1588    5105.14
## 1589    5098.80
## 1590    4661.76
## 1591    2969.96
## 1592    3496.32
## 1593    5760.93
## 1594    6819.04
## 1595    3148.88
## 1596    5704.32
## 1597    3520.60
## 1598    5285.62
## 1599    5605.05
## 1600    2779.50
## 1601    5398.08
## 1602    3189.60
## 1603    5581.80
## 1604    3820.44
## 1605    5528.04
## 1606    5981.42
## 1607    5684.65
## 1608    3449.40
## 1609    2654.40
## 1610    8498.00
## 1611    5510.54
## 1612    2060.45
## 1613    2460.16
## 1614    1787.56
## 1615    1645.65
## 1616    2816.18
## 1617    2521.05
## 1618    3199.98
## 1619    1338.12
## 1620    2972.58
## 1621    2070.90
## 1622    3092.60
## 1623    2408.70
## 1624    3472.54
## 1625    2263.28
## 1626    2194.17
## 1627    1346.40
## 1628    2533.63
## 1629    3403.26
## 1630    3307.20
## 1631    2896.65
## 1632    2632.89
## 1633    2046.00
## 1634    2279.55
## 1635    2150.55
## 1636    3360.45
## 1637    2326.40
## 1638    1545.60
## 1639    2144.60
## 1640    1639.22
## 1641    2649.60
## 1642    3845.60
## 1643    4527.04
## 1644    3966.30
## 1645    4142.58
## 1646    4441.50
## 1647    3315.12
## 1648    3918.53
## 1649    2830.45
## 1650    5298.86
## 1651    2620.80
## 1652    2181.00
## 1653    3382.08
## 1654    2876.75
## 1655    4107.20
## 1656    1350.00
## 1657    7182.00
## 1658    3933.93
## 1659    1742.40
## 1660     721.44
## 1661    1489.41
## 1662     891.03
## 1663    1209.30
## 1664     859.14
## 1665    1151.44
## 1666    1336.44
## 1667     905.28
## 1668    1247.40
## 1669     846.51
## 1670    1085.04
## 1671    1767.43
## 1672    1030.44
## 1673    1585.36
## 1674     813.20
## 1675    1172.34
## 1676    1510.56
## 1677    1448.07
## 1678    3338.10
## 1679    1225.29
## 1680    1336.68
## 1681    2985.84
## 1682    5545.80
## 1683    6089.60
## 1684    1789.40
## 1685    1082.10
## 1686    1030.44
## 1687    3659.32
## 1688    2443.60
## 1689    2349.90
## 1690    1646.19
## 1691    1670.26
## 1692    1467.48
## 1693    2748.56
## 1694    1522.40
## 1695    3255.36
## 1696    2608.96
## 1697    1356.40
## 1698    1611.36
## 1699    2603.20
## 1700    2219.70
## 1701    1496.25
## 1702    1884.00
## 1703    2166.14
## 1704    2828.16
## 1705    6214.45
## 1706    1867.00
## 1707    2676.72
## 1708    2182.44
## 1709    1611.40
## 1710    1479.84
## 1711    1424.22
## 1712    5942.28
## 1713    2348.75
## 1714    4392.12
## 1715    2759.75
## 1716    2728.03
## 1717    2395.80
## 1718    3052.33
## 1719    4242.00
## 1720    2790.45
## 1721    4340.49
## 1722    2762.20
## 1723    4645.72
## 1724    5580.96
## 1725    6539.04
## 1726    5548.95
## 1727    4595.41
## 1728    1859.44
## 1729    2093.76
## 1730    4223.13
## 1731    1596.76
## 1732    5820.35
## 1733    5296.50
## 1734     930.90
## 1735    1207.44
## 1736     717.40
## 1737    1066.75
## 1738    1277.64
## 1739    1578.79
## 1740     917.70
## 1741     777.00
## 1742    1476.28
## 1743    1538.46
## 1744     891.20
## 1745    1706.80
## 1746    1373.60
## 1747    1205.59
## 1748    1427.40
## 1749    1649.28
## 1750    1383.03
## 1751    1229.51
## 1752    1140.48
## 1753    1575.60
## 1754    1386.72
## 1755    5018.40
## 1756    5856.85
## 1757    4894.73
## 1758    2094.32
## 1759     640.05
## 1760    3193.52
## 1761    3066.70
## 1762    3883.11
## 1763    4814.25
## 1764    2826.27
## 1765    1593.20
## 1766    3266.10
## 1767    2453.55
## 1768    3910.40
## 1769    1788.00
## 1770    3328.07
## 1771    3788.40
## 1772    3053.70
## 1773    2005.74
## 1774    2796.12
## 1775    3159.96
## 1776    3908.62
## 1777    2606.48
## 1778    2081.76
## 1779    3519.85
## 1780   10758.00
## 1781    3021.00
## 1782    1891.56
## 1783    2246.40
## 1784    6107.40
## 1785    1987.74
## 1786    4068.96
## 1787    2282.22
## 1788    1541.00
## 1789    1951.92
## 1790    3107.61
## 1791    2328.64
## 1792    3184.80
## 1793    2149.74
## 1794    3184.80
## 1795    2114.58
## 1796    4256.56
## 1797    2344.98
## 1798    2328.66
## 1799    3575.04
## 1800    2076.00
## 1801    3305.25
## 1802    1538.55
## 1803    3325.92
## 1804    3662.52
## 1805    3478.64
## 1806    1057.29
## 1807    3385.90
## 1808    1892.10
## 1809    1707.14
## 1810    1785.51
## 1811    2057.40
## 1812    1707.14
## 1813    1506.96
## 1814    2880.48
## 1815    2206.60
## 1816    2351.04
## 1817    1205.04
## 1818    2935.15
## 1819    1263.84
## 1820    2935.15
## 1821    1224.60
## 1822    1359.40
## 1823    1822.18
## 1824    2163.72
## 1825    1591.98
## 1826    3078.50
## 1827    2997.60
## 1828    2747.80
## 1829    2447.76
## 1830    1910.84
## 1831    2430.64
## 1832    2896.30
## 1833    1630.60
## 1834    1459.60
## 1835    1716.22
## 1836    2560.47
## 1837    1900.26
## 1838    2019.84
## 1839    1988.28
## 1840    1449.84
## 1841    1935.09
## 1842    3025.05
## 1843    1742.50
## 1844    3236.10
## 1845    1735.92
## 1846    2795.13
## 1847    1671.52
## 1848    1576.74
## 1849    3615.71
## 1850    1459.60
## 1851    2891.01
## 1852    2598.44
## 1853    3871.92
## 1854    3036.00
## 1855    2231.60
## 1856    2436.78
## 1857    2173.60
## 1858    1254.60
## 1859    3724.42
## 1860    5203.00
## 1861    3469.50
## 1862    3148.20
## 1863    2167.22
## 1864    6244.07
## 1865    5566.00
## 1866    4368.96
## 1867    4039.26
## 1868    4420.32
## 1869    2341.71
## 1870    5110.98
## 1871    6168.00
## 1872    4873.26
## 1873    2120.14
## 1874    4236.14
## 1875    1888.95
## 1876    1152.58
## 1877    2492.88
## 1878    1991.60
## 1879    3953.18
## 1880    3729.39
## 1881    2617.16
## 1882    3983.50
## 1883    3169.95
## 1884    3899.50
## 1885    1851.73
## 1886    2513.41
## 1887    2431.94
## 1888    1514.52
## 1889    3079.44
## 1890    1900.36
## 1891    3703.46
## 1892    1755.13
## 1893    4273.29
## 1894    3984.96
## 1895    2407.68
## 1896    1697.30
## 1897    2011.02
## 1898    2306.25
## 1899    1845.00
## 1900    2493.12
## 1901    1508.50
## 1902    2394.30
## 1903    3164.98
## 1904    3351.09
## 1905    3064.32
## 1906    3891.81
## 1907    5448.80
## 1908    5494.97
## 1909    6336.07
## 1910    2906.97
## 1911    3819.56
## 1912    3861.75
## 1913    6319.35
## 1914    6996.42
## 1915    6949.67
## 1916    4550.00
## 1917    4479.63
## 1918    5148.00
## 1919    2932.08
## 1920    3159.75
## 1921    4297.32
## 1922    7723.50
## 1923    5497.65
## 1924    4052.88
## 1925    3135.93
## 1926    5013.54
## 1927    5302.72
## 1928    2931.98
## 1929    1757.91
## 1930    6763.05
## 1931   11739.72
## 1932    9240.00
## 1933    3241.50
## 1934    1968.12
## 1935    4094.50
## 1936    1853.32
## 1937    3392.84
## 1938    1971.54
## 1939    2169.90
## 1940    2846.17
## 1941    2018.40
## 1942    2718.72
## 1943    1981.65
## 1944    3002.40
## 1945    2948.16
## 1946    3357.49
## 1947    1175.16
## 1948    2292.80
## 1949    3286.49
## 1950    2333.70
## 1951    2675.05
## 1952    4361.40
## 1953    2018.58
## 1954    3710.98
## 1955    2847.00
## 1956    3006.12
## 1957    2797.84
## 1958    3843.20
## 1959    1351.08
## 1960    1689.03
## 1961    1654.56
## 1962    1528.58
## 1963    1013.48
## 1964    1163.05
## 1965     971.98
## 1966     902.66
## 1967    1295.97
## 1968    1534.72
## 1969    1185.30
## 1970    1698.78
## 1971    1381.05
## 1972    1340.46
## 1973     965.04
## 1974    1093.99
## 1975    3166.84
## 1976    2143.68
## 1977    1717.64
## 1978    4086.29
## 1979     553.95
## 1980     652.35
## 1981    2921.62
## 1982    5568.64
## 1983    1939.80
## 1984    3784.80
## 1985    2802.09
## 1986    2384.64
## 1987    2915.66
## 1988    5795.72
## 1989    3699.88
## 1990    2980.60
## 1991    5032.74
## 1992    4737.15
## 1993    6311.20
## 1994    3070.54
## 1995    4797.39
## 1996    3832.38
## 1997    4641.48
## 1998    4000.26
## 1999    5325.76
## 2000    4618.69
## 2001    3182.97
## 2002    2603.04
## 2003    1408.96
## 2004    1972.11
## 2005    5207.75
## 2006    4253.20
## 2007    2873.00
## 2008    3576.12
## 2009    3276.13
## 2010    1811.40
## 2011    3845.10
## 2012    2571.14
## 2013    5035.11
## 2014    2279.00
## 2015    3213.87
## 2016    3532.23
## 2017    3406.59
## 2018    3467.20
## 2019    3628.94
## 2020    4674.72
## 2021    1656.69
## 2022    5171.40
## 2023    3342.57
## 2024    4884.88
## 2025    6267.69
## 2026    1962.09
## 2027    6847.00
## 2028    3476.80
## 2029    4592.61
## 2030    2208.92
## 2031    1657.76
## 2032    2479.21
## 2033    3565.92
## 2034    2797.41
## 2035    3756.00
## 2036    2840.00
## 2037    1716.26
## 2038    3245.60
## 2039    2760.94
## 2040    1808.40
## 2041    1682.37
## 2042    1491.00
## 2043    1666.35
## 2044    3666.08
## 2045    2916.20
## 2046    2616.98
## 2047    3390.80
## 2048    3146.50
## 2049    1561.50
## 2050   10039.64
## 2051    3167.00
## 2052    3521.25
## 2053    4219.28
## 2054    3581.76
## 2055    2130.01
## 2056    2063.06
## 2057    2008.13
## 2058    2004.77
## 2059    2269.92
## 2060    1991.92
## 2061    2916.76
## 2062    2027.52
## 2063    3235.18
## 2064    2062.94
## 2065    3317.78
## 2066    3913.69
## 2067    3608.64
## 2068    3524.80
## 2069    2586.88
## 2070    4753.49
## 2071    3684.67
## 2072    5715.40
## 2073    3098.70
## 2074    2670.92
## 2075    5154.41
## 2076    4894.17
## 2077    2472.60
## 2078    3224.31
## 2079    3667.52
## 2080    4141.33
## 2081    2829.58
## 2082    3068.55
## 2083    2634.96
## 2084    2436.72
## 2085    4607.36
## 2086    3598.99
## 2087    3964.10
## 2088    2244.90
## 2089    2793.00
## 2090    4133.64
## 2091    3900.60
## 2092    2743.04
## 2093    2402.07
## 2094    2178.54
## 2095    3155.04
## 2096    2366.28
## 2097    1963.60
## 2098    4746.28
## 2099    6386.94
## 2100    4428.00
## 2101    4044.04
## 2102    2708.42
## 2103    2904.72
## 2104    3553.88
## 2105    1858.00
## 2106    2461.36
## 2107    2642.01
## 2108    3098.70
## 2109    3244.36
## 2110    4351.16
## 2111    3675.86
## 2112    2475.27
## 2113    4177.49
## 2114    3282.28
## 2115    2477.21
## 2116    1883.93
## 2117    3658.93
## 2118    2856.88
## 2119    1917.84
## 2120    5305.36
## 2121    2875.95
## 2122    6482.85
## 2123    3733.82
## 2124    6576.50
## 2125    6353.27
## 2126    4175.60
## 2127    4992.61
## 2128    4764.60
## 2129    1173.15
## 2130    1384.46
## 2131    1327.59
## 2132    1109.80
## 2133    1035.58
## 2134    1545.64
## 2135    1517.54
## 2136    1731.84
## 2137    1695.49
## 2138    1045.98
## 2139    1738.08
## 2140     651.80
## 2141     988.47
## 2142    1518.11
## 2143    1013.76
## 2144    1549.80
## 2145    1108.38
## 2146    4102.56
## 2147    3713.16
## 2148    1513.54
## 2149    2317.44
## 2150    3298.40
## 2151    1826.96
## 2152    1206.90
## 2153    1666.70
## 2154    1560.44
## 2155    2337.75
## 2156    1103.76
## 2157    2617.85
## 2158    2207.52
## 2159    3165.50
## 2160    2071.41
## 2161    1385.28
## 2162    1621.62
## 2163    1931.65
## 2164    1244.53
## 2165    1704.50
## 2166    1753.20
## 2167    1666.70
## 2168    1710.89
## 2169    2326.50
## 2170    2316.00
## 2171    1727.10
## 2172    8844.12
## 2173    2424.00
## 2174    1535.49
## 2175    6358.68
## 2176    1329.40
## 2177    1701.76
## 2178    2259.72
## 2179     925.30
## 2180     482.13
## 2181    3227.63
## 2182    1711.26
## 2183    2054.36
## 2184    3131.94
## 2185    1681.35
## 2186    2351.36
## 2187    1408.00
## 2188    2445.60
## 2189    1804.44
## 2190    2544.75
## 2191    1056.40
## 2192    2801.40
## 2193    1988.40
## 2194    2908.35
## 2195    2147.40
## 2196    2099.63
## 2197    2315.18
## 2198    2327.15
## 2199    5377.40
## 2200    2626.01
## 2201    4406.40
## 2202    4301.22
## 2203    2986.50
## 2204    1587.08
## 2205    1808.40
## 2206    1193.04
## 2207    3403.35
## 2208    1575.96
## 2209    1630.20
## 2210    1701.28
## 2211    2850.82
## 2212    2692.06
## 2213    2174.42
## 2214    3167.36
## 2215    2142.66
## 2216    2117.52
## 2217    2419.95
## 2218    2191.20
## 2219    3043.04
## 2220    1228.20
## 2221    1330.35
## 2222    2792.52
## 2223    2296.00
## 2224    2629.44
## 2225    1912.16
## 2226    8209.44
## 2227    3139.99
## 2228    5669.64
## 2229    3160.25
## 2230    6799.68
## 2231    1867.32
## 2232    2702.04
## 2233    2406.36
## 2234    2094.67
## 2235    2797.90
## 2236    1637.20
## 2237    2281.91
## 2238    2307.24
## 2239    1320.80
## 2240    2642.82
## 2241    3061.00
## 2242    3164.40
## 2243    1791.16
## 2244    4093.00
## 2245    2234.40
## 2246    3037.84
## 2247    1419.84
## 2248    1948.08
## 2249    2307.24
## 2250    1780.40
## 2251    3544.17
## 2252    3619.44
## 2253    3918.95
## 2254    1483.02
## 2255    4819.26
## 2256    1591.72
## 2257    3669.78
## 2258    2168.50
## 2259    2694.00
## 2260    3251.34
## 2261    3920.88
## 2262    2514.60
## 2263    3600.24
## 2264    4040.03
## 2265    3336.90
## 2266    3113.64
## 2267    2832.00
## 2268    3330.98
## 2269    4304.64
## 2270    2600.26
## 2271    4382.16
## 2272    4235.00
## 2273    2626.80
## 2274    5026.56
## 2275    2201.62
## 2276    4326.80
## 2277    3425.18
## 2278    4701.88
## 2279    2204.10
## 2280    5189.40
## 2281    1565.85
## 2282    2480.38
## 2283    1355.13
## 2284    1246.44
## 2285     820.40
## 2286    2492.64
## 2287    1113.60
## 2288    1763.86
## 2289    1896.66
## 2290    1449.35
## 2291    1869.48
## 2292    1860.53
## 2293    1724.82
## 2294    1713.69
## 2295    1259.44
## 2296    2051.08
## 2297    1617.38
## 2298    1765.62
## 2299    2024.80
## 2300    3288.40
## 2301    2725.47
## 2302    3224.20
## 2303    3211.38
## 2304    1796.34
## 2305    1979.60
## 2306    1921.41
## 2307    3705.24
## 2308    2843.91
## 2309    6176.42
## 2310    5500.44
## 2311    3220.10
## 2312    4556.16
## 2313    3114.89
## 2314    4948.20
## 2315    5161.17
## 2316    2657.76
## 2317    3983.05
## 2318    3974.94
## 2319    2928.42
## 2320    3054.57
## 2321    3345.26
## 2322    4310.72
## 2323    4983.14
## 2324    4618.32
## 2325    3403.12
## 2326    5190.42
## 2327    3141.57
## 2328    2213.40
## 2329    4896.70
## 2330    2714.40
## 2331    3087.05
## 2332    5692.96
## 2333    3460.86
## 2334    1895.94
## 2335    1705.92
## 2336    1033.41
## 2337    3179.52
## 2338    2091.18
## 2339    1779.71
## 2340    2537.64
## 2341    2448.72
## 2342     972.40
## 2343    2856.14
## 2344    1968.30
## 2345    2056.20
## 2346    2242.02
## 2347    3128.65
## 2348    2443.26
## 2349    2470.86
## 2350    1927.45
## 2351    2051.56
## 2352    2337.38
## 2353    5932.96
## 2354    2296.77
## 2355    6490.88
## 2356    1623.25
## 2357    1405.92
## 2358    2282.28
## 2359    8977.05
## 2360    3256.35
## 2361    2821.66
## 2362    3293.40
## 2363    4224.00
## 2364    3091.68
## 2365    3866.40
## 2366    1964.76
## 2367    2668.80
## 2368    3222.00
## 2369    3864.50
## 2370    1366.80
## 2371    3475.68
## 2372    4206.50
## 2373    1486.38
## 2374    3077.88
## 2375    3544.20
## 2376    2483.04
## 2377    3478.05
## 2378    3657.80
## 2379    4682.36
## 2380    3937.70
## 2381    4984.32
## 2382    5406.66
## 2383    3491.18
## 2384    2118.54
## 2385    2897.47
## 2386    1916.75
## 2387    1860.00
## 2388    2624.00
## 2389    2780.81
## 2390    3239.62
## 2391    1824.00
## 2392    1134.00
## 2393    1487.41
## 2394    2837.46
## 2395    1942.77
## 2396    2544.12
## 2397    2568.24
## 2398    2108.00
## 2399    1372.14
## 2400    3540.15
## 2401    1958.84
## 2402    2700.00
## 2403    2542.00
## 2404    2340.00
## 2405    2816.44
## 2406    3526.82
## 2407    4627.92
## 2408    1933.50
## 2409    2600.13
## 2410    2639.58
## 2411    3312.97
## 2412    3863.87
## 2413    1863.36
## 2414    3945.96
## 2415    4954.08
## 2416    2762.20
## 2417    3989.76
## 2418    1649.55
## 2419    2534.75
## 2420    2580.25
## 2421    2831.54
## 2422    3361.20
## 2423    2864.32
## 2424    1994.88
## 2425    4296.60
## 2426    2224.95
## 2427    2795.14
## 2428    2762.10
## 2429    2658.00
## 2430    5043.87
## 2431    1210.80
## 2432    3029.19
## 2433   10066.64
## 2434    4121.43
## 2435    1135.31
## 2436    2100.82
## 2437    2034.35
## 2438    3027.84
## 2439    3104.00
## 2440    3612.43
## 2441    2711.88
## 2442    3013.97
## 2443    2738.54
## 2444    2832.00
## 2445    4720.00
## 2446    3222.00
## 2447    2231.00
## 2448    2296.84
## 2449    4157.20
## 2450    2146.20
## 2451    3724.23
## 2452    2084.81
## 2453    3488.78
## 2454    1753.06
## 2455    3469.20
## 2456    2530.80
## 2457    2924.32
## 2458    4496.80
## 2459    2577.60
## 2460    3533.62
## 2461    3177.30
## 2462    2730.06
## 2463    1891.78
## 2464    2612.48
## 2465    2925.76
## 2466    2940.02
## 2467    3293.24
## 2468    2389.68
## 2469    2172.48
## 2470    2659.54
## 2471    3838.00
## 2472    4142.16
## 2473    2172.48
## 2474    1882.80
## 2475    3477.86
## 2476    3323.84
## 2477    4195.80
## 2478    4156.58
## 2479    3918.75
## 2480    2352.67
## 2481    1089.36
## 2482    2701.12
## 2483    2487.04
## 2484    3910.32
## 2485    4038.80
## 2486    3070.40
## 2487    3763.46
## 2488    2584.80
## 2489    4427.60
## 2490    2152.02
## 2491    2353.40
## 2492    3431.39
## 2493    1930.50
## 2494    4774.56
## 2495    2592.72
## 2496    3246.75
## 2497    3372.50
## 2498    3909.15
## 2499    2994.75
## 2500    4472.52
## 2501    4576.95
## 2502    2441.04
## 2503    3106.25
## 2504    2706.41
## 2505    4021.53
## 2506    4826.25
## 2507    4935.28
## 2508    2754.70
## 2509    3856.71
## 2510    3102.08
## 2511    1908.72
## 2512    7543.75
## 2513    2457.18
## 2514    2038.87
## 2515    2499.26
## 2516    3838.05
## 2517    2643.99
## 2518    2315.88
## 2519    3225.06
## 2520    2451.84
## 2521    2254.98
## 2522    3939.50
## 2523    3424.70
## 2524    2914.20
## 2525    2389.60
## 2526    2428.48
## 2527    3021.48
## 2528    2610.72
## 2529    3091.19
## 2530    2576.20
## 2531    3232.31
## 2532    3573.60
## 2533    2022.51
## 2534    3717.50
## 2535    2185.15
## 2536    2883.53
## 2537    5017.57
## 2538    1463.00
## 2539    2352.59
## 2540    4460.82
## 2541    4758.18
## 2542    4597.20
## 2543    4114.80
## 2544    2104.00
## 2545    3195.27
## 2546    3611.16
## 2547    2000.77
## 2548    2314.26
## 2549    3871.89
## 2550    2728.00
## 2551    5614.00
## 2552    4628.80
## 2553    3641.40
## 2554    4048.00
## 2555    2321.46
## 2556    3256.96
## 2557    4208.00
## 2558    2973.90
## 2559    4248.30
## 2560    9558.80
## 2561    2650.56
## 2562    3761.37
## 2563    4301.34
## 2564    1864.56
## 2565    3576.80
## 2566    3722.32
## 2567    3986.56
## 2568    3417.12
## 2569    2691.09
## 2570    2752.60
## 2571    4527.72
## 2572    3957.05
## 2573    2818.00
## 2574    3199.86
## 2575    2402.75
## 2576    6055.72
## 2577    5465.16
## 2578    6378.72
## 2579    5392.80
## 2580    3986.50
## 2581    4009.23
## 2582    7119.00
## 2583    4072.20
## 2584    4094.51
## 2585    3302.40
## 2586    3186.48
## 2587    1668.25
## 2588    7154.50
## 2589    2810.83
## 2590    2018.31
## 2591    5642.83
## 2592    3273.60
## 2593    3268.00
## 2594    2688.00
## 2595    3715.20
## 2596    4608.00
## 2597    3131.20
## 2598    2678.40
## 2599    1747.20
## 2600    2944.00
## 2601    2956.80
## 2602    2052.00
## 2603    3164.80
## 2604    1740.00
## 2605    1777.60
## 2606    1831.20
## 2607    3609.60
## 2608    2112.00
## 2609    3644.12
## 2610    3523.85
## 2611    5001.92
## 2612    5208.72
## 2613    3018.88
## 2614    1902.40
## 2615    7084.00
## 2616    2620.80
## 2617    3164.46
## 2618    4219.20
## 2619    3828.30
## 2620    2334.99
## 2621    4407.50
## 2622    2812.80
## 2623    4055.04
## 2624    3891.66
## 2625    2488.32
## 2626    4447.40
## 2627    4187.22
## 2628    4615.68
## 2629    3245.40
## 2630    2203.75
## 2631    3446.00
## 2632    1939.30
## 2633    3473.78
## 2634    2884.80
## 2635    2670.65
## 2636    3440.00
## 2637    2770.78
## 2638    2397.54
## 2639    3275.56
## 2640    4143.60
## 2641    5192.64
## 2642    3029.04
## 2643    2556.18
## 2644    3753.90
## 2645    2562.30
## 2646    3245.58
## 2647    2204.60
## 2648    3003.00
## 2649    2526.48
## 2650    1747.90
## 2651    3267.25
## 2652    2818.53
## 2653    2955.54
## 2654    2885.05
## 2655    3162.95
## 2656    4071.50
## 2657    2969.46
## 2658    3396.44
## 2659    4692.60
## 2660    3515.70
## 2661    3380.69
## 2662    3204.57
## 2663    2588.04
## 2664    2854.75
## 2665    4025.60
## 2666    2864.40
## 2667    3789.72
## 2668    2439.99
## 2669    2949.12
## 2670    1539.72
## 2671    2213.38
## 2672    2919.58
## 2673    3778.28
## 2674    3233.49
## 2675    3431.25
## 2676    2546.80
## 2677    2953.86
## 2678    3183.29
## 2679    2466.70
## 2680    2363.22
## 2681    2487.45
## 2682    2249.05
## 2683    2061.12
## 2684    4071.14
## 2685    2656.29
## 2686    2736.36
## 2687    3348.93
## 2688    2893.00
## 2689    1661.22
## 2690    4277.35
## 2691    2502.90
## 2692    3801.60
## 2693    3144.96
## 2694    2031.40
## 2695    2674.17
## 2696    2526.72
## 2697    1348.76
## 2698     875.91
## 2699    1874.05
## 2700    1671.44
## 2701    1668.40
## 2702    2301.75
## 2703    1459.92
## 2704    1209.59
## 2705    1416.39
## 2706    1843.52
## 2707    1199.31
## 2708    1875.20
## 2709    2477.23
## 2710     948.99
## 2711    1823.42
## 2712    1485.80
## 2713    3789.72
## 2714    2060.37
## 2715    2579.36
## 2716    2189.60
## 2717    1624.25
## 2718    4357.50
## 2719    1367.48
## 2720    1122.40
## 2721    2419.62
## 2722    1419.50
## 2723    2184.00
## 2724    2079.04
## 2725    1724.97
## 2726    3003.00
## 2727    1846.42
## 2728    2009.20
## 2729    1804.04
## 2730    2109.66
## 2731    2682.96
## 2732    2280.24
## 2733    1192.56
## 2734    1506.96
## 2735    1472.62
## 2736    1696.82
## 2737    1693.56
## 2738    1921.92
## 2739    2082.85
## 2740    2227.60
## 2741    3209.38
## 2742    4080.72
## 2743    2244.40
## 2744    3978.51
## 2745    5417.57
## 2746    2116.16
## 2747    3079.44
datafilter2 <- cbind(datafilter, TOTALPRICE)
datafilter2
##      ORDERNUMBER QUANTITYORDERED PRICEEACH  ORDERDATE     STATUS
## 1          10107              30     95.70 24/02/2018    Shipped
## 2          10121              34     81.35 07/05/2018    Shipped
## 3          10134              41     94.74 01/07/2018    Shipped
## 4          10145              45     83.26 25/08/2018    Shipped
## 5          10168              36     96.66 28/10/2018    Shipped
## 6          10180              29     86.13 11/11/2018    Shipped
## 7          10188              48    114.84 18/11/2018    Shipped
## 8          10211              41    114.84 15/01/2019    Shipped
## 9          10223              37    107.18 20/02/2019    Shipped
## 10         10237              23    101.44 05/04/2019    Shipped
## 11         10251              28    113.88 18/05/2019    Shipped
## 12         10263              34    108.14 28/06/2019    Shipped
## 13         10275              45     92.83 23/07/2019    Shipped
## 14         10285              36    113.88 27/08/2019    Shipped
## 15         10299              23    112.93 30/09/2019    Shipped
## 16         10309              41    107.18 15/10/2019    Shipped
## 17         10318              46     94.74 02/11/2019    Shipped
## 18         10329              42    104.67 15/11/2019    Shipped
## 19         10341              41    188.73 24/11/2019    Shipped
## 20         10361              20     72.55 17/12/2019    Shipped
## 21         10375              21     34.91 03/02/2020    Shipped
## 22         10388              42     76.36 03/03/2020    Shipped
## 23         10403              24    101.44 08/04/2020    Shipped
## 24         10417              66    113.88 13/05/2020   Disputed
## 25         10103              26    207.87 29/01/2018    Shipped
## 26         10112              29    248.59 24/03/2018    Shipped
## 27         10126              38    192.87 28/05/2018    Shipped
## 28         10140              37    199.30 24/07/2018    Shipped
## 29         10150              45    244.30 19/09/2018    Shipped
## 30         10163              21    231.44 20/10/2018    Shipped
## 31         10174              34    235.73 06/11/2018    Shipped
## 32         10183              23    233.59 13/11/2018    Shipped
## 33         10194              42    173.58 25/11/2018    Shipped
## 34         10206              47    192.87 05/12/2018    Shipped
## 35         10215              35    173.58 29/01/2019    Shipped
## 36         10228              29    222.87 10/03/2019    Shipped
## 37         10245              34    180.01 04/05/2019    Shipped
## 38         10258              32    240.02 15/06/2019    Shipped
## 39         10270              21    233.59 19/07/2019    Shipped
## 40         10280              34    235.73 17/08/2019    Shipped
## 41         10291              37    192.87 08/09/2019    Shipped
## 42         10304              47    216.44 11/10/2019    Shipped
## 43         10312              48    242.16 21/10/2019    Shipped
## 44         10322              40    150.01 04/11/2019    Shipped
## 45         10347              30    131.49 29/11/2019    Shipped
## 46         10357              32    177.87 10/12/2019    Shipped
## 47         10369              41    110.12 20/01/2020    Shipped
## 48         10391              24    100.69 09/03/2020    Shipped
## 49         10411              23    180.01 01/05/2020    Shipped
## 50         10424              50    240.02 31/05/2020 In Process
## 51         10107              39     99.91 24/02/2018    Shipped
## 52         10120              29     96.34 29/04/2018    Shipped
## 53         10134              27    122.51 01/07/2018    Shipped
## 54         10145              37    140.35 25/08/2018    Shipped
## 55         10168              27    135.59 28/10/2018    Shipped
## 56         10180              42    111.80 11/11/2018    Shipped
## 57         10188              38     96.34 18/11/2018    Shipped
## 58         10210              23    130.83 12/01/2019    Shipped
## 59         10223              47    115.37 20/02/2019    Shipped
## 60         10236              22    129.64 03/04/2019    Shipped
## 61         10251              44    130.83 18/05/2019    Shipped
## 62         10263              40    111.80 28/06/2019    Shipped
## 63         10275              22    132.02 23/07/2019    Shipped
## 64         10285              47    137.97 27/08/2019    Shipped
## 65         10298              39     96.34 27/09/2019    Shipped
## 66         10308              34    118.94 15/10/2019    Shipped
## 67         10318              45    123.70 02/11/2019    Shipped
## 68         10329              20    158.80 15/11/2019    Shipped
## 69         10339              40     68.92 23/11/2019    Shipped
## 70         10361              26     51.15 17/12/2019    Shipped
## 71         10374              39    135.59 02/02/2020    Shipped
## 72         10388              50     44.51 03/03/2020    Shipped
## 73         10402              45    129.64 07/04/2020    Shipped
## 74         10417              45    130.83 13/05/2020   Disputed
## 75         10107              27    224.65 24/02/2018    Shipped
## 76         10120              46    201.41 29/04/2018    Shipped
## 77         10134              31    226.58 01/07/2018    Shipped
## 78         10145              33    156.86 25/08/2018    Shipped
## 79         10168              20    209.15 28/10/2018    Shipped
## 80         10180              41    216.90 11/11/2018    Shipped
## 81         10188              45    193.66 18/11/2018    Shipped
## 82         10210              34    180.10 12/01/2019    Shipped
## 83         10223              49    199.47 20/02/2019    Shipped
## 84         10237              39    180.10 05/04/2019    Shipped
## 85         10251              43    164.61 18/05/2019    Shipped
## 86         10263              41    203.34 28/06/2019    Shipped
## 87         10275              36    191.72 23/07/2019    Shipped
## 88         10285              27    201.41 27/08/2019    Shipped
## 89         10299              29    230.46 30/09/2019    Shipped
## 90         10308              20    228.52 15/10/2019    Shipped
## 91         10318              37    207.22 02/11/2019    Shipped
## 92         10329              26    225.70 15/11/2019    Shipped
## 93         10339              39     76.67 23/11/2019    Shipped
## 94         10362              22    166.55 05/01/2020    Shipped
## 95         10374              22    174.29 02/02/2020    Shipped
## 96         10388              21     86.77 03/03/2020    Shipped
## 97         10403              66    180.10 08/04/2020    Shipped
## 98         10417              56    164.61 13/05/2020   Disputed
## 99         10105              50    144.16 11/02/2018    Shipped
## 100        10119              46    108.80 28/04/2018    Shipped
## 101        10129              33    133.28 12/06/2018    Shipped
## 102        10143              49    114.24 10/08/2018    Shipped
## 103        10155              32    141.44 06/10/2018    Shipped
## 104        10167              44    134.64 23/10/2018  Cancelled
## 105        10178              24    145.52 08/11/2018    Shipped
## 106        10186              26    148.24 14/11/2018    Shipped
## 107        10197              45    118.32 26/11/2018    Shipped
## 108        10222              49    122.40 19/02/2019    Shipped
## 109        10248              20    145.52 07/05/2019  Cancelled
## 110        10261              27    125.12 17/06/2019    Shipped
## 111        10273              30    116.96 21/07/2019    Shipped
## 112        10283              25    119.68 20/08/2019    Shipped
## 113        10295              24    142.80 10/09/2019    Shipped
## 114        10307              22    122.40 14/10/2019    Shipped
## 115        10316              33    125.12 01/11/2019    Shipped
## 116        10325              47     64.93 05/11/2019    Shipped
## 117        10337              25     48.05 21/11/2019    Shipped
## 118        10350              26     75.47 02/12/2019    Shipped
## 119        10359              48     54.68 15/12/2019    Shipped
## 120        10373              39    103.75 31/01/2020    Shipped
## 121        10395              32    105.33 17/03/2020    Shipped
## 122        10400              64    150.96 01/04/2020    Shipped
## 123        10414              19    145.52 06/05/2020    On Hold
## 124        10103              42    128.53 29/01/2018    Shipped
## 125        10114              31    138.88 01/04/2018    Shipped
## 126        10126              22    152.17 28/05/2018    Shipped
## 127        10140              26    122.62 24/07/2018    Shipped
## 128        10150              20    159.56 19/09/2018    Shipped
## 129        10164              21    168.42 21/10/2018   Resolved
## 130        10175              33    162.51 06/11/2018    Shipped
## 131        10183              28    122.62 13/11/2018    Shipped
## 132        10194              26    163.99 25/11/2018    Shipped
## 133        10207              31    131.49 09/12/2018    Shipped
## 134        10217              48    146.26 04/02/2019    Shipped
## 135        10229              50    128.53 11/03/2019    Shipped
## 136        10245              28    163.99 04/05/2019    Shipped
## 137        10259              26    155.13 15/06/2019    Shipped
## 138        10270              32    134.44 19/07/2019    Shipped
## 139        10281              44    159.56 19/08/2019    Shipped
## 140        10291              30    128.53 08/09/2019    Shipped
## 141        10305              38    175.81 13/10/2019    Shipped
## 142        10313              40    166.95 22/10/2019    Shipped
## 143        10322              46     61.99 04/11/2019    Shipped
## 144        10334              26    122.62 19/11/2019    On Hold
## 145        10347              27    164.00 29/11/2019    Shipped
## 146        10357              43    134.44 10/12/2019    Shipped
## 147        10370              35     65.63 20/01/2020    Shipped
## 148        10391              37     46.90 09/03/2020    Shipped
## 149        10411              27    163.99 01/05/2020    Shipped
## 150        10425              38    155.13 31/05/2020 In Process
## 151        10108              33    159.55 03/03/2018    Shipped
## 152        10122              42    180.95 08/05/2018    Shipped
## 153        10135              42    190.68 02/07/2018    Shipped
## 154        10147              48    192.62 05/09/2018    Shipped
## 155        10169              30    167.33 04/11/2018    Shipped
## 156        10181              27    200.41 12/11/2018    Shipped
## 157        10191              21    182.90 20/11/2018    Shipped
## 158        10203              20    196.52 02/12/2018    Shipped
## 159        10211              41    182.90 15/01/2019    Shipped
## 160        10225              27    167.33 22/02/2019    Shipped
## 161        10238              28    206.24 09/04/2019    Shipped
## 162        10253              24    163.44 01/06/2019  Cancelled
## 163        10266              44    208.19 06/07/2019    Shipped
## 164        10276              50    192.62 02/08/2019    Shipped
## 165        10287              21    163.44 30/08/2019    Shipped
## 166        10300              33    167.33 04/10/2018    Shipped
## 167        10310              33    210.14 16/10/2019    Shipped
## 168        10320              31    221.81 03/11/2019    Shipped
## 169        10329              41     71.47 15/11/2019    Shipped
## 170        10341              45     79.65 24/11/2019    Shipped
## 171        10363              33     85.39 06/01/2020    Shipped
## 172        10375              45     76.00 03/02/2020    Shipped
## 173        10389              26     99.04 03/03/2020    Shipped
## 174        10419              12    163.44 17/05/2020    Shipped
## 175        10105              41    211.96 11/02/2018    Shipped
## 176        10117              33    182.86 16/04/2018    Shipped
## 177        10127              46    245.20 03/06/2018    Shipped
## 178        10142              33    243.13 08/08/2018    Shipped
## 179        10153              20    245.20 28/09/2018    Shipped
## 180        10165              44    195.33 22/10/2018    Shipped
## 181        10176              33    226.50 06/11/2018    Shipped
## 182        10185              21    184.94 14/11/2018    Shipped
## 183        10196              47    189.10 26/11/2018    Shipped
## 184        10208              46    187.02 02/01/2019    Shipped
## 185        10220              32    224.42 12/02/2019    Shipped
## 186        10231              42    199.49 19/03/2019    Shipped
## 187        10247              44    241.05 05/05/2019    Shipped
## 188        10272              35    166.24 20/07/2019    Shipped
## 189        10282              41    172.47 20/08/2019    Shipped
## 190        10293              46    182.86 09/09/2019    Shipped
## 191        10306              31    211.96 14/10/2019    Shipped
## 192        10314              38    209.88 22/10/2019    Shipped
## 193        10325              42     64.00 05/11/2019    Shipped
## 194        10336              33     57.22 20/11/2019    Shipped
## 195        10348              48     52.36 01/11/2019    Shipped
## 196        10359              42    113.44 15/12/2019    Shipped
## 197        10371              32    111.27 23/01/2020    Shipped
## 198        10382              34    112.46 17/02/2020    Shipped
## 199        10395              33     69.12 17/03/2020    Shipped
## 200        10413              36    241.05 05/05/2020    Shipped
## 201        10103              27    125.74 29/01/2018    Shipped
## 202        10113              21    162.64 26/03/2018    Shipped
## 203        10126              21    116.17 28/05/2018    Shipped
## 204        10140              38    127.10 24/07/2018    Shipped
## 205        10150              30    136.67 19/09/2018    Shipped
## 206        10164              49    133.94 21/10/2018   Resolved
## 207        10174              43    158.54 06/11/2018    Shipped
## 208        10183              41    150.34 13/11/2018    Shipped
## 209        10194              38    129.84 25/11/2018    Shipped
## 210        10206              28    144.87 05/12/2018    Shipped
## 211        10216              43    133.94 02/02/2019    Shipped
## 212        10229              25    138.04 11/03/2019    Shipped
## 213        10245              38    155.80 04/05/2019    Shipped
## 214        10258              41    162.64 15/06/2019    Shipped
## 215        10270              28    146.24 19/07/2019    Shipped
## 216        10281              25    117.54 19/08/2019    Shipped
## 217        10291              41    155.80 08/09/2019    Shipped
## 218        10304              39    164.00 11/10/2019    Shipped
## 219        10313              21    127.10 22/10/2019    Shipped
## 220        10322              27    177.19 04/11/2019    Shipped
## 221        10347              29    123.67 29/11/2019    Shipped
## 222        10357              49    121.64 10/12/2019    Shipped
## 223        10370              49    172.86 20/01/2020    Shipped
## 224        10391              39     63.20 09/03/2020    Shipped
## 225        10411              40    155.80 01/05/2020    Shipped
## 226        10424              49    162.64 31/05/2020 In Process
## 227        10107              21    144.60 24/02/2018    Shipped
## 228        10121              50    165.68 07/05/2018    Shipped
## 229        10134              20    135.56 01/07/2018    Shipped
## 230        10145              49    170.20 25/08/2018    Shipped
## 231        10169              35    132.55 04/11/2018    Shipped
## 232        10180              40    168.69 11/11/2018    Shipped
## 233        10189              28    161.16 18/11/2018    Shipped
## 234        10211              36    132.55 15/01/2019    Shipped
## 235        10224              43    141.58 21/02/2019    Shipped
## 236        10237              32    131.04 05/04/2019    Shipped
## 237        10251              46    164.18 18/05/2019    Shipped
## 238        10263              48    134.05 28/06/2019    Shipped
## 239        10276              43    120.50 02/08/2019    Shipped
## 240        10285              49    140.08 27/08/2019    Shipped
## 241        10299              24    173.21 30/09/2019    Shipped
## 242        10309              26    179.24 15/10/2019    Shipped
## 243        10319              30    137.06 03/11/2019    Shipped
## 244        10329              24    147.61 15/11/2019    Shipped
## 245        10341              55    147.61 24/11/2019    Shipped
## 246        10362              22    176.23 05/01/2020    Shipped
## 247        10375              49     78.92 03/02/2020    Shipped
## 248        10388              44    135.26 03/03/2020    Shipped
## 249        10403              66    131.04 08/04/2020    Shipped
## 250        10417              21    164.18 13/05/2020   Disputed
## 251        10104              34    175.25 31/01/2018    Shipped
## 252        10117              43    137.48 16/04/2018    Shipped
## 253        10127              46    160.14 03/06/2018    Shipped
## 254        10142              33    151.08 08/08/2018    Shipped
## 255        10153              42    128.42 28/09/2018    Shipped
## 256        10165              34    143.53 22/10/2018    Shipped
## 257        10176              47    178.27 06/11/2018    Shipped
## 258        10185              33    122.37 14/11/2018    Shipped
## 259        10196              24    158.63 26/11/2018    Shipped
## 260        10208              26    120.86 02/01/2019    Shipped
## 261        10220              30    157.12 12/02/2019    Shipped
## 262        10230              43    163.17 15/03/2019    Shipped
## 263        10247              25    175.25 05/05/2019    Shipped
## 264        10272              27    158.63 20/07/2019    Shipped
## 265        10282              27    161.66 20/08/2019    Shipped
## 266        10293              24    176.76 09/09/2019    Shipped
## 267        10306              34    146.55 14/10/2019    Shipped
## 268        10314              46    138.99 22/10/2019    Shipped
## 269        10324              27     54.33 05/11/2019    Shipped
## 270        10336              33    123.01 20/11/2019    Shipped
## 271        10348              47    102.16 01/11/2019    Shipped
## 272        10358              49     55.34 10/12/2019    Shipped
## 273        10372              40    146.55 26/01/2020    Shipped
## 274        10382              37    110.05 17/02/2020    Shipped
## 275        10413              47    175.25 05/05/2020    Shipped
## 276        10108              45    136.23 03/03/2018    Shipped
## 277        10122              37     99.82 08/05/2018    Shipped
## 278        10135              48    125.66 02/07/2018    Shipped
## 279        10147              31    112.74 05/09/2018    Shipped
## 280        10170              47    116.27 04/11/2018    Shipped
## 281        10181              28    102.17 12/11/2018    Shipped
## 282        10191              40    139.75 20/11/2018    Shipped
## 283        10203              20    112.74 02/12/2018    Shipped
## 284        10212              39    126.84 16/01/2019    Shipped
## 285        10225              25     99.82 22/02/2019    Shipped
## 286        10238              29    109.22 09/04/2019    Shipped
## 287        10253              22    109.22 01/06/2019  Cancelled
## 288        10266              22    111.57 06/07/2019    Shipped
## 289        10276              47    116.27 02/08/2019    Shipped
## 290        10287              45    105.70 30/08/2019    Shipped
## 291        10300              29    137.40 04/10/2018    Shipped
## 292        10310              24    129.18 16/10/2019    Shipped
## 293        10320              35    138.58 03/11/2019    Shipped
## 294        10329              46     83.63 15/11/2019    Shipped
## 295        10341              44     95.93 24/11/2019    Shipped
## 296        10363              34     96.73 06/01/2020    Shipped
## 297        10376              35    113.92 08/02/2020    Shipped
## 298        10389              25     72.38 03/03/2020    Shipped
## 299        10419              10    109.22 17/05/2020    Shipped
## 300        10105              29    157.45 11/02/2018    Shipped
## 301        10117              39    152.26 16/04/2018    Shipped
## 302        10127              42    193.78 03/06/2018    Shipped
## 303        10142              46    205.89 08/08/2018    Shipped
## 304        10153              49    143.61 28/09/2018    Shipped
## 305        10165              27    205.89 22/10/2018    Shipped
## 306        10176              50    157.45 06/11/2018    Shipped
## 307        10185              43    183.40 14/11/2018    Shipped
## 308        10196              38    190.32 26/11/2018    Shipped
## 309        10208              20    155.72 02/01/2019    Shipped
## 310        10220              27    186.86 12/02/2019    Shipped
## 311        10231              49    141.88 19/03/2019    Shipped
## 312        10247              27    153.99 05/05/2019    Shipped
## 313        10272              39    204.16 20/07/2019    Shipped
## 314        10282              24    157.45 20/08/2019    Shipped
## 315        10293              45    183.40 09/09/2019    Shipped
## 316        10306              20    181.67 14/10/2019    Shipped
## 317        10314              36    192.05 22/10/2019    Shipped
## 318        10325              24    107.65 05/11/2019    Shipped
## 319        10336              49     63.38 20/11/2019    Shipped
## 320        10349              26    169.56 01/12/2019    Shipped
## 321        10359              49     62.09 15/12/2019    Shipped
## 322        10372              34    174.75 26/01/2020    Shipped
## 323        10382              34     95.35 17/02/2020    Shipped
## 324        10396              33    185.13 23/03/2020    Shipped
## 325        10413              22    153.99 05/05/2020    Shipped
## 326        10108              39     89.38 03/03/2018    Shipped
## 327        10122              32     63.84 08/05/2018    Shipped
## 328        10135              24     75.01 02/07/2018    Shipped
## 329        10147              21     63.84 05/09/2018    Shipped
## 330        10169              36     63.84 04/11/2018    Shipped
## 331        10181              20     81.40 12/11/2018    Shipped
## 332        10191              30     64.64 20/11/2018    Shipped
## 333        10203              44     82.99 02/12/2018    Shipped
## 334        10211              28     92.57 15/01/2019    Shipped
## 335        10225              37     77.41 22/02/2019    Shipped
## 336        10238              20     74.21 09/04/2019    Shipped
## 337        10253              25     90.17 01/06/2019  Cancelled
## 338        10266              35     76.61 06/07/2019    Shipped
## 339        10276              38     83.79 02/08/2019    Shipped
## 340        10287              41     69.43 30/08/2019    Shipped
## 341        10300              22     76.61 04/10/2018    Shipped
## 342        10310              49     81.40 16/10/2019    Shipped
## 343        10320              38     73.42 03/11/2019    Shipped
## 344        10329              33    109.32 15/11/2019    Shipped
## 345        10341              36     93.56 24/11/2019    Shipped
## 346        10363              34     81.62 06/01/2020    Shipped
## 347        10377              24     67.83 09/02/2020    Shipped
## 348        10389              36     70.26 03/03/2020    Shipped
## 349        10419              34     90.17 17/05/2020    Shipped
## 350        10104              41    112.58 31/01/2018    Shipped
## 351        10115              46    124.43 04/04/2018    Shipped
## 352        10127              24    106.65 03/06/2018    Shipped
## 353        10141              21    101.91 01/08/2018    Shipped
## 354        10151              24    138.65 21/09/2018    Shipped
## 355        10165              48    142.20 22/10/2018    Shipped
## 356        10175              26    136.28 06/11/2018    Shipped
## 357        10184              37    122.06 14/11/2018    Shipped
## 358        10195              49    131.54 25/11/2018    Shipped
## 359        10207              34     99.54 09/12/2018    Shipped
## 360        10219              48    101.91 10/02/2019    Shipped
## 361        10229              36    125.61 11/03/2019    Shipped
## 362        10246              46    110.21 05/05/2019    Shipped
## 363        10259              46    142.20 15/06/2019    Shipped
## 364        10271              31     97.17 20/07/2019    Shipped
## 365        10281              41    127.98 19/08/2019    Shipped
## 366        10292              21    105.47 08/09/2019    Shipped
## 367        10305              38    125.61 13/10/2019    Shipped
## 368        10314              45    137.46 22/10/2019    Shipped
## 369        10324              26     58.38 05/11/2019    Shipped
## 370        10336              38    167.70 20/11/2019    Shipped
## 371        10349              48    109.02 01/12/2019    Shipped
## 372        10358              42     64.16 10/12/2019    Shipped
## 373        10371              49     35.71 23/01/2020    Shipped
## 374        10382              32     66.58 17/02/2020    Shipped
## 375        10412              54    110.21 03/05/2020    Shipped
## 376        10425              33    142.20 31/05/2020 In Process
## 377        10108              36    103.64 03/03/2018    Shipped
## 378        10122              20    107.10 08/05/2018    Shipped
## 379        10135              29     97.89 02/07/2018    Shipped
## 380        10147              33     97.89 05/09/2018    Shipped
## 381        10170              41    107.10 04/11/2018    Shipped
## 382        10181              36    124.37 12/11/2018    Shipped
## 383        10192              27    131.28 20/11/2018    Shipped
## 384        10203              47    110.55 02/12/2018    Shipped
## 385        10212              33    126.68 16/01/2019    Shipped
## 386        10225              21    127.83 22/02/2019    Shipped
## 387        10239              21     93.28 12/04/2019    Shipped
## 388        10253              41    119.77 01/06/2019  Cancelled
## 389        10266              40    111.71 06/07/2019    Shipped
## 390        10277              28    111.71 04/08/2019    Shipped
## 391        10287              23    116.31 30/08/2019    Shipped
## 392        10300              23    122.07 04/10/2018    Shipped
## 393        10310              25    100.19 16/10/2019    Shipped
## 394        10321              24    124.37 04/11/2019    Shipped
## 395        10329              39     64.74 15/11/2019    Shipped
## 396        10341              55     75.20 24/11/2019    Shipped
## 397        10363              46     88.45 06/01/2020    Shipped
## 398        10377              50    103.64 09/02/2020    Shipped
## 399        10389              47    111.57 03/03/2020    Shipped
## 400        10405              97     93.28 14/04/2020    Shipped
## 401        10419              32    119.77 17/05/2020    Shipped
## 402        10103              35    112.00 29/01/2018    Shipped
## 403        10113              49    100.34 26/03/2018    Shipped
## 404        10126              38    101.50 28/05/2018    Shipped
## 405        10140              32    130.67 24/07/2018    Shipped
## 406        10150              34    136.50 19/09/2018    Shipped
## 407        10164              36     99.17 21/10/2018   Resolved
## 408        10174              48     93.34 06/11/2018    Shipped
## 409        10183              21     96.84 13/11/2018    Shipped
## 410        10194              21     93.34 25/11/2018    Shipped
## 411        10206              34    116.67 05/12/2018    Shipped
## 412        10215              46    112.00 29/01/2019    Shipped
## 413        10228              32    105.00 10/03/2019    Shipped
## 414        10245              29    119.00 04/05/2019    Shipped
## 415        10258              41    133.00 15/06/2019    Shipped
## 416        10270              43     96.84 19/07/2019    Shipped
## 417        10280              24    116.67 17/08/2019    Shipped
## 418        10291              41    114.34 08/09/2019    Shipped
## 419        10304              46     98.00 11/10/2019    Shipped
## 420        10312              32    130.67 21/10/2019    Shipped
## 421        10322              22    102.32 04/11/2019    Shipped
## 422        10347              42     49.60 29/11/2019    Shipped
## 423        10357              39     98.00 10/12/2019    Shipped
## 424        10370              27    144.87 20/01/2020    Shipped
## 425        10391              29     85.10 09/03/2020    Shipped
## 426        10411              27    119.00 01/05/2020    Shipped
## 427        10424              54    133.00 31/05/2020 In Process
## 428        10109              26    168.43 10/03/2018    Shipped
## 429        10122              34    147.20 08/05/2018    Shipped
## 430        10136              25    145.79 04/07/2018    Shipped
## 431        10148              23    117.48 11/09/2018    Shipped
## 432        10161              28    134.46 17/10/2018    Shipped
## 433        10171              35    128.80 05/11/2018    Shipped
## 434        10181              44    123.14 12/11/2018    Shipped
## 435        10192              22    150.03 20/11/2018    Shipped
## 436        10204              42    147.20 02/12/2018    Shipped
## 437        10212              29    144.37 16/01/2019    Shipped
## 438        10225              32    141.54 22/02/2019    Shipped
## 439        10240              41    137.29 13/04/2019    Shipped
## 440        10253              26    117.48 01/06/2019  Cancelled
## 441        10266              21    120.31 06/07/2019    Shipped
## 442        10278              34    137.29 06/08/2019    Shipped
## 443        10287              41    158.52 30/08/2019    Shipped
## 444        10301              37    159.94 05/10/2018    Shipped
## 445        10310              37    168.43 16/10/2019    Shipped
## 446        10321              41    141.54 04/11/2019    Shipped
## 447        10331              46    139.87 17/11/2019    Shipped
## 448        10342              40    161.36 24/11/2019    Shipped
## 449        10356              43     97.60 09/12/2019    Shipped
## 450        10365              30     87.06 07/01/2020    Shipped
## 451        10377              35    168.43 09/02/2020    Shipped
## 452        10390              36     93.77 04/03/2020    Shipped
## 453        10406              61    137.29 15/04/2020   Disputed
## 454        10419              38    117.48 17/05/2020    Shipped
## 455        10102              39    123.29 10/01/2018    Shipped
## 456        10125              32    101.71 21/05/2018    Shipped
## 457        10139              31    102.74 16/07/2018    Shipped
## 458        10149              50    118.15 12/09/2018    Shipped
## 459        10173              43    117.12 05/11/2018    Shipped
## 460        10182              25     87.33 12/11/2018    Shipped
## 461        10193              28    110.96 21/11/2018    Shipped
## 462        10205              36    103.77 03/12/2018    Shipped
## 463        10215              27     89.38 29/01/2019    Shipped
## 464        10227              25    118.15 02/03/2019    Shipped
## 465        10244              40    117.12 29/04/2019    Shipped
## 466        10256              34     95.55 08/06/2019    Shipped
## 467        10280              50    104.79 17/08/2019    Shipped
## 468        10289              38    120.21 03/09/2019    Shipped
## 469        10304              37     95.55 11/10/2019    Shipped
## 470        10312              43     89.38 21/10/2019    Shipped
## 471        10322              43     86.30 04/11/2019    Shipped
## 472        10332              46     95.13 17/11/2019    Shipped
## 473        10346              42     36.11 29/11/2019    Shipped
## 474        10356              50     50.18 09/12/2019    Shipped
## 475        10369              44    210.01 20/01/2020    Shipped
## 476        10380              27     93.16 16/02/2020    Shipped
## 477        10391              35    158.54 09/03/2020    Shipped
## 478        10422              51     95.55 30/05/2020 In Process
## 479        10102              41     50.14 10/01/2018    Shipped
## 480        10126              42     54.99 28/05/2018    Shipped
## 481        10139              49     43.13 16/07/2018    Shipped
## 482        10149              30     58.22 12/09/2018    Shipped
## 483        10173              48     44.21 05/11/2018    Shipped
## 484        10182              32     54.45 12/11/2018    Shipped
## 485        10193              46     53.37 21/11/2018    Shipped
## 486        10205              48     63.61 03/12/2018    Shipped
## 487        10215              33     43.13 29/01/2019    Shipped
## 488        10227              31     48.52 02/03/2019    Shipped
## 489        10244              20     58.22 29/04/2019    Shipped
## 490        10256              29     51.75 08/06/2019    Shipped
## 491        10280              27     57.68 17/08/2019    Shipped
## 492        10289              24     56.07 03/09/2019    Shipped
## 493        10304              37     48.52 11/10/2019    Shipped
## 494        10312              25     44.21 21/10/2019    Shipped
## 495        10322              41     57.68 04/11/2019    Shipped
## 496        10332              27     89.89 17/11/2019    Shipped
## 497        10347              21     58.95 29/11/2019    Shipped
## 498        10356              22     72.41 09/12/2019    Shipped
## 499        10369              32     98.63 20/01/2020    Shipped
## 500        10391              42    119.00 09/03/2020    Shipped
## 501        10422              25     51.75 30/05/2020 In Process
## 502        10110              37    146.84 18/03/2018    Shipped
## 503        10123              26    118.22 20/05/2018    Shipped
## 504        10137              44     99.55 10/07/2018    Shipped
## 505        10148              47    124.44 11/09/2018    Shipped
## 506        10161              43    143.11 17/10/2018    Shipped
## 507        10172              42    118.22 05/11/2018    Shipped
## 508        10181              42    129.42 12/11/2018    Shipped
## 509        10192              29    146.84 20/11/2018    Shipped
## 510        10204              40    100.80 02/12/2018    Shipped
## 511        10212              38    118.22 16/01/2019    Shipped
## 512        10226              38    109.51 26/02/2019    Shipped
## 513        10241              21    119.46 13/04/2019    Shipped
## 514        10253              24    140.62 01/06/2019  Cancelled
## 515        10266              36    144.35 06/07/2019    Shipped
## 516        10278              23    113.24 06/08/2019    Shipped
## 517        10288              20    146.84 01/09/2019    Shipped
## 518        10301              32    107.02 05/10/2018    Shipped
## 519        10311              29    100.80 16/10/2019    Shipped
## 520        10321              44    102.04 04/11/2019    Shipped
## 521        10331              44    110.21 17/11/2019    Shipped
## 522        10343              36    162.47 24/11/2019    Shipped
## 523        10367              49     56.30 12/01/2020   Resolved
## 524        10378              34     42.64 10/02/2020    Shipped
## 525        10407              59    119.46 22/04/2020    On Hold
## 526        10419              37    140.62 17/05/2020    Shipped
## 527        10106              36    146.65 17/02/2018    Shipped
## 528        10119              43    160.84 28/04/2018    Shipped
## 529        10131              21    132.46 16/06/2018    Shipped
## 530        10143              32    164.00 10/08/2018    Shipped
## 531        10155              38    171.88 06/10/2018    Shipped
## 532        10167              43    134.04 23/10/2018  Cancelled
## 533        10178              42    154.54 08/11/2018    Shipped
## 534        10186              32    187.65 14/11/2018    Shipped
## 535        10198              42    178.19 27/11/2018    Shipped
## 536        10210              31    184.50 12/01/2019    Shipped
## 537        10222              49    141.92 19/02/2019    Shipped
## 538        10250              45    181.34 11/05/2019    Shipped
## 539        10262              49    134.04 24/06/2019  Cancelled
## 540        10274              41    164.00 21/07/2019    Shipped
## 541        10284              45    127.73 21/08/2019    Shipped
## 542        10296              36    157.69 15/09/2019    Shipped
## 543        10307              39    189.23 14/10/2019    Shipped
## 544        10316              27    137.19 01/11/2019    Shipped
## 545        10327              25    112.19 10/11/2019   Resolved
## 546        10338              41    137.19 22/11/2019    Shipped
## 547        10351              39     99.52 03/12/2019    Shipped
## 548        10373              28     57.55 31/01/2020    Shipped
## 549        10386              25     54.57 01/03/2020   Resolved
## 550        10398              33    127.73 30/03/2020    Shipped
## 551        10400              34    189.23 01/04/2020    Shipped
## 552        10416              24    181.34 10/05/2020    Shipped
## 553        10100              30    171.70 06/01/2018    Shipped
## 554        10110              42    144.50 18/03/2018    Shipped
## 555        10124              21    136.00 21/05/2018    Shipped
## 556        10149              34    158.10 12/09/2018    Shipped
## 557        10173              24    146.20 05/11/2018    Shipped
## 558        10182              44    171.70 12/11/2018    Shipped
## 559        10193              21    149.60 21/11/2018    Shipped
## 560        10204              33    178.50 02/12/2018    Shipped
## 561        10214              30    198.90 26/01/2019    Shipped
## 562        10227              26    142.80 02/03/2019    Shipped
## 563        10241              41    185.30 13/04/2019    Shipped
## 564        10280              26    141.10 17/08/2019    Shipped
## 565        10288              32    183.60 01/09/2019    Shipped
## 566        10302              43    170.00 06/10/2018    Shipped
## 567        10312              48    168.30 21/10/2019    Shipped
## 568        10331              44     74.04 17/11/2019    Shipped
## 569        10344              45    170.00 25/11/2019    Shipped
## 570        10367              37    127.13 12/01/2020   Resolved
## 571        10379              39    138.45 10/02/2020    Shipped
## 572        10407              76    185.30 22/04/2020    On Hold
## 573        10420              37    142.80 29/05/2020 In Process
## 574        10108              38     82.39 03/03/2018    Shipped
## 575        10122              43     72.38 08/05/2018    Shipped
## 576        10135              48     79.31 02/07/2018    Shipped
## 577        10147              26     82.39 05/09/2018    Shipped
## 578        10170              20     63.14 04/11/2018    Shipped
## 579        10181              22     73.92 12/11/2018    Shipped
## 580        10192              45     90.86 20/11/2018    Shipped
## 581        10203              45     85.47 02/12/2018    Shipped
## 582        10212              20     66.99 16/01/2019    Shipped
## 583        10225              47     64.68 22/02/2019    Shipped
## 584        10239              46     73.92 12/04/2019    Shipped
## 585        10253              23     83.93 01/06/2019  Cancelled
## 586        10266              33     74.69 06/07/2019    Shipped
## 587        10278              29     90.86 06/08/2019    Shipped
## 588        10287              44     82.39 30/08/2019    Shipped
## 589        10300              41     92.40 04/10/2018    Shipped
## 590        10310              20     91.63 16/10/2019    Shipped
## 591        10321              37     78.54 04/11/2019    Shipped
## 592        10329              29    101.89 15/11/2019    Shipped
## 593        10342              55     65.45 24/11/2019    Shipped
## 594        10363              22    167.57 06/01/2020    Shipped
## 595        10377              31     67.76 09/02/2020    Shipped
## 596        10389              49     79.22 03/03/2020    Shipped
## 597        10405              61     73.92 14/04/2020    Shipped
## 598        10419              39     83.93 17/05/2020    Shipped
## 599        10109              38    116.65 10/03/2018    Shipped
## 600        10122              31    132.29 08/05/2018    Shipped
## 601        10136              36    146.52 04/07/2018    Shipped
## 602        10148              25    169.28 11/09/2018    Shipped
## 603        10161              48    128.03 17/10/2018    Shipped
## 604        10171              35    133.72 05/11/2018    Shipped
## 605        10181              21    156.48 12/11/2018    Shipped
## 606        10192              47    157.90 20/11/2018    Shipped
## 607        10204              38    169.28 02/12/2018    Shipped
## 608        10212              41    118.07 16/01/2019    Shipped
## 609        10226              24    162.17 26/02/2019    Shipped
## 610        10240              37    149.36 13/04/2019    Shipped
## 611        10253              33    135.14 01/06/2019  Cancelled
## 612        10266              49    126.60 06/07/2019    Shipped
## 613        10278              29    129.45 06/08/2019    Shipped
## 614        10287              24    146.52 30/08/2019    Shipped
## 615        10301              47    159.32 05/10/2018    Shipped
## 616        10310              24    143.67 16/10/2019    Shipped
## 617        10321              25    149.36 04/11/2019    Shipped
## 618        10331              30     32.47 17/11/2019    Shipped
## 619        10342              22    143.67 24/11/2019    Shipped
## 620        10356              27     64.69 09/12/2019    Shipped
## 621        10366              34    123.76 10/01/2020    Shipped
## 622        10377              36    120.91 09/02/2020    Shipped
## 623        10390              34     43.05 04/03/2020    Shipped
## 624        10406              48    149.36 15/04/2020   Disputed
## 625        10419              34    135.14 17/05/2020    Shipped
## 626        10104              24    144.08 31/01/2018    Shipped
## 627        10115              46    160.46 04/04/2018    Shipped
## 628        10127              45    158.82 03/06/2018    Shipped
## 629        10141              39    152.27 01/08/2018    Shipped
## 630        10151              43    165.37 21/09/2018    Shipped
## 631        10165              29    173.55 22/10/2018    Shipped
## 632        10176              20    183.38 06/11/2018    Shipped
## 633        10184              46    160.46 14/11/2018    Shipped
## 634        10195              27    189.93 25/11/2018    Shipped
## 635        10207              44    160.46 09/12/2018    Shipped
## 636        10219              43    196.48 10/02/2019    Shipped
## 637        10230              49    148.99 15/03/2019    Shipped
## 638        10246              40    163.73 05/05/2019    Shipped
## 639        10259              30    189.93 15/06/2019    Shipped
## 640        10271              50    183.38 20/07/2019    Shipped
## 641        10282              23    140.81 20/08/2019    Shipped
## 642        10292              26    175.19 08/09/2019    Shipped
## 643        10305              27    145.72 13/10/2019    Shipped
## 644        10314              42    137.53 22/10/2019    Shipped
## 645        10324              47    153.35 05/11/2019    Shipped
## 646        10336              49    152.26 20/11/2019    Shipped
## 647        10349              38    176.83 01/12/2019    Shipped
## 648        10358              20    121.40 10/12/2019    Shipped
## 649        10371              25    104.09 23/01/2020    Shipped
## 650        10382              25     88.00 17/02/2020    Shipped
## 651        10412              41    163.73 03/05/2020    Shipped
## 652        10425              28    189.93 31/05/2020 In Process
## 653        10100              50     67.80 06/01/2018    Shipped
## 654        10110              32     50.25 18/03/2018    Shipped
## 655        10124              42     53.88 21/05/2018    Shipped
## 656        10149              24     62.36 12/09/2018    Shipped
## 657        10173              26     57.51 05/11/2018    Shipped
## 658        10182              38     61.15 12/11/2018    Shipped
## 659        10193              42     59.33 21/11/2018    Shipped
## 660        10204              23     71.44 02/12/2018    Shipped
## 661        10214              21     62.96 26/01/2019    Shipped
## 662        10227              28     50.85 02/03/2019    Shipped
## 663        10241              33     72.65 13/04/2019    Shipped
## 664        10280              25     62.96 17/08/2019    Shipped
## 665        10288              28     61.75 01/09/2019    Shipped
## 666        10303              46     49.04 06/10/2019    Shipped
## 667        10312              30     61.15 21/10/2019    Shipped
## 668        10332              38     84.25 17/11/2019    Shipped
## 669        10344              40     56.91 25/11/2019    Shipped
## 670        10367              45    197.44 12/01/2020   Resolved
## 671        10379              27     49.30 10/02/2020    Shipped
## 672        10407              42     72.65 22/04/2020    On Hold
## 673        10420              36     63.57 29/05/2020 In Process
## 674        10104              29    130.09 31/01/2018    Shipped
## 675        10114              39    106.78 01/04/2018    Shipped
## 676        10127              45    139.91 03/06/2018    Shipped
## 677        10141              47    133.78 01/08/2018    Shipped
## 678        10151              49    110.46 21/09/2018    Shipped
## 679        10165              46    130.09 22/10/2018    Shipped
## 680        10175              48    122.73 06/11/2018    Shipped
## 681        10184              46    130.09 14/11/2018    Shipped
## 682        10195              35    103.09 25/11/2018    Shipped
## 683        10207              43    133.78 09/12/2018    Shipped
## 684        10229              26    144.82 11/03/2019    Shipped
## 685        10246              22     98.18 05/05/2019    Shipped
## 686        10259              34     99.41 15/06/2019    Shipped
## 687        10271              50    101.87 20/07/2019    Shipped
## 688        10281              48    120.28 19/08/2019    Shipped
## 689        10292              41    110.46 08/09/2019    Shipped
## 690        10305              36    133.78 13/10/2019    Shipped
## 691        10313              29    117.82 22/10/2019    Shipped
## 692        10324              33     37.48 05/11/2019    Shipped
## 693        10334              46    126.41 19/11/2019    On Hold
## 694        10349              38    137.46 01/12/2019    Shipped
## 695        10358              20     36.42 10/12/2019    Shipped
## 696        10370              22    179.50 20/01/2020    Shipped
## 697        10383              27    142.37 22/02/2020    Shipped
## 698        10412              56     98.18 03/05/2020    Shipped
## 699        10425              38     99.41 31/05/2020 In Process
## 700        10101              25    151.28 09/01/2018    Shipped
## 701        10110              33    116.96 18/03/2018    Shipped
## 702        10124              42    105.52 21/05/2018    Shipped
## 703        10149              33    150.01 12/09/2018    Shipped
## 704        10173              31    144.93 05/11/2018    Shipped
## 705        10182              20    110.60 12/11/2018    Shipped
## 706        10193              44    105.52 21/11/2018    Shipped
## 707        10204              26    123.32 02/12/2018    Shipped
## 708        10214              27    133.49 26/01/2019    Shipped
## 709        10227              46    152.56 02/03/2019    Shipped
## 710        10243              47    130.94 26/04/2019    Shipped
## 711        10280              37    128.40 17/08/2019    Shipped
## 712        10288              31    123.32 01/09/2019    Shipped
## 713        10304              24    101.70 11/10/2019    Shipped
## 714        10312              31    152.56 21/10/2019    Shipped
## 715        10322              50    250.73 04/11/2019    Shipped
## 716        10332              35     64.69 17/11/2019    Shipped
## 717        10344              30    130.94 25/11/2019    Shipped
## 718        10356              29    125.18 09/12/2019    Shipped
## 719        10367              27    155.41 12/01/2020   Resolved
## 720        10380              40    123.29 16/02/2020    Shipped
## 721        10390              31     98.99 04/03/2020    Shipped
## 722        10409               6    130.94 23/04/2020    Shipped
## 723        10420              45    110.60 29/05/2020 In Process
## 724        10103              22     54.09 29/01/2018    Shipped
## 725        10114              45     68.67 01/04/2018    Shipped
## 726        10126              43     65.02 28/05/2018    Shipped
## 727        10140              46     61.99 24/07/2018    Shipped
## 728        10151              39     69.28 21/09/2018    Shipped
## 729        10165              31     71.10 22/10/2018    Shipped
## 730        10175              41     69.28 06/11/2018    Shipped
## 731        10184              44     60.16 14/11/2018    Shipped
## 732        10194              45     70.49 25/11/2018    Shipped
## 733        10207              37     69.89 09/12/2018    Shipped
## 734        10217              35     61.38 04/02/2019    Shipped
## 735        10229              28     59.55 11/03/2019    Shipped
## 736        10246              30     61.99 05/05/2019    Shipped
## 737        10259              30     49.22 15/06/2019    Shipped
## 738        10271              25     69.28 20/07/2019    Shipped
## 739        10281              29     57.73 19/08/2019    Shipped
## 740        10291              26     57.73 08/09/2019    Shipped
## 741        10305              41     53.48 13/10/2019    Shipped
## 742        10313              34     52.87 22/10/2019    Shipped
## 743        10322              35     61.21 04/11/2019    Shipped
## 744        10334              34     61.38 19/11/2019    On Hold
## 745        10347              50    136.69 29/11/2019    Shipped
## 746        10357              41     61.99 10/12/2019    Shipped
## 747        10370              22     96.86 20/01/2020    Shipped
## 748        10391              44     38.50 09/03/2020    Shipped
## 749        10412              47     61.99 03/05/2020    Shipped
## 750        10425              19     49.22 31/05/2020 In Process
## 751        10106              34     90.39 17/02/2018    Shipped
## 752        10120              29     71.81 29/04/2018    Shipped
## 753        10133              49     69.27 27/06/2018    Shipped
## 754        10145              30     85.32 25/08/2018    Shipped
## 755        10168              21     70.96 28/10/2018    Shipped
## 756        10210              50     76.88 12/01/2019    Shipped
## 757        10223              47    100.53 20/02/2019    Shipped
## 758        10235              24     76.03 02/04/2019    Shipped
## 759        10250              27     98.84 11/05/2019    Shipped
## 760        10263              33     86.17 28/06/2019    Shipped
## 761        10275              35     90.39 23/07/2019    Shipped
## 762        10284              31     71.81 21/08/2019    Shipped
## 763        10297              25     82.79 16/09/2019    Shipped
## 764        10308              27     82.79 15/10/2019    Shipped
## 765        10318              31    100.53 02/11/2019    Shipped
## 766        10327              45    106.26 10/11/2019   Resolved
## 767        10339              27    104.10 23/11/2019    Shipped
## 768        10353              27    130.21 04/12/2019    Shipped
## 769        10374              42     69.27 02/02/2020    Shipped
## 770        10386              21     74.77 01/03/2020   Resolved
## 771        10398              34     76.88 30/03/2020    Shipped
## 772        10401              42     76.03 03/04/2020    On Hold
## 773        10416              15     98.84 10/05/2020    Shipped
## 774        10107              29     70.87 24/02/2018    Shipped
## 775        10120              46     58.15 29/04/2018    Shipped
## 776        10134              30     61.78 01/07/2018    Shipped
## 777        10145              30     49.67 25/08/2018    Shipped
## 778        10168              46     61.18 28/10/2018    Shipped
## 779        10180              25     64.20 11/11/2018    Shipped
## 780        10188              32     65.42 18/11/2018    Shipped
## 781        10210              40     49.67 12/01/2019    Shipped
## 782        10223              28     60.57 20/02/2019    Shipped
## 783        10236              23     55.72 03/04/2019    Shipped
## 784        10251              29     61.18 18/05/2019    Shipped
## 785        10263              34     58.75 28/06/2019    Shipped
## 786        10275              37     63.60 23/07/2019    Shipped
## 787        10285              20     49.06 27/08/2019    Shipped
## 788        10298              32     48.46 27/09/2019    Shipped
## 789        10308              34     52.09 15/10/2019    Shipped
## 790        10318              42     52.70 02/11/2019    Shipped
## 791        10329              38    138.58 15/11/2019    Shipped
## 792        10339              30     62.16 23/11/2019    Shipped
## 793        10362              23     49.67 05/01/2020    Shipped
## 794        10374              22     53.30 02/02/2020    Shipped
## 795        10389              39    179.00 03/03/2020    Shipped
## 796        10402              55     55.72 07/04/2020    Shipped
## 797        10417              36     61.18 13/05/2020   Disputed
## 798        10101              26    145.13 09/01/2018    Shipped
## 799        10110              31    163.69 18/03/2018    Shipped
## 800        10125              34    190.69 21/05/2018    Shipped
## 801        10139              41    194.06 16/07/2018    Shipped
## 802        10149              23    183.94 12/09/2018    Shipped
## 803        10173              22    156.94 05/11/2018    Shipped
## 804        10182              21    145.13 12/11/2018    Shipped
## 805        10193              22    167.06 21/11/2018    Shipped
## 806        10205              40    187.31 03/12/2018    Shipped
## 807        10214              50    190.69 26/01/2019    Shipped
## 808        10227              29    192.38 02/03/2019    Shipped
## 809        10244              43    138.38 29/04/2019    Shipped
## 810        10255              24    155.25 04/06/2019    Shipped
## 811        10280              22    202.50 17/08/2019    Shipped
## 812        10289              43    192.38 03/09/2019    Shipped
## 813        10304              20    178.88 11/10/2019    Shipped
## 814        10312              25    155.25 21/10/2019    Shipped
## 815        10322              36    161.04 04/11/2019    Shipped
## 816        10332              24     52.67 17/11/2019    Shipped
## 817        10347              21    229.30 29/11/2019    Shipped
## 818        10356              30    148.74 09/12/2019    Shipped
## 819        10367              32     94.79 12/01/2020   Resolved
## 820        10380              21     47.18 16/02/2020    Shipped
## 821        10390              26     78.11 04/03/2020    Shipped
## 822        10421              35    155.25 29/05/2020 In Process
## 823        10109              26    121.44 10/03/2018    Shipped
## 824        10123              46    112.20 20/05/2018    Shipped
## 825        10137              37    117.48 10/07/2018    Shipped
## 826        10148              27    130.68 11/09/2018    Shipped
## 827        10161              23    138.60 17/10/2018    Shipped
## 828        10172              39    154.44 05/11/2018    Shipped
## 829        10181              27    143.88 12/11/2018    Shipped
## 830        10192              38    130.68 20/11/2018    Shipped
## 831        10204              27    154.44 02/12/2018    Shipped
## 832        10212              40    122.76 16/01/2019    Shipped
## 833        10226              24    134.64 26/02/2019    Shipped
## 834        10241              44    155.76 13/04/2019    Shipped
## 835        10253              37    139.92 01/06/2019  Cancelled
## 836        10266              20    141.24 06/07/2019    Shipped
## 837        10278              39    110.88 06/08/2019    Shipped
## 838        10287              44    114.84 30/08/2019    Shipped
## 839        10301              22    146.52 05/10/2018    Shipped
## 840        10311              43    122.76 16/10/2019    Shipped
## 841        10321              27    105.60 04/11/2019    Shipped
## 842        10331              26     64.90 17/11/2019    Shipped
## 843        10343              25     52.32 24/11/2019    Shipped
## 844        10366              49    125.40 10/01/2020    Shipped
## 845        10379              29    176.80 10/02/2020    Shipped
## 846        10407              41    155.76 22/04/2020    On Hold
## 847        10419              55    139.92 17/05/2020    Shipped
## 848        10103              27     83.07 29/01/2018    Shipped
## 849        10112              23    110.43 24/03/2018    Shipped
## 850        10126              31     90.17 28/05/2018    Shipped
## 851        10139              46    120.56 16/07/2018    Shipped
## 852        10150              47     91.18 19/09/2018    Shipped
## 853        10163              31    107.39 20/10/2018    Shipped
## 854        10174              46    121.57 06/11/2018    Shipped
## 855        10183              37     89.15 13/11/2018    Shipped
## 856        10193              28     93.21 21/11/2018    Shipped
## 857        10206              37     90.17 05/12/2018    Shipped
## 858        10215              49    112.45 29/01/2019    Shipped
## 859        10228              24    104.35 10/03/2019    Shipped
## 860        10244              30    117.52 29/04/2019    Shipped
## 861        10257              50     88.14 14/06/2019    Shipped
## 862        10270              31     96.24 19/07/2019    Shipped
## 863        10280              46    111.44 17/08/2019    Shipped
## 864        10291              47    121.57 08/09/2019    Shipped
## 865        10304              46    100.30 11/10/2019    Shipped
## 866        10312              37    100.30 21/10/2019    Shipped
## 867        10322              33    106.81 04/11/2019    Shipped
## 868        10347              48    100.30 29/11/2019    Shipped
## 869        10357              41     87.13 10/12/2019    Shipped
## 870        10369              42    109.08 20/01/2020    Shipped
## 871        10391              32     45.25 09/03/2020    Shipped
## 872        10423              10     88.14 30/05/2020 In Process
## 873        10103              35     57.46 29/01/2018    Shipped
## 874        10126              46     73.70 28/05/2018    Shipped
## 875        10139              20     71.20 16/07/2018    Shipped
## 876        10150              30     49.97 19/09/2018    Shipped
## 877        10163              48     69.96 20/10/2018    Shipped
## 878        10173              28     53.72 05/11/2018    Shipped
## 879        10183              39     68.08 13/11/2018    Shipped
## 880        10193              24     51.84 21/11/2018    Shipped
## 881        10206              28     67.46 05/12/2018    Shipped
## 882        10215              31     58.71 29/01/2019    Shipped
## 883        10228              45     63.71 10/03/2019    Shipped
## 884        10244              24     58.09 29/04/2019    Shipped
## 885        10257              49     53.72 14/06/2019    Shipped
## 886        10269              32     63.08 16/07/2019    Shipped
## 887        10280              43     68.71 17/08/2019    Shipped
## 888        10291              37     50.59 08/09/2019    Shipped
## 889        10304              24     64.96 11/10/2019    Shipped
## 890        10312              35     53.72 21/10/2019    Shipped
## 891        10322              41     29.87 04/11/2019    Shipped
## 892        10332              26    114.58 17/11/2019    Shipped
## 893        10347              34     64.96 29/11/2019    Shipped
## 894        10357              49     70.58 10/12/2019    Shipped
## 895        10369              28     44.21 20/01/2020    Shipped
## 896        10392              37     59.96 10/03/2020    Shipped
## 897        10423              31     53.72 30/05/2020 In Process
## 898        10106              41     83.44 17/02/2018    Shipped
## 899        10119              21     89.46 28/04/2018    Shipped
## 900        10130              40     96.34 16/06/2018    Shipped
## 901        10143              46     74.84 10/08/2018    Shipped
## 902        10155              44     79.14 06/10/2018    Shipped
## 903        10167              46     73.12 23/10/2018  Cancelled
## 904        10178              41     81.72 08/11/2018    Shipped
## 905        10186              32     89.46 14/11/2018    Shipped
## 906        10197              46     87.74 26/11/2018    Shipped
## 907        10222              49     94.62 19/02/2019    Shipped
## 908        10248              21     73.98 07/05/2019  Cancelled
## 909        10262              32     84.30 24/06/2019  Cancelled
## 910        10273              34     98.06 21/07/2019    Shipped
## 911        10283              21     98.06 20/08/2019    Shipped
## 912        10296              21     96.34 15/09/2019    Shipped
## 913        10307              31     83.44 14/10/2019    Shipped
## 914        10316              21     94.62 01/11/2019    Shipped
## 915        10327              25     45.86 10/11/2019   Resolved
## 916        10338              28     82.58 22/11/2019    Shipped
## 917        10350              43     64.97 02/12/2019    Shipped
## 918        10373              22     86.74 31/01/2020    Shipped
## 919        10386              37     93.01 01/03/2020   Resolved
## 920        10398              28     72.26 30/03/2020    Shipped
## 921        10400              30     74.84 01/04/2020    Shipped
## 922        10414              44     73.98 06/05/2020    On Hold
## 923        10103              25    101.58 29/01/2018    Shipped
## 924        10126              30     97.39 28/05/2018    Shipped
## 925        10139              20     90.06 16/07/2018    Shipped
## 926        10150              26    107.86 19/09/2018    Shipped
## 927        10163              40    122.52 20/10/2018    Shipped
## 928        10173              31     89.01 05/11/2018    Shipped
## 929        10183              22    113.10 13/11/2018    Shipped
## 930        10193              23    120.43 21/11/2018    Shipped
## 931        10206              30    119.38 05/12/2018    Shipped
## 932        10215              49    107.86 29/01/2019    Shipped
## 933        10228              31    102.63 10/03/2019    Shipped
## 934        10244              29    115.19 29/04/2019    Shipped
## 935        10257              37     84.82 14/06/2019    Shipped
## 936        10270              38    125.66 19/07/2019    Shipped
## 937        10280              29    103.67 17/08/2019    Shipped
## 938        10291              23    124.62 08/09/2019    Shipped
## 939        10304              26     85.87 11/10/2019    Shipped
## 940        10312              38    117.29 21/10/2019    Shipped
## 941        10322              48     47.04 04/11/2019    Shipped
## 942        10332              40     39.80 17/11/2019    Shipped
## 943        10347              45    109.96 29/11/2019    Shipped
## 944        10357              44    117.29 10/12/2019    Shipped
## 945        10369              21     94.22 20/01/2020    Shipped
## 946        10392              29     86.92 10/03/2020    Shipped
## 947        10423              21     84.82 30/05/2020 In Process
## 948        10105              22    139.32 11/02/2018    Shipped
## 949        10117              26    136.59 16/04/2018    Shipped
## 950        10128              41    135.22 06/06/2018    Shipped
## 951        10142              47    128.39 08/08/2018    Shipped
## 952        10153              31    117.47 28/09/2018    Shipped
## 953        10166              43    161.18 21/10/2018    Shipped
## 954        10177              23    159.81 07/11/2018    Shipped
## 955        10185              28    122.93 14/11/2018    Shipped
## 956        10196              49    140.69 26/11/2018    Shipped
## 957        10208              24    109.27 02/01/2019    Shipped
## 958        10221              33    133.86 18/02/2019    Shipped
## 959        10232              22    163.91 20/03/2019    Shipped
## 960        10248              32    118.83 07/05/2019  Cancelled
## 961        10273              40    125.66 21/07/2019    Shipped
## 962        10282              43    155.71 20/08/2019    Shipped
## 963        10293              24    117.47 09/09/2019    Shipped
## 964        10306              32    117.47 14/10/2019    Shipped
## 965        10314              20    136.59 22/10/2019    Shipped
## 966        10325              24     69.12 05/11/2019    Shipped
## 967        10336              48    120.38 20/11/2019    Shipped
## 968        10350              44    117.98 02/12/2019    Shipped
## 969        10372              28    137.96 26/01/2020    Shipped
## 970        10383              24     61.52 22/02/2020    Shipped
## 971        10396              33    159.81 23/03/2020    Shipped
## 972        10414              41    118.83 06/05/2020    On Hold
## 973        10104              23    198.13 31/01/2018    Shipped
## 974        10109              46    179.50 10/03/2018    Shipped
## 975        10114              48    171.03 01/04/2018    Shipped
## 976        10122              25    143.94 08/05/2018    Shipped
## 977        10127              22    174.42 03/06/2018    Shipped
## 978        10136              41    203.21 04/07/2018    Shipped
## 979        10141              34    142.25 01/08/2018    Shipped
## 980        10148              32    169.34 11/09/2018    Shipped
## 981        10151              21    177.81 21/09/2018    Shipped
## 982        10165              47    186.27 22/10/2018    Shipped
## 983        10171              39    140.55 05/11/2018    Shipped
## 984        10175              29    152.41 06/11/2018    Shipped
## 985        10181              45    140.55 12/11/2018    Shipped
## 986        10184              28    157.49 14/11/2018    Shipped
## 987        10192              26    150.71 20/11/2018    Shipped
## 988        10195              50    152.41 25/11/2018    Shipped
## 989        10203              48    172.73 02/12/2018    Shipped
## 990        10207              25    157.49 09/12/2018    Shipped
## 991        10212              40    138.86 16/01/2019    Shipped
## 992        10225              43    149.02 22/02/2019    Shipped
## 993        10229              22    189.66 11/03/2019    Shipped
## 994        10239              47    150.71 12/04/2019    Shipped
## 995        10246              36    198.13 05/05/2019    Shipped
## 996        10253              40    169.34 01/06/2019  Cancelled
## 997        10259              27    135.47 15/06/2019    Shipped
## 998        10266              29    165.95 06/07/2019    Shipped
## 999        10271              20    196.43 20/07/2019    Shipped
## 1000       10278              42    152.41 06/08/2019    Shipped
## 1001       10281              25    167.65 19/08/2019    Shipped
## 1002       10287              36    162.57 30/08/2019    Shipped
## 1003       10292              21    135.47 08/09/2019    Shipped
## 1004       10301              23    174.42 05/10/2018    Shipped
## 1005       10305              37    201.51 13/10/2019    Shipped
## 1006       10310              48    186.27 16/10/2019    Shipped
## 1007       10313              25    182.89 22/10/2019    Shipped
## 1008       10321              33    172.73 04/11/2019    Shipped
## 1009       10324              27    116.87 05/11/2019    Shipped
## 1010       10331              27    154.47 17/11/2019    Shipped
## 1011       10334              20    143.94 19/11/2019    On Hold
## 1012       10342              30    167.65 24/11/2019    Shipped
## 1013       10349              48    154.10 01/12/2019    Shipped
## 1014       10358              32     93.49 10/12/2019    Shipped
## 1015       10366              34    184.58 10/01/2020    Shipped
## 1016       10370              27     56.85 20/01/2020    Shipped
## 1017       10377              39    186.27 09/02/2020    Shipped
## 1018       10383              47    146.15 22/02/2020    Shipped
## 1019       10394              22    152.41 15/03/2020    Shipped
## 1020       10405              55    150.71 14/04/2020    Shipped
## 1021       10412              60    198.13 03/05/2020    Shipped
## 1022       10419              35    169.34 17/05/2020    Shipped
## 1023       10425              28    135.47 31/05/2020 In Process
## 1024       10105              38    113.95 11/02/2018    Shipped
## 1025       10117              21     95.80 16/04/2018    Shipped
## 1026       10128              41    117.98 06/06/2018    Shipped
## 1027       10142              22     97.81 08/08/2018    Shipped
## 1028       10153              29     88.74 28/09/2018    Shipped
## 1029       10165              50    106.89 22/10/2018    Shipped
## 1030       10177              29    105.88 07/11/2018    Shipped
## 1031       10185              49     80.67 14/11/2018    Shipped
## 1032       10196              35    101.85 26/11/2018    Shipped
## 1033       10208              48    116.97 02/01/2019    Shipped
## 1034       10221              23     80.67 18/02/2019    Shipped
## 1035       10232              48     95.80 20/03/2019    Shipped
## 1036       10248              42    121.01 07/05/2019  Cancelled
## 1037       10273              47    115.97 21/07/2019    Shipped
## 1038       10282              36    115.97 20/08/2019    Shipped
## 1039       10293              22    109.92 09/09/2019    Shipped
## 1040       10306              40     91.76 14/10/2019    Shipped
## 1041       10314              23    107.90 22/10/2019    Shipped
## 1042       10326              32    118.99 09/11/2019    Shipped
## 1043       10336              21    106.21 20/11/2019    Shipped
## 1044       10350              41     93.04 02/12/2019    Shipped
## 1045       10372              25     84.71 26/01/2020    Shipped
## 1046       10383              26    128.48 22/02/2020    Shipped
## 1047       10396              24     89.75 23/03/2020    Shipped
## 1048       10414              48    121.01 06/05/2020    On Hold
## 1049       10108              26     68.35 03/03/2018    Shipped
## 1050       10122              21     73.17 08/05/2018    Shipped
## 1051       10135              45     78.00 02/07/2018    Shipped
## 1052       10147              36     86.04 05/09/2018    Shipped
## 1053       10169              32     70.76 04/11/2018    Shipped
## 1054       10181              30     82.82 12/11/2018    Shipped
## 1055       10191              36     94.88 20/11/2018    Shipped
## 1056       10203              33     86.04 02/12/2018    Shipped
## 1057       10211              35     78.00 15/01/2019    Shipped
## 1058       10225              37     95.69 22/02/2019    Shipped
## 1059       10238              41     73.17 09/04/2019    Shipped
## 1060       10252              20     76.39 26/05/2019    Shipped
## 1061       10265              45     86.84 02/07/2019    Shipped
## 1062       10276              38     69.96 02/08/2019    Shipped
## 1063       10287              43     70.76 30/08/2019    Shipped
## 1064       10300              49     78.80 04/10/2018    Shipped
## 1065       10310              27     80.41 16/10/2019    Shipped
## 1066       10319              46     73.98 03/11/2019    Shipped
## 1067       10329              38     59.10 15/11/2019    Shipped
## 1068       10342              25     66.74 24/11/2019    Shipped
## 1069       10363              46     60.30 06/01/2020    Shipped
## 1070       10378              22    112.00 10/02/2020    Shipped
## 1071       10390              40    137.29 04/03/2020    Shipped
## 1072       10103              46    104.17 29/01/2018    Shipped
## 1073       10126              38     82.34 28/05/2018    Shipped
## 1074       10139              30    103.18 16/07/2018    Shipped
## 1075       10149              42     94.25 12/09/2018    Shipped
## 1076       10163              43    116.08 20/10/2018    Shipped
## 1077       10173              29     95.24 05/11/2018    Shipped
## 1078       10182              33     86.31 12/11/2018    Shipped
## 1079       10193              32     79.37 21/11/2018    Shipped
## 1080       10206              28     87.30 05/12/2018    Shipped
## 1081       10215              41    111.12 29/01/2019    Shipped
## 1082       10227              33    111.12 02/03/2019    Shipped
## 1083       10244              36     84.33 29/04/2019    Shipped
## 1084       10257              26     89.29 14/06/2019    Shipped
## 1085       10280              34    102.19 17/08/2019    Shipped
## 1086       10290              26     96.23 07/09/2019    Shipped
## 1087       10304              38    104.17 11/10/2019    Shipped
## 1088       10312              33    107.15 21/10/2019    Shipped
## 1089       10323              33     91.27 05/11/2019    Shipped
## 1090       10347              26    102.19 29/11/2019    Shipped
## 1091       10357              25    104.17 10/12/2019    Shipped
## 1092       10369              45     73.08 20/01/2020    Shipped
## 1093       10382              50    178.71 17/02/2020    Shipped
## 1094       10392              36    112.11 10/03/2020    Shipped
## 1095       10423              21     89.29 30/05/2020 In Process
## 1096       10108              29    139.64 03/03/2018    Shipped
## 1097       10122              21    117.59 08/05/2018    Shipped
## 1098       10135              42    129.35 02/07/2018    Shipped
## 1099       10147              37    119.06 05/09/2018    Shipped
## 1100       10169              36    123.47 04/11/2018    Shipped
## 1101       10181              22    154.34 12/11/2018    Shipped
## 1102       10191              23    148.46 20/11/2018    Shipped
## 1103       10203              32    160.22 02/12/2018    Shipped
## 1104       10211              28    133.76 15/01/2019    Shipped
## 1105       10225              27    169.04 22/02/2019    Shipped
## 1106       10238              49    133.76 09/04/2019    Shipped
## 1107       10252              41    164.63 26/05/2019    Shipped
## 1108       10265              49    171.98 02/07/2019    Shipped
## 1109       10276              30    130.82 02/08/2019    Shipped
## 1110       10287              40    169.04 30/08/2019    Shipped
## 1111       10300              23    164.63 04/10/2018    Shipped
## 1112       10310              49    127.88 16/10/2019    Shipped
## 1113       10320              25    139.64 03/11/2019    Shipped
## 1114       10330              37    119.06 16/11/2019    Shipped
## 1115       10342              55    119.06 24/11/2019    Shipped
## 1116       10355              23    138.17 07/12/2019    Shipped
## 1117       10363              24    172.61 06/01/2020    Shipped
## 1118       10378              43     96.49 10/02/2020    Shipped
## 1119       10390              50    147.94 04/03/2020    Shipped
## 1120       10109              47    132.80 10/03/2018    Shipped
## 1121       10123              34    156.82 20/05/2018    Shipped
## 1122       10137              31    165.30 10/07/2018    Shipped
## 1123       10148              28    129.98 11/09/2018    Shipped
## 1124       10161              36    154.00 17/10/2018    Shipped
## 1125       10172              48    114.44 05/11/2018    Shipped
## 1126       10181              39    148.34 12/11/2018    Shipped
## 1127       10192              45    118.68 20/11/2018    Shipped
## 1128       10204              35    163.88 02/12/2018    Shipped
## 1129       10212              45    141.28 16/01/2019    Shipped
## 1130       10226              46    159.65 26/02/2019    Shipped
## 1131       10240              37    161.06 13/04/2019    Shipped
## 1132       10253              31    129.98 01/06/2019  Cancelled
## 1133       10266              33    152.58 06/07/2019    Shipped
## 1134       10278              31    132.80 06/08/2019    Shipped
## 1135       10287              27    159.65 30/08/2019    Shipped
## 1136       10301              39    165.30 05/10/2018    Shipped
## 1137       10311              32    113.02 16/10/2019    Shipped
## 1138       10321              28    151.17 04/11/2019    Shipped
## 1139       10331              26     67.91 17/11/2019    Shipped
## 1140       10343              44     84.88 24/11/2019    Shipped
## 1141       10367              46    104.53 12/01/2020   Resolved
## 1142       10379              32     70.83 10/02/2020    Shipped
## 1143       10406              65    161.06 15/04/2020   Disputed
## 1144       10419              43    129.98 17/05/2020    Shipped
## 1145       10108              43     67.77 03/03/2018    Shipped
## 1146       10122              35     49.74 08/05/2018    Shipped
## 1147       10135              45     50.36 02/07/2018    Shipped
## 1148       10146              47     67.14 03/09/2018    Shipped
## 1149       10169              38     68.39 04/11/2018    Shipped
## 1150       10180              21     50.36 11/11/2018    Shipped
## 1151       10191              43     72.74 20/11/2018    Shipped
## 1152       10211              46     54.09 15/01/2019    Shipped
## 1153       10224              38     58.44 21/02/2019    Shipped
## 1154       10237              26     52.22 05/04/2019    Shipped
## 1155       10252              31     52.84 26/05/2019    Shipped
## 1156       10264              48     54.71 30/06/2019    Shipped
## 1157       10276              33     50.36 02/08/2019    Shipped
## 1158       10286              38     57.20 28/08/2019    Shipped
## 1159       10299              39     55.95 30/09/2019    Shipped
## 1160       10310              42     67.14 16/10/2019    Shipped
## 1161       10319              44     59.06 03/11/2019    Shipped
## 1162       10330              29     69.63 16/11/2019    Shipped
## 1163       10342              26     55.95 24/11/2019    Shipped
## 1164       10355              31     53.47 07/12/2019    Shipped
## 1165       10363              32     89.12 06/01/2020    Shipped
## 1166       10378              28    164.63 10/02/2020    Shipped
## 1167       10390              36    141.11 04/03/2020    Shipped
## 1168       10403              36     52.22 08/04/2020    Shipped
## 1169       10106              41    116.46 17/02/2018    Shipped
## 1170       10119              27     99.52 28/04/2018    Shipped
## 1171       10130              33    103.75 16/06/2018    Shipped
## 1172       10143              34    101.64 10/08/2018    Shipped
## 1173       10155              29    124.93 06/10/2018    Shipped
## 1174       10167              34    105.87 23/10/2018  Cancelled
## 1175       10178              48    112.22 08/11/2018    Shipped
## 1176       10186              46    106.93 14/11/2018    Shipped
## 1177       10197              22    115.40 26/11/2018    Shipped
## 1178       10222              45     85.75 19/02/2019    Shipped
## 1179       10249              46    121.75 08/05/2019    Shipped
## 1180       10262              34    120.69 24/06/2019  Cancelled
## 1181       10273              50     85.75 21/07/2019    Shipped
## 1182       10283              46    125.99 20/08/2019    Shipped
## 1183       10296              22     84.70 15/09/2019    Shipped
## 1184       10307              48     86.81 14/10/2019    Shipped
## 1185       10316              47     86.81 01/11/2019    Shipped
## 1186       10328              34    112.22 12/11/2019    Shipped
## 1187       10338              45    122.81 22/11/2019    Shipped
## 1188       10351              20    168.73 03/12/2019    Shipped
## 1189       10373              50     60.49 31/01/2020    Shipped
## 1190       10386              22     57.55 01/03/2020   Resolved
## 1191       10398              45    106.93 30/03/2020    Shipped
## 1192       10400              58    125.99 01/04/2020    Shipped
## 1193       10415              51    121.75 09/05/2020   Disputed
## 1194       10104              38    140.75 31/01/2018    Shipped
## 1195       10117              22    126.39 16/04/2018    Shipped
## 1196       10127              25    137.88 03/06/2018    Shipped
## 1197       10142              24    157.98 08/08/2018    Shipped
## 1198       10152              35    129.26 25/09/2018    Shipped
## 1199       10165              28    119.20 22/10/2018    Shipped
## 1200       10176              36    153.67 06/11/2018    Shipped
## 1201       10185              39    130.69 14/11/2018    Shipped
## 1202       10196              27    168.04 26/11/2018    Shipped
## 1203       10207              40    153.67 09/12/2018    Shipped
## 1204       10220              50    165.16 12/02/2019    Shipped
## 1205       10230              42    172.34 15/03/2019    Shipped
## 1206       10247              48    140.75 05/05/2019    Shipped
## 1207       10272              25    149.36 20/07/2019    Shipped
## 1208       10282              31    150.80 20/08/2019    Shipped
## 1209       10292              44    162.29 08/09/2019    Shipped
## 1210       10306              23    156.55 14/10/2019    Shipped
## 1211       10314              29    145.06 22/10/2019    Shipped
## 1212       10324              49    109.79 05/11/2019    Shipped
## 1213       10337              36    157.76 21/11/2019    Shipped
## 1214       10349              34    129.26 01/12/2019    Shipped
## 1215       10358              25    101.13 10/12/2019    Shipped
## 1216       10372              48    146.49 26/01/2020    Shipped
## 1217       10383              38    140.55 22/02/2020    Shipped
## 1218       10394              37    172.34 15/03/2020    Shipped
## 1219       10413              49    140.75 05/05/2020    Shipped
## 1220       10100              22     86.51 06/01/2018    Shipped
## 1221       10110              28     89.27 18/03/2018    Shipped
## 1222       10124              36     85.59 21/05/2018    Shipped
## 1223       10148              34    105.83 11/09/2018    Shipped
## 1224       10173              21     75.46 05/11/2018    Shipped
## 1225       10182              36    109.52 12/11/2018    Shipped
## 1226       10193              24     97.55 21/11/2018    Shipped
## 1227       10204              29     85.59 02/12/2018    Shipped
## 1228       10213              38     94.79 22/01/2019    Shipped
## 1229       10227              34    104.91 02/03/2019    Shipped
## 1230       10241              42     90.19 13/04/2019    Shipped
## 1231       10280              35    105.83 17/08/2019    Shipped
## 1232       10288              35     80.99 01/09/2019    Shipped
## 1233       10302              38     89.27 06/10/2018    Shipped
## 1234       10311              41     81.91 16/10/2019    Shipped
## 1235       10332              50    146.20 17/11/2019    Shipped
## 1236       10344              21    104.91 25/11/2019    Shipped
## 1237       10367              43     62.72 12/01/2020   Resolved
## 1238       10380              32    105.52 16/02/2020    Shipped
## 1239       10407               6     90.19 22/04/2020    On Hold
## 1240       10420              66     92.95 29/05/2020 In Process
## 1241       10105              41     82.50 11/02/2018    Shipped
## 1242       10117              23     97.42 16/04/2018    Shipped
## 1243       10128              43     92.16 06/06/2018    Shipped
## 1244       10142              24     70.22 08/08/2018    Shipped
## 1245       10153              22     83.38 28/09/2018    Shipped
## 1246       10166              26     73.73 21/10/2018    Shipped
## 1247       10177              35     74.60 07/11/2018    Shipped
## 1248       10185              47     77.24 14/11/2018    Shipped
## 1249       10197              50    101.81 26/11/2018    Shipped
## 1250       10208              45     87.77 02/01/2019    Shipped
## 1251       10221              39     89.53 18/02/2019    Shipped
## 1252       10232              23     89.53 20/03/2019    Shipped
## 1253       10248              42     75.48 07/05/2019  Cancelled
## 1254       10261              20     89.53 17/06/2019    Shipped
## 1255       10273              33     71.09 21/07/2019    Shipped
## 1256       10283              34    105.32 20/08/2019    Shipped
## 1257       10293              49    100.94 09/09/2019    Shipped
## 1258       10306              39     90.40 14/10/2019    Shipped
## 1259       10315              36    100.06 29/10/2019    Shipped
## 1260       10326              50     86.01 09/11/2019    Shipped
## 1261       10337              29    155.11 21/11/2019    Shipped
## 1262       10350              30    100.77 02/12/2019    Shipped
## 1263       10372              41     86.89 26/01/2020    Shipped
## 1264       10383              28     58.58 22/02/2020    Shipped
## 1265       10396              45    105.32 23/03/2020    Shipped
## 1266       10414              16     75.48 06/05/2020    On Hold
## 1267       10103              36    117.45 29/01/2018    Shipped
## 1268       10114              41    117.45 01/04/2018    Shipped
## 1269       10126              50    141.66 28/05/2018    Shipped
## 1270       10140              40    115.03 24/07/2018    Shipped
## 1271       10150              49    131.98 19/09/2018    Shipped
## 1272       10164              45    111.39 21/10/2018   Resolved
## 1273       10175              47    108.97 06/11/2018    Shipped
## 1274       10183              21    116.24 13/11/2018    Shipped
## 1275       10194              32    133.19 25/11/2018    Shipped
## 1276       10207              47    141.66 09/12/2018    Shipped
## 1277       10217              38    118.66 04/02/2019    Shipped
## 1278       10229              41    115.03 11/03/2019    Shipped
## 1279       10245              21    113.82 04/05/2019    Shipped
## 1280       10259              41    113.82 15/06/2019    Shipped
## 1281       10270              38    141.66 19/07/2019    Shipped
## 1282       10281              25     99.29 19/08/2019    Shipped
## 1283       10291              48    110.18 08/09/2019    Shipped
## 1284       10305              22     99.29 13/10/2019    Shipped
## 1285       10313              28    102.92 22/10/2019    Shipped
## 1286       10323              47    131.98 05/11/2019    Shipped
## 1287       10334              49    138.03 19/11/2019    On Hold
## 1288       10347              45    130.77 29/11/2019    Shipped
## 1289       10357              28    127.13 10/12/2019    Shipped
## 1290       10370              29     57.53 20/01/2020    Shipped
## 1291       10382              39    125.40 17/02/2020    Shipped
## 1292       10411              46    113.82 01/05/2020    Shipped
## 1293       10425              38    113.82 31/05/2020 In Process
## 1294       10103              41     47.29 29/01/2018    Shipped
## 1295       10113              50     49.81 26/03/2018    Shipped
## 1296       10126              43     53.83 28/05/2018    Shipped
## 1297       10140              29     43.27 24/07/2018    Shipped
## 1298       10150              30     42.76 19/09/2018    Shipped
## 1299       10164              25     53.83 21/10/2018   Resolved
## 1300       10174              49     44.78 06/11/2018    Shipped
## 1301       10183              40     49.30 13/11/2018    Shipped
## 1302       10194              41     44.78 25/11/2018    Shipped
## 1303       10206              21     53.33 05/12/2018    Shipped
## 1304       10215              46     45.28 29/01/2019    Shipped
## 1305       10229              39     40.25 11/03/2019    Shipped
## 1306       10245              45     59.87 04/05/2019    Shipped
## 1307       10258              21     59.87 15/06/2019    Shipped
## 1308       10270              44     58.36 19/07/2019    Shipped
## 1309       10281              44     59.87 19/08/2019    Shipped
## 1310       10291              29     51.82 08/09/2019    Shipped
## 1311       10304              34     49.30 11/10/2019    Shipped
## 1312       10312              39     56.85 21/10/2019    Shipped
## 1313       10324              38    179.79 05/11/2019    Shipped
## 1314       10348              29    245.20 01/11/2019    Shipped
## 1315       10358              30    176.76 10/12/2019    Shipped
## 1316       10370              20    136.50 20/01/2020    Shipped
## 1317       10382              39    200.70 17/02/2020    Shipped
## 1318       10411              35     59.87 01/05/2020    Shipped
## 1319       10424              26     59.87 31/05/2020 In Process
## 1320       10108              44    126.48 03/03/2018    Shipped
## 1321       10122              28    127.97 08/05/2018    Shipped
## 1322       10135              31    151.78 02/07/2018    Shipped
## 1323       10146              29    153.26 03/09/2018    Shipped
## 1324       10169              33    148.80 04/11/2018    Shipped
## 1325       10180              44    126.48 11/11/2018    Shipped
## 1326       10191              32    132.43 20/11/2018    Shipped
## 1327       10211              41    138.38 15/01/2019    Shipped
## 1328       10225              35    150.29 22/02/2019    Shipped
## 1329       10238              44    144.34 09/04/2019    Shipped
## 1330       10252              26    136.90 26/05/2019    Shipped
## 1331       10264              20    120.53 30/06/2019    Shipped
## 1332       10276              48    119.04 02/08/2019    Shipped
## 1333       10287              34    126.48 30/08/2019    Shipped
## 1334       10299              49    162.19 30/09/2019    Shipped
## 1335       10310              40    133.92 16/10/2019    Shipped
## 1336       10319              45    175.58 03/11/2019    Shipped
## 1337       10330              50    122.02 16/11/2019    Shipped
## 1338       10342              38    165.17 24/11/2019    Shipped
## 1339       10355              25    168.14 07/12/2019    Shipped
## 1340       10363              28     58.18 06/01/2020    Shipped
## 1341       10378              49     67.14 10/02/2020    Shipped
## 1342       10390              49    140.06 04/03/2020    Shipped
## 1343       10110              42     61.29 18/03/2018    Shipped
## 1344       10124              23     57.73 21/05/2018    Shipped
## 1345       10148              29     81.25 11/09/2018    Shipped
## 1346       10161              25     80.54 17/10/2018    Shipped
## 1347       10173              39     71.98 05/11/2018    Shipped
## 1348       10182              44     69.84 12/11/2018    Shipped
## 1349       10193              25     76.26 21/11/2018    Shipped
## 1350       10204              45     76.26 02/12/2018    Shipped
## 1351       10213              25     83.39 22/01/2019    Shipped
## 1352       10227              37     57.73 02/03/2019    Shipped
## 1353       10241              30     66.99 13/04/2019    Shipped
## 1354       10267              36     75.55 07/07/2019    Shipped
## 1355       10279              26     60.58 09/08/2019    Shipped
## 1356       10288              23     73.41 01/09/2019    Shipped
## 1357       10302              23     72.70 06/10/2018    Shipped
## 1358       10311              25     66.99 16/10/2019    Shipped
## 1359       10332              21    165.38 17/11/2019    Shipped
## 1360       10344              26     63.43 25/11/2019    Shipped
## 1361       10367              44     85.25 12/01/2020   Resolved
## 1362       10380              24    189.00 16/02/2020    Shipped
## 1363       10407              66     66.99 22/04/2020    On Hold
## 1364       10420              36     57.73 29/05/2020 In Process
## 1365       10110              36     85.25 18/03/2018    Shipped
## 1366       10124              22     77.90 21/05/2018    Shipped
## 1367       10148              25     60.26 11/09/2018    Shipped
## 1368       10161              37     72.76 17/10/2018    Shipped
## 1369       10172              32     75.69 05/11/2018    Shipped
## 1370       10182              47     74.22 12/11/2018    Shipped
## 1371       10192              37     69.82 20/11/2018    Shipped
## 1372       10204              20     62.47 02/12/2018    Shipped
## 1373       10212              41     82.31 16/01/2019    Shipped
## 1374       10226              21     60.26 26/02/2019    Shipped
## 1375       10241              22     76.43 13/04/2019    Shipped
## 1376       10267              40     80.10 07/07/2019    Shipped
## 1377       10279              32     74.96 09/08/2019    Shipped
## 1378       10288              36     66.14 01/09/2019    Shipped
## 1379       10301              27     72.02 05/10/2018    Shipped
## 1380       10311              26     87.45 16/10/2019    Shipped
## 1381       10321              30     70.55 04/11/2019    Shipped
## 1382       10332              23     56.84 17/11/2019    Shipped
## 1383       10344              29     59.53 25/11/2019    Shipped
## 1384       10367              21     60.37 12/01/2020   Resolved
## 1385       10380              34    101.23 16/02/2020    Shipped
## 1386       10407              26     76.43 22/04/2020    On Hold
## 1387       10420              60     64.67 29/05/2020 In Process
## 1388       10104              35     55.49 31/01/2018    Shipped
## 1389       10115              47     69.36 04/04/2018    Shipped
## 1390       10127              20     60.69 03/06/2018    Shipped
## 1391       10141              20     54.33 01/08/2018    Shipped
## 1392       10152              25     65.31 25/09/2018    Shipped
## 1393       10165              25     69.36 22/10/2018    Shipped
## 1394       10176              27     68.78 06/11/2018    Shipped
## 1395       10184              31     60.11 14/11/2018    Shipped
## 1396       10195              44     66.47 25/11/2018    Shipped
## 1397       10207              49     46.82 09/12/2018    Shipped
## 1398       10220              26     56.07 12/02/2019    Shipped
## 1399       10230              36     54.33 15/03/2019    Shipped
## 1400       10246              44     52.60 05/05/2019    Shipped
## 1401       10259              28     46.82 15/06/2019    Shipped
## 1402       10271              45     64.74 20/07/2019    Shipped
## 1403       10282              29     46.82 20/08/2019    Shipped
## 1404       10292              40     53.75 08/09/2019    Shipped
## 1405       10305              45     61.85 13/10/2019    Shipped
## 1406       10314              44     53.18 22/10/2019    Shipped
## 1407       10324              25     69.16 05/11/2019    Shipped
## 1408       10336              45    132.72 20/11/2019    Shipped
## 1409       10349              48     47.40 01/12/2019    Shipped
## 1410       10358              44     60.76 10/12/2019    Shipped
## 1411       10371              25     97.27 23/01/2020    Shipped
## 1412       10383              22     91.76 22/02/2020    Shipped
## 1413       10394              31     50.29 15/03/2020    Shipped
## 1414       10412              21     52.60 03/05/2020    Shipped
## 1415       10425              55     46.82 31/05/2020 In Process
## 1416       10107              25    113.83 24/02/2018    Shipped
## 1417       10120              35     98.05 29/04/2018    Shipped
## 1418       10134              35     93.54 01/07/2018    Shipped
## 1419       10145              43     95.80 25/08/2018    Shipped
## 1420       10168              50    114.95 28/10/2018    Shipped
## 1421       10180              48    111.57 11/11/2018    Shipped
## 1422       10188              25    101.43 18/11/2018    Shipped
## 1423       10211              25     90.16 15/01/2019    Shipped
## 1424       10223              32     91.29 20/02/2019    Shipped
## 1425       10237              20    114.95 05/04/2019    Shipped
## 1426       10251              26    101.43 18/05/2019    Shipped
## 1427       10263              42    102.56 28/06/2019    Shipped
## 1428       10275              21    102.56 23/07/2019    Shipped
## 1429       10285              34    109.32 27/08/2019    Shipped
## 1430       10299              47    116.08 30/09/2019    Shipped
## 1431       10309              21    126.22 15/10/2019    Shipped
## 1432       10318              48    134.11 02/11/2019    Shipped
## 1433       10329              30     87.78 15/11/2019    Shipped
## 1434       10339              27     84.39 23/11/2019    Shipped
## 1435       10362              50     96.92 05/01/2020    Shipped
## 1436       10374              38    110.45 02/02/2020    Shipped
## 1437       10389              45    102.17 03/03/2020    Shipped
## 1438       10403              46    114.95 08/04/2020    Shipped
## 1439       10417              35    101.43 13/05/2020   Disputed
## 1440       10110              29     59.37 18/03/2018    Shipped
## 1441       10123              50     59.87 20/05/2018    Shipped
## 1442       10137              26     49.81 10/07/2018    Shipped
## 1443       10148              47     56.85 11/09/2018    Shipped
## 1444       10161              23     53.33 17/10/2018    Shipped
## 1445       10172              34     42.76 05/11/2018    Shipped
## 1446       10181              34     53.83 12/11/2018    Shipped
## 1447       10192              47     53.83 20/11/2018    Shipped
## 1448       10204              45     49.81 02/12/2018    Shipped
## 1449       10212              45     53.33 16/01/2019    Shipped
## 1450       10226              36     43.27 26/02/2019    Shipped
## 1451       10241              21     40.25 13/04/2019    Shipped
## 1452       10266              28     48.30 06/07/2019    Shipped
## 1453       10278              35     45.28 06/08/2019    Shipped
## 1454       10288              50     52.32 01/09/2019    Shipped
## 1455       10301              22     51.32 05/10/2018    Shipped
## 1456       10311              45     49.30 16/10/2019    Shipped
## 1457       10321              48     42.26 04/11/2019    Shipped
## 1458       10332              20     87.96 17/11/2019    Shipped
## 1459       10343              27     36.21 24/11/2019    Shipped
## 1460       10367              38     38.50 12/01/2020   Resolved
## 1461       10379              32    124.08 10/02/2020    Shipped
## 1462       10407              64     40.25 22/04/2020    On Hold
## 1463       10420              37     60.37 29/05/2020 In Process
## 1464       10106              28     88.63 17/02/2018    Shipped
## 1465       10120              39    119.27 29/04/2018    Shipped
## 1466       10133              41     94.10 27/06/2018    Shipped
## 1467       10145              40     87.54 25/08/2018    Shipped
## 1468       10168              49    131.30 28/10/2018    Shipped
## 1469       10210              27     98.48 12/01/2019    Shipped
## 1470       10223              34    106.14 20/02/2019    Shipped
## 1471       10235              23     96.29 02/04/2019    Shipped
## 1472       10250              31     88.63 11/05/2019    Shipped
## 1473       10262              34     97.38 24/06/2019  Cancelled
## 1474       10275              25     95.20 23/07/2019    Shipped
## 1475       10284              22    105.04 21/08/2019    Shipped
## 1476       10297              32    126.93 16/09/2019    Shipped
## 1477       10308              31    112.70 15/10/2019    Shipped
## 1478       10316              25    114.89 01/11/2019    Shipped
## 1479       10328              47     87.54 12/11/2019    Shipped
## 1480       10339              21     50.65 23/11/2019    Shipped
## 1481       10353              28     71.73 04/12/2019    Shipped
## 1482       10374              46     94.10 02/02/2020    Shipped
## 1483       10386              33     41.71 01/03/2020   Resolved
## 1484       10398              43    129.12 30/03/2020    Shipped
## 1485       10401              38     96.29 03/04/2020    On Hold
## 1486       10416              47     88.63 10/05/2020    Shipped
## 1487       10101              45     31.20 09/01/2018    Shipped
## 1488       10110              20     35.51 18/03/2018    Shipped
## 1489       10124              45     37.84 21/05/2018    Shipped
## 1490       10149              36     33.19 12/09/2018    Shipped
## 1491       10173              31     31.53 05/11/2018    Shipped
## 1492       10182              39     36.84 12/11/2018    Shipped
## 1493       10193              26     29.21 21/11/2018    Shipped
## 1494       10205              32     37.17 03/12/2018    Shipped
## 1495       10214              20     34.19 26/01/2019    Shipped
## 1496       10227              42     29.21 02/03/2019    Shipped
## 1497       10243              33     29.54 26/04/2019    Shipped
## 1498       10280              20     28.88 17/08/2019    Shipped
## 1499       10288              29     38.17 01/09/2019    Shipped
## 1500       10304              23     30.20 11/10/2019    Shipped
## 1501       10312              39     29.54 21/10/2019    Shipped
## 1502       10322              20    131.20 04/11/2019    Shipped
## 1503       10332              45     81.91 17/11/2019    Shipped
## 1504       10344              20     35.18 25/11/2019    Shipped
## 1505       10356              48    202.50 09/12/2019    Shipped
## 1506       10367              23     36.29 12/01/2020   Resolved
## 1507       10380              32     70.56 16/02/2020    Shipped
## 1508       10391              33    252.87 09/03/2020    Shipped
## 1509       10409              61     29.54 23/04/2020    Shipped
## 1510       10420              45     26.88 29/05/2020 In Process
## 1511       10107              38     83.03 24/02/2018    Shipped
## 1512       10120              34     83.79 29/04/2018    Shipped
## 1513       10134              43     83.03 01/07/2018    Shipped
## 1514       10145              47     83.03 25/08/2018    Shipped
## 1515       10158              22     67.03 10/10/2018    Shipped
## 1516       10168              29     75.41 28/10/2018    Shipped
## 1517       10180              28     68.55 11/11/2018    Shipped
## 1518       10188              40     91.40 18/11/2018    Shipped
## 1519       10210              30     61.70 12/01/2019    Shipped
## 1520       10223              38     69.31 20/02/2019    Shipped
## 1521       10236              36     87.60 03/04/2019    Shipped
## 1522       10250              32     87.60 11/05/2019    Shipped
## 1523       10263              37     62.46 28/06/2019    Shipped
## 1524       10275              30     79.98 23/07/2019    Shipped
## 1525       10285              39     70.08 27/08/2019    Shipped
## 1526       10297              32     65.51 16/09/2019    Shipped
## 1527       10308              47     63.22 15/10/2019    Shipped
## 1528       10318              26     86.83 02/11/2019    Shipped
## 1529       10329              37     94.43 15/11/2019    Shipped
## 1530       10340              55     79.98 24/11/2019    Shipped
## 1531       10363              21    171.22 06/01/2020    Shipped
## 1532       10375              23    106.23 03/02/2020    Shipped
## 1533       10389              49     81.40 03/03/2020    Shipped
## 1534       10402              59     87.60 07/04/2020    Shipped
## 1535       10416              32     87.60 10/05/2020    Shipped
## 1536       10105              43    147.47 11/02/2018    Shipped
## 1537       10117              41    126.58 16/04/2018    Shipped
## 1538       10129              45    133.95 12/06/2018    Shipped
## 1539       10142              33    102.00 08/08/2018    Shipped
## 1540       10153              40    136.41 28/09/2018    Shipped
## 1541       10167              33    115.52 23/10/2018  Cancelled
## 1542       10177              50    121.66 07/11/2018    Shipped
## 1543       10185              30    105.69 14/11/2018    Shipped
## 1544       10197              41    110.60 26/11/2018    Shipped
## 1545       10208              35    122.89 02/01/2019    Shipped
## 1546       10221              49    138.87 18/02/2019    Shipped
## 1547       10232              46    122.89 20/03/2019    Shipped
## 1548       10248              48    145.01 07/05/2019  Cancelled
## 1549       10261              36    125.35 17/06/2019    Shipped
## 1550       10273              22    126.58 21/07/2019    Shipped
## 1551       10283              42    126.58 20/08/2019    Shipped
## 1552       10293              21    140.09 09/09/2019    Shipped
## 1553       10306              29    110.60 14/10/2019    Shipped
## 1554       10315              35    120.43 29/10/2019    Shipped
## 1555       10326              41    105.69 09/11/2019    Shipped
## 1556       10337              29     71.97 21/11/2019    Shipped
## 1557       10350              34     50.33 02/12/2019    Shipped
## 1558       10372              37    105.69 26/01/2020    Shipped
## 1559       10396              49    116.75 23/03/2020    Shipped
## 1560       10414              23    145.01 06/05/2020    On Hold
## 1561       10101              46     53.76 09/01/2018    Shipped
## 1562       10110              39     44.35 18/03/2018    Shipped
## 1563       10124              22     45.25 21/05/2018    Shipped
## 1564       10149              49     49.28 12/09/2018    Shipped
## 1565       10173              27     41.22 05/11/2018    Shipped
## 1566       10182              31     36.74 12/11/2018    Shipped
## 1567       10193              20     50.62 21/11/2018    Shipped
## 1568       10205              24     38.08 03/12/2018    Shipped
## 1569       10214              49     47.94 26/01/2019    Shipped
## 1570       10227              24     48.38 02/03/2019    Shipped
## 1571       10244              39     45.25 29/04/2019    Shipped
## 1572       10255              37     45.70 04/06/2019    Shipped
## 1573       10280              45     47.49 17/08/2019    Shipped
## 1574       10289              45     48.38 03/09/2019    Shipped
## 1575       10304              44     39.42 11/10/2019    Shipped
## 1576       10312              23     37.63 21/10/2019    Shipped
## 1577       10322              30    116.67 04/11/2019    Shipped
## 1578       10332              26     85.52 17/11/2019    Shipped
## 1579       10345              43     53.76 25/11/2019    Shipped
## 1580       10356              26     31.86 09/12/2019    Shipped
## 1581       10367              28     30.59 12/01/2020   Resolved
## 1582       10380              27     68.35 16/02/2020    Shipped
## 1583       10391              24    168.42 09/03/2020    Shipped
## 1584       10421              40     45.70 29/05/2020 In Process
## 1585       10103              36    102.23 29/01/2018    Shipped
## 1586       10114              21    139.29 01/04/2018    Shipped
## 1587       10126              27    126.51 28/05/2018    Shipped
## 1588       10140              47    108.62 24/07/2018    Shipped
## 1589       10151              42    121.40 21/09/2018    Shipped
## 1590       10165              32    145.68 22/10/2018    Shipped
## 1591       10175              28    106.07 06/11/2018    Shipped
## 1592       10184              24    145.68 14/11/2018    Shipped
## 1593       10194              49    117.57 25/11/2018    Shipped
## 1594       10207              46    148.24 09/12/2018    Shipped
## 1595       10217              28    112.46 04/02/2019    Shipped
## 1596       10229              48    118.84 11/03/2019    Shipped
## 1597       10246              29    121.40 05/05/2019    Shipped
## 1598       10259              47    112.46 15/06/2019    Shipped
## 1599       10271              43    130.35 20/07/2019    Shipped
## 1600       10281              25    111.18 19/08/2019    Shipped
## 1601       10291              48    112.46 08/09/2019    Shipped
## 1602       10305              24    132.90 13/10/2019    Shipped
## 1603       10313              42    132.90 22/10/2019    Shipped
## 1604       10324              31    123.24 05/11/2019    Shipped
## 1605       10334              42    131.62 19/11/2019    On Hold
## 1606       10348              37    161.66 01/11/2019    Shipped
## 1607       10358              41    138.65 10/12/2019    Shipped
## 1608       10371              20    172.47 23/01/2020    Shipped
## 1609       10382              20    132.72 17/02/2020    Shipped
## 1610       10412              70    121.40 03/05/2020    Shipped
## 1611       10425              49    112.46 31/05/2020 In Process
## 1612       10108              35     58.87 03/03/2018    Shipped
## 1613       10121              32     76.88 07/05/2018    Shipped
## 1614       10135              29     61.64 02/07/2018    Shipped
## 1615       10145              27     60.95 25/08/2018    Shipped
## 1616       10169              38     74.11 04/11/2018    Shipped
## 1617       10180              35     72.03 11/11/2018    Shipped
## 1618       10190              42     76.19 19/11/2018    Shipped
## 1619       10211              21     63.72 15/01/2019    Shipped
## 1620       10224              37     80.34 21/02/2019    Shipped
## 1621       10237              26     79.65 05/04/2019    Shipped
## 1622       10252              47     65.80 26/05/2019    Shipped
## 1623       10264              37     65.10 30/06/2019    Shipped
## 1624       10276              46     75.49 02/08/2019    Shipped
## 1625       10285              38     59.56 27/08/2019    Shipped
## 1626       10299              33     66.49 30/09/2019    Shipped
## 1627       10309              24     56.10 15/10/2019    Shipped
## 1628       10319              31     81.73 03/11/2019    Shipped
## 1629       10330              42     81.03 16/11/2019    Shipped
## 1630       10341              32    103.35 24/11/2019    Shipped
## 1631       10355              41     70.65 07/12/2019    Shipped
## 1632       10363              43     61.23 06/01/2020    Shipped
## 1633       10375              20    102.30 03/02/2020    Shipped
## 1634       10390              35     65.13 04/03/2020    Shipped
## 1635       10403              27     79.65 08/04/2020    Shipped
## 1636       10110              43     78.15 18/03/2018    Shipped
## 1637       10124              32     72.70 21/05/2018    Shipped
## 1638       10148              21     73.60 11/09/2018    Shipped
## 1639       10161              20    107.23 17/10/2018    Shipped
## 1640       10172              22     74.51 05/11/2018    Shipped
## 1641       10182              36     73.60 12/11/2018    Shipped
## 1642       10192              46     83.60 20/11/2018    Shipped
## 1643       10204              47     96.32 02/12/2018    Shipped
## 1644       10212              45     88.14 16/01/2019    Shipped
## 1645       10227              47     88.14 02/03/2019    Shipped
## 1646       10241              47     94.50 13/04/2019    Shipped
## 1647       10267              38     87.24 07/07/2019    Shipped
## 1648       10279              49     79.97 09/08/2019    Shipped
## 1649       10288              35     80.87 01/09/2019    Shipped
## 1650       10302              49    108.14 06/10/2018    Shipped
## 1651       10311              28     93.60 16/10/2019    Shipped
## 1652       10321              30     72.70 04/11/2019    Shipped
## 1653       10332              39     86.72 17/11/2019    Shipped
## 1654       10346              25    115.07 29/11/2019    Shipped
## 1655       10368              40    102.68 19/01/2020    Shipped
## 1656       10380              36     37.50 16/02/2020    Shipped
## 1657       10407              76     94.50 22/04/2020    On Hold
## 1658       10420              39    100.87 29/05/2020 In Process
## 1659       10104              44     39.60 31/01/2018    Shipped
## 1660       10114              24     30.06 01/04/2018    Shipped
## 1661       10127              39     38.19 03/06/2018    Shipped
## 1662       10141              21     42.43 01/08/2018    Shipped
## 1663       10151              30     40.31 21/09/2018    Shipped
## 1664       10165              27     31.82 22/10/2018    Shipped
## 1665       10175              37     31.12 06/11/2018    Shipped
## 1666       10184              42     31.82 14/11/2018    Shipped
## 1667       10195              32     28.29 25/11/2018    Shipped
## 1668       10207              42     29.70 09/12/2018    Shipped
## 1669       10219              21     40.31 10/02/2019    Shipped
## 1670       10229              33     32.88 11/03/2019    Shipped
## 1671       10246              49     36.07 05/05/2019    Shipped
## 1672       10259              31     33.24 15/06/2019    Shipped
## 1673       10271              38     41.72 20/07/2019    Shipped
## 1674       10281              20     40.66 19/08/2019    Shipped
## 1675       10292              39     30.06 08/09/2019    Shipped
## 1676       10305              48     31.47 13/10/2019    Shipped
## 1677       10314              39     37.13 22/10/2019    Shipped
## 1678       10324              30    111.27 05/11/2019    Shipped
## 1679       10335              33     37.13 19/11/2019    Shipped
## 1680       10349              36     37.13 01/12/2019    Shipped
## 1681       10358              36     82.94 10/12/2019    Shipped
## 1682       10371              45    123.24 23/01/2020    Shipped
## 1683       10383              40    152.24 22/02/2020    Shipped
## 1684       10394              46     38.90 15/03/2020    Shipped
## 1685       10412              30     36.07 03/05/2020    Shipped
## 1686       10425              31     33.24 31/05/2020 In Process
## 1687       10106              49     74.68 17/02/2018    Shipped
## 1688       10119              41     59.60 28/04/2018    Shipped
## 1689       10131              35     67.14 16/06/2018    Shipped
## 1690       10143              27     60.97 10/08/2018    Shipped
## 1691       10155              23     72.62 06/10/2018    Shipped
## 1692       10167              21     69.88 23/10/2018  Cancelled
## 1693       10178              34     80.84 08/11/2018    Shipped
## 1694       10186              22     69.20 14/11/2018    Shipped
## 1695       10198              48     67.82 27/11/2018    Shipped
## 1696       10222              32     81.53 19/02/2019    Shipped
## 1697       10249              20     67.82 08/05/2019    Shipped
## 1698       10262              24     67.14 24/06/2019  Cancelled
## 1699       10274              40     65.08 21/07/2019    Shipped
## 1700       10284              30     73.99 21/08/2019    Shipped
## 1701       10296              21     71.25 15/09/2019    Shipped
## 1702       10307              25     75.36 14/10/2019    Shipped
## 1703       10316              34     63.71 01/11/2019    Shipped
## 1704       10328              48     58.92 12/11/2019    Shipped
## 1705       10339              55    112.99 23/11/2019    Shipped
## 1706       10351              25     74.68 03/12/2019    Shipped
## 1707       10373              38     70.44 31/01/2020    Shipped
## 1708       10386              39     55.96 01/03/2020   Resolved
## 1709       10398              28     57.55 30/03/2020    Shipped
## 1710       10400              24     61.66 01/04/2020    Shipped
## 1711       10415              21     67.82 09/05/2020   Disputed
## 1712       10110              46    129.18 18/03/2018    Shipped
## 1713       10124              25     93.95 21/05/2018    Shipped
## 1714       10148              34    129.18 11/09/2018    Shipped
## 1715       10161              25    110.39 17/10/2018    Shipped
## 1716       10173              23    118.61 05/11/2018    Shipped
## 1717       10182              20    119.79 12/11/2018    Shipped
## 1718       10192              23    132.71 20/11/2018    Shipped
## 1719       10204              42    101.00 02/12/2018    Shipped
## 1720       10213              27    103.35 22/01/2019    Shipped
## 1721       10227              33    131.53 02/03/2019    Shipped
## 1722       10241              28     98.65 13/04/2019    Shipped
## 1723       10267              43    108.04 07/07/2019    Shipped
## 1724       10279              48    116.27 09/08/2019    Shipped
## 1725       10288              48    136.23 01/09/2019    Shipped
## 1726       10302              45    123.31 06/10/2018    Shipped
## 1727       10311              43    106.87 16/10/2019    Shipped
## 1728       10332              44     42.26 17/11/2019    Shipped
## 1729       10346              24     87.24 29/11/2019    Shipped
## 1730       10368              31    136.23 19/01/2020    Shipped
## 1731       10380              44     36.29 16/02/2020    Shipped
## 1732       10407              59     98.65 22/04/2020    On Hold
## 1733       10420              55     96.30 29/05/2020 In Process
## 1734       10109              29     32.10 10/03/2018    Shipped
## 1735       10122              39     30.96 08/05/2018    Shipped
## 1736       10135              20     35.87 02/07/2018    Shipped
## 1737       10147              25     42.67 05/09/2018    Shipped
## 1738       10171              36     35.49 05/11/2018    Shipped
## 1739       10181              37     42.67 12/11/2018    Shipped
## 1740       10192              30     30.59 20/11/2018    Shipped
## 1741       10203              21     37.00 02/12/2018    Shipped
## 1742       10212              34     43.42 16/01/2019    Shipped
## 1743       10225              42     36.63 22/02/2019    Shipped
## 1744       10239              20     44.56 12/04/2019    Shipped
## 1745       10253              40     42.67 01/06/2019  Cancelled
## 1746       10266              34     40.40 06/07/2019    Shipped
## 1747       10278              31     38.89 06/08/2019    Shipped
## 1748       10287              36     39.65 30/08/2019    Shipped
## 1749       10301              48     34.36 05/10/2018    Shipped
## 1750       10310              33     41.91 16/10/2019    Shipped
## 1751       10321              37     33.23 04/11/2019    Shipped
## 1752       10331              27     42.24 17/11/2019    Shipped
## 1753       10342              39     40.40 24/11/2019    Shipped
## 1754       10355              36     38.52 07/12/2019    Shipped
## 1755       10367              36    139.40 12/01/2020   Resolved
## 1756       10378              41    142.85 10/02/2020    Shipped
## 1757       10390              37    132.29 04/03/2020    Shipped
## 1758       10405              47     44.56 14/04/2020    Shipped
## 1759       10419              15     42.67 17/05/2020    Shipped
## 1760       10105              44     72.58 11/02/2018    Shipped
## 1761       10119              35     87.62 28/04/2018    Shipped
## 1762       10129              41     94.71 12/06/2018    Shipped
## 1763       10142              49     98.25 08/08/2018    Shipped
## 1764       10154              31     91.17 02/10/2018    Shipped
## 1765       10167              20     79.66 23/10/2018  Cancelled
## 1766       10177              45     72.58 07/11/2018    Shipped
## 1767       10185              33     74.35 14/11/2018    Shipped
## 1768       10197              47     83.20 26/11/2018    Shipped
## 1769       10208              20     89.40 02/01/2019    Shipped
## 1770       10222              47     70.81 19/02/2019    Shipped
## 1771       10233              40     94.71 29/03/2019    Shipped
## 1772       10248              30    101.79 07/05/2019  Cancelled
## 1773       10261              22     91.17 17/06/2019    Shipped
## 1774       10273              27    103.56 21/07/2019    Shipped
## 1775       10283              34     92.94 20/08/2019    Shipped
## 1776       10295              46     84.97 10/09/2019    Shipped
## 1777       10306              31     84.08 14/10/2019    Shipped
## 1778       10315              24     86.74 29/10/2019    Shipped
## 1779       10326              41     85.85 09/11/2019    Shipped
## 1780       10339              55    195.60 23/11/2019    Shipped
## 1781       10350              30    100.70 02/12/2019    Shipped
## 1782       10373              33     57.32 31/01/2020    Shipped
## 1783       10396              27     83.20 23/03/2020    Shipped
## 1784       10414              60    101.79 06/05/2020    On Hold
## 1785       10110              27     73.62 18/03/2018    Shipped
## 1786       10124              49     83.04 21/05/2018    Shipped
## 1787       10148              31     73.62 11/09/2018    Shipped
## 1788       10161              20     77.05 17/10/2018    Shipped
## 1789       10172              24     81.33 05/11/2018    Shipped
## 1790       10182              33     94.17 12/11/2018    Shipped
## 1791       10192              32     72.77 20/11/2018    Shipped
## 1792       10204              40     79.62 02/12/2018    Shipped
## 1793       10212              27     79.62 16/01/2019    Shipped
## 1794       10227              40     79.62 02/03/2019    Shipped
## 1795       10241              26     81.33 13/04/2019    Shipped
## 1796       10267              44     96.74 07/07/2019    Shipped
## 1797       10279              33     71.06 09/08/2019    Shipped
## 1798       10288              34     68.49 01/09/2019    Shipped
## 1799       10302              48     74.48 06/10/2018    Shipped
## 1800       10311              25     83.04 16/10/2019    Shipped
## 1801       10321              39     84.75 04/11/2019    Shipped
## 1802       10332              45     34.19 17/11/2019    Shipped
## 1803       10346              24    138.58 29/11/2019    Shipped
## 1804       10368              46     79.62 19/01/2020    Shipped
## 1805       10380              44     79.06 16/02/2020    Shipped
## 1806       10407              13     81.33 22/04/2020    On Hold
## 1807       10420              35     96.74 29/05/2020 In Process
## 1808       10108              30     63.07 03/03/2018    Shipped
## 1809       10122              34     50.21 08/05/2018    Shipped
## 1810       10135              27     66.13 02/07/2018    Shipped
## 1811       10147              30     68.58 05/09/2018    Shipped
## 1812       10169              34     50.21 04/11/2018    Shipped
## 1813       10181              23     65.52 12/11/2018    Shipped
## 1814       10191              48     60.01 20/11/2018    Shipped
## 1815       10203              34     64.90 02/12/2018    Shipped
## 1816       10211              48     48.98 15/01/2019    Shipped
## 1817       10225              24     50.21 22/02/2019    Shipped
## 1818       10238              47     62.45 09/04/2019    Shipped
## 1819       10253              24     52.66 01/06/2019  Cancelled
## 1820       10266              47     62.45 06/07/2019    Shipped
## 1821       10276              20     61.23 02/08/2019    Shipped
## 1822       10287              20     67.97 30/08/2019    Shipped
## 1823       10300              31     58.78 04/10/2018    Shipped
## 1824       10310              38     56.94 16/10/2019    Shipped
## 1825       10320              26     61.23 03/11/2019    Shipped
## 1826       10331              25    123.14 17/11/2019    Shipped
## 1827       10342              48     62.45 24/11/2019    Shipped
## 1828       10355              44     62.45 07/12/2019    Shipped
## 1829       10363              21    116.56 06/01/2020    Shipped
## 1830       10378              46     41.54 10/02/2020    Shipped
## 1831       10390              46     52.84 04/03/2020    Shipped
## 1832       10419              55     52.66 17/05/2020    Shipped
## 1833       10106              31     52.60 17/02/2018    Shipped
## 1834       10119              20     72.98 28/04/2018    Shipped
## 1835       10131              29     59.18 16/06/2018    Shipped
## 1836       10143              33     77.59 10/08/2018    Shipped
## 1837       10155              34     55.89 06/10/2018    Shipped
## 1838       10167              32     63.12 23/10/2018  Cancelled
## 1839       10178              27     73.64 08/11/2018    Shipped
## 1840       10186              21     69.04 14/11/2018    Shipped
## 1841       10198              27     71.67 27/11/2018    Shipped
## 1842       10222              43     70.35 19/02/2019    Shipped
## 1843       10249              25     69.70 08/05/2019    Shipped
## 1844       10262              46     70.35 24/06/2019  Cancelled
## 1845       10274              24     72.33 21/07/2019    Shipped
## 1846       10284              39     71.67 21/08/2019    Shipped
## 1847       10296              31     53.92 15/09/2019    Shipped
## 1848       10307              22     71.67 14/10/2019    Shipped
## 1849       10316              47     76.93 01/11/2019    Shipped
## 1850       10328              20     72.98 12/11/2019    Shipped
## 1851       10339              29     99.69 23/11/2019    Shipped
## 1852       10351              38     68.38 03/12/2019    Shipped
## 1853       10361              34    113.88 17/12/2019    Shipped
## 1854       10373              46     66.00 31/01/2020    Shipped
## 1855       10386              35     63.76 01/03/2020   Resolved
## 1856       10398              34     71.67 30/03/2020    Shipped
## 1857       10400              38     57.20 01/04/2020    Shipped
## 1858       10415              18     69.70 09/05/2020   Disputed
## 1859       10110              37    100.66 18/03/2018    Shipped
## 1860       10124              43    121.00 21/05/2018    Shipped
## 1861       10148              27    128.50 11/09/2018    Shipped
## 1862       10161              30    104.94 17/10/2018    Shipped
## 1863       10172              22     98.51 05/11/2018    Shipped
## 1864       10182              49    127.43 12/11/2018    Shipped
## 1865       10192              46    121.00 20/11/2018    Shipped
## 1866       10204              48     91.02 02/12/2018    Shipped
## 1867       10212              46     87.81 16/01/2019    Shipped
## 1868       10226              48     92.09 26/02/2019    Shipped
## 1869       10241              27     86.73 13/04/2019    Shipped
## 1870       10267              43    118.86 07/07/2019    Shipped
## 1871       10279              48    128.50 09/08/2019    Shipped
## 1872       10288              41    118.86 01/09/2019    Shipped
## 1873       10301              22     96.37 05/10/2018    Shipped
## 1874       10311              46     92.09 16/10/2019    Shipped
## 1875       10321              21     89.95 04/11/2019    Shipped
## 1876       10332              31     37.18 17/11/2019    Shipped
## 1877       10346              26     95.88 29/11/2019    Shipped
## 1878       10368              20     99.58 19/01/2020    Shipped
## 1879       10380              34    116.27 16/02/2020    Shipped
## 1880       10407              43     86.73 22/04/2020    On Hold
## 1881       10420              26    100.66 29/05/2020 In Process
## 1882       10105              50     79.67 11/02/2018    Shipped
## 1883       10119              35     90.57 28/04/2018    Shipped
## 1884       10129              50     77.99 12/06/2018    Shipped
## 1885       10143              23     80.51 10/08/2018    Shipped
## 1886       10155              37     67.93 06/10/2018    Shipped
## 1887       10167              29     83.86 23/10/2018  Cancelled
## 1888       10178              21     72.12 08/11/2018    Shipped
## 1889       10186              36     85.54 14/11/2018    Shipped
## 1890       10197              22     86.38 26/11/2018    Shipped
## 1891       10222              46     80.51 19/02/2019    Shipped
## 1892       10248              23     76.31 07/05/2019  Cancelled
## 1893       10262              49     87.21 24/06/2019  Cancelled
## 1894       10273              48     83.02 21/07/2019    Shipped
## 1895       10283              33     72.96 20/08/2019    Shipped
## 1896       10296              22     77.15 15/09/2019    Shipped
## 1897       10307              22     91.41 14/10/2019    Shipped
## 1898       10316              25     92.25 01/11/2019    Shipped
## 1899       10326              20     92.25 09/11/2019    Shipped
## 1900       10339              42     59.36 23/11/2019    Shipped
## 1901       10350              25     60.34 02/12/2019    Shipped
## 1902       10373              23    104.10 31/01/2020    Shipped
## 1903       10385              37     85.54 28/02/2020    Shipped
## 1904       10396              37     90.57 23/03/2020    Shipped
## 1905       10400              42     72.96 01/04/2020    Shipped
## 1906       10414              51     76.31 06/05/2020    On Hold
## 1907       10108              40    136.22 03/03/2018    Shipped
## 1908       10122              43    127.79 08/05/2018    Shipped
## 1909       10135              47    134.81 02/07/2018    Shipped
## 1910       10147              23    126.39 05/09/2018    Shipped
## 1911       10170              34    112.34 04/11/2018    Shipped
## 1912       10181              25    154.47 12/11/2018    Shipped
## 1913       10192              45    140.43 20/11/2018    Shipped
## 1914       10203              47    148.86 02/12/2018    Shipped
## 1915       10212              49    141.83 16/01/2019    Shipped
## 1916       10225              40    113.75 22/02/2019    Shipped
## 1917       10239              29    154.47 12/04/2019    Shipped
## 1918       10253              39    132.00 01/06/2019  Cancelled
## 1919       10266              24    122.17 06/07/2019    Shipped
## 1920       10278              25    126.39 06/08/2019    Shipped
## 1921       10287              36    119.37 30/08/2019    Shipped
## 1922       10301              50    154.47 05/10/2018    Shipped
## 1923       10310              45    122.17 16/10/2019    Shipped
## 1924       10321              26    155.88 04/11/2019    Shipped
## 1925       10331              21    149.33 17/11/2019    Shipped
## 1926       10342              42    119.37 24/11/2019    Shipped
## 1927       10355              32    165.71 07/12/2019    Shipped
## 1928       10363              31     94.58 06/01/2020    Shipped
## 1929       10378              33     53.27 10/02/2020    Shipped
## 1930       10390              45    150.29 04/03/2020    Shipped
## 1931       10405              76    154.47 14/04/2020    Shipped
## 1932       10419              70    132.00 17/05/2020    Shipped
## 1933       10106              50     64.83 17/02/2018    Shipped
## 1934       10119              28     70.29 28/04/2018    Shipped
## 1935       10131              50     81.89 16/06/2018    Shipped
## 1936       10143              28     66.19 10/08/2018    Shipped
## 1937       10155              44     77.11 06/10/2018    Shipped
## 1938       10168              27     73.02 28/10/2018    Shipped
## 1939       10178              30     72.33 08/11/2018    Shipped
## 1940       10198              43     66.19 27/11/2018    Shipped
## 1941       10210              29     69.60 12/01/2019    Shipped
## 1942       10222              48     56.64 19/02/2019    Shipped
## 1943       10235              33     60.05 02/04/2019    Shipped
## 1944       10250              40     75.06 11/05/2019    Shipped
## 1945       10262              48     61.42 24/06/2019  Cancelled
## 1946       10275              41     81.89 23/07/2019    Shipped
## 1947       10284              21     55.96 21/08/2019    Shipped
## 1948       10296              32     71.65 15/09/2019    Shipped
## 1949       10308              43     76.43 15/10/2019    Shipped
## 1950       10316              30     77.79 01/11/2019    Shipped
## 1951       10328              35     76.43 12/11/2019    Shipped
## 1952       10339              45     96.92 23/11/2019    Shipped
## 1953       10351              34     59.37 03/12/2019    Shipped
## 1954       10361              26    142.73 17/12/2019    Shipped
## 1955       10373              39     73.00 31/01/2020    Shipped
## 1956       10386              41     73.32 01/03/2020   Resolved
## 1957       10398              41     68.24 30/03/2020    Shipped
## 1958       10401              64     60.05 03/04/2020    On Hold
## 1959       10416              18     75.06 10/05/2020    Shipped
## 1960       10100              49     34.47 06/01/2018    Shipped
## 1961       10110              48     34.47 18/03/2018    Shipped
## 1962       10124              46     33.23 21/05/2018    Shipped
## 1963       10149              26     38.98 12/09/2018    Shipped
## 1964       10173              35     33.23 05/11/2018    Shipped
## 1965       10182              23     42.26 12/11/2018    Shipped
## 1966       10193              22     41.03 21/11/2018    Shipped
## 1967       10204              39     33.23 02/12/2018    Shipped
## 1968       10214              44     34.88 26/01/2019    Shipped
## 1969       10227              27     43.90 02/03/2019    Shipped
## 1970       10242              46     36.93 20/04/2019    Shipped
## 1971       10280              33     41.85 17/08/2019    Shipped
## 1972       10288              33     40.62 01/09/2019    Shipped
## 1973       10303              24     40.21 06/10/2019    Shipped
## 1974       10312              31     35.29 21/10/2019    Shipped
## 1975       10332              41     77.24 17/11/2019    Shipped
## 1976       10346              22     97.44 29/11/2019    Shipped
## 1977       10368              46     37.34 19/01/2020    Shipped
## 1978       10380              43     95.03 16/02/2020    Shipped
## 1979       10408              15     36.93 22/04/2020    Shipped
## 1980       10420              15     43.49 29/05/2020 In Process
## 1981       10104              26    112.37 31/01/2018    Shipped
## 1982       10115              44    126.56 04/04/2018    Shipped
## 1983       10127              20     96.99 03/06/2018    Shipped
## 1984       10141              40     94.62 01/08/2018    Shipped
## 1985       10152              23    121.83 25/09/2018    Shipped
## 1986       10165              24     99.36 22/10/2018    Shipped
## 1987       10176              29    100.54 06/11/2018    Shipped
## 1988       10184              49    118.28 14/11/2018    Shipped
## 1989       10195              34    108.82 25/11/2018    Shipped
## 1990       10207              28    106.45 09/12/2018    Shipped
## 1991       10220              37    136.02 12/02/2019    Shipped
## 1992       10230              45    105.27 15/03/2019    Shipped
## 1993       10246              46    137.20 05/05/2019    Shipped
## 1994       10271              22    139.57 20/07/2019    Shipped
## 1995       10282              39    123.01 20/08/2019    Shipped
## 1996       10292              27    141.94 08/09/2019    Shipped
## 1997       10305              36    128.93 13/10/2019    Shipped
## 1998       10314              38    105.27 22/10/2019    Shipped
## 1999       10325              44    121.04 05/11/2019    Shipped
## 2000       10336              31    148.99 20/11/2019    Shipped
## 2001       10349              23    138.39 01/12/2019    Shipped
## 2002       10359              22    118.32 15/12/2019    Shipped
## 2003       10371              28     50.32 23/01/2020    Shipped
## 2004       10383              21     93.91 22/02/2020    Shipped
## 2005       10394              37    140.75 15/03/2020    Shipped
## 2006       10412              31    137.20 03/05/2020    Shipped
## 2007       10103              25    114.92 29/01/2018    Shipped
## 2008       10126              34    105.18 28/05/2018    Shipped
## 2009       10139              29    112.97 16/07/2018    Shipped
## 2010       10149              20     90.57 12/09/2018    Shipped
## 2011       10163              42     91.55 20/10/2018    Shipped
## 2012       10173              22    116.87 05/11/2018    Shipped
## 2013       10183              47    107.13 13/11/2018    Shipped
## 2014       10193              20    113.95 21/11/2018    Shipped
## 2015       10206              33     97.39 05/12/2018    Shipped
## 2016       10215              39     90.57 29/01/2019    Shipped
## 2017       10228              33    103.23 10/03/2019    Shipped
## 2018       10244              40     86.68 29/04/2019    Shipped
## 2019       10257              46     78.89 14/06/2019    Shipped
## 2020       10269              48     97.39 16/07/2019    Shipped
## 2021       10280              21     78.89 17/08/2019    Shipped
## 2022       10290              45    114.92 07/09/2019    Shipped
## 2023       10304              33    101.29 11/10/2019    Shipped
## 2024       10312              44    111.02 21/10/2019    Shipped
## 2025       10324              33    189.93 05/11/2019    Shipped
## 2026       10348              39     50.31 01/11/2019    Shipped
## 2027       10358              41    167.00 10/12/2019    Shipped
## 2028       10369              40     86.92 20/01/2020    Shipped
## 2029       10382              33    139.17 17/02/2020    Shipped
## 2030       10423              28     78.89 30/05/2020 In Process
## 2031       10106              26     63.76 17/02/2018    Shipped
## 2032       10120              29     85.49 29/04/2018    Shipped
## 2033       10133              46     77.52 27/06/2018    Shipped
## 2034       10145              33     84.77 25/08/2018    Shipped
## 2035       10168              48     78.25 28/10/2018    Shipped
## 2036       10210              40     71.00 12/01/2019    Shipped
## 2037       10223              23     74.62 20/02/2019    Shipped
## 2038       10235              40     81.14 02/04/2019    Shipped
## 2039       10250              37     74.62 11/05/2019    Shipped
## 2040       10263              24     75.35 28/06/2019    Shipped
## 2041       10275              27     62.31 23/07/2019    Shipped
## 2042       10284              21     71.00 21/08/2019    Shipped
## 2043       10297              23     72.45 16/09/2019    Shipped
## 2044       10308              44     83.32 15/10/2019    Shipped
## 2045       10317              35     83.32 02/11/2019    Shipped
## 2046       10328              43     60.86 12/11/2019    Shipped
## 2047       10340              40     84.77 24/11/2019    Shipped
## 2048       10353              35     89.90 04/12/2019    Shipped
## 2049       10361              25     62.46 17/12/2019    Shipped
## 2050       10375              43    233.48 03/02/2020    Shipped
## 2051       10386              50     63.34 01/03/2020   Resolved
## 2052       10398              45     78.25 30/03/2020    Shipped
## 2053       10401              52     81.14 03/04/2020    On Hold
## 2054       10416              48     74.62 10/05/2020    Shipped
## 2055       10108              31     68.71 03/03/2018    Shipped
## 2056       10122              29     71.14 08/05/2018    Shipped
## 2057       10135              23     87.31 02/07/2018    Shipped
## 2058       10147              31     64.67 05/09/2018    Shipped
## 2059       10169              24     94.58 04/11/2018    Shipped
## 2060       10180              28     71.14 11/11/2018    Shipped
## 2061       10191              44     66.29 20/11/2018    Shipped
## 2062       10211              22     92.16 15/01/2019    Shipped
## 2063       10225              46     70.33 22/02/2019    Shipped
## 2064       10238              22     93.77 09/04/2019    Shipped
## 2065       10252              38     87.31 26/05/2019    Shipped
## 2066       10264              47     83.27 30/06/2019    Shipped
## 2067       10276              48     75.18 02/08/2019    Shipped
## 2068       10287              40     88.12 30/08/2019    Shipped
## 2069       10299              32     80.84 30/09/2019    Shipped
## 2070       10310              49     97.01 16/10/2019    Shipped
## 2071       10319              43     85.69 03/11/2019    Shipped
## 2072       10331              41    139.40 17/11/2019    Shipped
## 2073       10343              30    103.29 24/11/2019    Shipped
## 2074       10355              28     95.39 07/12/2019    Shipped
## 2075       10363              43    119.87 06/01/2020    Shipped
## 2076       10378              41    119.37 10/02/2020    Shipped
## 2077       10390              30     82.42 04/03/2020    Shipped
## 2078       10103              31    104.01 29/01/2018    Shipped
## 2079       10114              32    114.61 01/04/2018    Shipped
## 2080       10126              43     96.31 28/05/2018    Shipped
## 2081       10140              26    108.83 24/07/2018    Shipped
## 2082       10151              27    113.65 21/09/2018    Shipped
## 2083       10164              24    109.79 21/10/2018   Resolved
## 2084       10175              22    110.76 06/11/2018    Shipped
## 2085       10184              46    100.16 14/11/2018    Shipped
## 2086       10194              37     97.27 25/11/2018    Shipped
## 2087       10207              49     80.90 09/12/2018    Shipped
## 2088       10217              21    106.90 04/02/2019    Shipped
## 2089       10229              25    111.72 11/03/2019    Shipped
## 2090       10245              37    111.72 04/05/2019    Shipped
## 2091       10259              45     86.68 15/06/2019    Shipped
## 2092       10270              32     85.72 19/07/2019    Shipped
## 2093       10281              29     82.83 19/08/2019    Shipped
## 2094       10291              26     83.79 08/09/2019    Shipped
## 2095       10305              28    112.68 13/10/2019    Shipped
## 2096       10313              27     87.64 22/10/2019    Shipped
## 2097       10324              20     98.18 05/11/2019    Shipped
## 2098       10335              44    107.87 19/11/2019    Shipped
## 2099       10348              42    152.07 01/11/2019    Shipped
## 2100       10358              41    108.00 10/12/2019    Shipped
## 2101       10371              26    155.54 23/01/2020    Shipped
## 2102       10382              26    104.17 17/02/2020    Shipped
## 2103       10411              26    111.72 01/05/2020    Shipped
## 2104       10425              41     86.68 31/05/2020 In Process
## 2105       10107              20     92.90 24/02/2018    Shipped
## 2106       10120              22    111.88 29/04/2018    Shipped
## 2107       10133              23    114.87 27/06/2018    Shipped
## 2108       10145              33     93.90 25/08/2018    Shipped
## 2109       10168              28    115.87 28/10/2018    Shipped
## 2110       10188              44     98.89 18/11/2018    Shipped
## 2111       10210              46     79.91 12/01/2019    Shipped
## 2112       10223              21    117.87 20/02/2019    Shipped
## 2113       10235              41    101.89 02/04/2019    Shipped
## 2114       10250              31    105.88 11/05/2019    Shipped
## 2115       10263              31     79.91 28/06/2019    Shipped
## 2116       10275              23     81.91 23/07/2019    Shipped
## 2117       10285              37     98.89 27/08/2019    Shipped
## 2118       10297              26    109.88 16/09/2019    Shipped
## 2119       10308              24     79.91 15/10/2019    Shipped
## 2120       10318              47    112.88 02/11/2019    Shipped
## 2121       10329              45     63.91 15/11/2019    Shipped
## 2122       10340              55    117.87 24/11/2019    Shipped
## 2123       10353              46     81.17 04/12/2019    Shipped
## 2124       10363              50    131.53 06/01/2020    Shipped
## 2125       10375              37    171.71 03/02/2020    Shipped
## 2126       10387              44     94.90 02/03/2020    Shipped
## 2127       10401              49    101.89 03/04/2020    On Hold
## 2128       10416              45    105.88 10/05/2020    Shipped
## 2129       10108              27     43.45 03/03/2018    Shipped
## 2130       10122              31     44.66 08/05/2018    Shipped
## 2131       10135              33     40.23 02/07/2018    Shipped
## 2132       10145              31     35.80 25/08/2018    Shipped
## 2133       10169              26     39.83 04/11/2018    Shipped
## 2134       10180              34     45.46 11/11/2018    Shipped
## 2135       10190              46     32.99 19/11/2018    Shipped
## 2136       10211              41     42.24 15/01/2019    Shipped
## 2137       10224              43     39.43 21/02/2019    Shipped
## 2138       10237              26     40.23 05/04/2019    Shipped
## 2139       10252              36     48.28 26/05/2019    Shipped
## 2140       10264              20     32.59 30/06/2019    Shipped
## 2141       10276              27     36.61 02/08/2019    Shipped
## 2142       10285              37     41.03 27/08/2019    Shipped
## 2143       10299              24     42.24 30/09/2019    Shipped
## 2144       10310              36     43.05 16/10/2019    Shipped
## 2145       10319              29     38.22 03/11/2019    Shipped
## 2146       10331              28    146.52 17/11/2019    Shipped
## 2147       10343              29    128.04 24/11/2019    Shipped
## 2148       10355              38     39.83 07/12/2019    Shipped
## 2149       10364              48     48.28 06/01/2020    Shipped
## 2150       10378              40     82.46 10/02/2020    Shipped
## 2151       10390              41     44.56 04/03/2020    Shipped
## 2152       10403              30     40.23 08/04/2020    Shipped
## 2153       10104              35     47.62 31/01/2018    Shipped
## 2154       10114              28     55.73 01/04/2018    Shipped
## 2155       10127              45     51.95 03/06/2018    Shipped
## 2156       10141              24     45.99 01/08/2018    Shipped
## 2157       10151              41     63.85 21/09/2018    Shipped
## 2158       10165              48     45.99 22/10/2018    Shipped
## 2159       10175              50     63.31 06/11/2018    Shipped
## 2160       10184              33     62.77 14/11/2018    Shipped
## 2161       10195              32     43.29 25/11/2018    Shipped
## 2162       10207              27     60.06 09/12/2018    Shipped
## 2163       10219              35     55.19 10/02/2019    Shipped
## 2164       10229              23     54.11 11/03/2019    Shipped
## 2165       10246              35     48.70 05/05/2019    Shipped
## 2166       10259              40     43.83 15/06/2019    Shipped
## 2167       10271              35     47.62 20/07/2019    Shipped
## 2168       10281              31     55.19 19/08/2019    Shipped
## 2169       10292              50     46.53 08/09/2019    Shipped
## 2170       10305              40     57.90 13/10/2019    Shipped
## 2171       10313              38     45.45 22/10/2019    Shipped
## 2172       10325              38    232.74 05/11/2019    Shipped
## 2173       10335              40     60.60 19/11/2019    Shipped
## 2174       10349              33     46.53 01/12/2019    Shipped
## 2175       10359              36    176.63 15/12/2019    Shipped
## 2176       10371              20     66.47 23/01/2020    Shipped
## 2177       10383              32     53.18 22/02/2020    Shipped
## 2178       10394              36     62.77 15/03/2020    Shipped
## 2179       10412              19     48.70 03/05/2020    Shipped
## 2180       10425              11     43.83 31/05/2020 In Process
## 2181       10104              49     65.87 31/01/2018    Shipped
## 2182       10116              27     63.38 11/04/2018    Shipped
## 2183       10127              29     70.84 03/06/2018    Shipped
## 2184       10142              42     74.57 08/08/2018    Shipped
## 2185       10152              33     50.95 25/09/2018    Shipped
## 2186       10165              44     53.44 22/10/2018    Shipped
## 2187       10176              22     64.00 06/11/2018    Shipped
## 2188       10184              48     50.95 14/11/2018    Shipped
## 2189       10195              33     54.68 25/11/2018    Shipped
## 2190       10207              45     56.55 09/12/2018    Shipped
## 2191       10220              20     52.82 12/02/2019    Shipped
## 2192       10230              46     60.90 15/03/2019    Shipped
## 2193       10247              40     49.71 05/05/2019    Shipped
## 2194       10272              45     64.63 20/07/2019    Shipped
## 2195       10282              36     59.65 20/08/2019    Shipped
## 2196       10292              31     67.73 08/09/2019    Shipped
## 2197       10306              46     50.33 14/10/2019    Shipped
## 2198       10314              35     66.49 22/10/2019    Shipped
## 2199       10325              28    192.05 05/11/2019    Shipped
## 2200       10336              31     84.71 20/11/2019    Shipped
## 2201       10350              27    163.20 02/12/2019    Shipped
## 2202       10359              22    195.51 15/12/2019    Shipped
## 2203       10371              30     99.55 23/01/2020    Shipped
## 2204       10383              44     36.07 22/02/2020    Shipped
## 2205       10394              30     60.28 15/03/2020    Shipped
## 2206       10413              24     49.71 05/05/2020    Shipped
## 2207       10103              45     75.63 29/01/2018    Shipped
## 2208       10113              23     68.52 26/03/2018    Shipped
## 2209       10126              26     62.70 28/05/2018    Shipped
## 2210       10140              28     60.76 24/07/2018    Shipped
## 2211       10150              49     58.18 19/09/2018    Shipped
## 2212       10164              49     54.94 21/10/2018   Resolved
## 2213       10175              29     74.98 06/11/2018    Shipped
## 2214       10183              49     64.64 13/11/2018    Shipped
## 2215       10194              39     54.94 25/11/2018    Shipped
## 2216       10206              36     58.82 05/12/2018    Shipped
## 2217       10217              39     62.05 04/02/2019    Shipped
## 2218       10229              30     73.04 11/03/2019    Shipped
## 2219       10245              44     69.16 04/05/2019    Shipped
## 2220       10258              20     61.41 15/06/2019    Shipped
## 2221       10270              21     63.35 19/07/2019    Shipped
## 2222       10281              36     77.57 19/08/2019    Shipped
## 2223       10291              32     71.75 08/09/2019    Shipped
## 2224       10304              36     73.04 11/10/2019    Shipped
## 2225       10313              34     56.24 22/10/2019    Shipped
## 2226       10324              48    171.03 05/11/2019    Shipped
## 2227       10348              31    101.29 01/11/2019    Shipped
## 2228       10358              36    157.49 10/12/2019    Shipped
## 2229       10370              25    126.41 20/01/2020    Shipped
## 2230       10382              48    141.66 17/02/2020    Shipped
## 2231       10411              27     69.16 01/05/2020    Shipped
## 2232       10424              44     61.41 31/05/2020 In Process
## 2233       10106              33     72.92 17/02/2018    Shipped
## 2234       10120              29     72.23 29/04/2018    Shipped
## 2235       10133              49     57.10 27/06/2018    Shipped
## 2236       10144              20     81.86 13/08/2018    Shipped
## 2237       10168              31     73.61 28/10/2018    Shipped
## 2238       10210              39     59.16 12/01/2019    Shipped
## 2239       10223              20     66.04 20/02/2019    Shipped
## 2240       10235              34     77.73 02/04/2019    Shipped
## 2241       10250              50     61.22 11/05/2019    Shipped
## 2242       10262              40     79.11 24/06/2019  Cancelled
## 2243       10275              28     63.97 23/07/2019    Shipped
## 2244       10284              50     81.86 21/08/2019    Shipped
## 2245       10297              28     79.80 16/09/2019    Shipped
## 2246       10308              46     66.04 15/10/2019    Shipped
## 2247       10316              24     59.16 01/11/2019    Shipped
## 2248       10328              24     81.17 12/11/2019    Shipped
## 2249       10340              39     59.16 24/11/2019    Shipped
## 2250       10353              40     44.51 04/12/2019    Shipped
## 2251       10361              49     72.33 17/12/2019    Shipped
## 2252       10375              44     82.26 03/02/2020    Shipped
## 2253       10388              35    111.97 03/03/2020    Shipped
## 2254       10398              22     67.41 30/03/2020    Shipped
## 2255       10401              62     77.73 03/04/2020    On Hold
## 2256       10416              26     61.22 10/05/2020    Shipped
## 2257       10108              31    118.38 03/03/2018    Shipped
## 2258       10121              25     86.74 07/05/2018    Shipped
## 2259       10135              30     89.80 02/07/2018    Shipped
## 2260       10145              27    120.42 25/08/2018    Shipped
## 2261       10169              34    115.32 04/11/2018    Shipped
## 2262       10180              22    114.30 11/11/2018    Shipped
## 2263       10190              42     85.72 19/11/2018    Shipped
## 2264       10211              37    109.19 15/01/2019    Shipped
## 2265       10224              30    111.23 21/02/2019    Shipped
## 2266       10237              27    115.32 05/04/2019    Shipped
## 2267       10252              25    113.28 26/05/2019    Shipped
## 2268       10264              34     97.97 30/06/2019    Shipped
## 2269       10276              38    113.28 02/08/2019    Shipped
## 2270       10285              26    100.01 27/08/2019    Shipped
## 2271       10299              38    115.32 30/09/2019    Shipped
## 2272       10309              50     84.70 15/10/2019    Shipped
## 2273       10319              22    119.40 03/11/2019    Shipped
## 2274       10331              32    157.08 17/11/2019    Shipped
## 2275       10341              31     71.02 24/11/2019    Shipped
## 2276       10355              40    108.17 07/12/2019    Shipped
## 2277       10365              22    155.69 07/01/2020    Shipped
## 2278       10375              41    114.68 03/02/2020    Shipped
## 2279       10390              45     48.98 04/03/2020    Shipped
## 2280       10403              45    115.32 08/04/2020    Shipped
## 2281       10106              39     40.15 17/02/2018    Shipped
## 2282       10120              49     50.62 29/04/2018    Shipped
## 2283       10133              27     50.19 27/06/2018    Shipped
## 2284       10143              34     36.66 10/08/2018    Shipped
## 2285       10156              20     41.02 08/10/2018    Shipped
## 2286       10168              48     51.93 28/10/2018    Shipped
## 2287       10199              29     38.40 01/12/2018    Shipped
## 2288       10210              43     41.02 12/01/2019    Shipped
## 2289       10223              41     46.26 20/02/2019    Shipped
## 2290       10235              41     35.35 02/04/2019    Shipped
## 2291       10250              36     51.93 11/05/2019    Shipped
## 2292       10262              49     37.97 24/06/2019  Cancelled
## 2293       10275              38     45.39 23/07/2019    Shipped
## 2294       10284              33     51.93 21/08/2019    Shipped
## 2295       10296              26     48.44 15/09/2019    Shipped
## 2296       10308              47     43.64 15/10/2019    Shipped
## 2297       10316              34     47.57 01/11/2019    Shipped
## 2298       10328              34     51.93 12/11/2019    Shipped
## 2299       10340              40     50.62 24/11/2019    Shipped
## 2300       10353              40     82.21 04/12/2019    Shipped
## 2301       10361              33     82.59 17/12/2019    Shipped
## 2302       10375              49     65.80 03/02/2020    Shipped
## 2303       10388              27    118.94 03/03/2020    Shipped
## 2304       10398              49     36.66 30/03/2020    Shipped
## 2305       10401              56     35.35 03/04/2020    On Hold
## 2306       10416              37     51.93 10/05/2020    Shipped
## 2307       10104              33    112.28 31/01/2018    Shipped
## 2308       10115              27    105.33 04/04/2018    Shipped
## 2309       10127              46    134.27 03/06/2018    Shipped
## 2310       10141              44    125.01 01/08/2018    Shipped
## 2311       10151              26    123.85 21/09/2018    Shipped
## 2312       10165              48     94.92 22/10/2018    Shipped
## 2313       10176              23    135.43 06/11/2018    Shipped
## 2314       10184              45    109.96 14/11/2018    Shipped
## 2315       10195              49    105.33 25/11/2018    Shipped
## 2316       10207              28     94.92 09/12/2018    Shipped
## 2317       10220              37    107.65 12/02/2019    Shipped
## 2318       10230              34    116.91 15/03/2019    Shipped
## 2319       10246              22    133.11 05/05/2019    Shipped
## 2320       10259              29    105.33 15/06/2019    Shipped
## 2321       10271              34     98.39 20/07/2019    Shipped
## 2322       10282              38    113.44 20/08/2019    Shipped
## 2323       10292              41    121.54 08/09/2019    Shipped
## 2324       10305              42    109.96 13/10/2019    Shipped
## 2325       10314              28    121.54 22/10/2019    Shipped
## 2326       10325              38    136.59 05/11/2019    Shipped
## 2327       10336              23    136.59 20/11/2019    Shipped
## 2328       10350              31     71.40 02/12/2019    Shipped
## 2329       10359              46    106.45 15/12/2019    Shipped
## 2330       10371              48     56.55 23/01/2020    Shipped
## 2331       10383              29    106.45 22/02/2020    Shipped
## 2332       10395              46    123.76 17/03/2020    Shipped
## 2333       10412              26    133.11 03/05/2020    Shipped
## 2334       10425              18    105.33 31/05/2020 In Process
## 2335       10104              32     53.31 31/01/2018    Shipped
## 2336       10117              21     49.21 16/04/2018    Shipped
## 2337       10127              46     69.12 03/06/2018    Shipped
## 2338       10142              42     49.79 08/08/2018    Shipped
## 2339       10153              31     57.41 28/09/2018    Shipped
## 2340       10165              38     66.78 22/10/2018    Shipped
## 2341       10176              38     64.44 06/11/2018    Shipped
## 2342       10185              20     48.62 14/11/2018    Shipped
## 2343       10196              46     62.09 26/11/2018    Shipped
## 2344       10208              30     65.61 02/01/2019    Shipped
## 2345       10220              30     68.54 12/02/2019    Shipped
## 2346       10230              43     52.14 15/03/2019    Shipped
## 2347       10247              49     63.85 05/05/2019    Shipped
## 2348       10272              43     56.82 20/07/2019    Shipped
## 2349       10282              37     66.78 20/08/2019    Shipped
## 2350       10292              35     55.07 08/09/2019    Shipped
## 2351       10306              34     60.34 14/10/2019    Shipped
## 2352       10314              38     61.51 22/10/2019    Shipped
## 2353       10325              44    134.84 05/11/2019    Shipped
## 2354       10337              21    109.37 21/11/2019    Shipped
## 2355       10350              44    147.52 02/12/2019    Shipped
## 2356       10359              25     64.93 15/12/2019    Shipped
## 2357       10372              24     58.58 26/01/2020    Shipped
## 2358       10383              38     60.06 22/02/2020    Shipped
## 2359       10395              45    199.49 17/03/2020    Shipped
## 2360       10413              51     63.85 05/05/2020    Shipped
## 2361       10108              34     82.99 03/03/2018    Shipped
## 2362       10121              44     74.85 07/05/2018    Shipped
## 2363       10135              44     96.00 02/07/2018    Shipped
## 2364       10145              38     81.36 25/08/2018    Shipped
## 2365       10169              48     80.55 04/11/2018    Shipped
## 2366       10180              21     93.56 11/11/2018    Shipped
## 2367       10190              40     66.72 19/11/2018    Shipped
## 2368       10211              40     80.55 15/01/2019    Shipped
## 2369       10224              50     77.29 21/02/2019    Shipped
## 2370       10237              20     68.34 05/04/2019    Shipped
## 2371       10252              48     72.41 26/05/2019    Shipped
## 2372       10264              47     89.50 30/06/2019    Shipped
## 2373       10276              21     70.78 02/08/2019    Shipped
## 2374       10285              39     78.92 27/08/2019    Shipped
## 2375       10299              44     80.55 30/09/2019    Shipped
## 2376       10309              28     88.68 15/10/2019    Shipped
## 2377       10319              45     77.29 03/11/2019    Shipped
## 2378       10331              20    182.89 17/11/2019    Shipped
## 2379       10341              38    123.22 24/11/2019    Shipped
## 2380       10356              26    151.45 09/12/2019    Shipped
## 2381       10365              44    113.28 07/01/2020    Shipped
## 2382       10375              49    110.34 03/02/2020    Shipped
## 2383       10390              22    158.69 04/03/2020    Shipped
## 2384       10403              31     68.34 08/04/2020    Shipped
## 2385       10105              41     70.67 11/02/2018    Shipped
## 2386       10119              25     76.67 28/04/2018    Shipped
## 2387       10129              31     60.00 12/06/2018    Shipped
## 2388       10142              41     64.00 08/08/2018    Shipped
## 2389       10153              43     64.67 28/09/2018    Shipped
## 2390       10167              43     75.34 23/10/2018  Cancelled
## 2391       10177              24     76.00 07/11/2018    Shipped
## 2392       10185              21     54.00 14/11/2018    Shipped
## 2393       10197              23     64.67 26/11/2018    Shipped
## 2394       10208              38     74.67 02/01/2019    Shipped
## 2395       10222              31     62.67 19/02/2019    Shipped
## 2396       10233              36     70.67 29/03/2019    Shipped
## 2397       10248              36     71.34 07/05/2019  Cancelled
## 2398       10261              34     62.00 17/06/2019    Shipped
## 2399       10273              21     65.34 21/07/2019    Shipped
## 2400       10283              45     78.67 20/08/2019    Shipped
## 2401       10295              26     75.34 10/09/2019    Shipped
## 2402       10306              50     54.00 14/10/2019    Shipped
## 2403       10315              41     62.00 29/10/2019    Shipped
## 2404       10326              39     60.00 09/11/2019    Shipped
## 2405       10339              22    128.02 23/11/2019    Shipped
## 2406       10350              46     76.67 02/12/2019    Shipped
## 2407       10373              44    105.18 31/01/2020    Shipped
## 2408       10385              25     77.34 28/02/2020    Shipped
## 2409       10396              39     66.67 23/03/2020    Shipped
## 2410       10414              37     71.34 06/05/2020    On Hold
## 2411       10106              31    106.87 17/02/2018    Shipped
## 2412       10120              47     82.21 29/04/2018    Shipped
## 2413       10133              24     77.64 27/06/2018    Shipped
## 2414       10143              36    109.61 10/08/2018    Shipped
## 2415       10156              48    103.21 08/10/2018    Shipped
## 2416       10168              28     98.65 28/10/2018    Shipped
## 2417       10199              48     83.12 01/12/2018    Shipped
## 2418       10210              21     78.55 12/01/2019    Shipped
## 2419       10223              25    101.39 20/02/2019    Shipped
## 2420       10235              25    103.21 02/04/2019    Shipped
## 2421       10250              31     91.34 11/05/2019    Shipped
## 2422       10262              40     84.03 24/06/2019  Cancelled
## 2423       10275              32     89.51 23/07/2019    Shipped
## 2424       10284              24     83.12 21/08/2019    Shipped
## 2425       10296              42    102.30 15/09/2019    Shipped
## 2426       10308              21    105.95 15/10/2019    Shipped
## 2427       10316              34     82.21 01/11/2019    Shipped
## 2428       10328              27    102.30 12/11/2019    Shipped
## 2429       10340              30     88.60 24/11/2019    Shipped
## 2430       10353              39    129.33 04/12/2019    Shipped
## 2431       10361              20     60.54 17/12/2019    Shipped
## 2432       10375              37     81.87 03/02/2020    Shipped
## 2433       10388              46    218.84 03/03/2020    Shipped
## 2434       10398              47     87.69 30/03/2020    Shipped
## 2435       10401              11    103.21 03/04/2020    On Hold
## 2436       10416              23     91.34 10/05/2020    Shipped
## 2437       10105              29     70.15 11/02/2018    Shipped
## 2438       10117              38     79.68 16/04/2018    Shipped
## 2439       10128              32     97.00 06/06/2018    Shipped
## 2440       10142              43     84.01 08/08/2018    Shipped
## 2441       10153              31     87.48 28/09/2018    Shipped
## 2442       10166              29    103.93 21/10/2018    Shipped
## 2443       10177              31     88.34 07/11/2018    Shipped
## 2444       10185              30     94.40 14/11/2018    Shipped
## 2445       10196              50     94.40 26/11/2018    Shipped
## 2446       10208              40     80.55 02/01/2019    Shipped
## 2447       10221              23     97.00 18/02/2019    Shipped
## 2448       10232              26     88.34 20/03/2019    Shipped
## 2449       10248              40    103.93 07/05/2019  Cancelled
## 2450       10273              21    102.20 21/07/2019    Shipped
## 2451       10282              43     86.61 20/08/2019    Shipped
## 2452       10293              29     71.89 09/09/2019    Shipped
## 2453       10306              38     91.81 14/10/2019    Shipped
## 2454       10314              23     76.22 22/10/2019    Shipped
## 2455       10327              20    173.46 10/11/2019   Resolved
## 2456       10337              36     70.30 21/11/2019    Shipped
## 2457       10350              28    104.44 02/12/2019    Shipped
## 2458       10372              44    102.20 26/01/2020    Shipped
## 2459       10397              32     80.55 28/03/2020    Shipped
## 2460       10414              34    103.93 06/05/2020    On Hold
## 2461       10106              30    105.91 17/02/2018    Shipped
## 2462       10119              29     94.14 28/04/2018    Shipped
## 2463       10131              22     85.99 16/06/2018    Shipped
## 2464       10143              26    100.48 10/08/2018    Shipped
## 2465       10155              32     91.43 06/10/2018    Shipped
## 2466       10167              29    101.38 23/10/2018  Cancelled
## 2467       10178              34     96.86 08/11/2018    Shipped
## 2468       10186              24     99.57 14/11/2018    Shipped
## 2469       10197              24     90.52 26/11/2018    Shipped
## 2470       10222              26    102.29 19/02/2019    Shipped
## 2471       10249              40     95.95 08/05/2019    Shipped
## 2472       10262              44     94.14 24/06/2019  Cancelled
## 2473       10274              24     90.52 21/07/2019    Shipped
## 2474       10283              20     94.14 20/08/2019    Shipped
## 2475       10296              34    102.29 15/09/2019    Shipped
## 2476       10307              34     97.76 14/10/2019    Shipped
## 2477       10316              45     93.24 01/11/2019    Shipped
## 2478       10328              41    101.38 12/11/2019    Shipped
## 2479       10339              55     71.25 23/11/2019    Shipped
## 2480       10352              23    102.29 03/12/2019    Shipped
## 2481       10361              24     45.39 17/12/2019    Shipped
## 2482       10373              32     84.41 31/01/2020    Shipped
## 2483       10386              29     85.76 01/03/2020   Resolved
## 2484       10398              36    108.62 30/03/2020    Shipped
## 2485       10400              46     87.80 01/04/2020    Shipped
## 2486       10415              32     95.95 09/05/2020   Disputed
## 2487       10106              34    110.69 17/02/2018    Shipped
## 2488       10120              24    107.70 29/04/2018    Shipped
## 2489       10131              40    110.69 16/06/2018    Shipped
## 2490       10143              26     82.77 10/08/2018    Shipped
## 2491       10155              20    117.67 06/10/2018    Shipped
## 2492       10168              31    110.69 28/10/2018    Shipped
## 2493       10178              22     87.75 08/11/2018    Shipped
## 2494       10198              42    113.68 27/11/2018    Shipped
## 2495       10210              26     99.72 12/01/2019    Shipped
## 2496       10222              37     87.75 19/02/2019    Shipped
## 2497       10235              38     88.75 02/04/2019    Shipped
## 2498       10250              35    111.69 11/05/2019    Shipped
## 2499       10262              33     90.75 24/06/2019  Cancelled
## 2500       10275              39    114.68 23/07/2019    Shipped
## 2501       10284              45    101.71 21/08/2019    Shipped
## 2502       10296              24    101.71 15/09/2019    Shipped
## 2503       10308              35     88.75 15/10/2019    Shipped
## 2504       10316              23    117.67 01/11/2019    Shipped
## 2505       10328              37    108.69 12/11/2019    Shipped
## 2506       10340              55     87.75 24/11/2019    Shipped
## 2507       10352              49    100.72 03/12/2019    Shipped
## 2508       10361              26    105.95 17/12/2019    Shipped
## 2509       10375              33    116.87 03/02/2020    Shipped
## 2510       10386              37     83.84 01/03/2020   Resolved
## 2511       10398              22     86.76 30/03/2020    Shipped
## 2512       10401              85     88.75 03/04/2020    On Hold
## 2513       10416              22    111.69 10/05/2020    Shipped
## 2514       10105              31     65.77 11/02/2018    Shipped
## 2515       10119              38     65.77 28/04/2018    Shipped
## 2516       10129              45     85.29 12/06/2018    Shipped
## 2517       10143              31     85.29 10/08/2018    Shipped
## 2518       10154              36     64.33 02/10/2018    Shipped
## 2519       10167              46     70.11 23/10/2018  Cancelled
## 2520       10177              32     76.62 07/11/2018    Shipped
## 2521       10185              39     57.82 14/11/2018    Shipped
## 2522       10197              50     78.79 26/11/2018    Shipped
## 2523       10208              46     74.45 02/01/2019    Shipped
## 2524       10222              36     80.95 19/02/2019    Shipped
## 2525       10233              29     82.40 29/03/2019    Shipped
## 2526       10248              32     75.89 07/05/2019  Cancelled
## 2527       10261              44     68.67 17/06/2019    Shipped
## 2528       10273              42     62.16 21/07/2019    Shipped
## 2529       10283              47     65.77 20/08/2019    Shipped
## 2530       10295              44     58.55 10/09/2019    Shipped
## 2531       10306              43     75.17 14/10/2019    Shipped
## 2532       10316              48     74.45 01/11/2019    Shipped
## 2533       10327              21     96.31 10/11/2019   Resolved
## 2534       10339              50     74.35 23/11/2019    Shipped
## 2535       10350              29     75.35 02/12/2019    Shipped
## 2536       10373              41     70.33 31/01/2020    Shipped
## 2537       10386              37    135.61 01/03/2020   Resolved
## 2538       10397              22     66.50 28/03/2020    Shipped
## 2539       10414              31     75.89 06/05/2020    On Hold
## 2540       10103              42    106.21 29/01/2018    Shipped
## 2541       10114              42    113.29 01/04/2018    Shipped
## 2542       10126              45    102.16 28/05/2018    Shipped
## 2543       10140              36    114.30 24/07/2018    Shipped
## 2544       10150              20    105.20 19/09/2018    Shipped
## 2545       10164              39     81.93 21/10/2018   Resolved
## 2546       10175              42     85.98 06/11/2018    Shipped
## 2547       10183              23     86.99 13/11/2018    Shipped
## 2548       10194              26     89.01 25/11/2018    Shipped
## 2549       10206              33    117.33 05/12/2018    Shipped
## 2550       10217              31     88.00 04/02/2019    Shipped
## 2551       10229              50    112.28 11/03/2019    Shipped
## 2552       10245              44    105.20 04/05/2019    Shipped
## 2553       10258              45     80.92 15/06/2019    Shipped
## 2554       10270              46     88.00 19/07/2019    Shipped
## 2555       10281              27     85.98 19/08/2019    Shipped
## 2556       10291              28    116.32 08/09/2019    Shipped
## 2557       10304              40    105.20 11/10/2019    Shipped
## 2558       10313              30     99.13 22/10/2019    Shipped
## 2559       10324              34    124.95 05/11/2019    Shipped
## 2560       10336              46    207.80 20/11/2019    Shipped
## 2561       10348              32     82.83 01/11/2019    Shipped
## 2562       10358              27    139.31 10/12/2019    Shipped
## 2563       10371              34    126.51 23/01/2020    Shipped
## 2564       10382              34     54.84 17/02/2020    Shipped
## 2565       10411              34    105.20 01/05/2020    Shipped
## 2566       10424              46     80.92 31/05/2020 In Process
## 2567       10106              32    124.58 17/02/2018    Shipped
## 2568       10120              24    142.38 29/04/2018    Shipped
## 2569       10133              27     99.67 27/06/2018    Shipped
## 2570       10145              20    137.63 25/08/2018    Shipped
## 2571       10168              36    125.77 28/10/2018    Shipped
## 2572       10188              29    136.45 18/11/2018    Shipped
## 2573       10210              25    112.72 12/01/2019    Shipped
## 2574       10223              29    110.34 20/02/2019    Shipped
## 2575       10235              25     96.11 02/04/2019    Shipped
## 2576       10250              44    137.63 11/05/2019    Shipped
## 2577       10263              47    116.28 28/06/2019    Shipped
## 2578       10275              48    132.89 23/07/2019    Shipped
## 2579       10285              45    119.84 27/08/2019    Shipped
## 2580       10297              35    113.90 16/09/2019    Shipped
## 2581       10308              31    129.33 15/10/2019    Shipped
## 2582       10318              50    142.38 02/11/2019    Shipped
## 2583       10328              33    123.40 12/11/2019    Shipped
## 2584       10340              29    141.19 24/11/2019    Shipped
## 2585       10353              48     68.80 04/12/2019    Shipped
## 2586       10361              44     72.42 17/12/2019    Shipped
## 2587       10375              25     66.73 03/02/2020    Shipped
## 2588       10388              50    143.09 03/03/2020    Shipped
## 2589       10398              23    122.21 30/03/2020    Shipped
## 2590       10401              21     96.11 03/04/2020    On Hold
## 2591       10416              41    137.63 10/05/2020    Shipped
## 2592       10106              44     74.40 17/02/2018    Shipped
## 2593       10120              43     76.00 29/04/2018    Shipped
## 2594       10143              28     96.00 10/08/2018    Shipped
## 2595       10155              43     86.40 06/10/2018    Shipped
## 2596       10168              48     96.00 28/10/2018    Shipped
## 2597       10199              38     82.40 01/12/2018    Shipped
## 2598       10210              31     86.40 12/01/2019    Shipped
## 2599       10223              26     67.20 20/02/2019    Shipped
## 2600       10235              32     92.00 02/04/2019    Shipped
## 2601       10250              44     67.20 11/05/2019    Shipped
## 2602       10262              27     76.00 24/06/2019  Cancelled
## 2603       10275              43     73.60 23/07/2019    Shipped
## 2604       10284              25     69.60 21/08/2019    Shipped
## 2605       10296              22     80.80 15/09/2019    Shipped
## 2606       10308              21     87.20 15/10/2019    Shipped
## 2607       10316              48     75.20 01/11/2019    Shipped
## 2608       10328              33     64.00 12/11/2019    Shipped
## 2609       10341              34    107.18 24/11/2019    Shipped
## 2610       10353              43     81.95 04/12/2019    Shipped
## 2611       10361              44    113.68 17/12/2019    Shipped
## 2612       10375              44    118.38 03/02/2020    Shipped
## 2613       10386              32     94.34 01/03/2020   Resolved
## 2614       10398              29     65.60 30/03/2020    Shipped
## 2615       10401              77     92.00 03/04/2020    On Hold
## 2616       10416              39     67.20 10/05/2020    Shipped
## 2617       10105              39     81.14 11/02/2018    Shipped
## 2618       10118              36    117.20 21/04/2018    Shipped
## 2619       10129              42     91.15 12/06/2018    Shipped
## 2620       10142              21    111.19 08/08/2018    Shipped
## 2621       10153              50     88.15 28/09/2018    Shipped
## 2622       10167              24    117.20 23/10/2018  Cancelled
## 2623       10177              44     92.16 07/11/2018    Shipped
## 2624       10185              37    105.18 14/11/2018    Shipped
## 2625       10197              27     92.16 26/11/2018    Shipped
## 2626       10208              37    120.20 02/01/2019    Shipped
## 2627       10222              38    110.19 19/02/2019    Shipped
## 2628       10232              48     96.16 20/03/2019    Shipped
## 2629       10248              30    108.18 07/05/2019  Cancelled
## 2630       10261              25     88.15 17/06/2019    Shipped
## 2631       10273              40     86.15 21/07/2019    Shipped
## 2632       10283              22     88.15 20/08/2019    Shipped
## 2633       10295              34    102.17 10/09/2019    Shipped
## 2634       10306              32     90.15 14/10/2019    Shipped
## 2635       10315              31     86.15 29/10/2019    Shipped
## 2636       10327              43     80.00 10/11/2019   Resolved
## 2637       10337              31     89.38 21/11/2019    Shipped
## 2638       10350              31     77.34 02/12/2019    Shipped
## 2639       10373              34     96.34 31/01/2020    Shipped
## 2640       10386              45     92.08 01/03/2020   Resolved
## 2641       10397              48    108.18 28/03/2020    Shipped
## 2642       10414              28    108.18 06/05/2020    On Hold
## 2643       10105              22    116.19 11/02/2018    Shipped
## 2644       10117              45     83.42 16/04/2018    Shipped
## 2645       10129              30     85.41 12/06/2018    Shipped
## 2646       10142              38     85.41 08/08/2018    Shipped
## 2647       10153              20    110.23 28/09/2018    Shipped
## 2648       10167              28    107.25 23/10/2018  Cancelled
## 2649       10177              24    105.27 07/11/2018    Shipped
## 2650       10185              22     79.45 14/11/2018    Shipped
## 2651       10197              35     93.35 26/11/2018    Shipped
## 2652       10208              33     85.41 02/01/2019    Shipped
## 2653       10222              31     95.34 19/02/2019    Shipped
## 2654       10232              35     82.43 20/03/2019    Shipped
## 2655       10248              35     90.37 07/05/2019  Cancelled
## 2656       10261              50     81.43 17/06/2019    Shipped
## 2657       10273              26    114.21 21/07/2019    Shipped
## 2658       10283              38     89.38 20/08/2019    Shipped
## 2659       10294              45    104.28 10/09/2019    Shipped
## 2660       10306              30    117.19 14/10/2019    Shipped
## 2661       10315              37     91.37 29/10/2019    Shipped
## 2662       10327              37     86.61 10/11/2019   Resolved
## 2663       10337              36     71.89 21/11/2019    Shipped
## 2664       10350              25    114.19 02/12/2019    Shipped
## 2665       10373              37    108.80 31/01/2020    Shipped
## 2666       10386              30     95.48 01/03/2020   Resolved
## 2667       10397              36    105.27 28/03/2020    Shipped
## 2668       10414              27     90.37 06/05/2020    On Hold
## 2669       10106              48     61.44 17/02/2018    Shipped
## 2670       10119              26     59.22 28/04/2018    Shipped
## 2671       10131              26     85.13 16/06/2018    Shipped
## 2672       10143              34     85.87 10/08/2018    Shipped
## 2673       10155              44     85.87 06/10/2018    Shipped
## 2674       10168              39     82.91 28/10/2018    Shipped
## 2675       10178              45     76.25 08/11/2018    Shipped
## 2676       10198              40     63.67 27/11/2018    Shipped
## 2677       10210              42     70.33 12/01/2019    Shipped
## 2678       10222              43     74.03 19/02/2019    Shipped
## 2679       10235              34     72.55 02/04/2019    Shipped
## 2680       10250              38     62.19 11/05/2019    Shipped
## 2681       10262              35     71.07 24/06/2019  Cancelled
## 2682       10275              31     72.55 23/07/2019    Shipped
## 2683       10284              32     64.41 21/08/2019    Shipped
## 2684       10296              47     86.62 15/09/2019    Shipped
## 2685       10308              39     68.11 15/10/2019    Shipped
## 2686       10316              44     62.19 01/11/2019    Shipped
## 2687       10328              39     85.87 12/11/2019    Shipped
## 2688       10339              50     57.86 23/11/2019    Shipped
## 2689       10352              22     75.51 03/12/2019    Shipped
## 2690       10361              35    122.21 17/12/2019    Shipped
## 2691       10373              45     55.62 31/01/2020    Shipped
## 2692       10386              44     86.40 01/03/2020   Resolved
## 2693       10398              36     87.36 30/03/2020    Shipped
## 2694       10401              28     72.55 03/04/2020    On Hold
## 2695       10416              43     62.19 10/05/2020    Shipped
## 2696       10106              48     52.64 17/02/2018    Shipped
## 2697       10119              28     48.17 28/04/2018    Shipped
## 2698       10131              21     41.71 16/06/2018    Shipped
## 2699       10143              37     50.65 10/08/2018    Shipped
## 2700       10155              34     49.16 06/10/2018    Shipped
## 2701       10167              40     41.71 23/10/2018  Cancelled
## 2702       10178              45     51.15 08/11/2018    Shipped
## 2703       10186              28     52.14 14/11/2018    Shipped
## 2704       10197              29     41.71 26/11/2018    Shipped
## 2705       10222              31     45.69 19/02/2019    Shipped
## 2706       10249              32     57.61 08/05/2019    Shipped
## 2707       10262              21     57.11 24/06/2019  Cancelled
## 2708       10274              32     58.60 21/07/2019    Shipped
## 2709       10283              43     57.61 20/08/2019    Shipped
## 2710       10296              21     45.19 15/09/2019    Shipped
## 2711       10307              34     53.63 14/10/2019    Shipped
## 2712       10316              34     43.70 01/11/2019    Shipped
## 2713       10329              44     86.13 15/11/2019    Shipped
## 2714       10339              27     76.31 23/11/2019    Shipped
## 2715       10352              49     52.64 03/12/2019    Shipped
## 2716       10361              23     95.20 17/12/2019    Shipped
## 2717       10373              25     64.97 31/01/2020    Shipped
## 2718       10386              50     87.15 01/03/2020   Resolved
## 2719       10398              34     40.22 30/03/2020    Shipped
## 2720       10400              20     56.12 01/04/2020    Shipped
## 2721       10415              42     57.61 09/05/2020   Disputed
## 2722       10105              25     56.78 11/02/2018    Shipped
## 2723       10117              50     43.68 16/04/2018    Shipped
## 2724       10129              32     64.97 12/06/2018    Shipped
## 2725       10142              39     44.23 08/08/2018    Shipped
## 2726       10153              50     60.06 28/09/2018    Shipped
## 2727       10167              38     48.59 23/10/2018  Cancelled
## 2728       10177              40     50.23 07/11/2018    Shipped
## 2729       10185              28     64.43 14/11/2018    Shipped
## 2730       10197              42     50.23 26/11/2018    Shipped
## 2731       10208              42     63.88 02/01/2019    Shipped
## 2732       10222              36     63.34 19/02/2019    Shipped
## 2733       10232              24     49.69 20/03/2019    Shipped
## 2734       10248              23     65.52 07/05/2019  Cancelled
## 2735       10261              29     50.78 17/06/2019    Shipped
## 2736       10273              37     45.86 21/07/2019    Shipped
## 2737       10283              33     51.32 20/08/2019    Shipped
## 2738       10293              32     60.06 09/09/2019    Shipped
## 2739       10306              35     59.51 14/10/2019    Shipped
## 2740       10315              40     55.69 29/10/2019    Shipped
## 2741       10327              37     86.74 10/11/2019   Resolved
## 2742       10337              42     97.16 21/11/2019    Shipped
## 2743       10350              20    112.22 02/12/2019    Shipped
## 2744       10373              29    137.19 31/01/2020    Shipped
## 2745       10386              43    125.99 01/03/2020   Resolved
## 2746       10397              34     62.24 28/03/2020    Shipped
## 2747       10414              47     65.52 06/05/2020    On Hold
##           PRODUCTLINE           CITY     COUNTRY DEALSIZE TOTALPRICE
## 1         Motorcycles            NYC         USA    Small    2871.00
## 2         Motorcycles          Reims      France    Small    2765.90
## 3         Motorcycles          Paris      France   Medium    3884.34
## 4         Motorcycles       Pasadena         USA   Medium    3746.70
## 5         Motorcycles     Burlingame         USA   Medium    3479.76
## 6         Motorcycles          Lille      France    Small    2497.77
## 7         Motorcycles         Bergen      Norway   Medium    5512.32
## 8         Motorcycles          Paris      France   Medium    4708.44
## 9         Motorcycles      Melbourne   Australia   Medium    3965.66
## 10        Motorcycles            NYC         USA    Small    2333.12
## 11        Motorcycles         Newark         USA   Medium    3188.64
## 12        Motorcycles    Bridgewater         USA   Medium    3676.76
## 13        Motorcycles         Nantes      France   Medium    4177.35
## 14        Motorcycles      Cambridge         USA   Medium    4099.68
## 15        Motorcycles       Helsinki     Finland    Small    2597.39
## 16        Motorcycles        Stavern      Norway   Medium    4394.38
## 17        Motorcycles      Allentown         USA   Medium    4358.04
## 18        Motorcycles            NYC         USA   Medium    4396.14
## 19        Motorcycles       Salzburg     Austria    Large    7737.93
## 20        Motorcycles      Chatswood   Australia    Small    1451.00
## 21        Motorcycles         Nantes      France    Small     733.11
## 22        Motorcycles    New Bedford         USA   Medium    3207.12
## 23        Motorcycles      Liverpool          UK    Small    2434.56
## 24        Motorcycles         Madrid       Spain    Large    7516.08
## 25       Classic Cars        Stavern      Norway   Medium    5404.62
## 26       Classic Cars           Lule      Sweden    Large    7209.11
## 27       Classic Cars         Madrid       Spain    Large    7329.06
## 28       Classic Cars     Burlingame         USA    Large    7374.10
## 29       Classic Cars      Singapore   Singapore    Large   10993.50
## 30       Classic Cars            NYC         USA   Medium    4860.24
## 31       Classic Cars South Brisbane   Australia    Large    8014.82
## 32       Classic Cars   Philadelphia         USA   Medium    5372.57
## 33       Classic Cars           Lyon      France    Large    7290.36
## 34       Classic Cars      Vancouver      Canada    Large    9064.89
## 35       Classic Cars        Burbank         USA   Medium    6075.30
## 36       Classic Cars      Cambridge         USA   Medium    6463.23
## 37       Classic Cars      New Haven         USA   Medium    6120.34
## 38       Classic Cars      Minato-ku       Japan    Large    7680.64
## 39       Classic Cars      Chatswood   Australia   Medium    4905.39
## 40       Classic Cars         Torino       Italy    Large    8014.82
## 41       Classic Cars          Boras      Sweden    Large    7136.19
## 42       Classic Cars     Versailles      France    Large   10172.68
## 43       Classic Cars     San Rafael         USA    Large   11623.68
## 44       Classic Cars         Nashua         USA   Medium    6000.40
## 45       Classic Cars      Melbourne   Australia   Medium    3944.70
## 46       Classic Cars     San Rafael         USA   Medium    5691.84
## 47       Classic Cars     Brickhaven         USA   Medium    4514.92
## 48       Classic Cars   North Sydney   Australia    Small    2416.56
## 49       Classic Cars       Montreal      Canada   Medium    4140.23
## 50       Classic Cars         Madrid       Spain    Large   12001.00
## 51        Motorcycles            NYC         USA   Medium    3896.49
## 52        Motorcycles      Melbourne   Australia    Small    2793.86
## 53        Motorcycles          Paris      France   Medium    3307.77
## 54        Motorcycles       Pasadena         USA   Medium    5192.95
## 55        Motorcycles     Burlingame         USA   Medium    3660.93
## 56        Motorcycles          Lille      France   Medium    4695.60
## 57        Motorcycles         Bergen      Norway   Medium    3660.92
## 58        Motorcycles          Osaka       Japan   Medium    3009.09
## 59        Motorcycles      Melbourne   Australia   Medium    5422.39
## 60        Motorcycles   Philadelphia         USA    Small    2852.08
## 61        Motorcycles         Newark         USA   Medium    5756.52
## 62        Motorcycles    Bridgewater         USA   Medium    4472.00
## 63        Motorcycles         Nantes      France    Small    2904.44
## 64        Motorcycles      Cambridge         USA   Medium    6484.59
## 65        Motorcycles         Nantes      France   Medium    3757.26
## 66        Motorcycles   White Plains         USA   Medium    4043.96
## 67        Motorcycles      Allentown         USA   Medium    5566.50
## 68        Motorcycles            NYC         USA   Medium    3176.00
## 69        Motorcycles      Minato-ku       Japan    Small    2756.80
## 70        Motorcycles      Chatswood   Australia    Small    1329.90
## 71        Motorcycles South Brisbane   Australia   Medium    5288.01
## 72        Motorcycles    New Bedford         USA    Small    2225.50
## 73        Motorcycles          Paris      France   Medium    5833.80
## 74        Motorcycles         Madrid       Spain   Medium    5887.35
## 75        Motorcycles            NYC         USA   Medium    6065.55
## 76        Motorcycles      Melbourne   Australia    Large    9264.86
## 77        Motorcycles          Paris      France    Large    7023.98
## 78        Motorcycles       Pasadena         USA   Medium    5176.38
## 79        Motorcycles     Burlingame         USA   Medium    4183.00
## 80        Motorcycles          Lille      France    Large    8892.90
## 81        Motorcycles         Bergen      Norway    Large    8714.70
## 82        Motorcycles          Osaka       Japan   Medium    6123.40
## 83        Motorcycles      Melbourne   Australia    Large    9774.03
## 84        Motorcycles            NYC         USA    Large    7023.90
## 85        Motorcycles         Newark         USA    Large    7078.23
## 86        Motorcycles    Bridgewater         USA    Large    8336.94
## 87        Motorcycles         Nantes      France   Medium    6901.92
## 88        Motorcycles      Cambridge         USA   Medium    5438.07
## 89        Motorcycles       Helsinki     Finland   Medium    6683.34
## 90        Motorcycles   White Plains         USA   Medium    4570.40
## 91        Motorcycles      Allentown         USA    Large    7667.14
## 92        Motorcycles            NYC         USA   Medium    5868.20
## 93        Motorcycles      Minato-ku       Japan    Small    2990.13
## 94        Motorcycles     Burlingame         USA   Medium    3664.10
## 95        Motorcycles South Brisbane   Australia   Medium    3834.38
## 96        Motorcycles    New Bedford         USA    Small    1822.17
## 97        Motorcycles      Liverpool          UK    Large   11886.60
## 98        Motorcycles         Madrid       Spain    Large    9218.16
## 99       Classic Cars      Kobenhavn     Denmark    Large    7208.00
## 100      Classic Cars       Salzburg     Austria   Medium    5004.80
## 101      Classic Cars         London          UK   Medium    4398.24
## 102      Classic Cars    New Bedford         USA   Medium    5597.76
## 103      Classic Cars       Helsinki     Finland   Medium    4526.08
## 104      Classic Cars          Boras      Sweden   Medium    5924.16
## 105      Classic Cars       Toulouse      France   Medium    3492.48
## 106      Classic Cars         London          UK   Medium    3854.24
## 107      Classic Cars      Barcelona       Spain   Medium    5324.40
## 108      Classic Cars      San Diego         USA   Medium    5997.60
## 109      Classic Cars            NYC         USA    Small    2910.40
## 110      Classic Cars       Montreal      Canada   Medium    3378.24
## 111      Classic Cars      Bruxelles     Belgium   Medium    3508.80
## 112      Classic Cars      Tsawassen      Canada    Small    2992.00
## 113      Classic Cars         Boston         USA   Medium    3427.20
## 114      Classic Cars   Philadelphia         USA    Small    2692.80
## 115      Classic Cars          Cowes          UK   Medium    4128.96
## 116      Classic Cars        Stavern      Norway   Medium    3051.71
## 117      Classic Cars            NYC         USA    Small    1201.25
## 118      Classic Cars         Madrid       Spain    Small    1962.22
## 119      Classic Cars          Reims      France    Small    2624.64
## 120      Classic Cars           Oulu     Finland   Medium    4046.25
## 121      Classic Cars          Paris      France   Medium    3370.56
## 122      Classic Cars       San Jose         USA    Large    9661.44
## 123      Classic Cars         Boston         USA    Small    2764.88
## 124      Classic Cars        Stavern      Norway   Medium    5398.26
## 125      Classic Cars          Paris      France   Medium    4305.28
## 126      Classic Cars         Madrid       Spain   Medium    3347.74
## 127      Classic Cars     Burlingame         USA   Medium    3188.12
## 128      Classic Cars      Singapore   Singapore   Medium    3191.20
## 129      Classic Cars           Graz     Austria   Medium    3536.82
## 130      Classic Cars         London          UK   Medium    5362.83
## 131      Classic Cars   Philadelphia         USA   Medium    3433.36
## 132      Classic Cars           Lyon      France   Medium    4263.74
## 133      Classic Cars         Boston         USA   Medium    4076.19
## 134      Classic Cars      Singapore   Singapore    Large    7020.48
## 135      Classic Cars     San Rafael         USA   Medium    6426.50
## 136      Classic Cars      New Haven         USA   Medium    4591.72
## 137      Classic Cars      Singapore   Singapore   Medium    4033.38
## 138      Classic Cars      Chatswood   Australia   Medium    4302.08
## 139      Classic Cars      Allentown         USA    Large    7020.64
## 140      Classic Cars          Boras      Sweden   Medium    3855.90
## 141      Classic Cars      Cambridge         USA   Medium    6680.78
## 142      Classic Cars      Vancouver      Canada   Medium    6678.00
## 143      Classic Cars         Nashua         USA    Small    2851.54
## 144      Classic Cars           Lule      Sweden   Medium    3188.12
## 145      Classic Cars      Melbourne   Australia   Medium    4428.00
## 146      Classic Cars     San Rafael         USA   Medium    5780.92
## 147      Classic Cars   North Sydney   Australia    Small    2297.05
## 148      Classic Cars   North Sydney   Australia    Small    1735.30
## 149      Classic Cars       Montreal      Canada   Medium    4427.73
## 150      Classic Cars         Nantes      France   Medium    5894.94
## 151      Classic Cars    Makati City Philippines   Medium    5265.15
## 152      Classic Cars      Marseille      France    Large    7599.90
## 153      Classic Cars     San Rafael         USA    Large    8008.56
## 154      Classic Cars     Brickhaven         USA    Large    9245.76
## 155      Classic Cars   North Sydney   Australia   Medium    5019.90
## 156      Classic Cars         Bergen      Norway   Medium    5411.07
## 157      Classic Cars           Koln     Germany   Medium    3840.90
## 158      Classic Cars         Madrid       Spain   Medium    3930.40
## 159      Classic Cars          Paris      France    Large    7498.90
## 160      Classic Cars         Gensve Switzerland   Medium    4517.91
## 161      Classic Cars      Kobenhavn     Denmark   Medium    5774.72
## 162      Classic Cars      Liverpool          UK   Medium    3922.56
## 163      Classic Cars  Reggio Emilia       Italy    Large    9160.36
## 164      Classic Cars     Brickhaven         USA    Large    9631.00
## 165      Classic Cars         Gensve Switzerland   Medium    3432.24
## 166      Classic Cars      Frankfurt     Germany   Medium    5521.89
## 167      Classic Cars           Koln     Germany   Medium    6934.62
## 168      Classic Cars           Lule      Sweden   Medium    6876.11
## 169      Classic Cars            NYC         USA    Small    2930.27
## 170      Classic Cars       Salzburg     Austria   Medium    3584.25
## 171      Classic Cars          Espoo     Finland    Small    2817.87
## 172      Classic Cars         Nantes      France   Medium    3420.00
## 173      Classic Cars          Boras      Sweden    Small    2575.04
## 174      Classic Cars       Salzburg     Austria    Small    1961.28
## 175      Classic Cars      Kobenhavn     Denmark    Large    8690.36
## 176      Classic Cars      Singapore   Singapore   Medium    6034.38
## 177      Classic Cars            NYC         USA    Large   11279.20
## 178      Classic Cars     San Rafael         USA    Large    8023.29
## 179      Classic Cars         Madrid       Spain   Medium    4904.00
## 180      Classic Cars      Singapore   Singapore    Large    8594.52
## 181      Classic Cars  Reggio Emilia       Italy    Large    7474.50
## 182      Classic Cars    New Bedford         USA   Medium    3883.74
## 183      Classic Cars      New Haven         USA    Large    8887.70
## 184      Classic Cars           Lyon      France    Large    8602.92
## 185      Classic Cars         Dublin     Ireland    Large    7181.44
## 186      Classic Cars         Madrid       Spain    Large    8378.58
## 187      Classic Cars          Espoo     Finland    Large   10606.20
## 188      Classic Cars      Allentown         USA   Medium    5818.40
## 189      Classic Cars     San Rafael         USA    Large    7071.27
## 190      Classic Cars         Torino       Italy    Large    8411.56
## 191      Classic Cars     Manchester          UK   Medium    6570.76
## 192      Classic Cars        Aaarhus     Denmark    Large    7975.44
## 193      Classic Cars        Stavern      Norway    Small    2688.00
## 194      Classic Cars          Paris      France    Small    1888.26
## 195      Classic Cars         Madrid       Spain    Small    2513.28
## 196      Classic Cars          Reims      France   Medium    4764.48
## 197      Classic Cars     San Rafael         USA   Medium    3560.64
## 198      Classic Cars     San Rafael         USA   Medium    3823.64
## 199      Classic Cars          Paris      France    Small    2280.96
## 200      Classic Cars    Bridgewater         USA    Large    8677.80
## 201  Trucks and Buses        Stavern      Norway   Medium    3394.98
## 202  Trucks and Buses     San Rafael         USA   Medium    3415.44
## 203  Trucks and Buses         Madrid       Spain    Small    2439.57
## 204  Trucks and Buses     Burlingame         USA   Medium    4829.80
## 205  Trucks and Buses      Singapore   Singapore   Medium    4100.10
## 206  Trucks and Buses           Graz     Austria   Medium    6563.06
## 207  Trucks and Buses South Brisbane   Australia   Medium    6817.22
## 208  Trucks and Buses   Philadelphia         USA   Medium    6163.94
## 209  Trucks and Buses           Lyon      France   Medium    4933.92
## 210  Trucks and Buses      Vancouver      Canada   Medium    4056.36
## 211  Trucks and Buses     Versailles      France   Medium    5759.42
## 212  Trucks and Buses     San Rafael         USA   Medium    3451.00
## 213  Trucks and Buses      New Haven         USA   Medium    5920.40
## 214  Trucks and Buses      Minato-ku       Japan   Medium    6668.24
## 215  Trucks and Buses      Chatswood   Australia   Medium    4094.72
## 216  Trucks and Buses      Allentown         USA    Small    2938.50
## 217  Trucks and Buses          Boras      Sweden   Medium    6387.80
## 218  Trucks and Buses     Versailles      France   Medium    6396.00
## 219  Trucks and Buses      Vancouver      Canada    Small    2669.10
## 220  Trucks and Buses         Nashua         USA   Medium    4784.13
## 221  Trucks and Buses      Melbourne   Australia   Medium    3586.43
## 222  Trucks and Buses     San Rafael         USA   Medium    5960.36
## 223  Trucks and Buses   North Sydney   Australia    Large    8470.14
## 224  Trucks and Buses   North Sydney   Australia    Small    2464.80
## 225  Trucks and Buses       Montreal      Canada   Medium    6232.00
## 226  Trucks and Buses         Madrid       Spain    Large    7969.36
## 227       Motorcycles            NYC         USA   Medium    3036.60
## 228       Motorcycles          Reims      France    Large    8284.00
## 229       Motorcycles          Paris      France    Small    2711.20
## 230       Motorcycles       Pasadena         USA    Large    8339.80
## 231       Motorcycles   North Sydney   Australia   Medium    4639.25
## 232       Motorcycles          Lille      France   Medium    6747.60
## 233       Motorcycles       Pasadena         USA   Medium    4512.48
## 234       Motorcycles          Paris      France   Medium    4771.80
## 235       Motorcycles          Lille      France   Medium    6087.94
## 236       Motorcycles            NYC         USA   Medium    4193.28
## 237       Motorcycles         Newark         USA    Large    7552.28
## 238       Motorcycles    Bridgewater         USA   Medium    6434.40
## 239       Motorcycles     Brickhaven         USA   Medium    5181.50
## 240       Motorcycles      Cambridge         USA   Medium    6863.92
## 241       Motorcycles       Helsinki     Finland   Medium    4157.04
## 242       Motorcycles        Stavern      Norway   Medium    4660.24
## 243       Motorcycles            NYC         USA   Medium    4111.80
## 244       Motorcycles            NYC         USA   Medium    3542.64
## 245       Motorcycles       Salzburg     Austria    Large    8118.55
## 246       Motorcycles     Burlingame         USA   Medium    3877.06
## 247       Motorcycles         Nantes      France   Medium    3867.08
## 248       Motorcycles    New Bedford         USA   Medium    5951.44
## 249       Motorcycles      Liverpool          UK    Large    8648.64
## 250       Motorcycles         Madrid       Spain   Medium    3447.78
## 251      Classic Cars         Madrid       Spain   Medium    5958.50
## 252      Classic Cars      Singapore   Singapore   Medium    5911.64
## 253      Classic Cars            NYC         USA    Large    7366.44
## 254      Classic Cars     San Rafael         USA   Medium    4985.64
## 255      Classic Cars         Madrid       Spain   Medium    5393.64
## 256      Classic Cars      Singapore   Singapore   Medium    4880.02
## 257      Classic Cars  Reggio Emilia       Italy    Large    8378.69
## 258      Classic Cars    New Bedford         USA   Medium    4038.21
## 259      Classic Cars      New Haven         USA   Medium    3807.12
## 260      Classic Cars           Lyon      France   Medium    3142.36
## 261      Classic Cars         Dublin     Ireland   Medium    4713.60
## 262      Classic Cars      Frankfurt     Germany    Large    7016.31
## 263      Classic Cars          Espoo     Finland   Medium    4381.25
## 264      Classic Cars      Allentown         USA   Medium    4283.01
## 265      Classic Cars     San Rafael         USA   Medium    4364.82
## 266      Classic Cars         Torino       Italy   Medium    4242.24
## 267      Classic Cars     Manchester          UK   Medium    4982.70
## 268      Classic Cars        Aaarhus     Denmark   Medium    6393.54
## 269      Classic Cars            NYC         USA    Small    1466.91
## 270      Classic Cars          Paris      France   Medium    4059.33
## 271      Classic Cars         Madrid       Spain   Medium    4801.52
## 272      Classic Cars         Madrid       Spain    Small    2711.66
## 273      Classic Cars      Minato-ku       Japan   Medium    5862.00
## 274      Classic Cars     San Rafael         USA   Medium    4071.85
## 275      Classic Cars    Bridgewater         USA    Large    8236.75
## 276      Classic Cars    Makati City Philippines   Medium    6130.35
## 277      Classic Cars      Marseille      France   Medium    3693.34
## 278      Classic Cars     San Rafael         USA   Medium    6031.68
## 279      Classic Cars     Brickhaven         USA   Medium    3494.94
## 280      Classic Cars           Graz     Austria   Medium    5464.69
## 281      Classic Cars         Bergen      Norway    Small    2860.76
## 282      Classic Cars           Koln     Germany   Medium    5590.00
## 283      Classic Cars         Madrid       Spain    Small    2254.80
## 284      Classic Cars         Madrid       Spain   Medium    4946.76
## 285      Classic Cars         Gensve Switzerland    Small    2495.50
## 286      Classic Cars      Kobenhavn     Denmark   Medium    3167.38
## 287      Classic Cars      Liverpool          UK    Small    2402.84
## 288      Classic Cars  Reggio Emilia       Italy    Small    2454.54
## 289      Classic Cars     Brickhaven         USA   Medium    5464.69
## 290      Classic Cars         Gensve Switzerland   Medium    4756.50
## 291      Classic Cars      Frankfurt     Germany   Medium    3984.60
## 292      Classic Cars           Koln     Germany   Medium    3100.32
## 293      Classic Cars           Lule      Sweden   Medium    4850.30
## 294      Classic Cars            NYC         USA   Medium    3846.98
## 295      Classic Cars       Salzburg     Austria   Medium    4220.92
## 296      Classic Cars          Espoo     Finland   Medium    3288.82
## 297      Classic Cars       Glendale         USA   Medium    3987.20
## 298      Classic Cars          Boras      Sweden    Small    1809.50
## 299      Classic Cars       Salzburg     Austria    Small    1092.20
## 300      Classic Cars      Kobenhavn     Denmark   Medium    4566.05
## 301      Classic Cars      Singapore   Singapore   Medium    5938.14
## 302      Classic Cars            NYC         USA    Large    8138.76
## 303      Classic Cars     San Rafael         USA    Large    9470.94
## 304      Classic Cars         Madrid       Spain    Large    7036.89
## 305      Classic Cars      Singapore   Singapore   Medium    5559.03
## 306      Classic Cars  Reggio Emilia       Italy    Large    7872.50
## 307      Classic Cars    New Bedford         USA    Large    7886.20
## 308      Classic Cars      New Haven         USA    Large    7232.16
## 309      Classic Cars           Lyon      France   Medium    3114.40
## 310      Classic Cars         Dublin     Ireland   Medium    5045.22
## 311      Classic Cars         Madrid       Spain   Medium    6952.12
## 312      Classic Cars          Espoo     Finland   Medium    4157.73
## 313      Classic Cars      Allentown         USA    Large    7962.24
## 314      Classic Cars     San Rafael         USA   Medium    3778.80
## 315      Classic Cars         Torino       Italy    Large    8253.00
## 316      Classic Cars     Manchester          UK   Medium    3633.40
## 317      Classic Cars        Aaarhus     Denmark   Medium    6913.80
## 318      Classic Cars        Stavern      Norway    Small    2583.60
## 319      Classic Cars          Paris      France   Medium    3105.62
## 320      Classic Cars            NYC         USA   Medium    4408.56
## 321      Classic Cars          Reims      France   Medium    3042.41
## 322      Classic Cars      Minato-ku       Japan   Medium    5941.50
## 323      Classic Cars     San Rafael         USA   Medium    3241.90
## 324      Classic Cars     San Rafael         USA   Medium    6109.29
## 325      Classic Cars    Bridgewater         USA   Medium    3387.78
## 326      Classic Cars    Makati City Philippines   Medium    3485.82
## 327      Classic Cars      Marseille      France    Small    2042.88
## 328      Classic Cars     San Rafael         USA    Small    1800.24
## 329      Classic Cars     Brickhaven         USA    Small    1340.64
## 330      Classic Cars   North Sydney   Australia    Small    2298.24
## 331      Classic Cars         Bergen      Norway    Small    1628.00
## 332      Classic Cars           Koln     Germany    Small    1939.20
## 333      Classic Cars         Madrid       Spain   Medium    3651.56
## 334      Classic Cars          Paris      France    Small    2591.96
## 335      Classic Cars         Gensve Switzerland    Small    2864.17
## 336      Classic Cars      Kobenhavn     Denmark    Small    1484.20
## 337      Classic Cars      Liverpool          UK    Small    2254.25
## 338      Classic Cars  Reggio Emilia       Italy    Small    2681.35
## 339      Classic Cars     Brickhaven         USA   Medium    3184.02
## 340      Classic Cars         Gensve Switzerland    Small    2846.63
## 341      Classic Cars      Frankfurt     Germany    Small    1685.42
## 342      Classic Cars           Koln     Germany   Medium    3988.60
## 343      Classic Cars           Lule      Sweden    Small    2789.96
## 344      Classic Cars            NYC         USA   Medium    3607.56
## 345      Classic Cars       Salzburg     Austria   Medium    3368.16
## 346      Classic Cars          Espoo     Finland    Small    2775.08
## 347      Classic Cars       Helsinki     Finland    Small    1627.92
## 348      Classic Cars          Boras      Sweden    Small    2529.36
## 349      Classic Cars       Salzburg     Austria   Medium    3065.78
## 350  Trucks and Buses         Madrid       Spain   Medium    4615.78
## 351  Trucks and Buses            NYC         USA   Medium    5723.78
## 352  Trucks and Buses            NYC         USA    Small    2559.60
## 353  Trucks and Buses          Espoo     Finland    Small    2140.11
## 354  Trucks and Buses           Oulu     Finland   Medium    3327.60
## 355  Trucks and Buses      Singapore   Singapore   Medium    6825.60
## 356  Trucks and Buses         London          UK   Medium    3543.28
## 357  Trucks and Buses        Sevilla       Spain   Medium    4516.22
## 358  Trucks and Buses   White Plains         USA   Medium    6445.46
## 359  Trucks and Buses         Boston         USA   Medium    3384.36
## 360  Trucks and Buses       Brisbane         USA   Medium    4891.68
## 361  Trucks and Buses     San Rafael         USA   Medium    4521.96
## 362  Trucks and Buses         Madrid       Spain   Medium    5069.66
## 363  Trucks and Buses      Singapore   Singapore   Medium    6541.20
## 364  Trucks and Buses     San Rafael         USA   Medium    3012.27
## 365  Trucks and Buses      Allentown         USA   Medium    5247.18
## 366  Trucks and Buses            NYC         USA    Small    2214.87
## 367  Trucks and Buses      Cambridge         USA   Medium    4773.18
## 368  Trucks and Buses        Aaarhus     Denmark   Medium    6185.70
## 369  Trucks and Buses            NYC         USA    Small    1517.88
## 370  Trucks and Buses          Paris      France   Medium    6372.60
## 371  Trucks and Buses            NYC         USA   Medium    5232.96
## 372  Trucks and Buses         Madrid       Spain    Small    2694.72
## 373  Trucks and Buses     San Rafael         USA    Small    1749.79
## 374  Trucks and Buses     San Rafael         USA    Small    2130.56
## 375  Trucks and Buses         Madrid       Spain   Medium    5951.34
## 376  Trucks and Buses         Nantes      France   Medium    4692.60
## 377      Classic Cars    Makati City Philippines   Medium    3731.04
## 378      Classic Cars      Marseille      France    Small    2142.00
## 379      Classic Cars     San Rafael         USA    Small    2838.81
## 380      Classic Cars     Brickhaven         USA   Medium    3230.37
## 381      Classic Cars           Graz     Austria   Medium    4391.10
## 382      Classic Cars         Bergen      Norway   Medium    4477.32
## 383      Classic Cars         Nashua         USA   Medium    3544.56
## 384      Classic Cars         Madrid       Spain   Medium    5195.85
## 385      Classic Cars         Madrid       Spain   Medium    4180.44
## 386      Classic Cars         Gensve Switzerland    Small    2684.43
## 387      Classic Cars           Oulu     Finland    Small    1958.88
## 388      Classic Cars      Liverpool          UK   Medium    4910.57
## 389      Classic Cars  Reggio Emilia       Italy   Medium    4468.40
## 390      Classic Cars      Singapore   Singapore   Medium    3127.88
## 391      Classic Cars         Gensve Switzerland    Small    2675.13
## 392      Classic Cars      Frankfurt     Germany    Small    2807.61
## 393      Classic Cars           Koln     Germany    Small    2504.75
## 394      Classic Cars    New Bedford         USA    Small    2984.88
## 395      Classic Cars            NYC         USA    Small    2524.86
## 396      Classic Cars       Salzburg     Austria   Medium    4136.00
## 397      Classic Cars          Espoo     Finland   Medium    4068.70
## 398      Classic Cars       Helsinki     Finland   Medium    5182.00
## 399      Classic Cars          Boras      Sweden   Medium    5243.79
## 400      Classic Cars     Strasbourg      France    Large    9048.16
## 401      Classic Cars       Salzburg     Austria   Medium    3832.64
## 402  Trucks and Buses        Stavern      Norway   Medium    3920.00
## 403  Trucks and Buses     San Rafael         USA   Medium    4916.66
## 404  Trucks and Buses         Madrid       Spain   Medium    3857.00
## 405  Trucks and Buses     Burlingame         USA   Medium    4181.44
## 406  Trucks and Buses      Singapore   Singapore   Medium    4641.00
## 407  Trucks and Buses           Graz     Austria   Medium    3570.12
## 408  Trucks and Buses South Brisbane   Australia   Medium    4480.32
## 409  Trucks and Buses   Philadelphia         USA    Small    2033.64
## 410  Trucks and Buses           Lyon      France    Small    1960.14
## 411  Trucks and Buses      Vancouver      Canada   Medium    3966.78
## 412  Trucks and Buses        Burbank         USA   Medium    5152.00
## 413  Trucks and Buses      Cambridge         USA   Medium    3360.00
## 414  Trucks and Buses      New Haven         USA   Medium    3451.00
## 415  Trucks and Buses      Minato-ku       Japan   Medium    5453.00
## 416  Trucks and Buses      Chatswood   Australia   Medium    4164.12
## 417  Trucks and Buses         Torino       Italy    Small    2800.08
## 418  Trucks and Buses          Boras      Sweden   Medium    4687.94
## 419  Trucks and Buses     Versailles      France   Medium    4508.00
## 420  Trucks and Buses     San Rafael         USA   Medium    4181.44
## 421  Trucks and Buses         Nashua         USA    Small    2251.04
## 422  Trucks and Buses      Melbourne   Australia    Small    2083.20
## 423  Trucks and Buses     San Rafael         USA   Medium    3822.00
## 424  Trucks and Buses   North Sydney   Australia   Medium    3911.49
## 425  Trucks and Buses   North Sydney   Australia    Small    2467.90
## 426  Trucks and Buses       Montreal      Canada   Medium    3213.00
## 427  Trucks and Buses         Madrid       Spain    Large    7182.00
## 428      Classic Cars   Philadelphia         USA   Medium    4379.18
## 429      Classic Cars      Marseille      France   Medium    5004.80
## 430      Classic Cars       Toulouse      France   Medium    3644.75
## 431      Classic Cars   North Sydney   Australia    Small    2702.04
## 432      Classic Cars        Aaarhus     Denmark   Medium    3764.88
## 433      Classic Cars       Montreal      Canada   Medium    4508.00
## 434      Classic Cars         Bergen      Norway   Medium    5418.16
## 435      Classic Cars         Nashua         USA   Medium    3300.66
## 436      Classic Cars            NYC         USA   Medium    6182.40
## 437      Classic Cars         Madrid       Spain   Medium    4186.73
## 438      Classic Cars         Gensve Switzerland   Medium    4529.28
## 439      Classic Cars          Osaka       Japan   Medium    5628.89
## 440      Classic Cars      Liverpool          UK   Medium    3054.48
## 441      Classic Cars  Reggio Emilia       Italy    Small    2526.51
## 442      Classic Cars      Las Vegas         USA   Medium    4667.86
## 443      Classic Cars         Gensve Switzerland   Medium    6499.32
## 444      Classic Cars           Oslo      Norway   Medium    5917.78
## 445      Classic Cars           Koln     Germany   Medium    6231.91
## 446      Classic Cars    New Bedford         USA   Medium    5803.14
## 447      Classic Cars   Philadelphia         USA   Medium    6434.02
## 448      Classic Cars      Melbourne   Australia   Medium    6454.40
## 449      Classic Cars          Paris      France   Medium    4196.80
## 450      Classic Cars    New Bedford         USA    Small    2611.80
## 451      Classic Cars       Helsinki     Finland   Medium    5895.05
## 452      Classic Cars     San Rafael         USA   Medium    3375.72
## 453      Classic Cars      Kobenhavn     Denmark    Large    8374.69
## 454      Classic Cars       Salzburg     Austria   Medium    4464.24
## 455      Vintage Cars            NYC         USA   Medium    4808.31
## 456      Vintage Cars      Melbourne   Australia   Medium    3254.72
## 457      Vintage Cars      Chatswood   Australia   Medium    3184.94
## 458      Vintage Cars       Brisbane         USA   Medium    5907.50
## 459      Vintage Cars        Bergamo       Italy   Medium    5036.16
## 460      Vintage Cars     San Rafael         USA    Small    2183.25
## 461      Vintage Cars   Glen Waverly   Australia   Medium    3106.88
## 462      Vintage Cars         Madrid       Spain   Medium    3735.72
## 463      Vintage Cars        Burbank         USA    Small    2413.26
## 464      Vintage Cars           Lyon      France    Small    2953.75
## 465      Vintage Cars         Madrid       Spain   Medium    4684.80
## 466      Vintage Cars      Kobenhavn     Denmark   Medium    3248.70
## 467      Vintage Cars         Torino       Italy   Medium    5239.50
## 468      Vintage Cars         Bergen      Norway   Medium    4567.98
## 469      Vintage Cars     Versailles      France   Medium    3535.35
## 470      Vintage Cars     San Rafael         USA   Medium    3843.34
## 471      Vintage Cars         Nashua         USA   Medium    3710.90
## 472      Vintage Cars     Manchester          UK   Medium    4375.98
## 473      Vintage Cars      Las Vegas         USA    Small    1516.62
## 474      Vintage Cars          Paris      France    Small    2509.00
## 475      Vintage Cars     Brickhaven         USA    Large    9240.44
## 476      Vintage Cars         Madrid       Spain    Small    2515.32
## 477      Vintage Cars   North Sydney   Australia   Medium    5548.90
## 478      Vintage Cars      Allentown         USA   Medium    4873.05
## 479      Vintage Cars            NYC         USA    Small    2055.74
## 480      Vintage Cars         Madrid       Spain    Small    2309.58
## 481      Vintage Cars      Chatswood   Australia    Small    2113.37
## 482      Vintage Cars       Brisbane         USA    Small    1746.60
## 483      Vintage Cars        Bergamo       Italy    Small    2122.08
## 484      Vintage Cars     San Rafael         USA    Small    1742.40
## 485      Vintage Cars   Glen Waverly   Australia    Small    2455.02
## 486      Vintage Cars         Madrid       Spain   Medium    3053.28
## 487      Vintage Cars        Burbank         USA    Small    1423.29
## 488      Vintage Cars           Lyon      France    Small    1504.12
## 489      Vintage Cars         Madrid       Spain    Small    1164.40
## 490      Vintage Cars      Kobenhavn     Denmark    Small    1500.75
## 491      Vintage Cars         Torino       Italy    Small    1557.36
## 492      Vintage Cars         Bergen      Norway    Small    1345.68
## 493      Vintage Cars     Versailles      France    Small    1795.24
## 494      Vintage Cars     San Rafael         USA    Small    1105.25
## 495      Vintage Cars         Nashua         USA    Small    2364.88
## 496      Vintage Cars     Manchester          UK    Small    2427.03
## 497      Vintage Cars      Melbourne   Australia    Small    1237.95
## 498      Vintage Cars          Paris      France    Small    1593.02
## 499      Vintage Cars     Brickhaven         USA   Medium    3156.16
## 500      Vintage Cars   North Sydney   Australia   Medium    4998.00
## 501      Vintage Cars      Allentown         USA    Small    1293.75
## 502      Classic Cars     Manchester          UK   Medium    5433.08
## 503      Classic Cars         Nantes      France   Medium    3073.72
## 504      Classic Cars          Reims      France   Medium    4380.20
## 505      Classic Cars   North Sydney   Australia   Medium    5848.68
## 506      Classic Cars        Aaarhus     Denmark   Medium    6153.73
## 507      Classic Cars    Bridgewater         USA   Medium    4965.24
## 508      Classic Cars         Bergen      Norway   Medium    5435.64
## 509      Classic Cars         Nashua         USA   Medium    4258.36
## 510      Classic Cars            NYC         USA   Medium    4032.00
## 511      Classic Cars         Madrid       Spain   Medium    4492.36
## 512      Classic Cars      San Diego         USA   Medium    4161.38
## 513      Classic Cars     Strasbourg      France    Small    2508.66
## 514      Classic Cars      Liverpool          UK   Medium    3374.88
## 515      Classic Cars  Reggio Emilia       Italy   Medium    5196.60
## 516      Classic Cars      Las Vegas         USA    Small    2604.52
## 517      Classic Cars      Singapore   Singapore    Small    2936.80
## 518      Classic Cars           Oslo      Norway   Medium    3424.64
## 519      Classic Cars         Madrid       Spain    Small    2923.20
## 520      Classic Cars    New Bedford         USA   Medium    4489.76
## 521      Classic Cars   Philadelphia         USA   Medium    4849.24
## 522      Classic Cars          Reims      France   Medium    5848.92
## 523      Classic Cars       Pasadena         USA    Small    2758.70
## 524      Classic Cars         Madrid       Spain    Small    1449.76
## 525      Classic Cars       San Jose         USA    Large    7048.14
## 526      Classic Cars       Salzburg     Austria   Medium    5202.94
## 527            Planes        Bergamo       Italy   Medium    5279.40
## 528            Planes       Salzburg     Austria   Medium    6916.12
## 529            Planes       Glendale         USA    Small    2781.66
## 530            Planes    New Bedford         USA   Medium    5248.00
## 531            Planes       Helsinki     Finland   Medium    6531.44
## 532            Planes          Boras      Sweden   Medium    5763.72
## 533            Planes       Toulouse      France   Medium    6490.68
## 534            Planes         London          UK   Medium    6004.80
## 535            Planes    Makati City Philippines    Large    7483.98
## 536            Planes          Osaka       Japan   Medium    5719.50
## 537            Planes      San Diego         USA   Medium    6954.08
## 538            Planes       San Jose         USA    Large    8160.30
## 539            Planes         Madrid       Spain   Medium    6567.96
## 540            Planes     Brickhaven         USA   Medium    6724.00
## 541            Planes           Oslo      Norway   Medium    5747.85
## 542            Planes         Munich     Germany   Medium    5676.84
## 543            Planes   Philadelphia         USA    Large    7379.97
## 544            Planes          Cowes          UK   Medium    3704.13
## 545            Planes      Kobenhavn     Denmark    Small    2804.75
## 546            Planes      Charleroi     Belgium   Medium    5624.79
## 547            Planes         London          UK   Medium    3881.28
## 548            Planes           Oulu     Finland    Small    1611.40
## 549            Planes         Madrid       Spain    Small    1364.25
## 550            Planes          Reims      France   Medium    4215.09
## 551            Planes       San Jose         USA   Medium    6433.82
## 552            Planes  Reggio Emilia       Italy   Medium    4352.16
## 553      Vintage Cars         Nashua         USA   Medium    5151.00
## 554      Vintage Cars     Manchester          UK   Medium    6069.00
## 555      Vintage Cars      Las Vegas         USA    Small    2856.00
## 556      Vintage Cars       Brisbane         USA   Medium    5375.40
## 557      Vintage Cars        Bergamo       Italy   Medium    3508.80
## 558      Vintage Cars     San Rafael         USA    Large    7554.80
## 559      Vintage Cars   Glen Waverly   Australia   Medium    3141.60
## 560      Vintage Cars            NYC         USA   Medium    5890.50
## 561      Vintage Cars         Madrid       Spain   Medium    5967.00
## 562      Vintage Cars           Lyon      France   Medium    3712.80
## 563      Vintage Cars     Strasbourg      France    Large    7597.30
## 564      Vintage Cars         Torino       Italy   Medium    3668.60
## 565      Vintage Cars      Singapore   Singapore   Medium    5875.20
## 566      Vintage Cars      Liverpool          UK    Large    7310.00
## 567      Vintage Cars     San Rafael         USA    Large    8078.40
## 568      Vintage Cars   Philadelphia         USA   Medium    3257.76
## 569      Vintage Cars      Marseille      France    Large    7650.00
## 570      Vintage Cars       Pasadena         USA   Medium    4703.81
## 571      Vintage Cars         Madrid       Spain   Medium    5399.55
## 572      Vintage Cars       San Jose         USA    Large   14082.80
## 573      Vintage Cars      Chatswood   Australia   Medium    5283.60
## 574      Classic Cars    Makati City Philippines   Medium    3130.82
## 575      Classic Cars      Marseille      France   Medium    3112.34
## 576      Classic Cars     San Rafael         USA   Medium    3806.88
## 577      Classic Cars     Brickhaven         USA    Small    2142.14
## 578      Classic Cars           Graz     Austria    Small    1262.80
## 579      Classic Cars         Bergen      Norway    Small    1626.24
## 580      Classic Cars         Nashua         USA   Medium    4088.70
## 581      Classic Cars         Madrid       Spain   Medium    3846.15
## 582      Classic Cars         Madrid       Spain    Small    1339.80
## 583      Classic Cars         Gensve Switzerland   Medium    3039.96
## 584      Classic Cars           Oulu     Finland   Medium    3400.32
## 585      Classic Cars      Liverpool          UK    Small    1930.39
## 586      Classic Cars  Reggio Emilia       Italy    Small    2464.77
## 587      Classic Cars      Las Vegas         USA    Small    2634.94
## 588      Classic Cars         Gensve Switzerland   Medium    3625.16
## 589      Classic Cars      Frankfurt     Germany   Medium    3788.40
## 590      Classic Cars           Koln     Germany    Small    1832.60
## 591      Classic Cars    New Bedford         USA    Small    2905.98
## 592      Classic Cars            NYC         USA    Small    2954.81
## 593      Classic Cars      Melbourne   Australia   Medium    3599.75
## 594      Classic Cars          Espoo     Finland   Medium    3686.54
## 595      Classic Cars       Helsinki     Finland    Small    2100.56
## 596      Classic Cars          Boras      Sweden   Medium    3881.78
## 597      Classic Cars     Strasbourg      France   Medium    4509.12
## 598      Classic Cars       Salzburg     Austria   Medium    3273.27
## 599      Classic Cars   Philadelphia         USA   Medium    4432.70
## 600      Classic Cars      Marseille      France   Medium    4100.99
## 601      Classic Cars       Toulouse      France   Medium    5274.72
## 602      Classic Cars   North Sydney   Australia   Medium    4232.00
## 603      Classic Cars        Aaarhus     Denmark   Medium    6145.44
## 604      Classic Cars       Montreal      Canada   Medium    4680.20
## 605      Classic Cars         Bergen      Norway   Medium    3286.08
## 606      Classic Cars         Nashua         USA    Large    7421.30
## 607      Classic Cars            NYC         USA   Medium    6432.64
## 608      Classic Cars         Madrid       Spain   Medium    4840.87
## 609      Classic Cars      San Diego         USA   Medium    3892.08
## 610      Classic Cars          Osaka       Japan   Medium    5526.32
## 611      Classic Cars      Liverpool          UK   Medium    4459.62
## 612      Classic Cars  Reggio Emilia       Italy   Medium    6203.40
## 613      Classic Cars      Las Vegas         USA   Medium    3754.05
## 614      Classic Cars         Gensve Switzerland   Medium    3516.48
## 615      Classic Cars           Oslo      Norway    Large    7488.04
## 616      Classic Cars           Koln     Germany   Medium    3448.08
## 617      Classic Cars    New Bedford         USA   Medium    3734.00
## 618      Classic Cars   Philadelphia         USA    Small     974.10
## 619      Classic Cars      Melbourne   Australia   Medium    3160.74
## 620      Classic Cars          Paris      France    Small    1746.63
## 621      Classic Cars      Charleroi     Belgium   Medium    4207.84
## 622      Classic Cars       Helsinki     Finland   Medium    4352.76
## 623      Classic Cars     San Rafael         USA    Small    1463.70
## 624      Classic Cars      Kobenhavn     Denmark    Large    7169.28
## 625      Classic Cars       Salzburg     Austria   Medium    4594.76
## 626      Classic Cars         Madrid       Spain   Medium    3457.92
## 627      Classic Cars            NYC         USA    Large    7381.16
## 628      Classic Cars            NYC         USA    Large    7146.90
## 629      Classic Cars          Espoo     Finland   Medium    5938.53
## 630      Classic Cars           Oulu     Finland    Large    7110.91
## 631      Classic Cars      Singapore   Singapore   Medium    5032.95
## 632      Classic Cars  Reggio Emilia       Italy   Medium    3667.60
## 633      Classic Cars        Sevilla       Spain    Large    7381.16
## 634      Classic Cars   White Plains         USA   Medium    5128.11
## 635      Classic Cars         Boston         USA    Large    7060.24
## 636      Classic Cars       Brisbane         USA    Large    8448.64
## 637      Classic Cars      Frankfurt     Germany    Large    7300.51
## 638      Classic Cars         Madrid       Spain   Medium    6549.20
## 639      Classic Cars      Singapore   Singapore   Medium    5697.90
## 640      Classic Cars     San Rafael         USA    Large    9169.00
## 641      Classic Cars     San Rafael         USA   Medium    3238.63
## 642      Classic Cars            NYC         USA   Medium    4554.94
## 643      Classic Cars      Cambridge         USA   Medium    3934.44
## 644      Classic Cars        Aaarhus     Denmark   Medium    5776.26
## 645      Classic Cars            NYC         USA    Large    7207.45
## 646      Classic Cars          Paris      France    Large    7460.74
## 647      Classic Cars            NYC         USA   Medium    6719.54
## 648      Classic Cars         Madrid       Spain    Small    2428.00
## 649      Classic Cars     San Rafael         USA    Small    2602.25
## 650      Classic Cars     San Rafael         USA    Small    2200.00
## 651      Classic Cars         Madrid       Spain   Medium    6712.93
## 652      Classic Cars         Nantes      France   Medium    5318.04
## 653      Vintage Cars         Nashua         USA   Medium    3390.00
## 654      Vintage Cars     Manchester          UK    Small    1608.00
## 655      Vintage Cars      Las Vegas         USA    Small    2262.96
## 656      Vintage Cars       Brisbane         USA    Small    1496.64
## 657      Vintage Cars        Bergamo       Italy    Small    1495.26
## 658      Vintage Cars     San Rafael         USA    Small    2323.70
## 659      Vintage Cars   Glen Waverly   Australia    Small    2491.86
## 660      Vintage Cars            NYC         USA    Small    1643.12
## 661      Vintage Cars         Madrid       Spain    Small    1322.16
## 662      Vintage Cars           Lyon      France    Small    1423.80
## 663      Vintage Cars     Strasbourg      France    Small    2397.45
## 664      Vintage Cars         Torino       Italy    Small    1574.00
## 665      Vintage Cars      Singapore   Singapore    Small    1729.00
## 666      Vintage Cars        Sevilla       Spain    Small    2255.84
## 667      Vintage Cars     San Rafael         USA    Small    1834.50
## 668      Vintage Cars     Manchester          UK   Medium    3201.50
## 669      Vintage Cars      Marseille      France    Small    2276.40
## 670      Vintage Cars       Pasadena         USA    Large    8884.80
## 671      Vintage Cars         Madrid       Spain    Small    1331.10
## 672      Vintage Cars       San Jose         USA   Medium    3051.30
## 673      Vintage Cars      Chatswood   Australia    Small    2288.52
## 674  Trucks and Buses         Madrid       Spain   Medium    3772.61
## 675  Trucks and Buses          Paris      France   Medium    4164.42
## 676  Trucks and Buses            NYC         USA   Medium    6295.95
## 677  Trucks and Buses          Espoo     Finland   Medium    6287.66
## 678  Trucks and Buses           Oulu     Finland   Medium    5412.54
## 679  Trucks and Buses      Singapore   Singapore   Medium    5984.14
## 680  Trucks and Buses         London          UK   Medium    5891.04
## 681  Trucks and Buses        Sevilla       Spain   Medium    5984.14
## 682  Trucks and Buses   White Plains         USA   Medium    3608.15
## 683  Trucks and Buses         Boston         USA   Medium    5752.54
## 684  Trucks and Buses     San Rafael         USA   Medium    3765.32
## 685  Trucks and Buses         Madrid       Spain    Small    2159.96
## 686  Trucks and Buses      Singapore   Singapore   Medium    3379.94
## 687  Trucks and Buses     San Rafael         USA   Medium    5093.50
## 688  Trucks and Buses      Allentown         USA   Medium    5773.44
## 689  Trucks and Buses            NYC         USA   Medium    4528.86
## 690  Trucks and Buses      Cambridge         USA   Medium    4816.08
## 691  Trucks and Buses      Vancouver      Canada   Medium    3416.78
## 692  Trucks and Buses            NYC         USA    Small    1236.84
## 693  Trucks and Buses           Lule      Sweden   Medium    5814.86
## 694  Trucks and Buses            NYC         USA   Medium    5223.48
## 695  Trucks and Buses         Madrid       Spain    Small     728.40
## 696  Trucks and Buses   North Sydney   Australia   Medium    3949.00
## 697  Trucks and Buses         Madrid       Spain   Medium    3843.99
## 698  Trucks and Buses         Madrid       Spain   Medium    5498.08
## 699  Trucks and Buses         Nantes      France   Medium    3777.58
## 700      Vintage Cars      Frankfurt     Germany   Medium    3782.00
## 701      Vintage Cars     Manchester          UK   Medium    3859.68
## 702      Vintage Cars      Las Vegas         USA   Medium    4431.84
## 703      Vintage Cars       Brisbane         USA   Medium    4950.33
## 704      Vintage Cars        Bergamo       Italy   Medium    4492.83
## 705      Vintage Cars     San Rafael         USA    Small    2212.00
## 706      Vintage Cars   Glen Waverly   Australia   Medium    4642.88
## 707      Vintage Cars            NYC         USA   Medium    3206.32
## 708      Vintage Cars         Madrid       Spain   Medium    3604.23
## 709      Vintage Cars           Lyon      France    Large    7017.76
## 710      Vintage Cars         Boston         USA   Medium    6154.18
## 711      Vintage Cars         Torino       Italy   Medium    4750.80
## 712      Vintage Cars      Singapore   Singapore   Medium    3822.92
## 713      Vintage Cars     Versailles      France    Small    2440.80
## 714      Vintage Cars     San Rafael         USA   Medium    4729.36
## 715      Vintage Cars         Nashua         USA    Large   12536.50
## 716      Vintage Cars     Manchester          UK    Small    2264.15
## 717      Vintage Cars      Marseille      France   Medium    3928.20
## 718      Vintage Cars          Paris      France   Medium    3630.22
## 719      Vintage Cars       Pasadena         USA   Medium    4196.07
## 720      Vintage Cars         Madrid       Spain   Medium    4931.60
## 721      Vintage Cars     San Rafael         USA   Medium    3068.69
## 722      Vintage Cars      Singapore   Singapore    Small     785.64
## 723      Vintage Cars      Chatswood   Australia   Medium    4977.00
## 724  Trucks and Buses        Stavern      Norway    Small    1189.98
## 725  Trucks and Buses          Paris      France   Medium    3090.15
## 726  Trucks and Buses         Madrid       Spain    Small    2795.86
## 727  Trucks and Buses     Burlingame         USA    Small    2851.54
## 728  Trucks and Buses           Oulu     Finland    Small    2701.92
## 729  Trucks and Buses      Singapore   Singapore    Small    2204.10
## 730  Trucks and Buses         London          UK    Small    2840.48
## 731  Trucks and Buses        Sevilla       Spain    Small    2647.04
## 732  Trucks and Buses           Lyon      France   Medium    3172.05
## 733  Trucks and Buses         Boston         USA    Small    2585.93
## 734  Trucks and Buses      Singapore   Singapore    Small    2148.30
## 735  Trucks and Buses     San Rafael         USA    Small    1667.40
## 736  Trucks and Buses         Madrid       Spain    Small    1859.70
## 737  Trucks and Buses      Singapore   Singapore    Small    1476.60
## 738  Trucks and Buses     San Rafael         USA    Small    1732.00
## 739  Trucks and Buses      Allentown         USA    Small    1674.17
## 740  Trucks and Buses          Boras      Sweden    Small    1500.98
## 741  Trucks and Buses      Cambridge         USA    Small    2192.68
## 742  Trucks and Buses      Vancouver      Canada    Small    1797.58
## 743  Trucks and Buses         Nashua         USA    Small    2142.35
## 744  Trucks and Buses           Lule      Sweden    Small    2086.92
## 745  Trucks and Buses      Melbourne   Australia   Medium    6834.50
## 746  Trucks and Buses     San Rafael         USA    Small    2541.59
## 747  Trucks and Buses   North Sydney   Australia    Small    2130.92
## 748  Trucks and Buses   North Sydney   Australia    Small    1694.00
## 749  Trucks and Buses         Madrid       Spain    Small    2913.53
## 750  Trucks and Buses         Nantes      France    Small     935.18
## 751            Planes        Bergamo       Italy   Medium    3073.26
## 752            Planes      Melbourne   Australia    Small    2082.49
## 753            Planes         Madrid       Spain   Medium    3394.23
## 754            Planes       Pasadena         USA    Small    2559.60
## 755            Planes     Burlingame         USA    Small    1490.16
## 756            Planes          Osaka       Japan   Medium    3844.00
## 757            Planes      Melbourne   Australia   Medium    4724.91
## 758            Planes      Tsawassen      Canada    Small    1824.72
## 759            Planes       San Jose         USA    Small    2668.68
## 760            Planes    Bridgewater         USA    Small    2843.61
## 761            Planes         Nantes      France   Medium    3163.65
## 762            Planes           Oslo      Norway    Small    2226.11
## 763            Planes         Dublin     Ireland    Small    2069.75
## 764            Planes   White Plains         USA    Small    2235.33
## 765            Planes      Allentown         USA   Medium    3116.43
## 766            Planes      Kobenhavn     Denmark   Medium    4781.70
## 767            Planes      Minato-ku       Japan    Small    2810.70
## 768            Planes       Glendale         USA   Medium    3515.67
## 769            Planes South Brisbane   Australia    Small    2909.34
## 770            Planes         Madrid       Spain    Small    1570.17
## 771            Planes          Reims      France    Small    2613.92
## 772            Planes         Newark         USA   Medium    3193.26
## 773            Planes  Reggio Emilia       Italy    Small    1482.60
## 774       Motorcycles            NYC         USA    Small    2055.23
## 775       Motorcycles      Melbourne   Australia    Small    2674.90
## 776       Motorcycles          Paris      France    Small    1853.40
## 777       Motorcycles       Pasadena         USA    Small    1490.10
## 778       Motorcycles     Burlingame         USA    Small    2814.28
## 779       Motorcycles          Lille      France    Small    1605.00
## 780       Motorcycles         Bergen      Norway    Small    2093.44
## 781       Motorcycles          Osaka       Japan    Small    1986.80
## 782       Motorcycles      Melbourne   Australia    Small    1695.96
## 783       Motorcycles   Philadelphia         USA    Small    1281.56
## 784       Motorcycles         Newark         USA    Small    1774.22
## 785       Motorcycles    Bridgewater         USA    Small    1997.50
## 786       Motorcycles         Nantes      France    Small    2353.20
## 787       Motorcycles      Cambridge         USA    Small     981.20
## 788       Motorcycles         Nantes      France    Small    1550.72
## 789       Motorcycles   White Plains         USA    Small    1771.06
## 790       Motorcycles      Allentown         USA    Small    2213.40
## 791       Motorcycles            NYC         USA   Medium    5266.04
## 792       Motorcycles      Minato-ku       Japan    Small    1864.80
## 793       Motorcycles     Burlingame         USA    Small    1142.41
## 794       Motorcycles South Brisbane   Australia    Small    1172.60
## 795       Motorcycles          Boras      Sweden   Medium    6981.00
## 796       Motorcycles          Paris      France   Medium    3064.60
## 797       Motorcycles         Madrid       Spain    Small    2202.48
## 798      Vintage Cars      Frankfurt     Germany   Medium    3773.38
## 799      Vintage Cars     Manchester          UK   Medium    5074.39
## 800      Vintage Cars      Melbourne   Australia   Medium    6483.46
## 801      Vintage Cars      Chatswood   Australia    Large    7956.46
## 802      Vintage Cars       Brisbane         USA   Medium    4230.62
## 803      Vintage Cars        Bergamo       Italy   Medium    3452.68
## 804      Vintage Cars     San Rafael         USA   Medium    3047.73
## 805      Vintage Cars   Glen Waverly   Australia   Medium    3675.32
## 806      Vintage Cars         Madrid       Spain    Large    7492.40
## 807      Vintage Cars         Madrid       Spain    Large    9534.50
## 808      Vintage Cars           Lyon      France   Medium    5579.02
## 809      Vintage Cars         Madrid       Spain   Medium    5950.34
## 810      Vintage Cars     Strasbourg      France   Medium    3726.00
## 811      Vintage Cars         Torino       Italy   Medium    4455.00
## 812      Vintage Cars         Bergen      Norway    Large    8272.34
## 813      Vintage Cars     Versailles      France   Medium    3577.60
## 814      Vintage Cars     San Rafael         USA   Medium    3881.25
## 815      Vintage Cars         Nashua         USA   Medium    5797.44
## 816      Vintage Cars     Manchester          UK    Small    1264.08
## 817      Vintage Cars      Melbourne   Australia   Medium    4815.30
## 818      Vintage Cars          Paris      France   Medium    4462.20
## 819      Vintage Cars       Pasadena         USA   Medium    3033.28
## 820      Vintage Cars         Madrid       Spain    Small     990.78
## 821      Vintage Cars     San Rafael         USA    Small    2030.86
## 822      Vintage Cars     San Rafael         USA   Medium    5433.75
## 823      Classic Cars   Philadelphia         USA   Medium    3157.44
## 824      Classic Cars         Nantes      France   Medium    5161.20
## 825      Classic Cars          Reims      France   Medium    4346.76
## 826      Classic Cars   North Sydney   Australia   Medium    3528.36
## 827      Classic Cars        Aaarhus     Denmark   Medium    3187.80
## 828      Classic Cars    Bridgewater         USA   Medium    6023.16
## 829      Classic Cars         Bergen      Norway   Medium    3884.76
## 830      Classic Cars         Nashua         USA   Medium    4965.84
## 831      Classic Cars            NYC         USA   Medium    4169.88
## 832      Classic Cars         Madrid       Spain   Medium    4910.40
## 833      Classic Cars      San Diego         USA   Medium    3231.36
## 834      Classic Cars     Strasbourg      France   Medium    6853.44
## 835      Classic Cars      Liverpool          UK   Medium    5177.04
## 836      Classic Cars  Reggio Emilia       Italy    Small    2824.80
## 837      Classic Cars      Las Vegas         USA   Medium    4324.32
## 838      Classic Cars         Gensve Switzerland   Medium    5052.96
## 839      Classic Cars           Oslo      Norway   Medium    3223.44
## 840      Classic Cars         Madrid       Spain   Medium    5278.68
## 841      Classic Cars    New Bedford         USA    Small    2851.20
## 842      Classic Cars   Philadelphia         USA    Small    1687.40
## 843      Classic Cars          Reims      France    Small    1308.00
## 844      Classic Cars      Charleroi     Belgium   Medium    6144.60
## 845      Classic Cars         Madrid       Spain   Medium    5127.20
## 846      Classic Cars       San Jose         USA   Medium    6386.16
## 847      Classic Cars       Salzburg     Austria    Large    7695.60
## 848      Vintage Cars        Stavern      Norway    Small    2242.89
## 849      Vintage Cars           Lule      Sweden    Small    2539.89
## 850      Vintage Cars         Madrid       Spain    Small    2795.27
## 851      Vintage Cars      Chatswood   Australia   Medium    5545.76
## 852      Vintage Cars      Singapore   Singapore   Medium    4285.46
## 853      Vintage Cars            NYC         USA   Medium    3329.09
## 854      Vintage Cars South Brisbane   Australia   Medium    5592.22
## 855      Vintage Cars   Philadelphia         USA   Medium    3298.55
## 856      Vintage Cars   Glen Waverly   Australia    Small    2609.88
## 857      Vintage Cars      Vancouver      Canada   Medium    3336.29
## 858      Vintage Cars        Burbank         USA   Medium    5510.05
## 859      Vintage Cars      Cambridge         USA    Small    2504.40
## 860      Vintage Cars         Madrid       Spain   Medium    3525.60
## 861      Vintage Cars       San Jose         USA   Medium    4407.00
## 862      Vintage Cars      Chatswood   Australia    Small    2983.44
## 863      Vintage Cars         Torino       Italy   Medium    5126.24
## 864      Vintage Cars          Boras      Sweden   Medium    5713.79
## 865      Vintage Cars     Versailles      France   Medium    4613.80
## 866      Vintage Cars     San Rafael         USA   Medium    3711.10
## 867      Vintage Cars         Nashua         USA   Medium    3524.73
## 868      Vintage Cars      Melbourne   Australia   Medium    4814.40
## 869      Vintage Cars     San Rafael         USA   Medium    3572.33
## 870      Vintage Cars     Brickhaven         USA   Medium    4581.36
## 871      Vintage Cars   North Sydney   Australia    Small    1448.00
## 872      Vintage Cars      Bruxelles     Belgium    Small     881.40
## 873      Vintage Cars        Stavern      Norway    Small    2011.10
## 874      Vintage Cars         Madrid       Spain   Medium    3390.20
## 875      Vintage Cars      Chatswood   Australia    Small    1424.00
## 876      Vintage Cars      Singapore   Singapore    Small    1499.10
## 877      Vintage Cars            NYC         USA   Medium    3358.08
## 878      Vintage Cars        Bergamo       Italy    Small    1504.16
## 879      Vintage Cars   Philadelphia         USA    Small    2655.12
## 880      Vintage Cars   Glen Waverly   Australia    Small    1244.16
## 881      Vintage Cars      Vancouver      Canada    Small    1888.88
## 882      Vintage Cars        Burbank         USA    Small    1820.01
## 883      Vintage Cars      Cambridge         USA    Small    2866.95
## 884      Vintage Cars         Madrid       Spain    Small    1394.16
## 885      Vintage Cars       San Jose         USA    Small    2632.28
## 886      Vintage Cars       Salzburg     Austria    Small    2018.56
## 887      Vintage Cars         Torino       Italy    Small    2954.53
## 888      Vintage Cars          Boras      Sweden    Small    1871.83
## 889      Vintage Cars     Versailles      France    Small    1559.04
## 890      Vintage Cars     San Rafael         USA    Small    1880.20
## 891      Vintage Cars         Nashua         USA    Small    1224.67
## 892      Vintage Cars     Manchester          UK    Small    2979.08
## 893      Vintage Cars      Melbourne   Australia    Small    2208.64
## 894      Vintage Cars     San Rafael         USA   Medium    3458.42
## 895      Vintage Cars     Brickhaven         USA    Small    1237.88
## 896      Vintage Cars           Graz     Austria    Small    2218.52
## 897      Vintage Cars      Bruxelles     Belgium    Small    1665.32
## 898             Ships        Bergamo       Italy   Medium    3421.04
## 899             Ships       Salzburg     Austria    Small    1878.66
## 900             Ships     Brickhaven         USA   Medium    3853.60
## 901             Ships    New Bedford         USA   Medium    3442.64
## 902             Ships       Helsinki     Finland   Medium    3482.16
## 903             Ships          Boras      Sweden   Medium    3363.52
## 904             Ships       Toulouse      France   Medium    3350.52
## 905             Ships         London          UK    Small    2862.72
## 906             Ships      Barcelona       Spain   Medium    4036.04
## 907             Ships      San Diego         USA   Medium    4636.38
## 908             Ships            NYC         USA    Small    1553.58
## 909             Ships         Madrid       Spain    Small    2697.60
## 910             Ships      Bruxelles     Belgium   Medium    3334.04
## 911             Ships      Tsawassen      Canada    Small    2059.26
## 912             Ships         Munich     Germany    Small    2023.14
## 913             Ships   Philadelphia         USA    Small    2586.64
## 914             Ships          Cowes          UK    Small    1987.02
## 915             Ships      Kobenhavn     Denmark    Small    1146.50
## 916             Ships      Charleroi     Belgium    Small    2312.24
## 917             Ships         Madrid       Spain    Small    2793.71
## 918             Ships           Oulu     Finland    Small    1908.28
## 919             Ships         Madrid       Spain   Medium    3441.37
## 920             Ships          Reims      France    Small    2023.28
## 921             Ships       San Jose         USA    Small    2245.20
## 922             Ships         Boston         USA   Medium    3255.12
## 923      Vintage Cars        Stavern      Norway    Small    2539.50
## 924      Vintage Cars         Madrid       Spain    Small    2921.70
## 925      Vintage Cars      Chatswood   Australia    Small    1801.20
## 926      Vintage Cars      Singapore   Singapore    Small    2804.36
## 927      Vintage Cars            NYC         USA   Medium    4900.80
## 928      Vintage Cars        Bergamo       Italy    Small    2759.31
## 929      Vintage Cars   Philadelphia         USA    Small    2488.20
## 930      Vintage Cars   Glen Waverly   Australia    Small    2769.89
## 931      Vintage Cars      Vancouver      Canada   Medium    3581.40
## 932      Vintage Cars        Burbank         USA   Medium    5285.14
## 933      Vintage Cars      Cambridge         USA   Medium    3181.53
## 934      Vintage Cars         Madrid       Spain   Medium    3340.51
## 935      Vintage Cars       San Jose         USA   Medium    3138.34
## 936      Vintage Cars      Chatswood   Australia   Medium    4775.08
## 937      Vintage Cars         Torino       Italy   Medium    3006.43
## 938      Vintage Cars          Boras      Sweden    Small    2866.26
## 939      Vintage Cars     Versailles      France    Small    2232.62
## 940      Vintage Cars     San Rafael         USA   Medium    4457.02
## 941      Vintage Cars         Nashua         USA    Small    2257.92
## 942      Vintage Cars     Manchester          UK    Small    1592.00
## 943      Vintage Cars      Melbourne   Australia   Medium    4948.20
## 944      Vintage Cars     San Rafael         USA   Medium    5160.76
## 945      Vintage Cars     Brickhaven         USA    Small    1978.62
## 946      Vintage Cars           Graz     Austria    Small    2520.68
## 947      Vintage Cars      Bruxelles     Belgium    Small    1781.22
## 948      Vintage Cars      Kobenhavn     Denmark   Medium    3065.04
## 949      Vintage Cars      Singapore   Singapore   Medium    3551.34
## 950      Vintage Cars         Madrid       Spain   Medium    5544.02
## 951      Vintage Cars     San Rafael         USA   Medium    6034.33
## 952      Vintage Cars         Madrid       Spain   Medium    3641.57
## 953      Vintage Cars    New Bedford         USA   Medium    6930.74
## 954      Vintage Cars         Madrid       Spain   Medium    3675.63
## 955      Vintage Cars    New Bedford         USA   Medium    3442.04
## 956      Vintage Cars      New Haven         USA   Medium    6893.81
## 957      Vintage Cars           Lyon      France    Small    2622.48
## 958      Vintage Cars      Bruxelles     Belgium   Medium    4417.38
## 959      Vintage Cars          Cowes          UK   Medium    3606.02
## 960      Vintage Cars            NYC         USA   Medium    3802.56
## 961      Vintage Cars      Bruxelles     Belgium   Medium    5026.40
## 962      Vintage Cars     San Rafael         USA   Medium    6695.53
## 963      Vintage Cars         Torino       Italy    Small    2819.28
## 964      Vintage Cars     Manchester          UK   Medium    3759.04
## 965      Vintage Cars        Aaarhus     Denmark    Small    2731.80
## 966      Vintage Cars        Stavern      Norway    Small    1658.88
## 967      Vintage Cars          Paris      France   Medium    5778.24
## 968      Vintage Cars         Madrid       Spain   Medium    5191.12
## 969      Vintage Cars      Minato-ku       Japan   Medium    3862.88
## 970      Vintage Cars         Madrid       Spain    Small    1476.48
## 971      Vintage Cars     San Rafael         USA   Medium    5273.73
## 972      Vintage Cars         Boston         USA   Medium    4872.03
## 973      Classic Cars         Madrid       Spain   Medium    4556.99
## 974      Classic Cars   Philadelphia         USA    Large    8257.00
## 975      Classic Cars          Paris      France    Large    8209.44
## 976      Classic Cars      Marseille      France   Medium    3598.50
## 977      Classic Cars            NYC         USA   Medium    3837.24
## 978      Classic Cars       Toulouse      France    Large    8331.61
## 979      Classic Cars          Espoo     Finland   Medium    4836.50
## 980      Classic Cars   North Sydney   Australia   Medium    5418.88
## 981      Classic Cars           Oulu     Finland   Medium    3734.01
## 982      Classic Cars      Singapore   Singapore    Large    8754.69
## 983      Classic Cars       Montreal      Canada   Medium    5481.45
## 984      Classic Cars         London          UK   Medium    4419.89
## 985      Classic Cars         Bergen      Norway   Medium    6324.75
## 986      Classic Cars        Sevilla       Spain   Medium    4409.72
## 987      Classic Cars         Nashua         USA   Medium    3918.46
## 988      Classic Cars   White Plains         USA    Large    7620.50
## 989      Classic Cars         Madrid       Spain    Large    8291.04
## 990      Classic Cars         Boston         USA   Medium    3937.25
## 991      Classic Cars         Madrid       Spain   Medium    5554.40
## 992      Classic Cars         Gensve Switzerland   Medium    6407.86
## 993      Classic Cars     San Rafael         USA   Medium    4172.52
## 994      Classic Cars           Oulu     Finland    Large    7083.37
## 995      Classic Cars         Madrid       Spain    Large    7132.68
## 996      Classic Cars      Liverpool          UK   Medium    6773.60
## 997      Classic Cars      Singapore   Singapore   Medium    3657.69
## 998      Classic Cars  Reggio Emilia       Italy   Medium    4812.55
## 999      Classic Cars     San Rafael         USA   Medium    3928.60
## 1000     Classic Cars      Las Vegas         USA   Medium    6401.22
## 1001     Classic Cars      Allentown         USA   Medium    4191.25
## 1002     Classic Cars         Gensve Switzerland   Medium    5852.52
## 1003     Classic Cars            NYC         USA    Small    2844.87
## 1004     Classic Cars           Oslo      Norway   Medium    4011.66
## 1005     Classic Cars      Cambridge         USA    Large    7455.87
## 1006     Classic Cars           Koln     Germany    Large    8940.96
## 1007     Classic Cars      Vancouver      Canada   Medium    4572.25
## 1008     Classic Cars    New Bedford         USA   Medium    5700.09
## 1009     Classic Cars            NYC         USA   Medium    3155.49
## 1010     Classic Cars   Philadelphia         USA   Medium    4170.69
## 1011     Classic Cars           Lule      Sweden    Small    2878.80
## 1012     Classic Cars      Melbourne   Australia   Medium    5029.50
## 1013     Classic Cars            NYC         USA    Large    7396.80
## 1014     Classic Cars         Madrid       Spain    Small    2991.68
## 1015     Classic Cars      Charleroi     Belgium   Medium    6275.72
## 1016     Classic Cars   North Sydney   Australia    Small    1534.95
## 1017     Classic Cars       Helsinki     Finland    Large    7264.53
## 1018     Classic Cars         Madrid       Spain   Medium    6869.05
## 1019     Classic Cars         Madrid       Spain   Medium    3353.02
## 1020     Classic Cars     Strasbourg      France    Large    8289.05
## 1021     Classic Cars         Madrid       Spain    Large   11887.80
## 1022     Classic Cars       Salzburg     Austria   Medium    5926.90
## 1023     Classic Cars         Nantes      France   Medium    3793.16
## 1024           Trains      Kobenhavn     Denmark   Medium    4330.10
## 1025           Trains      Singapore   Singapore    Small    2011.80
## 1026           Trains         Madrid       Spain   Medium    4837.18
## 1027           Trains     San Rafael         USA    Small    2151.82
## 1028           Trains         Madrid       Spain    Small    2573.46
## 1029           Trains      Singapore   Singapore   Medium    5344.50
## 1030           Trains         Madrid       Spain   Medium    3070.52
## 1031           Trains    New Bedford         USA   Medium    3952.83
## 1032           Trains      New Haven         USA   Medium    3564.75
## 1033           Trains           Lyon      France   Medium    5614.56
## 1034           Trains      Bruxelles     Belgium    Small    1855.41
## 1035           Trains          Cowes          UK   Medium    4598.40
## 1036           Trains            NYC         USA   Medium    5082.42
## 1037           Trains      Bruxelles     Belgium   Medium    5450.59
## 1038           Trains     San Rafael         USA   Medium    4174.92
## 1039           Trains         Torino       Italy    Small    2418.24
## 1040           Trains     Manchester          UK   Medium    3670.40
## 1041           Trains        Aaarhus     Denmark    Small    2481.70
## 1042           Trains           Lule      Sweden   Medium    3807.68
## 1043           Trains          Paris      France    Small    2230.41
## 1044           Trains         Madrid       Spain   Medium    3814.64
## 1045           Trains      Minato-ku       Japan    Small    2117.75
## 1046           Trains         Madrid       Spain   Medium    3340.48
## 1047           Trains     San Rafael         USA    Small    2154.00
## 1048           Trains         Boston         USA   Medium    5808.48
## 1049     Classic Cars    Makati City Philippines    Small    1777.10
## 1050     Classic Cars      Marseille      France    Small    1536.57
## 1051     Classic Cars     San Rafael         USA   Medium    3510.00
## 1052     Classic Cars     Brickhaven         USA   Medium    3097.44
## 1053     Classic Cars   North Sydney   Australia    Small    2264.32
## 1054     Classic Cars         Bergen      Norway    Small    2484.60
## 1055     Classic Cars           Koln     Germany   Medium    3415.68
## 1056     Classic Cars         Madrid       Spain    Small    2839.32
## 1057     Classic Cars          Paris      France    Small    2730.00
## 1058     Classic Cars         Gensve Switzerland   Medium    3540.53
## 1059     Classic Cars      Kobenhavn     Denmark    Small    2999.97
## 1060     Classic Cars          Paris      France    Small    1527.80
## 1061     Classic Cars   Glen Waverly   Australia   Medium    3907.80
## 1062     Classic Cars     Brickhaven         USA    Small    2658.48
## 1063     Classic Cars         Gensve Switzerland   Medium    3042.68
## 1064     Classic Cars      Frankfurt     Germany   Medium    3861.20
## 1065     Classic Cars           Koln     Germany    Small    2171.07
## 1066     Classic Cars            NYC         USA   Medium    3403.08
## 1067     Classic Cars            NYC         USA    Small    2245.80
## 1068     Classic Cars      Melbourne   Australia    Small    1668.50
## 1069     Classic Cars          Espoo     Finland    Small    2773.80
## 1070     Classic Cars         Madrid       Spain    Small    2464.00
## 1071     Classic Cars     San Rafael         USA   Medium    5491.60
## 1072     Vintage Cars        Stavern      Norway   Medium    4791.82
## 1073     Vintage Cars         Madrid       Spain   Medium    3128.92
## 1074     Vintage Cars      Chatswood   Australia   Medium    3095.40
## 1075     Vintage Cars       Brisbane         USA   Medium    3958.50
## 1076     Vintage Cars            NYC         USA   Medium    4991.44
## 1077     Vintage Cars        Bergamo       Italy    Small    2761.96
## 1078     Vintage Cars     San Rafael         USA    Small    2848.23
## 1079     Vintage Cars   Glen Waverly   Australia    Small    2539.84
## 1080     Vintage Cars      Vancouver      Canada    Small    2444.40
## 1081     Vintage Cars        Burbank         USA   Medium    4555.92
## 1082     Vintage Cars           Lyon      France   Medium    3666.96
## 1083     Vintage Cars         Madrid       Spain   Medium    3035.88
## 1084     Vintage Cars       San Jose         USA    Small    2321.54
## 1085     Vintage Cars         Torino       Italy   Medium    3474.46
## 1086     Vintage Cars     Brickhaven         USA    Small    2501.98
## 1087     Vintage Cars     Versailles      France   Medium    3958.46
## 1088     Vintage Cars     San Rafael         USA   Medium    3535.95
## 1089     Vintage Cars      Frankfurt     Germany   Medium    3011.91
## 1090     Vintage Cars      Melbourne   Australia    Small    2656.94
## 1091     Vintage Cars     San Rafael         USA    Small    2604.25
## 1092     Vintage Cars     Brickhaven         USA   Medium    3288.60
## 1093     Vintage Cars     San Rafael         USA    Large    8935.50
## 1094     Vintage Cars           Graz     Austria   Medium    4035.96
## 1095     Vintage Cars      Bruxelles     Belgium    Small    1875.09
## 1096     Classic Cars    Makati City Philippines   Medium    4049.56
## 1097     Classic Cars      Marseille      France    Small    2469.39
## 1098     Classic Cars     San Rafael         USA   Medium    5432.70
## 1099     Classic Cars     Brickhaven         USA   Medium    4405.22
## 1100     Classic Cars   North Sydney   Australia   Medium    4444.92
## 1101     Classic Cars         Bergen      Norway   Medium    3395.48
## 1102     Classic Cars           Koln     Germany   Medium    3414.58
## 1103     Classic Cars         Madrid       Spain   Medium    5127.04
## 1104     Classic Cars          Paris      France   Medium    3745.28
## 1105     Classic Cars         Gensve Switzerland   Medium    4564.08
## 1106     Classic Cars      Kobenhavn     Denmark   Medium    6554.24
## 1107     Classic Cars          Paris      France   Medium    6749.83
## 1108     Classic Cars   Glen Waverly   Australia    Large    8427.02
## 1109     Classic Cars     Brickhaven         USA   Medium    3924.60
## 1110     Classic Cars         Gensve Switzerland   Medium    6761.60
## 1111     Classic Cars      Frankfurt     Germany   Medium    3786.49
## 1112     Classic Cars           Koln     Germany   Medium    6266.12
## 1113     Classic Cars           Lule      Sweden   Medium    3491.00
## 1114     Classic Cars    Makati City Philippines   Medium    4405.22
## 1115     Classic Cars      Melbourne   Australia   Medium    6548.30
## 1116     Classic Cars         Madrid       Spain   Medium    3177.91
## 1117     Classic Cars          Espoo     Finland   Medium    4142.64
## 1118     Classic Cars         Madrid       Spain   Medium    4149.07
## 1119     Classic Cars     San Rafael         USA    Large    7397.00
## 1120     Classic Cars   Philadelphia         USA   Medium    6241.60
## 1121     Classic Cars         Nantes      France   Medium    5331.88
## 1122     Classic Cars          Reims      France   Medium    5124.30
## 1123     Classic Cars   North Sydney   Australia   Medium    3639.44
## 1124     Classic Cars        Aaarhus     Denmark   Medium    5544.00
## 1125     Classic Cars    Bridgewater         USA   Medium    5493.12
## 1126     Classic Cars         Bergen      Norway   Medium    5785.26
## 1127     Classic Cars         Nashua         USA   Medium    5340.60
## 1128     Classic Cars            NYC         USA   Medium    5735.80
## 1129     Classic Cars         Madrid       Spain   Medium    6357.60
## 1130     Classic Cars      San Diego         USA    Large    7343.90
## 1131     Classic Cars          Osaka       Japan   Medium    5959.22
## 1132     Classic Cars      Liverpool          UK   Medium    4029.38
## 1133     Classic Cars  Reggio Emilia       Italy   Medium    5035.14
## 1134     Classic Cars      Las Vegas         USA   Medium    4116.80
## 1135     Classic Cars         Gensve Switzerland   Medium    4310.55
## 1136     Classic Cars           Oslo      Norway   Medium    6446.70
## 1137     Classic Cars         Madrid       Spain   Medium    3616.64
## 1138     Classic Cars    New Bedford         USA   Medium    4232.76
## 1139     Classic Cars   Philadelphia         USA    Small    1765.66
## 1140     Classic Cars          Reims      France   Medium    3734.72
## 1141     Classic Cars       Pasadena         USA   Medium    4808.38
## 1142     Classic Cars         Madrid       Spain    Small    2266.56
## 1143     Classic Cars      Kobenhavn     Denmark    Large   10468.90
## 1144     Classic Cars       Salzburg     Austria   Medium    5589.14
## 1145      Motorcycles    Makati City Philippines    Small    2914.11
## 1146      Motorcycles      Marseille      France    Small    1740.90
## 1147      Motorcycles     San Rafael         USA    Small    2266.20
## 1148      Motorcycles       Glendale         USA   Medium    3155.58
## 1149      Motorcycles   North Sydney   Australia    Small    2598.82
## 1150      Motorcycles          Lille      France    Small    1057.56
## 1151      Motorcycles           Koln     Germany   Medium    3127.82
## 1152      Motorcycles          Paris      France    Small    2488.14
## 1153      Motorcycles          Lille      France    Small    2220.72
## 1154      Motorcycles            NYC         USA    Small    1357.72
## 1155      Motorcycles          Paris      France    Small    1638.04
## 1156      Motorcycles         Boston         USA    Small    2626.08
## 1157      Motorcycles     Brickhaven         USA    Small    1661.88
## 1158      Motorcycles          Paris      France    Small    2173.60
## 1159      Motorcycles       Helsinki     Finland    Small    2182.05
## 1160      Motorcycles           Koln     Germany    Small    2819.88
## 1161      Motorcycles            NYC         USA    Small    2598.64
## 1162      Motorcycles    Makati City Philippines    Small    2019.27
## 1163      Motorcycles      Melbourne   Australia    Small    1454.70
## 1164      Motorcycles         Madrid       Spain    Small    1657.57
## 1165      Motorcycles          Espoo     Finland    Small    2851.84
## 1166      Motorcycles         Madrid       Spain   Medium    4609.64
## 1167      Motorcycles     San Rafael         USA   Medium    5079.96
## 1168      Motorcycles      Liverpool          UK    Small    1879.92
## 1169     Vintage Cars        Bergamo       Italy   Medium    4774.86
## 1170     Vintage Cars       Salzburg     Austria    Small    2687.04
## 1171     Vintage Cars     Brickhaven         USA   Medium    3423.75
## 1172     Vintage Cars    New Bedford         USA   Medium    3455.76
## 1173     Vintage Cars       Helsinki     Finland   Medium    3622.97
## 1174     Vintage Cars          Boras      Sweden   Medium    3599.58
## 1175     Vintage Cars       Toulouse      France   Medium    5386.56
## 1176     Vintage Cars         London          UK   Medium    4918.78
## 1177     Vintage Cars      Barcelona       Spain    Small    2538.80
## 1178     Vintage Cars      San Diego         USA   Medium    3858.75
## 1179     Vintage Cars      Cambridge         USA   Medium    5600.50
## 1180     Vintage Cars         Madrid       Spain   Medium    4103.46
## 1181     Vintage Cars      Bruxelles     Belgium   Medium    4287.50
## 1182     Vintage Cars      Tsawassen      Canada   Medium    5795.54
## 1183     Vintage Cars         Munich     Germany    Small    1863.40
## 1184     Vintage Cars   Philadelphia         USA   Medium    4166.88
## 1185     Vintage Cars          Cowes          UK   Medium    4080.07
## 1186     Vintage Cars        Bergamo       Italy   Medium    3815.48
## 1187     Vintage Cars      Charleroi     Belgium   Medium    5526.45
## 1188     Vintage Cars         London          UK   Medium    3374.60
## 1189     Vintage Cars           Oulu     Finland   Medium    3024.50
## 1190     Vintage Cars         Madrid       Spain    Small    1266.10
## 1191     Vintage Cars          Reims      France   Medium    4811.85
## 1192     Vintage Cars       San Jose         USA    Large    7307.42
## 1193     Vintage Cars   Glen Waverly   Australia   Medium    6209.25
## 1194     Classic Cars         Madrid       Spain   Medium    5348.50
## 1195     Classic Cars      Singapore   Singapore    Small    2780.58
## 1196     Classic Cars            NYC         USA   Medium    3447.00
## 1197     Classic Cars     San Rafael         USA   Medium    3791.52
## 1198     Classic Cars South Brisbane   Australia   Medium    4524.10
## 1199     Classic Cars      Singapore   Singapore   Medium    3337.60
## 1200     Classic Cars  Reggio Emilia       Italy   Medium    5532.12
## 1201     Classic Cars    New Bedford         USA   Medium    5096.91
## 1202     Classic Cars      New Haven         USA   Medium    4537.08
## 1203     Classic Cars         Boston         USA   Medium    6146.80
## 1204     Classic Cars         Dublin     Ireland    Large    8258.00
## 1205     Classic Cars      Frankfurt     Germany    Large    7238.28
## 1206     Classic Cars          Espoo     Finland   Medium    6756.00
## 1207     Classic Cars      Allentown         USA   Medium    3734.00
## 1208     Classic Cars     San Rafael         USA   Medium    4674.80
## 1209     Classic Cars            NYC         USA    Large    7140.76
## 1210     Classic Cars     Manchester          UK   Medium    3600.65
## 1211     Classic Cars        Aaarhus     Denmark   Medium    4206.74
## 1212     Classic Cars            NYC         USA   Medium    5379.71
## 1213     Classic Cars            NYC         USA   Medium    5679.36
## 1214     Classic Cars            NYC         USA   Medium    4394.84
## 1215     Classic Cars         Madrid       Spain    Small    2528.25
## 1216     Classic Cars      Minato-ku       Japan    Large    7031.52
## 1217     Classic Cars         Madrid       Spain   Medium    5340.90
## 1218     Classic Cars         Madrid       Spain   Medium    6376.58
## 1219     Classic Cars    Bridgewater         USA   Medium    6896.75
## 1220     Vintage Cars         Nashua         USA    Small    1903.22
## 1221     Vintage Cars     Manchester          UK    Small    2499.56
## 1222     Vintage Cars      Las Vegas         USA   Medium    3081.24
## 1223     Vintage Cars   North Sydney   Australia   Medium    3598.22
## 1224     Vintage Cars        Bergamo       Italy    Small    1584.66
## 1225     Vintage Cars     San Rafael         USA   Medium    3942.72
## 1226     Vintage Cars   Glen Waverly   Australia    Small    2341.20
## 1227     Vintage Cars            NYC         USA    Small    2482.11
## 1228     Vintage Cars         London          UK   Medium    3602.02
## 1229     Vintage Cars           Lyon      France   Medium    3566.94
## 1230     Vintage Cars     Strasbourg      France   Medium    3787.98
## 1231     Vintage Cars         Torino       Italy   Medium    3704.05
## 1232     Vintage Cars      Singapore   Singapore    Small    2834.65
## 1233     Vintage Cars      Liverpool          UK   Medium    3392.26
## 1234     Vintage Cars         Madrid       Spain   Medium    3358.31
## 1235     Vintage Cars     Manchester          UK    Large    7310.00
## 1236     Vintage Cars      Marseille      France    Small    2203.11
## 1237     Vintage Cars       Pasadena         USA    Small    2696.96
## 1238     Vintage Cars         Madrid       Spain   Medium    3376.64
## 1239     Vintage Cars       San Jose         USA    Small     541.14
## 1240     Vintage Cars      Chatswood   Australia   Medium    6134.70
## 1241     Vintage Cars      Kobenhavn     Denmark   Medium    3382.50
## 1242     Vintage Cars      Singapore   Singapore    Small    2240.66
## 1243     Vintage Cars         Madrid       Spain   Medium    3962.88
## 1244     Vintage Cars     San Rafael         USA    Small    1685.28
## 1245     Vintage Cars         Madrid       Spain    Small    1834.36
## 1246     Vintage Cars    New Bedford         USA    Small    1916.98
## 1247     Vintage Cars         Madrid       Spain    Small    2611.00
## 1248     Vintage Cars    New Bedford         USA   Medium    3630.28
## 1249     Vintage Cars      Barcelona       Spain   Medium    5090.50
## 1250     Vintage Cars           Lyon      France   Medium    3949.65
## 1251     Vintage Cars      Bruxelles     Belgium   Medium    3491.67
## 1252     Vintage Cars          Cowes          UK    Small    2059.19
## 1253     Vintage Cars            NYC         USA   Medium    3170.16
## 1254     Vintage Cars       Montreal      Canada    Small    1790.60
## 1255     Vintage Cars      Bruxelles     Belgium    Small    2345.97
## 1256     Vintage Cars      Tsawassen      Canada   Medium    3580.88
## 1257     Vintage Cars         Torino       Italy   Medium    4946.06
## 1258     Vintage Cars     Manchester          UK   Medium    3525.60
## 1259     Vintage Cars         Nantes      France   Medium    3602.16
## 1260     Vintage Cars           Lule      Sweden   Medium    4300.50
## 1261     Vintage Cars            NYC         USA   Medium    4498.19
## 1262     Vintage Cars         Madrid       Spain   Medium    3023.10
## 1263     Vintage Cars      Minato-ku       Japan   Medium    3562.49
## 1264     Vintage Cars         Madrid       Spain    Small    1640.24
## 1265     Vintage Cars     San Rafael         USA   Medium    4739.40
## 1266     Vintage Cars         Boston         USA    Small    1207.68
## 1267 Trucks and Buses        Stavern      Norway   Medium    4228.20
## 1268 Trucks and Buses          Paris      France   Medium    4815.45
## 1269 Trucks and Buses         Madrid       Spain    Large    7083.00
## 1270 Trucks and Buses     Burlingame         USA   Medium    4601.20
## 1271 Trucks and Buses      Singapore   Singapore   Medium    6467.02
## 1272 Trucks and Buses           Graz     Austria   Medium    5012.55
## 1273 Trucks and Buses         London          UK   Medium    5121.59
## 1274 Trucks and Buses   Philadelphia         USA    Small    2441.04
## 1275 Trucks and Buses           Lyon      France   Medium    4262.08
## 1276 Trucks and Buses         Boston         USA   Medium    6658.02
## 1277 Trucks and Buses      Singapore   Singapore   Medium    4509.08
## 1278 Trucks and Buses     San Rafael         USA   Medium    4716.23
## 1279 Trucks and Buses      New Haven         USA    Small    2390.22
## 1280 Trucks and Buses      Singapore   Singapore   Medium    4666.62
## 1281 Trucks and Buses      Chatswood   Australia   Medium    5383.08
## 1282 Trucks and Buses      Allentown         USA    Small    2482.25
## 1283 Trucks and Buses          Boras      Sweden   Medium    5288.64
## 1284 Trucks and Buses      Cambridge         USA    Small    2184.38
## 1285 Trucks and Buses      Vancouver      Canada    Small    2881.76
## 1286 Trucks and Buses      Frankfurt     Germany   Medium    6203.06
## 1287 Trucks and Buses           Lule      Sweden   Medium    6763.47
## 1288 Trucks and Buses      Melbourne   Australia   Medium    5884.65
## 1289 Trucks and Buses     San Rafael         USA   Medium    3559.64
## 1290 Trucks and Buses   North Sydney   Australia    Small    1668.37
## 1291 Trucks and Buses     San Rafael         USA   Medium    4890.60
## 1292 Trucks and Buses       Montreal      Canada   Medium    5235.72
## 1293 Trucks and Buses         Nantes      France   Medium    4325.16
## 1294     Vintage Cars        Stavern      Norway    Small    1938.89
## 1295     Vintage Cars     San Rafael         USA    Small    2490.50
## 1296     Vintage Cars         Madrid       Spain    Small    2314.69
## 1297     Vintage Cars     Burlingame         USA    Small    1254.83
## 1298     Vintage Cars      Singapore   Singapore    Small    1282.80
## 1299     Vintage Cars           Graz     Austria    Small    1345.75
## 1300     Vintage Cars South Brisbane   Australia    Small    2194.22
## 1301     Vintage Cars   Philadelphia         USA    Small    1972.00
## 1302     Vintage Cars           Lyon      France    Small    1835.98
## 1303     Vintage Cars      Vancouver      Canada    Small    1119.93
## 1304     Vintage Cars        Burbank         USA    Small    2082.88
## 1305     Vintage Cars     San Rafael         USA    Small    1569.75
## 1306     Vintage Cars      New Haven         USA    Small    2694.15
## 1307     Vintage Cars      Minato-ku       Japan    Small    1257.27
## 1308     Vintage Cars      Chatswood   Australia    Small    2567.84
## 1309     Vintage Cars      Allentown         USA    Small    2634.28
## 1310     Vintage Cars          Boras      Sweden    Small    1502.78
## 1311     Vintage Cars     Versailles      France    Small    1676.20
## 1312     Vintage Cars     San Rafael         USA    Small    2217.15
## 1313     Vintage Cars            NYC         USA   Medium    6832.02
## 1314     Vintage Cars         Madrid       Spain    Large    7110.80
## 1315     Vintage Cars         Madrid       Spain   Medium    5302.80
## 1316     Vintage Cars   North Sydney   Australia    Small    2730.00
## 1317     Vintage Cars     San Rafael         USA    Large    7827.30
## 1318     Vintage Cars       Montreal      Canada    Small    2095.45
## 1319     Vintage Cars         Madrid       Spain    Small    1556.62
## 1320     Classic Cars    Makati City Philippines   Medium    5565.12
## 1321     Classic Cars      Marseille      France   Medium    3583.16
## 1322     Classic Cars     San Rafael         USA   Medium    4705.18
## 1323     Classic Cars       Glendale         USA   Medium    4444.54
## 1324     Classic Cars   North Sydney   Australia   Medium    4910.40
## 1325     Classic Cars          Lille      France   Medium    5565.12
## 1326     Classic Cars           Koln     Germany   Medium    4237.76
## 1327     Classic Cars          Paris      France   Medium    5673.58
## 1328     Classic Cars         Gensve Switzerland   Medium    5260.15
## 1329     Classic Cars      Kobenhavn     Denmark   Medium    6350.96
## 1330     Classic Cars          Paris      France   Medium    3559.40
## 1331     Classic Cars         Boston         USA    Small    2410.60
## 1332     Classic Cars     Brickhaven         USA   Medium    5713.92
## 1333     Classic Cars         Gensve Switzerland   Medium    4300.32
## 1334     Classic Cars       Helsinki     Finland    Large    7947.31
## 1335     Classic Cars           Koln     Germany   Medium    5356.80
## 1336     Classic Cars            NYC         USA    Large    7901.10
## 1337     Classic Cars    Makati City Philippines   Medium    6101.00
## 1338     Classic Cars      Melbourne   Australia   Medium    6276.46
## 1339     Classic Cars         Madrid       Spain   Medium    4203.50
## 1340     Classic Cars          Espoo     Finland    Small    1629.04
## 1341     Classic Cars         Madrid       Spain   Medium    3289.86
## 1342     Classic Cars     San Rafael         USA   Medium    6862.94
## 1343     Classic Cars     Manchester          UK    Small    2574.18
## 1344     Classic Cars      Las Vegas         USA    Small    1327.79
## 1345     Classic Cars   North Sydney   Australia    Small    2356.25
## 1346     Classic Cars        Aaarhus     Denmark    Small    2013.50
## 1347     Classic Cars        Bergamo       Italy    Small    2807.22
## 1348     Classic Cars     San Rafael         USA   Medium    3072.96
## 1349     Classic Cars   Glen Waverly   Australia    Small    1906.50
## 1350     Classic Cars            NYC         USA   Medium    3431.70
## 1351     Classic Cars         London          UK    Small    2084.75
## 1352     Classic Cars           Lyon      France    Small    2136.01
## 1353     Classic Cars     Strasbourg      France    Small    2009.70
## 1354     Classic Cars            NYC         USA    Small    2719.80
## 1355     Classic Cars         Madrid       Spain    Small    1575.08
## 1356     Classic Cars      Singapore   Singapore    Small    1688.43
## 1357     Classic Cars      Liverpool          UK    Small    1672.10
## 1358     Classic Cars         Madrid       Spain    Small    1674.75
## 1359     Classic Cars     Manchester          UK   Medium    3472.98
## 1360     Classic Cars      Marseille      France    Small    1649.18
## 1361     Classic Cars       Pasadena         USA   Medium    3751.00
## 1362     Classic Cars         Madrid       Spain   Medium    4536.00
## 1363     Classic Cars       San Jose         USA   Medium    4421.34
## 1364     Classic Cars      Chatswood   Australia    Small    2078.28
## 1365     Classic Cars     Manchester          UK   Medium    3069.00
## 1366     Classic Cars      Las Vegas         USA    Small    1713.80
## 1367     Classic Cars   North Sydney   Australia    Small    1506.50
## 1368     Classic Cars        Aaarhus     Denmark    Small    2692.12
## 1369     Classic Cars    Bridgewater         USA    Small    2422.08
## 1370     Classic Cars     San Rafael         USA   Medium    3488.34
## 1371     Classic Cars         Nashua         USA    Small    2583.34
## 1372     Classic Cars            NYC         USA    Small    1249.40
## 1373     Classic Cars         Madrid       Spain   Medium    3374.71
## 1374     Classic Cars      San Diego         USA    Small    1265.46
## 1375     Classic Cars     Strasbourg      France    Small    1681.46
## 1376     Classic Cars            NYC         USA   Medium    3204.00
## 1377     Classic Cars         Madrid       Spain    Small    2398.72
## 1378     Classic Cars      Singapore   Singapore    Small    2381.04
## 1379     Classic Cars           Oslo      Norway    Small    1944.54
## 1380     Classic Cars         Madrid       Spain    Small    2273.70
## 1381     Classic Cars    New Bedford         USA    Small    2116.50
## 1382     Classic Cars     Manchester          UK    Small    1307.32
## 1383     Classic Cars      Marseille      France    Small    1726.37
## 1384     Classic Cars       Pasadena         USA    Small    1267.77
## 1385     Classic Cars         Madrid       Spain   Medium    3441.82
## 1386     Classic Cars       San Jose         USA    Small    1987.18
## 1387     Classic Cars      Chatswood   Australia   Medium    3880.20
## 1388     Classic Cars         Madrid       Spain    Small    1942.15
## 1389     Classic Cars            NYC         USA   Medium    3259.92
## 1390     Classic Cars            NYC         USA    Small    1213.80
## 1391     Classic Cars          Espoo     Finland    Small    1086.60
## 1392     Classic Cars South Brisbane   Australia    Small    1632.75
## 1393     Classic Cars      Singapore   Singapore    Small    1734.00
## 1394     Classic Cars  Reggio Emilia       Italy    Small    1857.06
## 1395     Classic Cars        Sevilla       Spain    Small    1863.41
## 1396     Classic Cars   White Plains         USA    Small    2924.68
## 1397     Classic Cars         Boston         USA    Small    2294.18
## 1398     Classic Cars         Dublin     Ireland    Small    1457.82
## 1399     Classic Cars      Frankfurt     Germany    Small    1955.88
## 1400     Classic Cars         Madrid       Spain    Small    2314.40
## 1401     Classic Cars      Singapore   Singapore    Small    1310.96
## 1402     Classic Cars     San Rafael         USA    Small    2913.30
## 1403     Classic Cars     San Rafael         USA    Small    1357.78
## 1404     Classic Cars            NYC         USA    Small    2150.00
## 1405     Classic Cars      Cambridge         USA    Small    2783.25
## 1406     Classic Cars        Aaarhus     Denmark    Small    2339.92
## 1407     Classic Cars            NYC         USA    Small    1729.00
## 1408     Classic Cars          Paris      France   Medium    5972.40
## 1409     Classic Cars            NYC         USA    Small    2275.20
## 1410     Classic Cars         Madrid       Spain    Small    2673.44
## 1411     Classic Cars     San Rafael         USA    Small    2431.75
## 1412     Classic Cars         Madrid       Spain    Small    2018.72
## 1413     Classic Cars         Madrid       Spain    Small    1558.99
## 1414     Classic Cars         Madrid       Spain    Small    1104.60
## 1415     Classic Cars         Nantes      France    Small    2575.10
## 1416      Motorcycles            NYC         USA    Small    2845.75
## 1417      Motorcycles      Melbourne   Australia   Medium    3431.75
## 1418      Motorcycles          Paris      France   Medium    3273.90
## 1419      Motorcycles       Pasadena         USA   Medium    4119.40
## 1420      Motorcycles     Burlingame         USA   Medium    5747.50
## 1421      Motorcycles          Lille      France   Medium    5355.36
## 1422      Motorcycles         Bergen      Norway    Small    2535.75
## 1423      Motorcycles          Paris      France    Small    2254.00
## 1424      Motorcycles      Melbourne   Australia    Small    2921.28
## 1425      Motorcycles            NYC         USA    Small    2299.00
## 1426      Motorcycles         Newark         USA    Small    2637.18
## 1427      Motorcycles    Bridgewater         USA   Medium    4307.52
## 1428      Motorcycles         Nantes      France    Small    2153.76
## 1429      Motorcycles      Cambridge         USA   Medium    3716.88
## 1430      Motorcycles       Helsinki     Finland   Medium    5455.76
## 1431      Motorcycles        Stavern      Norway    Small    2650.62
## 1432      Motorcycles      Allentown         USA   Medium    6437.28
## 1433      Motorcycles            NYC         USA    Small    2633.40
## 1434      Motorcycles      Minato-ku       Japan    Small    2278.53
## 1435      Motorcycles     Burlingame         USA   Medium    4846.00
## 1436      Motorcycles South Brisbane   Australia   Medium    4197.10
## 1437      Motorcycles          Boras      Sweden   Medium    4597.65
## 1438      Motorcycles      Liverpool          UK   Medium    5287.70
## 1439      Motorcycles         Madrid       Spain   Medium    3550.05
## 1440     Classic Cars     Manchester          UK    Small    1721.73
## 1441     Classic Cars         Nantes      France    Small    2993.50
## 1442     Classic Cars          Reims      France    Small    1295.06
## 1443     Classic Cars   North Sydney   Australia    Small    2671.95
## 1444     Classic Cars        Aaarhus     Denmark    Small    1226.59
## 1445     Classic Cars    Bridgewater         USA    Small    1453.84
## 1446     Classic Cars         Bergen      Norway    Small    1830.22
## 1447     Classic Cars         Nashua         USA    Small    2530.01
## 1448     Classic Cars            NYC         USA    Small    2241.45
## 1449     Classic Cars         Madrid       Spain    Small    2399.85
## 1450     Classic Cars      San Diego         USA    Small    1557.72
## 1451     Classic Cars     Strasbourg      France    Small     845.25
## 1452     Classic Cars  Reggio Emilia       Italy    Small    1352.40
## 1453     Classic Cars      Las Vegas         USA    Small    1584.80
## 1454     Classic Cars      Singapore   Singapore    Small    2616.00
## 1455     Classic Cars           Oslo      Norway    Small    1129.04
## 1456     Classic Cars         Madrid       Spain    Small    2218.50
## 1457     Classic Cars    New Bedford         USA    Small    2028.48
## 1458     Classic Cars     Manchester          UK    Small    1759.20
## 1459     Classic Cars          Reims      France    Small     977.67
## 1460     Classic Cars       Pasadena         USA    Small    1463.00
## 1461     Classic Cars         Madrid       Spain   Medium    3970.56
## 1462     Classic Cars       San Jose         USA    Small    2576.00
## 1463     Classic Cars      Chatswood   Australia    Small    2233.69
## 1464           Planes        Bergamo       Italy    Small    2481.64
## 1465           Planes      Melbourne   Australia   Medium    4651.53
## 1466           Planes         Madrid       Spain   Medium    3858.10
## 1467           Planes       Pasadena         USA   Medium    3501.60
## 1468           Planes     Burlingame         USA   Medium    6433.70
## 1469           Planes          Osaka       Japan    Small    2658.96
## 1470           Planes      Melbourne   Australia   Medium    3608.76
## 1471           Planes      Tsawassen      Canada    Small    2214.67
## 1472           Planes       San Jose         USA    Small    2747.53
## 1473           Planes         Madrid       Spain   Medium    3310.92
## 1474           Planes         Nantes      France    Small    2380.00
## 1475           Planes           Oslo      Norway    Small    2310.88
## 1476           Planes         Dublin     Ireland   Medium    4061.76
## 1477           Planes   White Plains         USA   Medium    3493.70
## 1478           Planes          Cowes          UK    Small    2872.25
## 1479           Planes        Bergamo       Italy   Medium    4114.38
## 1480           Planes      Minato-ku       Japan    Small    1063.65
## 1481           Planes       Glendale         USA    Small    2008.44
## 1482           Planes South Brisbane   Australia   Medium    4328.60
## 1483           Planes         Madrid       Spain    Small    1376.43
## 1484           Planes          Reims      France   Medium    5552.16
## 1485           Planes         Newark         USA   Medium    3659.02
## 1486           Planes  Reggio Emilia       Italy   Medium    4165.61
## 1487     Vintage Cars      Frankfurt     Germany    Small    1404.00
## 1488     Vintage Cars     Manchester          UK    Small     710.20
## 1489     Vintage Cars      Las Vegas         USA    Small    1702.80
## 1490     Vintage Cars       Brisbane         USA    Small    1194.84
## 1491     Vintage Cars        Bergamo       Italy    Small     977.43
## 1492     Vintage Cars     San Rafael         USA    Small    1436.76
## 1493     Vintage Cars   Glen Waverly   Australia    Small     759.46
## 1494     Vintage Cars         Madrid       Spain    Small    1189.44
## 1495     Vintage Cars         Madrid       Spain    Small     683.80
## 1496     Vintage Cars           Lyon      France    Small    1226.82
## 1497     Vintage Cars         Boston         USA    Small     974.82
## 1498     Vintage Cars         Torino       Italy    Small     577.60
## 1499     Vintage Cars      Singapore   Singapore    Small    1106.93
## 1500     Vintage Cars     Versailles      France    Small     694.60
## 1501     Vintage Cars     San Rafael         USA    Small    1152.06
## 1502     Vintage Cars         Nashua         USA    Small    2624.00
## 1503     Vintage Cars     Manchester          UK   Medium    3685.95
## 1504     Vintage Cars      Marseille      France    Small     703.60
## 1505     Vintage Cars          Paris      France    Large    9720.00
## 1506     Vintage Cars       Pasadena         USA    Small     834.67
## 1507     Vintage Cars         Madrid       Spain    Small    2257.92
## 1508     Vintage Cars   North Sydney   Australia    Large    8344.71
## 1509     Vintage Cars      Singapore   Singapore    Small    1801.94
## 1510     Vintage Cars      Chatswood   Australia    Small    1209.60
## 1511      Motorcycles            NYC         USA   Medium    3155.14
## 1512      Motorcycles      Melbourne   Australia    Small    2848.86
## 1513      Motorcycles          Paris      France   Medium    3570.29
## 1514      Motorcycles       Pasadena         USA   Medium    3902.41
## 1515      Motorcycles        Stavern      Norway    Small    1474.66
## 1516      Motorcycles     Burlingame         USA    Small    2186.89
## 1517      Motorcycles          Lille      France    Small    1919.40
## 1518      Motorcycles         Bergen      Norway   Medium    3656.00
## 1519      Motorcycles          Osaka       Japan    Small    1851.00
## 1520      Motorcycles      Melbourne   Australia    Small    2633.78
## 1521      Motorcycles   Philadelphia         USA   Medium    3153.60
## 1522      Motorcycles       San Jose         USA    Small    2803.20
## 1523      Motorcycles    Bridgewater         USA    Small    2311.02
## 1524      Motorcycles         Nantes      France    Small    2399.40
## 1525      Motorcycles      Cambridge         USA    Small    2733.12
## 1526      Motorcycles         Dublin     Ireland    Small    2096.32
## 1527      Motorcycles   White Plains         USA    Small    2971.34
## 1528      Motorcycles      Allentown         USA    Small    2257.58
## 1529      Motorcycles            NYC         USA   Medium    3493.91
## 1530      Motorcycles      Barcelona       Spain   Medium    4398.90
## 1531      Motorcycles          Espoo     Finland   Medium    3595.62
## 1532      Motorcycles         Nantes      France    Small    2443.29
## 1533      Motorcycles          Boras      Sweden   Medium    3988.60
## 1534      Motorcycles          Paris      France   Medium    5168.40
## 1535      Motorcycles  Reggio Emilia       Italy    Small    2803.20
## 1536            Ships      Kobenhavn     Denmark   Medium    6341.21
## 1537            Ships      Singapore   Singapore   Medium    5189.78
## 1538            Ships         London          UK   Medium    6027.75
## 1539            Ships     San Rafael         USA   Medium    3366.00
## 1540            Ships         Madrid       Spain   Medium    5456.40
## 1541            Ships          Boras      Sweden   Medium    3812.16
## 1542            Ships         Madrid       Spain   Medium    6083.00
## 1543            Ships    New Bedford         USA   Medium    3170.70
## 1544            Ships      Barcelona       Spain   Medium    4534.60
## 1545            Ships           Lyon      France   Medium    4301.15
## 1546            Ships      Bruxelles     Belgium   Medium    6804.63
## 1547            Ships          Cowes          UK   Medium    5652.94
## 1548            Ships            NYC         USA   Medium    6960.48
## 1549            Ships       Montreal      Canada   Medium    4512.60
## 1550            Ships      Bruxelles     Belgium    Small    2784.76
## 1551            Ships      Tsawassen      Canada   Medium    5316.36
## 1552            Ships         Torino       Italy    Small    2941.89
## 1553            Ships     Manchester          UK   Medium    3207.40
## 1554            Ships         Nantes      France   Medium    4215.05
## 1555            Ships           Lule      Sweden   Medium    4333.29
## 1556            Ships            NYC         USA    Small    2087.13
## 1557            Ships         Madrid       Spain    Small    1711.22
## 1558            Ships      Minato-ku       Japan   Medium    3910.53
## 1559            Ships     San Rafael         USA   Medium    5720.75
## 1560            Ships         Boston         USA   Medium    3335.23
## 1561     Vintage Cars      Frankfurt     Germany    Small    2472.96
## 1562     Vintage Cars     Manchester          UK    Small    1729.65
## 1563     Vintage Cars      Las Vegas         USA    Small     995.50
## 1564     Vintage Cars       Brisbane         USA    Small    2414.72
## 1565     Vintage Cars        Bergamo       Italy    Small    1112.94
## 1566     Vintage Cars     San Rafael         USA    Small    1138.94
## 1567     Vintage Cars   Glen Waverly   Australia    Small    1012.40
## 1568     Vintage Cars         Madrid       Spain    Small     913.92
## 1569     Vintage Cars         Madrid       Spain    Small    2349.06
## 1570     Vintage Cars           Lyon      France    Small    1161.12
## 1571     Vintage Cars         Madrid       Spain    Small    1764.75
## 1572     Vintage Cars     Strasbourg      France    Small    1690.90
## 1573     Vintage Cars         Torino       Italy    Small    2137.05
## 1574     Vintage Cars         Bergen      Norway    Small    2177.10
## 1575     Vintage Cars     Versailles      France    Small    1734.48
## 1576     Vintage Cars     San Rafael         USA    Small     865.49
## 1577     Vintage Cars         Nashua         USA   Medium    3500.10
## 1578     Vintage Cars     Manchester          UK    Small    2223.52
## 1579     Vintage Cars         Nantes      France    Small    2311.68
## 1580     Vintage Cars          Paris      France    Small     828.36
## 1581     Vintage Cars       Pasadena         USA    Small     856.52
## 1582     Vintage Cars         Madrid       Spain    Small    1845.45
## 1583     Vintage Cars   North Sydney   Australia   Medium    4042.08
## 1584     Vintage Cars     San Rafael         USA    Small    1828.00
## 1585 Trucks and Buses        Stavern      Norway   Medium    3680.28
## 1586 Trucks and Buses          Paris      France    Small    2925.09
## 1587 Trucks and Buses         Madrid       Spain   Medium    3415.77
## 1588 Trucks and Buses     Burlingame         USA   Medium    5105.14
## 1589 Trucks and Buses           Oulu     Finland   Medium    5098.80
## 1590 Trucks and Buses      Singapore   Singapore   Medium    4661.76
## 1591 Trucks and Buses         London          UK    Small    2969.96
## 1592 Trucks and Buses        Sevilla       Spain   Medium    3496.32
## 1593 Trucks and Buses           Lyon      France   Medium    5760.93
## 1594 Trucks and Buses         Boston         USA   Medium    6819.04
## 1595 Trucks and Buses      Singapore   Singapore   Medium    3148.88
## 1596 Trucks and Buses     San Rafael         USA   Medium    5704.32
## 1597 Trucks and Buses         Madrid       Spain   Medium    3520.60
## 1598 Trucks and Buses      Singapore   Singapore   Medium    5285.62
## 1599 Trucks and Buses     San Rafael         USA   Medium    5605.05
## 1600 Trucks and Buses      Allentown         USA    Small    2779.50
## 1601 Trucks and Buses          Boras      Sweden   Medium    5398.08
## 1602 Trucks and Buses      Cambridge         USA   Medium    3189.60
## 1603 Trucks and Buses      Vancouver      Canada   Medium    5581.80
## 1604 Trucks and Buses            NYC         USA   Medium    3820.44
## 1605 Trucks and Buses           Lule      Sweden   Medium    5528.04
## 1606 Trucks and Buses         Madrid       Spain   Medium    5981.42
## 1607 Trucks and Buses         Madrid       Spain   Medium    5684.65
## 1608 Trucks and Buses     San Rafael         USA   Medium    3449.40
## 1609 Trucks and Buses     San Rafael         USA    Small    2654.40
## 1610 Trucks and Buses         Madrid       Spain    Large    8498.00
## 1611 Trucks and Buses         Nantes      France   Medium    5510.54
## 1612      Motorcycles    Makati City Philippines    Small    2060.45
## 1613      Motorcycles          Reims      France    Small    2460.16
## 1614      Motorcycles     San Rafael         USA    Small    1787.56
## 1615      Motorcycles       Pasadena         USA    Small    1645.65
## 1616      Motorcycles   North Sydney   Australia    Small    2816.18
## 1617      Motorcycles          Lille      France    Small    2521.05
## 1618      Motorcycles         Madrid       Spain   Medium    3199.98
## 1619      Motorcycles          Paris      France    Small    1338.12
## 1620      Motorcycles          Lille      France    Small    2972.58
## 1621      Motorcycles            NYC         USA    Small    2070.90
## 1622      Motorcycles          Paris      France   Medium    3092.60
## 1623      Motorcycles         Boston         USA    Small    2408.70
## 1624      Motorcycles     Brickhaven         USA   Medium    3472.54
## 1625      Motorcycles      Cambridge         USA    Small    2263.28
## 1626      Motorcycles       Helsinki     Finland    Small    2194.17
## 1627      Motorcycles        Stavern      Norway    Small    1346.40
## 1628      Motorcycles            NYC         USA    Small    2533.63
## 1629      Motorcycles    Makati City Philippines   Medium    3403.26
## 1630      Motorcycles       Salzburg     Austria   Medium    3307.20
## 1631      Motorcycles         Madrid       Spain    Small    2896.65
## 1632      Motorcycles          Espoo     Finland    Small    2632.89
## 1633      Motorcycles         Nantes      France    Small    2046.00
## 1634      Motorcycles     San Rafael         USA    Small    2279.55
## 1635      Motorcycles      Liverpool          UK    Small    2150.55
## 1636     Classic Cars     Manchester          UK   Medium    3360.45
## 1637     Classic Cars      Las Vegas         USA    Small    2326.40
## 1638     Classic Cars   North Sydney   Australia    Small    1545.60
## 1639     Classic Cars        Aaarhus     Denmark    Small    2144.60
## 1640     Classic Cars    Bridgewater         USA    Small    1639.22
## 1641     Classic Cars     San Rafael         USA    Small    2649.60
## 1642     Classic Cars         Nashua         USA   Medium    3845.60
## 1643     Classic Cars            NYC         USA   Medium    4527.04
## 1644     Classic Cars         Madrid       Spain   Medium    3966.30
## 1645     Classic Cars           Lyon      France   Medium    4142.58
## 1646     Classic Cars     Strasbourg      France   Medium    4441.50
## 1647     Classic Cars            NYC         USA   Medium    3315.12
## 1648     Classic Cars         Madrid       Spain   Medium    3918.53
## 1649     Classic Cars      Singapore   Singapore    Small    2830.45
## 1650     Classic Cars      Liverpool          UK   Medium    5298.86
## 1651     Classic Cars         Madrid       Spain    Small    2620.80
## 1652     Classic Cars    New Bedford         USA    Small    2181.00
## 1653     Classic Cars     Manchester          UK   Medium    3382.08
## 1654     Classic Cars      Las Vegas         USA    Small    2876.75
## 1655     Classic Cars     San Rafael         USA   Medium    4107.20
## 1656     Classic Cars         Madrid       Spain    Small    1350.00
## 1657     Classic Cars       San Jose         USA    Large    7182.00
## 1658     Classic Cars      Chatswood   Australia   Medium    3933.93
## 1659     Classic Cars         Madrid       Spain    Small    1742.40
## 1660     Classic Cars          Paris      France    Small     721.44
## 1661     Classic Cars            NYC         USA    Small    1489.41
## 1662     Classic Cars          Espoo     Finland    Small     891.03
## 1663     Classic Cars           Oulu     Finland    Small    1209.30
## 1664     Classic Cars      Singapore   Singapore    Small     859.14
## 1665     Classic Cars         London          UK    Small    1151.44
## 1666     Classic Cars        Sevilla       Spain    Small    1336.44
## 1667     Classic Cars   White Plains         USA    Small     905.28
## 1668     Classic Cars         Boston         USA    Small    1247.40
## 1669     Classic Cars       Brisbane         USA    Small     846.51
## 1670     Classic Cars     San Rafael         USA    Small    1085.04
## 1671     Classic Cars         Madrid       Spain    Small    1767.43
## 1672     Classic Cars      Singapore   Singapore    Small    1030.44
## 1673     Classic Cars     San Rafael         USA    Small    1585.36
## 1674     Classic Cars      Allentown         USA    Small     813.20
## 1675     Classic Cars            NYC         USA    Small    1172.34
## 1676     Classic Cars      Cambridge         USA    Small    1510.56
## 1677     Classic Cars        Aaarhus     Denmark    Small    1448.07
## 1678     Classic Cars            NYC         USA   Medium    3338.10
## 1679     Classic Cars     San Rafael         USA    Small    1225.29
## 1680     Classic Cars            NYC         USA    Small    1336.68
## 1681     Classic Cars         Madrid       Spain    Small    2985.84
## 1682     Classic Cars     San Rafael         USA   Medium    5545.80
## 1683     Classic Cars         Madrid       Spain   Medium    6089.60
## 1684     Classic Cars         Madrid       Spain    Small    1789.40
## 1685     Classic Cars         Madrid       Spain    Small    1082.10
## 1686     Classic Cars         Nantes      France    Small    1030.44
## 1687           Planes        Bergamo       Italy   Medium    3659.32
## 1688           Planes       Salzburg     Austria    Small    2443.60
## 1689           Planes       Glendale         USA    Small    2349.90
## 1690           Planes    New Bedford         USA    Small    1646.19
## 1691           Planes       Helsinki     Finland    Small    1670.26
## 1692           Planes          Boras      Sweden    Small    1467.48
## 1693           Planes       Toulouse      France    Small    2748.56
## 1694           Planes         London          UK    Small    1522.40
## 1695           Planes    Makati City Philippines   Medium    3255.36
## 1696           Planes      San Diego         USA    Small    2608.96
## 1697           Planes      Cambridge         USA    Small    1356.40
## 1698           Planes         Madrid       Spain    Small    1611.36
## 1699           Planes     Brickhaven         USA    Small    2603.20
## 1700           Planes           Oslo      Norway    Small    2219.70
## 1701           Planes         Munich     Germany    Small    1496.25
## 1702           Planes   Philadelphia         USA    Small    1884.00
## 1703           Planes          Cowes          UK    Small    2166.14
## 1704           Planes        Bergamo       Italy    Small    2828.16
## 1705           Planes      Minato-ku       Japan   Medium    6214.45
## 1706           Planes         London          UK    Small    1867.00
## 1707           Planes           Oulu     Finland    Small    2676.72
## 1708           Planes         Madrid       Spain    Small    2182.44
## 1709           Planes          Reims      France    Small    1611.40
## 1710           Planes       San Jose         USA    Small    1479.84
## 1711           Planes   Glen Waverly   Australia    Small    1424.22
## 1712     Classic Cars     Manchester          UK   Medium    5942.28
## 1713     Classic Cars      Las Vegas         USA    Small    2348.75
## 1714     Classic Cars   North Sydney   Australia   Medium    4392.12
## 1715     Classic Cars        Aaarhus     Denmark    Small    2759.75
## 1716     Classic Cars        Bergamo       Italy    Small    2728.03
## 1717     Classic Cars     San Rafael         USA    Small    2395.80
## 1718     Classic Cars         Nashua         USA   Medium    3052.33
## 1719     Classic Cars            NYC         USA   Medium    4242.00
## 1720     Classic Cars         London          UK    Small    2790.45
## 1721     Classic Cars           Lyon      France   Medium    4340.49
## 1722     Classic Cars     Strasbourg      France    Small    2762.20
## 1723     Classic Cars            NYC         USA   Medium    4645.72
## 1724     Classic Cars         Madrid       Spain   Medium    5580.96
## 1725     Classic Cars      Singapore   Singapore   Medium    6539.04
## 1726     Classic Cars      Liverpool          UK   Medium    5548.95
## 1727     Classic Cars         Madrid       Spain   Medium    4595.41
## 1728     Classic Cars     Manchester          UK    Small    1859.44
## 1729     Classic Cars      Las Vegas         USA    Small    2093.76
## 1730     Classic Cars     San Rafael         USA   Medium    4223.13
## 1731     Classic Cars         Madrid       Spain    Small    1596.76
## 1732     Classic Cars       San Jose         USA   Medium    5820.35
## 1733     Classic Cars      Chatswood   Australia   Medium    5296.50
## 1734     Classic Cars   Philadelphia         USA    Small     930.90
## 1735     Classic Cars      Marseille      France    Small    1207.44
## 1736     Classic Cars     San Rafael         USA    Small     717.40
## 1737     Classic Cars     Brickhaven         USA    Small    1066.75
## 1738     Classic Cars       Montreal      Canada    Small    1277.64
## 1739     Classic Cars         Bergen      Norway    Small    1578.79
## 1740     Classic Cars         Nashua         USA    Small     917.70
## 1741     Classic Cars         Madrid       Spain    Small     777.00
## 1742     Classic Cars         Madrid       Spain    Small    1476.28
## 1743     Classic Cars         Gensve Switzerland    Small    1538.46
## 1744     Classic Cars           Oulu     Finland    Small     891.20
## 1745     Classic Cars      Liverpool          UK    Small    1706.80
## 1746     Classic Cars  Reggio Emilia       Italy    Small    1373.60
## 1747     Classic Cars      Las Vegas         USA    Small    1205.59
## 1748     Classic Cars         Gensve Switzerland    Small    1427.40
## 1749     Classic Cars           Oslo      Norway    Small    1649.28
## 1750     Classic Cars           Koln     Germany    Small    1383.03
## 1751     Classic Cars    New Bedford         USA    Small    1229.51
## 1752     Classic Cars   Philadelphia         USA    Small    1140.48
## 1753     Classic Cars      Melbourne   Australia    Small    1575.60
## 1754     Classic Cars         Madrid       Spain    Small    1386.72
## 1755     Classic Cars       Pasadena         USA   Medium    5018.40
## 1756     Classic Cars         Madrid       Spain   Medium    5856.85
## 1757     Classic Cars     San Rafael         USA   Medium    4894.73
## 1758     Classic Cars     Strasbourg      France    Small    2094.32
## 1759     Classic Cars       Salzburg     Austria    Small     640.05
## 1760     Vintage Cars      Kobenhavn     Denmark   Medium    3193.52
## 1761     Vintage Cars       Salzburg     Austria   Medium    3066.70
## 1762     Vintage Cars         London          UK   Medium    3883.11
## 1763     Vintage Cars     San Rafael         USA   Medium    4814.25
## 1764     Vintage Cars       Glendale         USA    Small    2826.27
## 1765     Vintage Cars          Boras      Sweden    Small    1593.20
## 1766     Vintage Cars         Madrid       Spain   Medium    3266.10
## 1767     Vintage Cars    New Bedford         USA    Small    2453.55
## 1768     Vintage Cars      Barcelona       Spain   Medium    3910.40
## 1769     Vintage Cars           Lyon      France    Small    1788.00
## 1770     Vintage Cars      San Diego         USA   Medium    3328.07
## 1771     Vintage Cars         Newark         USA   Medium    3788.40
## 1772     Vintage Cars            NYC         USA   Medium    3053.70
## 1773     Vintage Cars       Montreal      Canada    Small    2005.74
## 1774     Vintage Cars      Bruxelles     Belgium    Small    2796.12
## 1775     Vintage Cars      Tsawassen      Canada   Medium    3159.96
## 1776     Vintage Cars         Boston         USA   Medium    3908.62
## 1777     Vintage Cars     Manchester          UK    Small    2606.48
## 1778     Vintage Cars         Nantes      France    Small    2081.76
## 1779     Vintage Cars           Lule      Sweden   Medium    3519.85
## 1780     Vintage Cars      Minato-ku       Japan    Large   10758.00
## 1781     Vintage Cars         Madrid       Spain   Medium    3021.00
## 1782     Vintage Cars           Oulu     Finland    Small    1891.56
## 1783     Vintage Cars     San Rafael         USA    Small    2246.40
## 1784     Vintage Cars         Boston         USA   Medium    6107.40
## 1785     Classic Cars     Manchester          UK    Small    1987.74
## 1786     Classic Cars      Las Vegas         USA   Medium    4068.96
## 1787     Classic Cars   North Sydney   Australia    Small    2282.22
## 1788     Classic Cars        Aaarhus     Denmark    Small    1541.00
## 1789     Classic Cars    Bridgewater         USA    Small    1951.92
## 1790     Classic Cars     San Rafael         USA   Medium    3107.61
## 1791     Classic Cars         Nashua         USA    Small    2328.64
## 1792     Classic Cars            NYC         USA   Medium    3184.80
## 1793     Classic Cars         Madrid       Spain    Small    2149.74
## 1794     Classic Cars           Lyon      France   Medium    3184.80
## 1795     Classic Cars     Strasbourg      France    Small    2114.58
## 1796     Classic Cars            NYC         USA   Medium    4256.56
## 1797     Classic Cars         Madrid       Spain    Small    2344.98
## 1798     Classic Cars      Singapore   Singapore    Small    2328.66
## 1799     Classic Cars      Liverpool          UK   Medium    3575.04
## 1800     Classic Cars         Madrid       Spain    Small    2076.00
## 1801     Classic Cars    New Bedford         USA   Medium    3305.25
## 1802     Classic Cars     Manchester          UK    Small    1538.55
## 1803     Classic Cars      Las Vegas         USA   Medium    3325.92
## 1804     Classic Cars     San Rafael         USA   Medium    3662.52
## 1805     Classic Cars         Madrid       Spain   Medium    3478.64
## 1806     Classic Cars       San Jose         USA    Small    1057.29
## 1807     Classic Cars      Chatswood   Australia   Medium    3385.90
## 1808     Classic Cars    Makati City Philippines    Small    1892.10
## 1809     Classic Cars      Marseille      France    Small    1707.14
## 1810     Classic Cars     San Rafael         USA    Small    1785.51
## 1811     Classic Cars     Brickhaven         USA    Small    2057.40
## 1812     Classic Cars   North Sydney   Australia    Small    1707.14
## 1813     Classic Cars         Bergen      Norway    Small    1506.96
## 1814     Classic Cars           Koln     Germany    Small    2880.48
## 1815     Classic Cars         Madrid       Spain    Small    2206.60
## 1816     Classic Cars          Paris      France    Small    2351.04
## 1817     Classic Cars         Gensve Switzerland    Small    1205.04
## 1818     Classic Cars      Kobenhavn     Denmark    Small    2935.15
## 1819     Classic Cars      Liverpool          UK    Small    1263.84
## 1820     Classic Cars  Reggio Emilia       Italy    Small    2935.15
## 1821     Classic Cars     Brickhaven         USA    Small    1224.60
## 1822     Classic Cars         Gensve Switzerland    Small    1359.40
## 1823     Classic Cars      Frankfurt     Germany    Small    1822.18
## 1824     Classic Cars           Koln     Germany    Small    2163.72
## 1825     Classic Cars           Lule      Sweden    Small    1591.98
## 1826     Classic Cars   Philadelphia         USA   Medium    3078.50
## 1827     Classic Cars      Melbourne   Australia    Small    2997.60
## 1828     Classic Cars         Madrid       Spain    Small    2747.80
## 1829     Classic Cars          Espoo     Finland    Small    2447.76
## 1830     Classic Cars         Madrid       Spain    Small    1910.84
## 1831     Classic Cars     San Rafael         USA    Small    2430.64
## 1832     Classic Cars       Salzburg     Austria    Small    2896.30
## 1833     Vintage Cars        Bergamo       Italy    Small    1630.60
## 1834     Vintage Cars       Salzburg     Austria    Small    1459.60
## 1835     Vintage Cars       Glendale         USA    Small    1716.22
## 1836     Vintage Cars    New Bedford         USA    Small    2560.47
## 1837     Vintage Cars       Helsinki     Finland    Small    1900.26
## 1838     Vintage Cars          Boras      Sweden    Small    2019.84
## 1839     Vintage Cars       Toulouse      France    Small    1988.28
## 1840     Vintage Cars         London          UK    Small    1449.84
## 1841     Vintage Cars    Makati City Philippines    Small    1935.09
## 1842     Vintage Cars      San Diego         USA   Medium    3025.05
## 1843     Vintage Cars      Cambridge         USA    Small    1742.50
## 1844     Vintage Cars         Madrid       Spain   Medium    3236.10
## 1845     Vintage Cars     Brickhaven         USA    Small    1735.92
## 1846     Vintage Cars           Oslo      Norway    Small    2795.13
## 1847     Vintage Cars         Munich     Germany    Small    1671.52
## 1848     Vintage Cars   Philadelphia         USA    Small    1576.74
## 1849     Vintage Cars          Cowes          UK   Medium    3615.71
## 1850     Vintage Cars        Bergamo       Italy    Small    1459.60
## 1851     Vintage Cars      Minato-ku       Japan    Small    2891.01
## 1852     Vintage Cars         London          UK    Small    2598.44
## 1853     Vintage Cars      Chatswood   Australia   Medium    3871.92
## 1854     Vintage Cars           Oulu     Finland   Medium    3036.00
## 1855     Vintage Cars         Madrid       Spain    Small    2231.60
## 1856     Vintage Cars          Reims      France    Small    2436.78
## 1857     Vintage Cars       San Jose         USA    Small    2173.60
## 1858     Vintage Cars   Glen Waverly   Australia    Small    1254.60
## 1859     Classic Cars     Manchester          UK   Medium    3724.42
## 1860     Classic Cars      Las Vegas         USA   Medium    5203.00
## 1861     Classic Cars   North Sydney   Australia   Medium    3469.50
## 1862     Classic Cars        Aaarhus     Denmark   Medium    3148.20
## 1863     Classic Cars    Bridgewater         USA    Small    2167.22
## 1864     Classic Cars     San Rafael         USA   Medium    6244.07
## 1865     Classic Cars         Nashua         USA   Medium    5566.00
## 1866     Classic Cars            NYC         USA   Medium    4368.96
## 1867     Classic Cars         Madrid       Spain   Medium    4039.26
## 1868     Classic Cars      San Diego         USA   Medium    4420.32
## 1869     Classic Cars     Strasbourg      France    Small    2341.71
## 1870     Classic Cars            NYC         USA   Medium    5110.98
## 1871     Classic Cars         Madrid       Spain   Medium    6168.00
## 1872     Classic Cars      Singapore   Singapore   Medium    4873.26
## 1873     Classic Cars           Oslo      Norway    Small    2120.14
## 1874     Classic Cars         Madrid       Spain   Medium    4236.14
## 1875     Classic Cars    New Bedford         USA    Small    1888.95
## 1876     Classic Cars     Manchester          UK    Small    1152.58
## 1877     Classic Cars      Las Vegas         USA    Small    2492.88
## 1878     Classic Cars     San Rafael         USA    Small    1991.60
## 1879     Classic Cars         Madrid       Spain   Medium    3953.18
## 1880     Classic Cars       San Jose         USA   Medium    3729.39
## 1881     Classic Cars      Chatswood   Australia    Small    2617.16
## 1882     Vintage Cars      Kobenhavn     Denmark   Medium    3983.50
## 1883     Vintage Cars       Salzburg     Austria   Medium    3169.95
## 1884     Vintage Cars         London          UK   Medium    3899.50
## 1885     Vintage Cars    New Bedford         USA    Small    1851.73
## 1886     Vintage Cars       Helsinki     Finland    Small    2513.41
## 1887     Vintage Cars          Boras      Sweden    Small    2431.94
## 1888     Vintage Cars       Toulouse      France    Small    1514.52
## 1889     Vintage Cars         London          UK   Medium    3079.44
## 1890     Vintage Cars      Barcelona       Spain    Small    1900.36
## 1891     Vintage Cars      San Diego         USA   Medium    3703.46
## 1892     Vintage Cars            NYC         USA    Small    1755.13
## 1893     Vintage Cars         Madrid       Spain   Medium    4273.29
## 1894     Vintage Cars      Bruxelles     Belgium   Medium    3984.96
## 1895     Vintage Cars      Tsawassen      Canada    Small    2407.68
## 1896     Vintage Cars         Munich     Germany    Small    1697.30
## 1897     Vintage Cars   Philadelphia         USA    Small    2011.02
## 1898     Vintage Cars          Cowes          UK    Small    2306.25
## 1899     Vintage Cars           Lule      Sweden    Small    1845.00
## 1900     Vintage Cars      Minato-ku       Japan    Small    2493.12
## 1901     Vintage Cars         Madrid       Spain    Small    1508.50
## 1902     Vintage Cars           Oulu     Finland    Small    2394.30
## 1903     Vintage Cars     San Rafael         USA   Medium    3164.98
## 1904     Vintage Cars     San Rafael         USA   Medium    3351.09
## 1905     Vintage Cars       San Jose         USA   Medium    3064.32
## 1906     Vintage Cars         Boston         USA   Medium    3891.81
## 1907     Classic Cars    Makati City Philippines   Medium    5448.80
## 1908     Classic Cars      Marseille      France   Medium    5494.97
## 1909     Classic Cars     San Rafael         USA   Medium    6336.07
## 1910     Classic Cars     Brickhaven         USA    Small    2906.97
## 1911     Classic Cars           Graz     Austria   Medium    3819.56
## 1912     Classic Cars         Bergen      Norway   Medium    3861.75
## 1913     Classic Cars         Nashua         USA   Medium    6319.35
## 1914     Classic Cars         Madrid       Spain   Medium    6996.42
## 1915     Classic Cars         Madrid       Spain   Medium    6949.67
## 1916     Classic Cars         Gensve Switzerland   Medium    4550.00
## 1917     Classic Cars           Oulu     Finland   Medium    4479.63
## 1918     Classic Cars      Liverpool          UK   Medium    5148.00
## 1919     Classic Cars  Reggio Emilia       Italy    Small    2932.08
## 1920     Classic Cars      Las Vegas         USA   Medium    3159.75
## 1921     Classic Cars         Gensve Switzerland   Medium    4297.32
## 1922     Classic Cars           Oslo      Norway    Large    7723.50
## 1923     Classic Cars           Koln     Germany   Medium    5497.65
## 1924     Classic Cars    New Bedford         USA   Medium    4052.88
## 1925     Classic Cars   Philadelphia         USA   Medium    3135.93
## 1926     Classic Cars      Melbourne   Australia   Medium    5013.54
## 1927     Classic Cars         Madrid       Spain   Medium    5302.72
## 1928     Classic Cars          Espoo     Finland    Small    2931.98
## 1929     Classic Cars         Madrid       Spain    Small    1757.91
## 1930     Classic Cars     San Rafael         USA   Medium    6763.05
## 1931     Classic Cars     Strasbourg      France    Large   11739.72
## 1932     Classic Cars       Salzburg     Austria    Large    9240.00
## 1933           Planes        Bergamo       Italy   Medium    3241.50
## 1934           Planes       Salzburg     Austria    Small    1968.12
## 1935           Planes       Glendale         USA   Medium    4094.50
## 1936           Planes    New Bedford         USA    Small    1853.32
## 1937           Planes       Helsinki     Finland   Medium    3392.84
## 1938           Planes     Burlingame         USA    Small    1971.54
## 1939           Planes       Toulouse      France    Small    2169.90
## 1940           Planes    Makati City Philippines    Small    2846.17
## 1941           Planes          Osaka       Japan    Small    2018.40
## 1942           Planes      San Diego         USA    Small    2718.72
## 1943           Planes      Tsawassen      Canada    Small    1981.65
## 1944           Planes       San Jose         USA   Medium    3002.40
## 1945           Planes         Madrid       Spain    Small    2948.16
## 1946           Planes         Nantes      France   Medium    3357.49
## 1947           Planes           Oslo      Norway    Small    1175.16
## 1948           Planes         Munich     Germany    Small    2292.80
## 1949           Planes   White Plains         USA   Medium    3286.49
## 1950           Planes          Cowes          UK    Small    2333.70
## 1951           Planes        Bergamo       Italy    Small    2675.05
## 1952           Planes      Minato-ku       Japan   Medium    4361.40
## 1953           Planes         London          UK    Small    2018.58
## 1954           Planes      Chatswood   Australia   Medium    3710.98
## 1955           Planes           Oulu     Finland    Small    2847.00
## 1956           Planes         Madrid       Spain   Medium    3006.12
## 1957           Planes          Reims      France    Small    2797.84
## 1958           Planes         Newark         USA   Medium    3843.20
## 1959           Planes  Reggio Emilia       Italy    Small    1351.08
## 1960     Vintage Cars         Nashua         USA    Small    1689.03
## 1961     Vintage Cars     Manchester          UK    Small    1654.56
## 1962     Vintage Cars      Las Vegas         USA    Small    1528.58
## 1963     Vintage Cars       Brisbane         USA    Small    1013.48
## 1964     Vintage Cars        Bergamo       Italy    Small    1163.05
## 1965     Vintage Cars     San Rafael         USA    Small     971.98
## 1966     Vintage Cars   Glen Waverly   Australia    Small     902.66
## 1967     Vintage Cars            NYC         USA    Small    1295.97
## 1968     Vintage Cars         Madrid       Spain    Small    1534.72
## 1969     Vintage Cars           Lyon      France    Small    1185.30
## 1970     Vintage Cars            NYC         USA    Small    1698.78
## 1971     Vintage Cars         Torino       Italy    Small    1381.05
## 1972     Vintage Cars      Singapore   Singapore    Small    1340.46
## 1973     Vintage Cars        Sevilla       Spain    Small     965.04
## 1974     Vintage Cars     San Rafael         USA    Small    1093.99
## 1975     Vintage Cars     Manchester          UK   Medium    3166.84
## 1976     Vintage Cars      Las Vegas         USA    Small    2143.68
## 1977     Vintage Cars     San Rafael         USA    Small    1717.64
## 1978     Vintage Cars         Madrid       Spain   Medium    4086.29
## 1979     Vintage Cars      Minato-ku       Japan    Small     553.95
## 1980     Vintage Cars      Chatswood   Australia    Small     652.35
## 1981     Classic Cars         Madrid       Spain    Small    2921.62
## 1982     Classic Cars            NYC         USA   Medium    5568.64
## 1983     Classic Cars            NYC         USA    Small    1939.80
## 1984     Classic Cars          Espoo     Finland   Medium    3784.80
## 1985     Classic Cars South Brisbane   Australia    Small    2802.09
## 1986     Classic Cars      Singapore   Singapore    Small    2384.64
## 1987     Classic Cars  Reggio Emilia       Italy    Small    2915.66
## 1988     Classic Cars        Sevilla       Spain   Medium    5795.72
## 1989     Classic Cars   White Plains         USA   Medium    3699.88
## 1990     Classic Cars         Boston         USA    Small    2980.60
## 1991     Classic Cars         Dublin     Ireland   Medium    5032.74
## 1992     Classic Cars      Frankfurt     Germany   Medium    4737.15
## 1993     Classic Cars         Madrid       Spain   Medium    6311.20
## 1994     Classic Cars     San Rafael         USA   Medium    3070.54
## 1995     Classic Cars     San Rafael         USA   Medium    4797.39
## 1996     Classic Cars            NYC         USA   Medium    3832.38
## 1997     Classic Cars      Cambridge         USA   Medium    4641.48
## 1998     Classic Cars        Aaarhus     Denmark   Medium    4000.26
## 1999     Classic Cars        Stavern      Norway   Medium    5325.76
## 2000     Classic Cars          Paris      France   Medium    4618.69
## 2001     Classic Cars            NYC         USA   Medium    3182.97
## 2002     Classic Cars          Reims      France    Small    2603.04
## 2003     Classic Cars     San Rafael         USA    Small    1408.96
## 2004     Classic Cars         Madrid       Spain    Small    1972.11
## 2005     Classic Cars         Madrid       Spain   Medium    5207.75
## 2006     Classic Cars         Madrid       Spain   Medium    4253.20
## 2007     Vintage Cars        Stavern      Norway    Small    2873.00
## 2008     Vintage Cars         Madrid       Spain   Medium    3576.12
## 2009     Vintage Cars      Chatswood   Australia   Medium    3276.13
## 2010     Vintage Cars       Brisbane         USA    Small    1811.40
## 2011     Vintage Cars            NYC         USA   Medium    3845.10
## 2012     Vintage Cars        Bergamo       Italy    Small    2571.14
## 2013     Vintage Cars   Philadelphia         USA   Medium    5035.11
## 2014     Vintage Cars   Glen Waverly   Australia    Small    2279.00
## 2015     Vintage Cars      Vancouver      Canada   Medium    3213.87
## 2016     Vintage Cars        Burbank         USA   Medium    3532.23
## 2017     Vintage Cars      Cambridge         USA   Medium    3406.59
## 2018     Vintage Cars         Madrid       Spain   Medium    3467.20
## 2019     Vintage Cars       San Jose         USA   Medium    3628.94
## 2020     Vintage Cars       Salzburg     Austria   Medium    4674.72
## 2021     Vintage Cars         Torino       Italy    Small    1656.69
## 2022     Vintage Cars     Brickhaven         USA   Medium    5171.40
## 2023     Vintage Cars     Versailles      France   Medium    3342.57
## 2024     Vintage Cars     San Rafael         USA   Medium    4884.88
## 2025     Vintage Cars            NYC         USA   Medium    6267.69
## 2026     Vintage Cars         Madrid       Spain    Small    1962.09
## 2027     Vintage Cars         Madrid       Spain   Medium    6847.00
## 2028     Vintage Cars     Brickhaven         USA   Medium    3476.80
## 2029     Vintage Cars     San Rafael         USA   Medium    4592.61
## 2030     Vintage Cars      Bruxelles     Belgium    Small    2208.92
## 2031           Planes        Bergamo       Italy    Small    1657.76
## 2032           Planes      Melbourne   Australia    Small    2479.21
## 2033           Planes         Madrid       Spain   Medium    3565.92
## 2034           Planes       Pasadena         USA    Small    2797.41
## 2035           Planes     Burlingame         USA   Medium    3756.00
## 2036           Planes          Osaka       Japan    Small    2840.00
## 2037           Planes      Melbourne   Australia    Small    1716.26
## 2038           Planes      Tsawassen      Canada   Medium    3245.60
## 2039           Planes       San Jose         USA    Small    2760.94
## 2040           Planes    Bridgewater         USA    Small    1808.40
## 2041           Planes         Nantes      France    Small    1682.37
## 2042           Planes           Oslo      Norway    Small    1491.00
## 2043           Planes         Dublin     Ireland    Small    1666.35
## 2044           Planes   White Plains         USA   Medium    3666.08
## 2045           Planes     Burlingame         USA    Small    2916.20
## 2046           Planes        Bergamo       Italy    Small    2616.98
## 2047           Planes      Barcelona       Spain   Medium    3390.80
## 2048           Planes       Glendale         USA   Medium    3146.50
## 2049           Planes      Chatswood   Australia    Small    1561.50
## 2050           Planes         Nantes      France    Large   10039.64
## 2051           Planes         Madrid       Spain   Medium    3167.00
## 2052           Planes          Reims      France   Medium    3521.25
## 2053           Planes         Newark         USA   Medium    4219.28
## 2054           Planes  Reggio Emilia       Italy   Medium    3581.76
## 2055     Classic Cars    Makati City Philippines    Small    2130.01
## 2056     Classic Cars      Marseille      France    Small    2063.06
## 2057     Classic Cars     San Rafael         USA    Small    2008.13
## 2058     Classic Cars     Brickhaven         USA    Small    2004.77
## 2059     Classic Cars   North Sydney   Australia    Small    2269.92
## 2060     Classic Cars          Lille      France    Small    1991.92
## 2061     Classic Cars           Koln     Germany    Small    2916.76
## 2062     Classic Cars          Paris      France    Small    2027.52
## 2063     Classic Cars         Gensve Switzerland   Medium    3235.18
## 2064     Classic Cars      Kobenhavn     Denmark    Small    2062.94
## 2065     Classic Cars          Paris      France   Medium    3317.78
## 2066     Classic Cars         Boston         USA   Medium    3913.69
## 2067     Classic Cars     Brickhaven         USA   Medium    3608.64
## 2068     Classic Cars         Gensve Switzerland   Medium    3524.80
## 2069     Classic Cars       Helsinki     Finland    Small    2586.88
## 2070     Classic Cars           Koln     Germany   Medium    4753.49
## 2071     Classic Cars            NYC         USA   Medium    3684.67
## 2072     Classic Cars   Philadelphia         USA   Medium    5715.40
## 2073     Classic Cars          Reims      France   Medium    3098.70
## 2074     Classic Cars         Madrid       Spain    Small    2670.92
## 2075     Classic Cars          Espoo     Finland   Medium    5154.41
## 2076     Classic Cars         Madrid       Spain   Medium    4894.17
## 2077     Classic Cars     San Rafael         USA    Small    2472.60
## 2078 Trucks and Buses        Stavern      Norway   Medium    3224.31
## 2079 Trucks and Buses          Paris      France   Medium    3667.52
## 2080 Trucks and Buses         Madrid       Spain   Medium    4141.33
## 2081 Trucks and Buses     Burlingame         USA    Small    2829.58
## 2082 Trucks and Buses           Oulu     Finland   Medium    3068.55
## 2083 Trucks and Buses           Graz     Austria    Small    2634.96
## 2084 Trucks and Buses         London          UK    Small    2436.72
## 2085 Trucks and Buses        Sevilla       Spain   Medium    4607.36
## 2086 Trucks and Buses           Lyon      France   Medium    3598.99
## 2087 Trucks and Buses         Boston         USA   Medium    3964.10
## 2088 Trucks and Buses      Singapore   Singapore    Small    2244.90
## 2089 Trucks and Buses     San Rafael         USA    Small    2793.00
## 2090 Trucks and Buses      New Haven         USA   Medium    4133.64
## 2091 Trucks and Buses      Singapore   Singapore   Medium    3900.60
## 2092 Trucks and Buses      Chatswood   Australia    Small    2743.04
## 2093 Trucks and Buses      Allentown         USA    Small    2402.07
## 2094 Trucks and Buses          Boras      Sweden    Small    2178.54
## 2095 Trucks and Buses      Cambridge         USA   Medium    3155.04
## 2096 Trucks and Buses      Vancouver      Canada    Small    2366.28
## 2097 Trucks and Buses            NYC         USA    Small    1963.60
## 2098 Trucks and Buses     San Rafael         USA   Medium    4746.28
## 2099 Trucks and Buses         Madrid       Spain   Medium    6386.94
## 2100 Trucks and Buses         Madrid       Spain   Medium    4428.00
## 2101 Trucks and Buses     San Rafael         USA   Medium    4044.04
## 2102 Trucks and Buses     San Rafael         USA    Small    2708.42
## 2103 Trucks and Buses       Montreal      Canada    Small    2904.72
## 2104 Trucks and Buses         Nantes      France   Medium    3553.88
## 2105      Motorcycles            NYC         USA    Small    1858.00
## 2106      Motorcycles      Melbourne   Australia    Small    2461.36
## 2107      Motorcycles         Madrid       Spain    Small    2642.01
## 2108      Motorcycles       Pasadena         USA   Medium    3098.70
## 2109      Motorcycles     Burlingame         USA   Medium    3244.36
## 2110      Motorcycles         Bergen      Norway   Medium    4351.16
## 2111      Motorcycles          Osaka       Japan   Medium    3675.86
## 2112      Motorcycles      Melbourne   Australia    Small    2475.27
## 2113      Motorcycles      Tsawassen      Canada   Medium    4177.49
## 2114      Motorcycles       San Jose         USA   Medium    3282.28
## 2115      Motorcycles    Bridgewater         USA    Small    2477.21
## 2116      Motorcycles         Nantes      France    Small    1883.93
## 2117      Motorcycles      Cambridge         USA   Medium    3658.93
## 2118      Motorcycles         Dublin     Ireland    Small    2856.88
## 2119      Motorcycles   White Plains         USA    Small    1917.84
## 2120      Motorcycles      Allentown         USA   Medium    5305.36
## 2121      Motorcycles            NYC         USA    Small    2875.95
## 2122      Motorcycles      Barcelona       Spain   Medium    6482.85
## 2123      Motorcycles       Glendale         USA   Medium    3733.82
## 2124      Motorcycles          Espoo     Finland   Medium    6576.50
## 2125      Motorcycles         Nantes      France   Medium    6353.27
## 2126      Motorcycles      Singapore   Singapore   Medium    4175.60
## 2127      Motorcycles         Newark         USA   Medium    4992.61
## 2128      Motorcycles  Reggio Emilia       Italy   Medium    4764.60
## 2129      Motorcycles    Makati City Philippines    Small    1173.15
## 2130      Motorcycles      Marseille      France    Small    1384.46
## 2131      Motorcycles     San Rafael         USA    Small    1327.59
## 2132      Motorcycles       Pasadena         USA    Small    1109.80
## 2133      Motorcycles   North Sydney   Australia    Small    1035.58
## 2134      Motorcycles          Lille      France    Small    1545.64
## 2135      Motorcycles         Madrid       Spain    Small    1517.54
## 2136      Motorcycles          Paris      France    Small    1731.84
## 2137      Motorcycles          Lille      France    Small    1695.49
## 2138      Motorcycles            NYC         USA    Small    1045.98
## 2139      Motorcycles          Paris      France    Small    1738.08
## 2140      Motorcycles         Boston         USA    Small     651.80
## 2141      Motorcycles     Brickhaven         USA    Small     988.47
## 2142      Motorcycles      Cambridge         USA    Small    1518.11
## 2143      Motorcycles       Helsinki     Finland    Small    1013.76
## 2144      Motorcycles           Koln     Germany    Small    1549.80
## 2145      Motorcycles            NYC         USA    Small    1108.38
## 2146      Motorcycles   Philadelphia         USA   Medium    4102.56
## 2147      Motorcycles          Reims      France   Medium    3713.16
## 2148      Motorcycles         Madrid       Spain    Small    1513.54
## 2149      Motorcycles      Marseille      France    Small    2317.44
## 2150      Motorcycles         Madrid       Spain   Medium    3298.40
## 2151      Motorcycles     San Rafael         USA    Small    1826.96
## 2152      Motorcycles      Liverpool          UK    Small    1206.90
## 2153 Trucks and Buses         Madrid       Spain    Small    1666.70
## 2154 Trucks and Buses          Paris      France    Small    1560.44
## 2155 Trucks and Buses            NYC         USA    Small    2337.75
## 2156 Trucks and Buses          Espoo     Finland    Small    1103.76
## 2157 Trucks and Buses           Oulu     Finland    Small    2617.85
## 2158 Trucks and Buses      Singapore   Singapore    Small    2207.52
## 2159 Trucks and Buses         London          UK   Medium    3165.50
## 2160 Trucks and Buses        Sevilla       Spain    Small    2071.41
## 2161 Trucks and Buses   White Plains         USA    Small    1385.28
## 2162 Trucks and Buses         Boston         USA    Small    1621.62
## 2163 Trucks and Buses       Brisbane         USA    Small    1931.65
## 2164 Trucks and Buses     San Rafael         USA    Small    1244.53
## 2165 Trucks and Buses         Madrid       Spain    Small    1704.50
## 2166 Trucks and Buses      Singapore   Singapore    Small    1753.20
## 2167 Trucks and Buses     San Rafael         USA    Small    1666.70
## 2168 Trucks and Buses      Allentown         USA    Small    1710.89
## 2169 Trucks and Buses            NYC         USA    Small    2326.50
## 2170 Trucks and Buses      Cambridge         USA    Small    2316.00
## 2171 Trucks and Buses      Vancouver      Canada    Small    1727.10
## 2172 Trucks and Buses        Stavern      Norway    Large    8844.12
## 2173 Trucks and Buses     San Rafael         USA    Small    2424.00
## 2174 Trucks and Buses            NYC         USA    Small    1535.49
## 2175 Trucks and Buses          Reims      France   Medium    6358.68
## 2176 Trucks and Buses     San Rafael         USA    Small    1329.40
## 2177 Trucks and Buses         Madrid       Spain    Small    1701.76
## 2178 Trucks and Buses         Madrid       Spain    Small    2259.72
## 2179 Trucks and Buses         Madrid       Spain    Small     925.30
## 2180 Trucks and Buses         Nantes      France    Small     482.13
## 2181           Trains         Madrid       Spain   Medium    3227.63
## 2182           Trains      Charleroi     Belgium    Small    1711.26
## 2183           Trains            NYC         USA    Small    2054.36
## 2184           Trains     San Rafael         USA   Medium    3131.94
## 2185           Trains South Brisbane   Australia    Small    1681.35
## 2186           Trains      Singapore   Singapore    Small    2351.36
## 2187           Trains  Reggio Emilia       Italy    Small    1408.00
## 2188           Trains        Sevilla       Spain    Small    2445.60
## 2189           Trains   White Plains         USA    Small    1804.44
## 2190           Trains         Boston         USA    Small    2544.75
## 2191           Trains         Dublin     Ireland    Small    1056.40
## 2192           Trains      Frankfurt     Germany    Small    2801.40
## 2193           Trains          Espoo     Finland    Small    1988.40
## 2194           Trains      Allentown         USA    Small    2908.35
## 2195           Trains     San Rafael         USA    Small    2147.40
## 2196           Trains            NYC         USA    Small    2099.63
## 2197           Trains     Manchester          UK    Small    2315.18
## 2198           Trains        Aaarhus     Denmark    Small    2327.15
## 2199           Trains        Stavern      Norway   Medium    5377.40
## 2200           Trains          Paris      France    Small    2626.01
## 2201           Trains         Madrid       Spain   Medium    4406.40
## 2202           Trains          Reims      France   Medium    4301.22
## 2203           Trains     San Rafael         USA    Small    2986.50
## 2204           Trains         Madrid       Spain    Small    1587.08
## 2205           Trains         Madrid       Spain    Small    1808.40
## 2206           Trains    Bridgewater         USA    Small    1193.04
## 2207 Trucks and Buses        Stavern      Norway   Medium    3403.35
## 2208 Trucks and Buses     San Rafael         USA    Small    1575.96
## 2209 Trucks and Buses         Madrid       Spain    Small    1630.20
## 2210 Trucks and Buses     Burlingame         USA    Small    1701.28
## 2211 Trucks and Buses      Singapore   Singapore    Small    2850.82
## 2212 Trucks and Buses           Graz     Austria    Small    2692.06
## 2213 Trucks and Buses         London          UK    Small    2174.42
## 2214 Trucks and Buses   Philadelphia         USA   Medium    3167.36
## 2215 Trucks and Buses           Lyon      France    Small    2142.66
## 2216 Trucks and Buses      Vancouver      Canada    Small    2117.52
## 2217 Trucks and Buses      Singapore   Singapore    Small    2419.95
## 2218 Trucks and Buses     San Rafael         USA    Small    2191.20
## 2219 Trucks and Buses      New Haven         USA   Medium    3043.04
## 2220 Trucks and Buses      Minato-ku       Japan    Small    1228.20
## 2221 Trucks and Buses      Chatswood   Australia    Small    1330.35
## 2222 Trucks and Buses      Allentown         USA    Small    2792.52
## 2223 Trucks and Buses          Boras      Sweden    Small    2296.00
## 2224 Trucks and Buses     Versailles      France    Small    2629.44
## 2225 Trucks and Buses      Vancouver      Canada    Small    1912.16
## 2226 Trucks and Buses            NYC         USA    Large    8209.44
## 2227 Trucks and Buses         Madrid       Spain   Medium    3139.99
## 2228 Trucks and Buses         Madrid       Spain   Medium    5669.64
## 2229 Trucks and Buses   North Sydney   Australia   Medium    3160.25
## 2230 Trucks and Buses     San Rafael         USA   Medium    6799.68
## 2231 Trucks and Buses       Montreal      Canada    Small    1867.32
## 2232 Trucks and Buses         Madrid       Spain    Small    2702.04
## 2233     Vintage Cars        Bergamo       Italy    Small    2406.36
## 2234     Vintage Cars      Melbourne   Australia    Small    2094.67
## 2235     Vintage Cars         Madrid       Spain    Small    2797.90
## 2236     Vintage Cars      Charleroi     Belgium    Small    1637.20
## 2237     Vintage Cars     Burlingame         USA    Small    2281.91
## 2238     Vintage Cars          Osaka       Japan    Small    2307.24
## 2239     Vintage Cars      Melbourne   Australia    Small    1320.80
## 2240     Vintage Cars      Tsawassen      Canada    Small    2642.82
## 2241     Vintage Cars       San Jose         USA   Medium    3061.00
## 2242     Vintage Cars         Madrid       Spain   Medium    3164.40
## 2243     Vintage Cars         Nantes      France    Small    1791.16
## 2244     Vintage Cars           Oslo      Norway   Medium    4093.00
## 2245     Vintage Cars         Dublin     Ireland    Small    2234.40
## 2246     Vintage Cars   White Plains         USA   Medium    3037.84
## 2247     Vintage Cars          Cowes          UK    Small    1419.84
## 2248     Vintage Cars        Bergamo       Italy    Small    1948.08
## 2249     Vintage Cars      Barcelona       Spain    Small    2307.24
## 2250     Vintage Cars       Glendale         USA    Small    1780.40
## 2251     Vintage Cars      Chatswood   Australia   Medium    3544.17
## 2252     Vintage Cars         Nantes      France   Medium    3619.44
## 2253     Vintage Cars    New Bedford         USA   Medium    3918.95
## 2254     Vintage Cars          Reims      France    Small    1483.02
## 2255     Vintage Cars         Newark         USA   Medium    4819.26
## 2256     Vintage Cars  Reggio Emilia       Italy    Small    1591.72
## 2257      Motorcycles    Makati City Philippines   Medium    3669.78
## 2258      Motorcycles          Reims      France    Small    2168.50
## 2259      Motorcycles     San Rafael         USA    Small    2694.00
## 2260      Motorcycles       Pasadena         USA   Medium    3251.34
## 2261      Motorcycles   North Sydney   Australia   Medium    3920.88
## 2262      Motorcycles          Lille      France    Small    2514.60
## 2263      Motorcycles         Madrid       Spain   Medium    3600.24
## 2264      Motorcycles          Paris      France   Medium    4040.03
## 2265      Motorcycles          Lille      France   Medium    3336.90
## 2266      Motorcycles            NYC         USA   Medium    3113.64
## 2267      Motorcycles          Paris      France    Small    2832.00
## 2268      Motorcycles         Boston         USA   Medium    3330.98
## 2269      Motorcycles     Brickhaven         USA   Medium    4304.64
## 2270      Motorcycles      Cambridge         USA    Small    2600.26
## 2271      Motorcycles       Helsinki     Finland   Medium    4382.16
## 2272      Motorcycles        Stavern      Norway   Medium    4235.00
## 2273      Motorcycles            NYC         USA    Small    2626.80
## 2274      Motorcycles   Philadelphia         USA   Medium    5026.56
## 2275      Motorcycles       Salzburg     Austria    Small    2201.62
## 2276      Motorcycles         Madrid       Spain   Medium    4326.80
## 2277      Motorcycles    New Bedford         USA   Medium    3425.18
## 2278      Motorcycles         Nantes      France   Medium    4701.88
## 2279      Motorcycles     San Rafael         USA    Small    2204.10
## 2280      Motorcycles      Liverpool          UK   Medium    5189.40
## 2281     Vintage Cars        Bergamo       Italy    Small    1565.85
## 2282     Vintage Cars      Melbourne   Australia    Small    2480.38
## 2283     Vintage Cars         Madrid       Spain    Small    1355.13
## 2284     Vintage Cars    New Bedford         USA    Small    1246.44
## 2285     Vintage Cars         Madrid       Spain    Small     820.40
## 2286     Vintage Cars     Burlingame         USA    Small    2492.64
## 2287     Vintage Cars        Burbank         USA    Small    1113.60
## 2288     Vintage Cars          Osaka       Japan    Small    1763.86
## 2289     Vintage Cars      Melbourne   Australia    Small    1896.66
## 2290     Vintage Cars      Tsawassen      Canada    Small    1449.35
## 2291     Vintage Cars       San Jose         USA    Small    1869.48
## 2292     Vintage Cars         Madrid       Spain    Small    1860.53
## 2293     Vintage Cars         Nantes      France    Small    1724.82
## 2294     Vintage Cars           Oslo      Norway    Small    1713.69
## 2295     Vintage Cars         Munich     Germany    Small    1259.44
## 2296     Vintage Cars   White Plains         USA    Small    2051.08
## 2297     Vintage Cars          Cowes          UK    Small    1617.38
## 2298     Vintage Cars        Bergamo       Italy    Small    1765.62
## 2299     Vintage Cars      Barcelona       Spain    Small    2024.80
## 2300     Vintage Cars       Glendale         USA   Medium    3288.40
## 2301     Vintage Cars      Chatswood   Australia    Small    2725.47
## 2302     Vintage Cars         Nantes      France   Medium    3224.20
## 2303     Vintage Cars    New Bedford         USA   Medium    3211.38
## 2304     Vintage Cars          Reims      France    Small    1796.34
## 2305     Vintage Cars         Newark         USA    Small    1979.60
## 2306     Vintage Cars  Reggio Emilia       Italy    Small    1921.41
## 2307 Trucks and Buses         Madrid       Spain   Medium    3705.24
## 2308 Trucks and Buses            NYC         USA    Small    2843.91
## 2309 Trucks and Buses            NYC         USA   Medium    6176.42
## 2310 Trucks and Buses          Espoo     Finland   Medium    5500.44
## 2311 Trucks and Buses           Oulu     Finland   Medium    3220.10
## 2312 Trucks and Buses      Singapore   Singapore   Medium    4556.16
## 2313 Trucks and Buses  Reggio Emilia       Italy   Medium    3114.89
## 2314 Trucks and Buses        Sevilla       Spain   Medium    4948.20
## 2315 Trucks and Buses   White Plains         USA   Medium    5161.17
## 2316 Trucks and Buses         Boston         USA    Small    2657.76
## 2317 Trucks and Buses         Dublin     Ireland   Medium    3983.05
## 2318 Trucks and Buses      Frankfurt     Germany   Medium    3974.94
## 2319 Trucks and Buses         Madrid       Spain    Small    2928.42
## 2320 Trucks and Buses      Singapore   Singapore   Medium    3054.57
## 2321 Trucks and Buses     San Rafael         USA   Medium    3345.26
## 2322 Trucks and Buses     San Rafael         USA   Medium    4310.72
## 2323 Trucks and Buses            NYC         USA   Medium    4983.14
## 2324 Trucks and Buses      Cambridge         USA   Medium    4618.32
## 2325 Trucks and Buses        Aaarhus     Denmark   Medium    3403.12
## 2326 Trucks and Buses        Stavern      Norway   Medium    5190.42
## 2327 Trucks and Buses          Paris      France   Medium    3141.57
## 2328 Trucks and Buses         Madrid       Spain    Small    2213.40
## 2329 Trucks and Buses          Reims      France   Medium    4896.70
## 2330 Trucks and Buses     San Rafael         USA    Small    2714.40
## 2331 Trucks and Buses         Madrid       Spain   Medium    3087.05
## 2332 Trucks and Buses          Paris      France   Medium    5692.96
## 2333 Trucks and Buses         Madrid       Spain   Medium    3460.86
## 2334 Trucks and Buses         Nantes      France    Small    1895.94
## 2335           Trains         Madrid       Spain    Small    1705.92
## 2336           Trains      Singapore   Singapore    Small    1033.41
## 2337           Trains            NYC         USA   Medium    3179.52
## 2338           Trains     San Rafael         USA    Small    2091.18
## 2339           Trains         Madrid       Spain    Small    1779.71
## 2340           Trains      Singapore   Singapore    Small    2537.64
## 2341           Trains  Reggio Emilia       Italy    Small    2448.72
## 2342           Trains    New Bedford         USA    Small     972.40
## 2343           Trains      New Haven         USA    Small    2856.14
## 2344           Trains           Lyon      France    Small    1968.30
## 2345           Trains         Dublin     Ireland    Small    2056.20
## 2346           Trains      Frankfurt     Germany    Small    2242.02
## 2347           Trains          Espoo     Finland   Medium    3128.65
## 2348           Trains      Allentown         USA    Small    2443.26
## 2349           Trains     San Rafael         USA    Small    2470.86
## 2350           Trains            NYC         USA    Small    1927.45
## 2351           Trains     Manchester          UK    Small    2051.56
## 2352           Trains        Aaarhus     Denmark    Small    2337.38
## 2353           Trains        Stavern      Norway   Medium    5932.96
## 2354           Trains            NYC         USA    Small    2296.77
## 2355           Trains         Madrid       Spain   Medium    6490.88
## 2356           Trains          Reims      France    Small    1623.25
## 2357           Trains      Minato-ku       Japan    Small    1405.92
## 2358           Trains         Madrid       Spain    Small    2282.28
## 2359           Trains          Paris      France    Large    8977.05
## 2360           Trains    Bridgewater         USA   Medium    3256.35
## 2361      Motorcycles    Makati City Philippines    Small    2821.66
## 2362      Motorcycles          Reims      France   Medium    3293.40
## 2363      Motorcycles     San Rafael         USA   Medium    4224.00
## 2364      Motorcycles       Pasadena         USA   Medium    3091.68
## 2365      Motorcycles   North Sydney   Australia   Medium    3866.40
## 2366      Motorcycles          Lille      France    Small    1964.76
## 2367      Motorcycles         Madrid       Spain    Small    2668.80
## 2368      Motorcycles          Paris      France   Medium    3222.00
## 2369      Motorcycles          Lille      France   Medium    3864.50
## 2370      Motorcycles            NYC         USA    Small    1366.80
## 2371      Motorcycles          Paris      France   Medium    3475.68
## 2372      Motorcycles         Boston         USA   Medium    4206.50
## 2373      Motorcycles     Brickhaven         USA    Small    1486.38
## 2374      Motorcycles      Cambridge         USA   Medium    3077.88
## 2375      Motorcycles       Helsinki     Finland   Medium    3544.20
## 2376      Motorcycles        Stavern      Norway    Small    2483.04
## 2377      Motorcycles            NYC         USA   Medium    3478.05
## 2378      Motorcycles   Philadelphia         USA   Medium    3657.80
## 2379      Motorcycles       Salzburg     Austria   Medium    4682.36
## 2380      Motorcycles          Paris      France   Medium    3937.70
## 2381      Motorcycles    New Bedford         USA   Medium    4984.32
## 2382      Motorcycles         Nantes      France   Medium    5406.66
## 2383      Motorcycles     San Rafael         USA   Medium    3491.18
## 2384      Motorcycles      Liverpool          UK    Small    2118.54
## 2385            Ships      Kobenhavn     Denmark    Small    2897.47
## 2386            Ships       Salzburg     Austria    Small    1916.75
## 2387            Ships         London          UK    Small    1860.00
## 2388            Ships     San Rafael         USA    Small    2624.00
## 2389            Ships         Madrid       Spain    Small    2780.81
## 2390            Ships          Boras      Sweden   Medium    3239.62
## 2391            Ships         Madrid       Spain    Small    1824.00
## 2392            Ships    New Bedford         USA    Small    1134.00
## 2393            Ships      Barcelona       Spain    Small    1487.41
## 2394            Ships           Lyon      France    Small    2837.46
## 2395            Ships      San Diego         USA    Small    1942.77
## 2396            Ships         Newark         USA    Small    2544.12
## 2397            Ships            NYC         USA    Small    2568.24
## 2398            Ships       Montreal      Canada    Small    2108.00
## 2399            Ships      Bruxelles     Belgium    Small    1372.14
## 2400            Ships      Tsawassen      Canada   Medium    3540.15
## 2401            Ships         Boston         USA    Small    1958.84
## 2402            Ships     Manchester          UK    Small    2700.00
## 2403            Ships         Nantes      France    Small    2542.00
## 2404            Ships           Lule      Sweden    Small    2340.00
## 2405            Ships      Minato-ku       Japan    Small    2816.44
## 2406            Ships         Madrid       Spain   Medium    3526.82
## 2407            Ships           Oulu     Finland   Medium    4627.92
## 2408            Ships     San Rafael         USA    Small    1933.50
## 2409            Ships     San Rafael         USA    Small    2600.13
## 2410            Ships         Boston         USA    Small    2639.58
## 2411           Planes        Bergamo       Italy   Medium    3312.97
## 2412           Planes      Melbourne   Australia   Medium    3863.87
## 2413           Planes         Madrid       Spain    Small    1863.36
## 2414           Planes    New Bedford         USA   Medium    3945.96
## 2415           Planes         Madrid       Spain   Medium    4954.08
## 2416           Planes     Burlingame         USA    Small    2762.20
## 2417           Planes        Burbank         USA   Medium    3989.76
## 2418           Planes          Osaka       Japan    Small    1649.55
## 2419           Planes      Melbourne   Australia    Small    2534.75
## 2420           Planes      Tsawassen      Canada    Small    2580.25
## 2421           Planes       San Jose         USA    Small    2831.54
## 2422           Planes         Madrid       Spain   Medium    3361.20
## 2423           Planes         Nantes      France    Small    2864.32
## 2424           Planes           Oslo      Norway    Small    1994.88
## 2425           Planes         Munich     Germany   Medium    4296.60
## 2426           Planes   White Plains         USA    Small    2224.95
## 2427           Planes          Cowes          UK    Small    2795.14
## 2428           Planes        Bergamo       Italy    Small    2762.10
## 2429           Planes      Barcelona       Spain    Small    2658.00
## 2430           Planes       Glendale         USA   Medium    5043.87
## 2431           Planes      Chatswood   Australia    Small    1210.80
## 2432           Planes         Nantes      France   Medium    3029.19
## 2433           Planes    New Bedford         USA    Large   10066.64
## 2434           Planes          Reims      France   Medium    4121.43
## 2435           Planes         Newark         USA    Small    1135.31
## 2436           Planes  Reggio Emilia       Italy    Small    2100.82
## 2437            Ships      Kobenhavn     Denmark    Small    2034.35
## 2438            Ships      Singapore   Singapore   Medium    3027.84
## 2439            Ships         Madrid       Spain   Medium    3104.00
## 2440            Ships     San Rafael         USA   Medium    3612.43
## 2441            Ships         Madrid       Spain    Small    2711.88
## 2442            Ships    New Bedford         USA   Medium    3013.97
## 2443            Ships         Madrid       Spain    Small    2738.54
## 2444            Ships    New Bedford         USA    Small    2832.00
## 2445            Ships      New Haven         USA   Medium    4720.00
## 2446            Ships           Lyon      France   Medium    3222.00
## 2447            Ships      Bruxelles     Belgium    Small    2231.00
## 2448            Ships          Cowes          UK    Small    2296.84
## 2449            Ships            NYC         USA   Medium    4157.20
## 2450            Ships      Bruxelles     Belgium    Small    2146.20
## 2451            Ships     San Rafael         USA   Medium    3724.23
## 2452            Ships         Torino       Italy    Small    2084.81
## 2453            Ships     Manchester          UK   Medium    3488.78
## 2454            Ships        Aaarhus     Denmark    Small    1753.06
## 2455            Ships      Kobenhavn     Denmark   Medium    3469.20
## 2456            Ships            NYC         USA    Small    2530.80
## 2457            Ships         Madrid       Spain    Small    2924.32
## 2458            Ships      Minato-ku       Japan   Medium    4496.80
## 2459            Ships       Toulouse      France    Small    2577.60
## 2460            Ships         Boston         USA   Medium    3533.62
## 2461            Ships        Bergamo       Italy   Medium    3177.30
## 2462            Ships       Salzburg     Austria    Small    2730.06
## 2463            Ships       Glendale         USA    Small    1891.78
## 2464            Ships    New Bedford         USA    Small    2612.48
## 2465            Ships       Helsinki     Finland    Small    2925.76
## 2466            Ships          Boras      Sweden    Small    2940.02
## 2467            Ships       Toulouse      France   Medium    3293.24
## 2468            Ships         London          UK    Small    2389.68
## 2469            Ships      Barcelona       Spain    Small    2172.48
## 2470            Ships      San Diego         USA    Small    2659.54
## 2471            Ships      Cambridge         USA   Medium    3838.00
## 2472            Ships         Madrid       Spain   Medium    4142.16
## 2473            Ships     Brickhaven         USA    Small    2172.48
## 2474            Ships      Tsawassen      Canada    Small    1882.80
## 2475            Ships         Munich     Germany   Medium    3477.86
## 2476            Ships   Philadelphia         USA   Medium    3323.84
## 2477            Ships          Cowes          UK   Medium    4195.80
## 2478            Ships        Bergamo       Italy   Medium    4156.58
## 2479            Ships      Minato-ku       Japan   Medium    3918.75
## 2480            Ships     Brickhaven         USA    Small    2352.67
## 2481            Ships      Chatswood   Australia    Small    1089.36
## 2482            Ships           Oulu     Finland    Small    2701.12
## 2483            Ships         Madrid       Spain    Small    2487.04
## 2484            Ships          Reims      France   Medium    3910.32
## 2485            Ships       San Jose         USA   Medium    4038.80
## 2486            Ships   Glen Waverly   Australia   Medium    3070.40
## 2487           Planes        Bergamo       Italy   Medium    3763.46
## 2488           Planes      Melbourne   Australia    Small    2584.80
## 2489           Planes       Glendale         USA   Medium    4427.60
## 2490           Planes    New Bedford         USA    Small    2152.02
## 2491           Planes       Helsinki     Finland    Small    2353.40
## 2492           Planes     Burlingame         USA   Medium    3431.39
## 2493           Planes       Toulouse      France    Small    1930.50
## 2494           Planes    Makati City Philippines   Medium    4774.56
## 2495           Planes          Osaka       Japan    Small    2592.72
## 2496           Planes      San Diego         USA   Medium    3246.75
## 2497           Planes      Tsawassen      Canada   Medium    3372.50
## 2498           Planes       San Jose         USA   Medium    3909.15
## 2499           Planes         Madrid       Spain    Small    2994.75
## 2500           Planes         Nantes      France   Medium    4472.52
## 2501           Planes           Oslo      Norway   Medium    4576.95
## 2502           Planes         Munich     Germany    Small    2441.04
## 2503           Planes   White Plains         USA   Medium    3106.25
## 2504           Planes          Cowes          UK    Small    2706.41
## 2505           Planes        Bergamo       Italy   Medium    4021.53
## 2506           Planes      Barcelona       Spain   Medium    4826.25
## 2507           Planes     Brickhaven         USA   Medium    4935.28
## 2508           Planes      Chatswood   Australia    Small    2754.70
## 2509           Planes         Nantes      France   Medium    3856.71
## 2510           Planes         Madrid       Spain   Medium    3102.08
## 2511           Planes          Reims      France    Small    1908.72
## 2512           Planes         Newark         USA    Large    7543.75
## 2513           Planes  Reggio Emilia       Italy    Small    2457.18
## 2514            Ships      Kobenhavn     Denmark    Small    2038.87
## 2515            Ships       Salzburg     Austria    Small    2499.26
## 2516            Ships         London          UK   Medium    3838.05
## 2517            Ships    New Bedford         USA    Small    2643.99
## 2518            Ships       Glendale         USA    Small    2315.88
## 2519            Ships          Boras      Sweden   Medium    3225.06
## 2520            Ships         Madrid       Spain    Small    2451.84
## 2521            Ships    New Bedford         USA    Small    2254.98
## 2522            Ships      Barcelona       Spain   Medium    3939.50
## 2523            Ships           Lyon      France   Medium    3424.70
## 2524            Ships      San Diego         USA    Small    2914.20
## 2525            Ships         Newark         USA    Small    2389.60
## 2526            Ships            NYC         USA    Small    2428.48
## 2527            Ships       Montreal      Canada   Medium    3021.48
## 2528            Ships      Bruxelles     Belgium    Small    2610.72
## 2529            Ships      Tsawassen      Canada   Medium    3091.19
## 2530            Ships         Boston         USA    Small    2576.20
## 2531            Ships     Manchester          UK   Medium    3232.31
## 2532            Ships          Cowes          UK   Medium    3573.60
## 2533            Ships      Kobenhavn     Denmark    Small    2022.51
## 2534            Ships      Minato-ku       Japan   Medium    3717.50
## 2535            Ships         Madrid       Spain    Small    2185.15
## 2536            Ships           Oulu     Finland    Small    2883.53
## 2537            Ships         Madrid       Spain   Medium    5017.57
## 2538            Ships       Toulouse      France    Small    1463.00
## 2539            Ships         Boston         USA    Small    2352.59
## 2540     Classic Cars        Stavern      Norway   Medium    4460.82
## 2541     Classic Cars          Paris      France   Medium    4758.18
## 2542     Classic Cars         Madrid       Spain   Medium    4597.20
## 2543     Classic Cars     Burlingame         USA   Medium    4114.80
## 2544     Classic Cars      Singapore   Singapore    Small    2104.00
## 2545     Classic Cars           Graz     Austria   Medium    3195.27
## 2546     Classic Cars         London          UK   Medium    3611.16
## 2547     Classic Cars   Philadelphia         USA    Small    2000.77
## 2548     Classic Cars           Lyon      France    Small    2314.26
## 2549     Classic Cars      Vancouver      Canada   Medium    3871.89
## 2550     Classic Cars      Singapore   Singapore    Small    2728.00
## 2551     Classic Cars     San Rafael         USA   Medium    5614.00
## 2552     Classic Cars      New Haven         USA   Medium    4628.80
## 2553     Classic Cars      Minato-ku       Japan   Medium    3641.40
## 2554     Classic Cars      Chatswood   Australia   Medium    4048.00
## 2555     Classic Cars      Allentown         USA    Small    2321.46
## 2556     Classic Cars          Boras      Sweden   Medium    3256.96
## 2557     Classic Cars     Versailles      France   Medium    4208.00
## 2558     Classic Cars      Vancouver      Canada    Small    2973.90
## 2559     Classic Cars            NYC         USA   Medium    4248.30
## 2560     Classic Cars          Paris      France    Large    9558.80
## 2561     Classic Cars         Madrid       Spain    Small    2650.56
## 2562     Classic Cars         Madrid       Spain   Medium    3761.37
## 2563     Classic Cars     San Rafael         USA   Medium    4301.34
## 2564     Classic Cars     San Rafael         USA    Small    1864.56
## 2565     Classic Cars       Montreal      Canada   Medium    3576.80
## 2566     Classic Cars         Madrid       Spain   Medium    3722.32
## 2567           Planes        Bergamo       Italy   Medium    3986.56
## 2568           Planes      Melbourne   Australia   Medium    3417.12
## 2569           Planes         Madrid       Spain    Small    2691.09
## 2570           Planes       Pasadena         USA    Small    2752.60
## 2571           Planes     Burlingame         USA   Medium    4527.72
## 2572           Planes         Bergen      Norway   Medium    3957.05
## 2573           Planes          Osaka       Japan    Small    2818.00
## 2574           Planes      Melbourne   Australia   Medium    3199.86
## 2575           Planes      Tsawassen      Canada    Small    2402.75
## 2576           Planes       San Jose         USA   Medium    6055.72
## 2577           Planes    Bridgewater         USA   Medium    5465.16
## 2578           Planes         Nantes      France   Medium    6378.72
## 2579           Planes      Cambridge         USA   Medium    5392.80
## 2580           Planes         Dublin     Ireland   Medium    3986.50
## 2581           Planes   White Plains         USA   Medium    4009.23
## 2582           Planes      Allentown         USA    Large    7119.00
## 2583           Planes        Bergamo       Italy   Medium    4072.20
## 2584           Planes      Barcelona       Spain   Medium    4094.51
## 2585           Planes       Glendale         USA   Medium    3302.40
## 2586           Planes      Chatswood   Australia   Medium    3186.48
## 2587           Planes         Nantes      France    Small    1668.25
## 2588           Planes    New Bedford         USA    Large    7154.50
## 2589           Planes          Reims      France    Small    2810.83
## 2590           Planes         Newark         USA    Small    2018.31
## 2591           Planes  Reggio Emilia       Italy   Medium    5642.83
## 2592           Planes        Bergamo       Italy   Medium    3273.60
## 2593           Planes      Melbourne   Australia   Medium    3268.00
## 2594           Planes    New Bedford         USA    Small    2688.00
## 2595           Planes       Helsinki     Finland   Medium    3715.20
## 2596           Planes     Burlingame         USA   Medium    4608.00
## 2597           Planes        Burbank         USA   Medium    3131.20
## 2598           Planes          Osaka       Japan    Small    2678.40
## 2599           Planes      Melbourne   Australia    Small    1747.20
## 2600           Planes      Tsawassen      Canada    Small    2944.00
## 2601           Planes       San Jose         USA    Small    2956.80
## 2602           Planes         Madrid       Spain    Small    2052.00
## 2603           Planes         Nantes      France   Medium    3164.80
## 2604           Planes           Oslo      Norway    Small    1740.00
## 2605           Planes         Munich     Germany    Small    1777.60
## 2606           Planes   White Plains         USA    Small    1831.20
## 2607           Planes          Cowes          UK   Medium    3609.60
## 2608           Planes        Bergamo       Italy    Small    2112.00
## 2609           Planes       Salzburg     Austria   Medium    3644.12
## 2610           Planes       Glendale         USA   Medium    3523.85
## 2611           Planes      Chatswood   Australia   Medium    5001.92
## 2612           Planes         Nantes      France   Medium    5208.72
## 2613           Planes         Madrid       Spain   Medium    3018.88
## 2614           Planes          Reims      France    Small    1902.40
## 2615           Planes         Newark         USA    Large    7084.00
## 2616           Planes  Reggio Emilia       Italy    Small    2620.80
## 2617            Ships      Kobenhavn     Denmark   Medium    3164.46
## 2618            Ships      Barcelona       Spain   Medium    4219.20
## 2619            Ships         London          UK   Medium    3828.30
## 2620            Ships     San Rafael         USA    Small    2334.99
## 2621            Ships         Madrid       Spain   Medium    4407.50
## 2622            Ships          Boras      Sweden    Small    2812.80
## 2623            Ships         Madrid       Spain   Medium    4055.04
## 2624            Ships    New Bedford         USA   Medium    3891.66
## 2625            Ships      Barcelona       Spain    Small    2488.32
## 2626            Ships           Lyon      France   Medium    4447.40
## 2627            Ships      San Diego         USA   Medium    4187.22
## 2628            Ships          Cowes          UK   Medium    4615.68
## 2629            Ships            NYC         USA   Medium    3245.40
## 2630            Ships       Montreal      Canada    Small    2203.75
## 2631            Ships      Bruxelles     Belgium   Medium    3446.00
## 2632            Ships      Tsawassen      Canada    Small    1939.30
## 2633            Ships         Boston         USA   Medium    3473.78
## 2634            Ships     Manchester          UK    Small    2884.80
## 2635            Ships         Nantes      France    Small    2670.65
## 2636            Ships      Kobenhavn     Denmark   Medium    3440.00
## 2637            Ships            NYC         USA    Small    2770.78
## 2638            Ships         Madrid       Spain    Small    2397.54
## 2639            Ships           Oulu     Finland   Medium    3275.56
## 2640            Ships         Madrid       Spain   Medium    4143.60
## 2641            Ships       Toulouse      France   Medium    5192.64
## 2642            Ships         Boston         USA   Medium    3029.04
## 2643            Ships      Kobenhavn     Denmark    Small    2556.18
## 2644            Ships      Singapore   Singapore   Medium    3753.90
## 2645            Ships         London          UK    Small    2562.30
## 2646            Ships     San Rafael         USA   Medium    3245.58
## 2647            Ships         Madrid       Spain    Small    2204.60
## 2648            Ships          Boras      Sweden   Medium    3003.00
## 2649            Ships         Madrid       Spain    Small    2526.48
## 2650            Ships    New Bedford         USA    Small    1747.90
## 2651            Ships      Barcelona       Spain   Medium    3267.25
## 2652            Ships           Lyon      France    Small    2818.53
## 2653            Ships      San Diego         USA    Small    2955.54
## 2654            Ships          Cowes          UK    Small    2885.05
## 2655            Ships            NYC         USA   Medium    3162.95
## 2656            Ships       Montreal      Canada   Medium    4071.50
## 2657            Ships      Bruxelles     Belgium    Small    2969.46
## 2658            Ships      Tsawassen      Canada   Medium    3396.44
## 2659            Ships     Brickhaven         USA   Medium    4692.60
## 2660            Ships     Manchester          UK   Medium    3515.70
## 2661            Ships         Nantes      France   Medium    3380.69
## 2662            Ships      Kobenhavn     Denmark   Medium    3204.57
## 2663            Ships            NYC         USA    Small    2588.04
## 2664            Ships         Madrid       Spain    Small    2854.75
## 2665            Ships           Oulu     Finland   Medium    4025.60
## 2666            Ships         Madrid       Spain    Small    2864.40
## 2667            Ships       Toulouse      France   Medium    3789.72
## 2668            Ships         Boston         USA    Small    2439.99
## 2669           Planes        Bergamo       Italy    Small    2949.12
## 2670           Planes       Salzburg     Austria    Small    1539.72
## 2671           Planes       Glendale         USA    Small    2213.38
## 2672           Planes    New Bedford         USA    Small    2919.58
## 2673           Planes       Helsinki     Finland   Medium    3778.28
## 2674           Planes     Burlingame         USA   Medium    3233.49
## 2675           Planes       Toulouse      France   Medium    3431.25
## 2676           Planes    Makati City Philippines    Small    2546.80
## 2677           Planes          Osaka       Japan    Small    2953.86
## 2678           Planes      San Diego         USA   Medium    3183.29
## 2679           Planes      Tsawassen      Canada    Small    2466.70
## 2680           Planes       San Jose         USA    Small    2363.22
## 2681           Planes         Madrid       Spain    Small    2487.45
## 2682           Planes         Nantes      France    Small    2249.05
## 2683           Planes           Oslo      Norway    Small    2061.12
## 2684           Planes         Munich     Germany   Medium    4071.14
## 2685           Planes   White Plains         USA    Small    2656.29
## 2686           Planes          Cowes          UK    Small    2736.36
## 2687           Planes        Bergamo       Italy   Medium    3348.93
## 2688           Planes      Minato-ku       Japan    Small    2893.00
## 2689           Planes     Brickhaven         USA    Small    1661.22
## 2690           Planes      Chatswood   Australia   Medium    4277.35
## 2691           Planes           Oulu     Finland    Small    2502.90
## 2692           Planes         Madrid       Spain   Medium    3801.60
## 2693           Planes          Reims      France   Medium    3144.96
## 2694           Planes         Newark         USA    Small    2031.40
## 2695           Planes  Reggio Emilia       Italy    Small    2674.17
## 2696           Planes        Bergamo       Italy    Small    2526.72
## 2697           Planes       Salzburg     Austria    Small    1348.76
## 2698           Planes       Glendale         USA    Small     875.91
## 2699           Planes    New Bedford         USA    Small    1874.05
## 2700           Planes       Helsinki     Finland    Small    1671.44
## 2701           Planes          Boras      Sweden    Small    1668.40
## 2702           Planes       Toulouse      France    Small    2301.75
## 2703           Planes         London          UK    Small    1459.92
## 2704           Planes      Barcelona       Spain    Small    1209.59
## 2705           Planes      San Diego         USA    Small    1416.39
## 2706           Planes      Cambridge         USA    Small    1843.52
## 2707           Planes         Madrid       Spain    Small    1199.31
## 2708           Planes     Brickhaven         USA    Small    1875.20
## 2709           Planes      Tsawassen      Canada    Small    2477.23
## 2710           Planes         Munich     Germany    Small     948.99
## 2711           Planes   Philadelphia         USA    Small    1823.42
## 2712           Planes          Cowes          UK    Small    1485.80
## 2713           Planes            NYC         USA   Medium    3789.72
## 2714           Planes      Minato-ku       Japan    Small    2060.37
## 2715           Planes     Brickhaven         USA    Small    2579.36
## 2716           Planes      Chatswood   Australia    Small    2189.60
## 2717           Planes           Oulu     Finland    Small    1624.25
## 2718           Planes         Madrid       Spain   Medium    4357.50
## 2719           Planes          Reims      France    Small    1367.48
## 2720           Planes       San Jose         USA    Small    1122.40
## 2721           Planes   Glen Waverly   Australia    Small    2419.62
## 2722            Ships      Kobenhavn     Denmark    Small    1419.50
## 2723            Ships      Singapore   Singapore    Small    2184.00
## 2724            Ships         London          UK    Small    2079.04
## 2725            Ships     San Rafael         USA    Small    1724.97
## 2726            Ships         Madrid       Spain   Medium    3003.00
## 2727            Ships          Boras      Sweden    Small    1846.42
## 2728            Ships         Madrid       Spain    Small    2009.20
## 2729            Ships    New Bedford         USA    Small    1804.04
## 2730            Ships      Barcelona       Spain    Small    2109.66
## 2731            Ships           Lyon      France    Small    2682.96
## 2732            Ships      San Diego         USA    Small    2280.24
## 2733            Ships          Cowes          UK    Small    1192.56
## 2734            Ships            NYC         USA    Small    1506.96
## 2735            Ships       Montreal      Canada    Small    1472.62
## 2736            Ships      Bruxelles     Belgium    Small    1696.82
## 2737            Ships      Tsawassen      Canada    Small    1693.56
## 2738            Ships         Torino       Italy    Small    1921.92
## 2739            Ships     Manchester          UK    Small    2082.85
## 2740            Ships         Nantes      France    Small    2227.60
## 2741            Ships      Kobenhavn     Denmark   Medium    3209.38
## 2742            Ships            NYC         USA   Medium    4080.72
## 2743            Ships         Madrid       Spain    Small    2244.40
## 2744            Ships           Oulu     Finland   Medium    3978.51
## 2745            Ships         Madrid       Spain   Medium    5417.57
## 2746            Ships       Toulouse      France    Small    2116.16
## 2747            Ships         Boston         USA   Medium    3079.44
datafilter3 <- datafilter2 [,c("ORDERNUMBER","QUANTITYORDERED","PRICEEACH","TOTALPRICE","ORDERDATE","STATUS","PRODUCTLINE","CITY","COUNTRY","DEALSIZE")]
datafilter3
##      ORDERNUMBER QUANTITYORDERED PRICEEACH TOTALPRICE  ORDERDATE     STATUS
## 1          10107              30     95.70    2871.00 24/02/2018    Shipped
## 2          10121              34     81.35    2765.90 07/05/2018    Shipped
## 3          10134              41     94.74    3884.34 01/07/2018    Shipped
## 4          10145              45     83.26    3746.70 25/08/2018    Shipped
## 5          10168              36     96.66    3479.76 28/10/2018    Shipped
## 6          10180              29     86.13    2497.77 11/11/2018    Shipped
## 7          10188              48    114.84    5512.32 18/11/2018    Shipped
## 8          10211              41    114.84    4708.44 15/01/2019    Shipped
## 9          10223              37    107.18    3965.66 20/02/2019    Shipped
## 10         10237              23    101.44    2333.12 05/04/2019    Shipped
## 11         10251              28    113.88    3188.64 18/05/2019    Shipped
## 12         10263              34    108.14    3676.76 28/06/2019    Shipped
## 13         10275              45     92.83    4177.35 23/07/2019    Shipped
## 14         10285              36    113.88    4099.68 27/08/2019    Shipped
## 15         10299              23    112.93    2597.39 30/09/2019    Shipped
## 16         10309              41    107.18    4394.38 15/10/2019    Shipped
## 17         10318              46     94.74    4358.04 02/11/2019    Shipped
## 18         10329              42    104.67    4396.14 15/11/2019    Shipped
## 19         10341              41    188.73    7737.93 24/11/2019    Shipped
## 20         10361              20     72.55    1451.00 17/12/2019    Shipped
## 21         10375              21     34.91     733.11 03/02/2020    Shipped
## 22         10388              42     76.36    3207.12 03/03/2020    Shipped
## 23         10403              24    101.44    2434.56 08/04/2020    Shipped
## 24         10417              66    113.88    7516.08 13/05/2020   Disputed
## 25         10103              26    207.87    5404.62 29/01/2018    Shipped
## 26         10112              29    248.59    7209.11 24/03/2018    Shipped
## 27         10126              38    192.87    7329.06 28/05/2018    Shipped
## 28         10140              37    199.30    7374.10 24/07/2018    Shipped
## 29         10150              45    244.30   10993.50 19/09/2018    Shipped
## 30         10163              21    231.44    4860.24 20/10/2018    Shipped
## 31         10174              34    235.73    8014.82 06/11/2018    Shipped
## 32         10183              23    233.59    5372.57 13/11/2018    Shipped
## 33         10194              42    173.58    7290.36 25/11/2018    Shipped
## 34         10206              47    192.87    9064.89 05/12/2018    Shipped
## 35         10215              35    173.58    6075.30 29/01/2019    Shipped
## 36         10228              29    222.87    6463.23 10/03/2019    Shipped
## 37         10245              34    180.01    6120.34 04/05/2019    Shipped
## 38         10258              32    240.02    7680.64 15/06/2019    Shipped
## 39         10270              21    233.59    4905.39 19/07/2019    Shipped
## 40         10280              34    235.73    8014.82 17/08/2019    Shipped
## 41         10291              37    192.87    7136.19 08/09/2019    Shipped
## 42         10304              47    216.44   10172.68 11/10/2019    Shipped
## 43         10312              48    242.16   11623.68 21/10/2019    Shipped
## 44         10322              40    150.01    6000.40 04/11/2019    Shipped
## 45         10347              30    131.49    3944.70 29/11/2019    Shipped
## 46         10357              32    177.87    5691.84 10/12/2019    Shipped
## 47         10369              41    110.12    4514.92 20/01/2020    Shipped
## 48         10391              24    100.69    2416.56 09/03/2020    Shipped
## 49         10411              23    180.01    4140.23 01/05/2020    Shipped
## 50         10424              50    240.02   12001.00 31/05/2020 In Process
## 51         10107              39     99.91    3896.49 24/02/2018    Shipped
## 52         10120              29     96.34    2793.86 29/04/2018    Shipped
## 53         10134              27    122.51    3307.77 01/07/2018    Shipped
## 54         10145              37    140.35    5192.95 25/08/2018    Shipped
## 55         10168              27    135.59    3660.93 28/10/2018    Shipped
## 56         10180              42    111.80    4695.60 11/11/2018    Shipped
## 57         10188              38     96.34    3660.92 18/11/2018    Shipped
## 58         10210              23    130.83    3009.09 12/01/2019    Shipped
## 59         10223              47    115.37    5422.39 20/02/2019    Shipped
## 60         10236              22    129.64    2852.08 03/04/2019    Shipped
## 61         10251              44    130.83    5756.52 18/05/2019    Shipped
## 62         10263              40    111.80    4472.00 28/06/2019    Shipped
## 63         10275              22    132.02    2904.44 23/07/2019    Shipped
## 64         10285              47    137.97    6484.59 27/08/2019    Shipped
## 65         10298              39     96.34    3757.26 27/09/2019    Shipped
## 66         10308              34    118.94    4043.96 15/10/2019    Shipped
## 67         10318              45    123.70    5566.50 02/11/2019    Shipped
## 68         10329              20    158.80    3176.00 15/11/2019    Shipped
## 69         10339              40     68.92    2756.80 23/11/2019    Shipped
## 70         10361              26     51.15    1329.90 17/12/2019    Shipped
## 71         10374              39    135.59    5288.01 02/02/2020    Shipped
## 72         10388              50     44.51    2225.50 03/03/2020    Shipped
## 73         10402              45    129.64    5833.80 07/04/2020    Shipped
## 74         10417              45    130.83    5887.35 13/05/2020   Disputed
## 75         10107              27    224.65    6065.55 24/02/2018    Shipped
## 76         10120              46    201.41    9264.86 29/04/2018    Shipped
## 77         10134              31    226.58    7023.98 01/07/2018    Shipped
## 78         10145              33    156.86    5176.38 25/08/2018    Shipped
## 79         10168              20    209.15    4183.00 28/10/2018    Shipped
## 80         10180              41    216.90    8892.90 11/11/2018    Shipped
## 81         10188              45    193.66    8714.70 18/11/2018    Shipped
## 82         10210              34    180.10    6123.40 12/01/2019    Shipped
## 83         10223              49    199.47    9774.03 20/02/2019    Shipped
## 84         10237              39    180.10    7023.90 05/04/2019    Shipped
## 85         10251              43    164.61    7078.23 18/05/2019    Shipped
## 86         10263              41    203.34    8336.94 28/06/2019    Shipped
## 87         10275              36    191.72    6901.92 23/07/2019    Shipped
## 88         10285              27    201.41    5438.07 27/08/2019    Shipped
## 89         10299              29    230.46    6683.34 30/09/2019    Shipped
## 90         10308              20    228.52    4570.40 15/10/2019    Shipped
## 91         10318              37    207.22    7667.14 02/11/2019    Shipped
## 92         10329              26    225.70    5868.20 15/11/2019    Shipped
## 93         10339              39     76.67    2990.13 23/11/2019    Shipped
## 94         10362              22    166.55    3664.10 05/01/2020    Shipped
## 95         10374              22    174.29    3834.38 02/02/2020    Shipped
## 96         10388              21     86.77    1822.17 03/03/2020    Shipped
## 97         10403              66    180.10   11886.60 08/04/2020    Shipped
## 98         10417              56    164.61    9218.16 13/05/2020   Disputed
## 99         10105              50    144.16    7208.00 11/02/2018    Shipped
## 100        10119              46    108.80    5004.80 28/04/2018    Shipped
## 101        10129              33    133.28    4398.24 12/06/2018    Shipped
## 102        10143              49    114.24    5597.76 10/08/2018    Shipped
## 103        10155              32    141.44    4526.08 06/10/2018    Shipped
## 104        10167              44    134.64    5924.16 23/10/2018  Cancelled
## 105        10178              24    145.52    3492.48 08/11/2018    Shipped
## 106        10186              26    148.24    3854.24 14/11/2018    Shipped
## 107        10197              45    118.32    5324.40 26/11/2018    Shipped
## 108        10222              49    122.40    5997.60 19/02/2019    Shipped
## 109        10248              20    145.52    2910.40 07/05/2019  Cancelled
## 110        10261              27    125.12    3378.24 17/06/2019    Shipped
## 111        10273              30    116.96    3508.80 21/07/2019    Shipped
## 112        10283              25    119.68    2992.00 20/08/2019    Shipped
## 113        10295              24    142.80    3427.20 10/09/2019    Shipped
## 114        10307              22    122.40    2692.80 14/10/2019    Shipped
## 115        10316              33    125.12    4128.96 01/11/2019    Shipped
## 116        10325              47     64.93    3051.71 05/11/2019    Shipped
## 117        10337              25     48.05    1201.25 21/11/2019    Shipped
## 118        10350              26     75.47    1962.22 02/12/2019    Shipped
## 119        10359              48     54.68    2624.64 15/12/2019    Shipped
## 120        10373              39    103.75    4046.25 31/01/2020    Shipped
## 121        10395              32    105.33    3370.56 17/03/2020    Shipped
## 122        10400              64    150.96    9661.44 01/04/2020    Shipped
## 123        10414              19    145.52    2764.88 06/05/2020    On Hold
## 124        10103              42    128.53    5398.26 29/01/2018    Shipped
## 125        10114              31    138.88    4305.28 01/04/2018    Shipped
## 126        10126              22    152.17    3347.74 28/05/2018    Shipped
## 127        10140              26    122.62    3188.12 24/07/2018    Shipped
## 128        10150              20    159.56    3191.20 19/09/2018    Shipped
## 129        10164              21    168.42    3536.82 21/10/2018   Resolved
## 130        10175              33    162.51    5362.83 06/11/2018    Shipped
## 131        10183              28    122.62    3433.36 13/11/2018    Shipped
## 132        10194              26    163.99    4263.74 25/11/2018    Shipped
## 133        10207              31    131.49    4076.19 09/12/2018    Shipped
## 134        10217              48    146.26    7020.48 04/02/2019    Shipped
## 135        10229              50    128.53    6426.50 11/03/2019    Shipped
## 136        10245              28    163.99    4591.72 04/05/2019    Shipped
## 137        10259              26    155.13    4033.38 15/06/2019    Shipped
## 138        10270              32    134.44    4302.08 19/07/2019    Shipped
## 139        10281              44    159.56    7020.64 19/08/2019    Shipped
## 140        10291              30    128.53    3855.90 08/09/2019    Shipped
## 141        10305              38    175.81    6680.78 13/10/2019    Shipped
## 142        10313              40    166.95    6678.00 22/10/2019    Shipped
## 143        10322              46     61.99    2851.54 04/11/2019    Shipped
## 144        10334              26    122.62    3188.12 19/11/2019    On Hold
## 145        10347              27    164.00    4428.00 29/11/2019    Shipped
## 146        10357              43    134.44    5780.92 10/12/2019    Shipped
## 147        10370              35     65.63    2297.05 20/01/2020    Shipped
## 148        10391              37     46.90    1735.30 09/03/2020    Shipped
## 149        10411              27    163.99    4427.73 01/05/2020    Shipped
## 150        10425              38    155.13    5894.94 31/05/2020 In Process
## 151        10108              33    159.55    5265.15 03/03/2018    Shipped
## 152        10122              42    180.95    7599.90 08/05/2018    Shipped
## 153        10135              42    190.68    8008.56 02/07/2018    Shipped
## 154        10147              48    192.62    9245.76 05/09/2018    Shipped
## 155        10169              30    167.33    5019.90 04/11/2018    Shipped
## 156        10181              27    200.41    5411.07 12/11/2018    Shipped
## 157        10191              21    182.90    3840.90 20/11/2018    Shipped
## 158        10203              20    196.52    3930.40 02/12/2018    Shipped
## 159        10211              41    182.90    7498.90 15/01/2019    Shipped
## 160        10225              27    167.33    4517.91 22/02/2019    Shipped
## 161        10238              28    206.24    5774.72 09/04/2019    Shipped
## 162        10253              24    163.44    3922.56 01/06/2019  Cancelled
## 163        10266              44    208.19    9160.36 06/07/2019    Shipped
## 164        10276              50    192.62    9631.00 02/08/2019    Shipped
## 165        10287              21    163.44    3432.24 30/08/2019    Shipped
## 166        10300              33    167.33    5521.89 04/10/2018    Shipped
## 167        10310              33    210.14    6934.62 16/10/2019    Shipped
## 168        10320              31    221.81    6876.11 03/11/2019    Shipped
## 169        10329              41     71.47    2930.27 15/11/2019    Shipped
## 170        10341              45     79.65    3584.25 24/11/2019    Shipped
## 171        10363              33     85.39    2817.87 06/01/2020    Shipped
## 172        10375              45     76.00    3420.00 03/02/2020    Shipped
## 173        10389              26     99.04    2575.04 03/03/2020    Shipped
## 174        10419              12    163.44    1961.28 17/05/2020    Shipped
## 175        10105              41    211.96    8690.36 11/02/2018    Shipped
## 176        10117              33    182.86    6034.38 16/04/2018    Shipped
## 177        10127              46    245.20   11279.20 03/06/2018    Shipped
## 178        10142              33    243.13    8023.29 08/08/2018    Shipped
## 179        10153              20    245.20    4904.00 28/09/2018    Shipped
## 180        10165              44    195.33    8594.52 22/10/2018    Shipped
## 181        10176              33    226.50    7474.50 06/11/2018    Shipped
## 182        10185              21    184.94    3883.74 14/11/2018    Shipped
## 183        10196              47    189.10    8887.70 26/11/2018    Shipped
## 184        10208              46    187.02    8602.92 02/01/2019    Shipped
## 185        10220              32    224.42    7181.44 12/02/2019    Shipped
## 186        10231              42    199.49    8378.58 19/03/2019    Shipped
## 187        10247              44    241.05   10606.20 05/05/2019    Shipped
## 188        10272              35    166.24    5818.40 20/07/2019    Shipped
## 189        10282              41    172.47    7071.27 20/08/2019    Shipped
## 190        10293              46    182.86    8411.56 09/09/2019    Shipped
## 191        10306              31    211.96    6570.76 14/10/2019    Shipped
## 192        10314              38    209.88    7975.44 22/10/2019    Shipped
## 193        10325              42     64.00    2688.00 05/11/2019    Shipped
## 194        10336              33     57.22    1888.26 20/11/2019    Shipped
## 195        10348              48     52.36    2513.28 01/11/2019    Shipped
## 196        10359              42    113.44    4764.48 15/12/2019    Shipped
## 197        10371              32    111.27    3560.64 23/01/2020    Shipped
## 198        10382              34    112.46    3823.64 17/02/2020    Shipped
## 199        10395              33     69.12    2280.96 17/03/2020    Shipped
## 200        10413              36    241.05    8677.80 05/05/2020    Shipped
## 201        10103              27    125.74    3394.98 29/01/2018    Shipped
## 202        10113              21    162.64    3415.44 26/03/2018    Shipped
## 203        10126              21    116.17    2439.57 28/05/2018    Shipped
## 204        10140              38    127.10    4829.80 24/07/2018    Shipped
## 205        10150              30    136.67    4100.10 19/09/2018    Shipped
## 206        10164              49    133.94    6563.06 21/10/2018   Resolved
## 207        10174              43    158.54    6817.22 06/11/2018    Shipped
## 208        10183              41    150.34    6163.94 13/11/2018    Shipped
## 209        10194              38    129.84    4933.92 25/11/2018    Shipped
## 210        10206              28    144.87    4056.36 05/12/2018    Shipped
## 211        10216              43    133.94    5759.42 02/02/2019    Shipped
## 212        10229              25    138.04    3451.00 11/03/2019    Shipped
## 213        10245              38    155.80    5920.40 04/05/2019    Shipped
## 214        10258              41    162.64    6668.24 15/06/2019    Shipped
## 215        10270              28    146.24    4094.72 19/07/2019    Shipped
## 216        10281              25    117.54    2938.50 19/08/2019    Shipped
## 217        10291              41    155.80    6387.80 08/09/2019    Shipped
## 218        10304              39    164.00    6396.00 11/10/2019    Shipped
## 219        10313              21    127.10    2669.10 22/10/2019    Shipped
## 220        10322              27    177.19    4784.13 04/11/2019    Shipped
## 221        10347              29    123.67    3586.43 29/11/2019    Shipped
## 222        10357              49    121.64    5960.36 10/12/2019    Shipped
## 223        10370              49    172.86    8470.14 20/01/2020    Shipped
## 224        10391              39     63.20    2464.80 09/03/2020    Shipped
## 225        10411              40    155.80    6232.00 01/05/2020    Shipped
## 226        10424              49    162.64    7969.36 31/05/2020 In Process
## 227        10107              21    144.60    3036.60 24/02/2018    Shipped
## 228        10121              50    165.68    8284.00 07/05/2018    Shipped
## 229        10134              20    135.56    2711.20 01/07/2018    Shipped
## 230        10145              49    170.20    8339.80 25/08/2018    Shipped
## 231        10169              35    132.55    4639.25 04/11/2018    Shipped
## 232        10180              40    168.69    6747.60 11/11/2018    Shipped
## 233        10189              28    161.16    4512.48 18/11/2018    Shipped
## 234        10211              36    132.55    4771.80 15/01/2019    Shipped
## 235        10224              43    141.58    6087.94 21/02/2019    Shipped
## 236        10237              32    131.04    4193.28 05/04/2019    Shipped
## 237        10251              46    164.18    7552.28 18/05/2019    Shipped
## 238        10263              48    134.05    6434.40 28/06/2019    Shipped
## 239        10276              43    120.50    5181.50 02/08/2019    Shipped
## 240        10285              49    140.08    6863.92 27/08/2019    Shipped
## 241        10299              24    173.21    4157.04 30/09/2019    Shipped
## 242        10309              26    179.24    4660.24 15/10/2019    Shipped
## 243        10319              30    137.06    4111.80 03/11/2019    Shipped
## 244        10329              24    147.61    3542.64 15/11/2019    Shipped
## 245        10341              55    147.61    8118.55 24/11/2019    Shipped
## 246        10362              22    176.23    3877.06 05/01/2020    Shipped
## 247        10375              49     78.92    3867.08 03/02/2020    Shipped
## 248        10388              44    135.26    5951.44 03/03/2020    Shipped
## 249        10403              66    131.04    8648.64 08/04/2020    Shipped
## 250        10417              21    164.18    3447.78 13/05/2020   Disputed
## 251        10104              34    175.25    5958.50 31/01/2018    Shipped
## 252        10117              43    137.48    5911.64 16/04/2018    Shipped
## 253        10127              46    160.14    7366.44 03/06/2018    Shipped
## 254        10142              33    151.08    4985.64 08/08/2018    Shipped
## 255        10153              42    128.42    5393.64 28/09/2018    Shipped
## 256        10165              34    143.53    4880.02 22/10/2018    Shipped
## 257        10176              47    178.27    8378.69 06/11/2018    Shipped
## 258        10185              33    122.37    4038.21 14/11/2018    Shipped
## 259        10196              24    158.63    3807.12 26/11/2018    Shipped
## 260        10208              26    120.86    3142.36 02/01/2019    Shipped
## 261        10220              30    157.12    4713.60 12/02/2019    Shipped
## 262        10230              43    163.17    7016.31 15/03/2019    Shipped
## 263        10247              25    175.25    4381.25 05/05/2019    Shipped
## 264        10272              27    158.63    4283.01 20/07/2019    Shipped
## 265        10282              27    161.66    4364.82 20/08/2019    Shipped
## 266        10293              24    176.76    4242.24 09/09/2019    Shipped
## 267        10306              34    146.55    4982.70 14/10/2019    Shipped
## 268        10314              46    138.99    6393.54 22/10/2019    Shipped
## 269        10324              27     54.33    1466.91 05/11/2019    Shipped
## 270        10336              33    123.01    4059.33 20/11/2019    Shipped
## 271        10348              47    102.16    4801.52 01/11/2019    Shipped
## 272        10358              49     55.34    2711.66 10/12/2019    Shipped
## 273        10372              40    146.55    5862.00 26/01/2020    Shipped
## 274        10382              37    110.05    4071.85 17/02/2020    Shipped
## 275        10413              47    175.25    8236.75 05/05/2020    Shipped
## 276        10108              45    136.23    6130.35 03/03/2018    Shipped
## 277        10122              37     99.82    3693.34 08/05/2018    Shipped
## 278        10135              48    125.66    6031.68 02/07/2018    Shipped
## 279        10147              31    112.74    3494.94 05/09/2018    Shipped
## 280        10170              47    116.27    5464.69 04/11/2018    Shipped
## 281        10181              28    102.17    2860.76 12/11/2018    Shipped
## 282        10191              40    139.75    5590.00 20/11/2018    Shipped
## 283        10203              20    112.74    2254.80 02/12/2018    Shipped
## 284        10212              39    126.84    4946.76 16/01/2019    Shipped
## 285        10225              25     99.82    2495.50 22/02/2019    Shipped
## 286        10238              29    109.22    3167.38 09/04/2019    Shipped
## 287        10253              22    109.22    2402.84 01/06/2019  Cancelled
## 288        10266              22    111.57    2454.54 06/07/2019    Shipped
## 289        10276              47    116.27    5464.69 02/08/2019    Shipped
## 290        10287              45    105.70    4756.50 30/08/2019    Shipped
## 291        10300              29    137.40    3984.60 04/10/2018    Shipped
## 292        10310              24    129.18    3100.32 16/10/2019    Shipped
## 293        10320              35    138.58    4850.30 03/11/2019    Shipped
## 294        10329              46     83.63    3846.98 15/11/2019    Shipped
## 295        10341              44     95.93    4220.92 24/11/2019    Shipped
## 296        10363              34     96.73    3288.82 06/01/2020    Shipped
## 297        10376              35    113.92    3987.20 08/02/2020    Shipped
## 298        10389              25     72.38    1809.50 03/03/2020    Shipped
## 299        10419              10    109.22    1092.20 17/05/2020    Shipped
## 300        10105              29    157.45    4566.05 11/02/2018    Shipped
## 301        10117              39    152.26    5938.14 16/04/2018    Shipped
## 302        10127              42    193.78    8138.76 03/06/2018    Shipped
## 303        10142              46    205.89    9470.94 08/08/2018    Shipped
## 304        10153              49    143.61    7036.89 28/09/2018    Shipped
## 305        10165              27    205.89    5559.03 22/10/2018    Shipped
## 306        10176              50    157.45    7872.50 06/11/2018    Shipped
## 307        10185              43    183.40    7886.20 14/11/2018    Shipped
## 308        10196              38    190.32    7232.16 26/11/2018    Shipped
## 309        10208              20    155.72    3114.40 02/01/2019    Shipped
## 310        10220              27    186.86    5045.22 12/02/2019    Shipped
## 311        10231              49    141.88    6952.12 19/03/2019    Shipped
## 312        10247              27    153.99    4157.73 05/05/2019    Shipped
## 313        10272              39    204.16    7962.24 20/07/2019    Shipped
## 314        10282              24    157.45    3778.80 20/08/2019    Shipped
## 315        10293              45    183.40    8253.00 09/09/2019    Shipped
## 316        10306              20    181.67    3633.40 14/10/2019    Shipped
## 317        10314              36    192.05    6913.80 22/10/2019    Shipped
## 318        10325              24    107.65    2583.60 05/11/2019    Shipped
## 319        10336              49     63.38    3105.62 20/11/2019    Shipped
## 320        10349              26    169.56    4408.56 01/12/2019    Shipped
## 321        10359              49     62.09    3042.41 15/12/2019    Shipped
## 322        10372              34    174.75    5941.50 26/01/2020    Shipped
## 323        10382              34     95.35    3241.90 17/02/2020    Shipped
## 324        10396              33    185.13    6109.29 23/03/2020    Shipped
## 325        10413              22    153.99    3387.78 05/05/2020    Shipped
## 326        10108              39     89.38    3485.82 03/03/2018    Shipped
## 327        10122              32     63.84    2042.88 08/05/2018    Shipped
## 328        10135              24     75.01    1800.24 02/07/2018    Shipped
## 329        10147              21     63.84    1340.64 05/09/2018    Shipped
## 330        10169              36     63.84    2298.24 04/11/2018    Shipped
## 331        10181              20     81.40    1628.00 12/11/2018    Shipped
## 332        10191              30     64.64    1939.20 20/11/2018    Shipped
## 333        10203              44     82.99    3651.56 02/12/2018    Shipped
## 334        10211              28     92.57    2591.96 15/01/2019    Shipped
## 335        10225              37     77.41    2864.17 22/02/2019    Shipped
## 336        10238              20     74.21    1484.20 09/04/2019    Shipped
## 337        10253              25     90.17    2254.25 01/06/2019  Cancelled
## 338        10266              35     76.61    2681.35 06/07/2019    Shipped
## 339        10276              38     83.79    3184.02 02/08/2019    Shipped
## 340        10287              41     69.43    2846.63 30/08/2019    Shipped
## 341        10300              22     76.61    1685.42 04/10/2018    Shipped
## 342        10310              49     81.40    3988.60 16/10/2019    Shipped
## 343        10320              38     73.42    2789.96 03/11/2019    Shipped
## 344        10329              33    109.32    3607.56 15/11/2019    Shipped
## 345        10341              36     93.56    3368.16 24/11/2019    Shipped
## 346        10363              34     81.62    2775.08 06/01/2020    Shipped
## 347        10377              24     67.83    1627.92 09/02/2020    Shipped
## 348        10389              36     70.26    2529.36 03/03/2020    Shipped
## 349        10419              34     90.17    3065.78 17/05/2020    Shipped
## 350        10104              41    112.58    4615.78 31/01/2018    Shipped
## 351        10115              46    124.43    5723.78 04/04/2018    Shipped
## 352        10127              24    106.65    2559.60 03/06/2018    Shipped
## 353        10141              21    101.91    2140.11 01/08/2018    Shipped
## 354        10151              24    138.65    3327.60 21/09/2018    Shipped
## 355        10165              48    142.20    6825.60 22/10/2018    Shipped
## 356        10175              26    136.28    3543.28 06/11/2018    Shipped
## 357        10184              37    122.06    4516.22 14/11/2018    Shipped
## 358        10195              49    131.54    6445.46 25/11/2018    Shipped
## 359        10207              34     99.54    3384.36 09/12/2018    Shipped
## 360        10219              48    101.91    4891.68 10/02/2019    Shipped
## 361        10229              36    125.61    4521.96 11/03/2019    Shipped
## 362        10246              46    110.21    5069.66 05/05/2019    Shipped
## 363        10259              46    142.20    6541.20 15/06/2019    Shipped
## 364        10271              31     97.17    3012.27 20/07/2019    Shipped
## 365        10281              41    127.98    5247.18 19/08/2019    Shipped
## 366        10292              21    105.47    2214.87 08/09/2019    Shipped
## 367        10305              38    125.61    4773.18 13/10/2019    Shipped
## 368        10314              45    137.46    6185.70 22/10/2019    Shipped
## 369        10324              26     58.38    1517.88 05/11/2019    Shipped
## 370        10336              38    167.70    6372.60 20/11/2019    Shipped
## 371        10349              48    109.02    5232.96 01/12/2019    Shipped
## 372        10358              42     64.16    2694.72 10/12/2019    Shipped
## 373        10371              49     35.71    1749.79 23/01/2020    Shipped
## 374        10382              32     66.58    2130.56 17/02/2020    Shipped
## 375        10412              54    110.21    5951.34 03/05/2020    Shipped
## 376        10425              33    142.20    4692.60 31/05/2020 In Process
## 377        10108              36    103.64    3731.04 03/03/2018    Shipped
## 378        10122              20    107.10    2142.00 08/05/2018    Shipped
## 379        10135              29     97.89    2838.81 02/07/2018    Shipped
## 380        10147              33     97.89    3230.37 05/09/2018    Shipped
## 381        10170              41    107.10    4391.10 04/11/2018    Shipped
## 382        10181              36    124.37    4477.32 12/11/2018    Shipped
## 383        10192              27    131.28    3544.56 20/11/2018    Shipped
## 384        10203              47    110.55    5195.85 02/12/2018    Shipped
## 385        10212              33    126.68    4180.44 16/01/2019    Shipped
## 386        10225              21    127.83    2684.43 22/02/2019    Shipped
## 387        10239              21     93.28    1958.88 12/04/2019    Shipped
## 388        10253              41    119.77    4910.57 01/06/2019  Cancelled
## 389        10266              40    111.71    4468.40 06/07/2019    Shipped
## 390        10277              28    111.71    3127.88 04/08/2019    Shipped
## 391        10287              23    116.31    2675.13 30/08/2019    Shipped
## 392        10300              23    122.07    2807.61 04/10/2018    Shipped
## 393        10310              25    100.19    2504.75 16/10/2019    Shipped
## 394        10321              24    124.37    2984.88 04/11/2019    Shipped
## 395        10329              39     64.74    2524.86 15/11/2019    Shipped
## 396        10341              55     75.20    4136.00 24/11/2019    Shipped
## 397        10363              46     88.45    4068.70 06/01/2020    Shipped
## 398        10377              50    103.64    5182.00 09/02/2020    Shipped
## 399        10389              47    111.57    5243.79 03/03/2020    Shipped
## 400        10405              97     93.28    9048.16 14/04/2020    Shipped
## 401        10419              32    119.77    3832.64 17/05/2020    Shipped
## 402        10103              35    112.00    3920.00 29/01/2018    Shipped
## 403        10113              49    100.34    4916.66 26/03/2018    Shipped
## 404        10126              38    101.50    3857.00 28/05/2018    Shipped
## 405        10140              32    130.67    4181.44 24/07/2018    Shipped
## 406        10150              34    136.50    4641.00 19/09/2018    Shipped
## 407        10164              36     99.17    3570.12 21/10/2018   Resolved
## 408        10174              48     93.34    4480.32 06/11/2018    Shipped
## 409        10183              21     96.84    2033.64 13/11/2018    Shipped
## 410        10194              21     93.34    1960.14 25/11/2018    Shipped
## 411        10206              34    116.67    3966.78 05/12/2018    Shipped
## 412        10215              46    112.00    5152.00 29/01/2019    Shipped
## 413        10228              32    105.00    3360.00 10/03/2019    Shipped
## 414        10245              29    119.00    3451.00 04/05/2019    Shipped
## 415        10258              41    133.00    5453.00 15/06/2019    Shipped
## 416        10270              43     96.84    4164.12 19/07/2019    Shipped
## 417        10280              24    116.67    2800.08 17/08/2019    Shipped
## 418        10291              41    114.34    4687.94 08/09/2019    Shipped
## 419        10304              46     98.00    4508.00 11/10/2019    Shipped
## 420        10312              32    130.67    4181.44 21/10/2019    Shipped
## 421        10322              22    102.32    2251.04 04/11/2019    Shipped
## 422        10347              42     49.60    2083.20 29/11/2019    Shipped
## 423        10357              39     98.00    3822.00 10/12/2019    Shipped
## 424        10370              27    144.87    3911.49 20/01/2020    Shipped
## 425        10391              29     85.10    2467.90 09/03/2020    Shipped
## 426        10411              27    119.00    3213.00 01/05/2020    Shipped
## 427        10424              54    133.00    7182.00 31/05/2020 In Process
## 428        10109              26    168.43    4379.18 10/03/2018    Shipped
## 429        10122              34    147.20    5004.80 08/05/2018    Shipped
## 430        10136              25    145.79    3644.75 04/07/2018    Shipped
## 431        10148              23    117.48    2702.04 11/09/2018    Shipped
## 432        10161              28    134.46    3764.88 17/10/2018    Shipped
## 433        10171              35    128.80    4508.00 05/11/2018    Shipped
## 434        10181              44    123.14    5418.16 12/11/2018    Shipped
## 435        10192              22    150.03    3300.66 20/11/2018    Shipped
## 436        10204              42    147.20    6182.40 02/12/2018    Shipped
## 437        10212              29    144.37    4186.73 16/01/2019    Shipped
## 438        10225              32    141.54    4529.28 22/02/2019    Shipped
## 439        10240              41    137.29    5628.89 13/04/2019    Shipped
## 440        10253              26    117.48    3054.48 01/06/2019  Cancelled
## 441        10266              21    120.31    2526.51 06/07/2019    Shipped
## 442        10278              34    137.29    4667.86 06/08/2019    Shipped
## 443        10287              41    158.52    6499.32 30/08/2019    Shipped
## 444        10301              37    159.94    5917.78 05/10/2018    Shipped
## 445        10310              37    168.43    6231.91 16/10/2019    Shipped
## 446        10321              41    141.54    5803.14 04/11/2019    Shipped
## 447        10331              46    139.87    6434.02 17/11/2019    Shipped
## 448        10342              40    161.36    6454.40 24/11/2019    Shipped
## 449        10356              43     97.60    4196.80 09/12/2019    Shipped
## 450        10365              30     87.06    2611.80 07/01/2020    Shipped
## 451        10377              35    168.43    5895.05 09/02/2020    Shipped
## 452        10390              36     93.77    3375.72 04/03/2020    Shipped
## 453        10406              61    137.29    8374.69 15/04/2020   Disputed
## 454        10419              38    117.48    4464.24 17/05/2020    Shipped
## 455        10102              39    123.29    4808.31 10/01/2018    Shipped
## 456        10125              32    101.71    3254.72 21/05/2018    Shipped
## 457        10139              31    102.74    3184.94 16/07/2018    Shipped
## 458        10149              50    118.15    5907.50 12/09/2018    Shipped
## 459        10173              43    117.12    5036.16 05/11/2018    Shipped
## 460        10182              25     87.33    2183.25 12/11/2018    Shipped
## 461        10193              28    110.96    3106.88 21/11/2018    Shipped
## 462        10205              36    103.77    3735.72 03/12/2018    Shipped
## 463        10215              27     89.38    2413.26 29/01/2019    Shipped
## 464        10227              25    118.15    2953.75 02/03/2019    Shipped
## 465        10244              40    117.12    4684.80 29/04/2019    Shipped
## 466        10256              34     95.55    3248.70 08/06/2019    Shipped
## 467        10280              50    104.79    5239.50 17/08/2019    Shipped
## 468        10289              38    120.21    4567.98 03/09/2019    Shipped
## 469        10304              37     95.55    3535.35 11/10/2019    Shipped
## 470        10312              43     89.38    3843.34 21/10/2019    Shipped
## 471        10322              43     86.30    3710.90 04/11/2019    Shipped
## 472        10332              46     95.13    4375.98 17/11/2019    Shipped
## 473        10346              42     36.11    1516.62 29/11/2019    Shipped
## 474        10356              50     50.18    2509.00 09/12/2019    Shipped
## 475        10369              44    210.01    9240.44 20/01/2020    Shipped
## 476        10380              27     93.16    2515.32 16/02/2020    Shipped
## 477        10391              35    158.54    5548.90 09/03/2020    Shipped
## 478        10422              51     95.55    4873.05 30/05/2020 In Process
## 479        10102              41     50.14    2055.74 10/01/2018    Shipped
## 480        10126              42     54.99    2309.58 28/05/2018    Shipped
## 481        10139              49     43.13    2113.37 16/07/2018    Shipped
## 482        10149              30     58.22    1746.60 12/09/2018    Shipped
## 483        10173              48     44.21    2122.08 05/11/2018    Shipped
## 484        10182              32     54.45    1742.40 12/11/2018    Shipped
## 485        10193              46     53.37    2455.02 21/11/2018    Shipped
## 486        10205              48     63.61    3053.28 03/12/2018    Shipped
## 487        10215              33     43.13    1423.29 29/01/2019    Shipped
## 488        10227              31     48.52    1504.12 02/03/2019    Shipped
## 489        10244              20     58.22    1164.40 29/04/2019    Shipped
## 490        10256              29     51.75    1500.75 08/06/2019    Shipped
## 491        10280              27     57.68    1557.36 17/08/2019    Shipped
## 492        10289              24     56.07    1345.68 03/09/2019    Shipped
## 493        10304              37     48.52    1795.24 11/10/2019    Shipped
## 494        10312              25     44.21    1105.25 21/10/2019    Shipped
## 495        10322              41     57.68    2364.88 04/11/2019    Shipped
## 496        10332              27     89.89    2427.03 17/11/2019    Shipped
## 497        10347              21     58.95    1237.95 29/11/2019    Shipped
## 498        10356              22     72.41    1593.02 09/12/2019    Shipped
## 499        10369              32     98.63    3156.16 20/01/2020    Shipped
## 500        10391              42    119.00    4998.00 09/03/2020    Shipped
## 501        10422              25     51.75    1293.75 30/05/2020 In Process
## 502        10110              37    146.84    5433.08 18/03/2018    Shipped
## 503        10123              26    118.22    3073.72 20/05/2018    Shipped
## 504        10137              44     99.55    4380.20 10/07/2018    Shipped
## 505        10148              47    124.44    5848.68 11/09/2018    Shipped
## 506        10161              43    143.11    6153.73 17/10/2018    Shipped
## 507        10172              42    118.22    4965.24 05/11/2018    Shipped
## 508        10181              42    129.42    5435.64 12/11/2018    Shipped
## 509        10192              29    146.84    4258.36 20/11/2018    Shipped
## 510        10204              40    100.80    4032.00 02/12/2018    Shipped
## 511        10212              38    118.22    4492.36 16/01/2019    Shipped
## 512        10226              38    109.51    4161.38 26/02/2019    Shipped
## 513        10241              21    119.46    2508.66 13/04/2019    Shipped
## 514        10253              24    140.62    3374.88 01/06/2019  Cancelled
## 515        10266              36    144.35    5196.60 06/07/2019    Shipped
## 516        10278              23    113.24    2604.52 06/08/2019    Shipped
## 517        10288              20    146.84    2936.80 01/09/2019    Shipped
## 518        10301              32    107.02    3424.64 05/10/2018    Shipped
## 519        10311              29    100.80    2923.20 16/10/2019    Shipped
## 520        10321              44    102.04    4489.76 04/11/2019    Shipped
## 521        10331              44    110.21    4849.24 17/11/2019    Shipped
## 522        10343              36    162.47    5848.92 24/11/2019    Shipped
## 523        10367              49     56.30    2758.70 12/01/2020   Resolved
## 524        10378              34     42.64    1449.76 10/02/2020    Shipped
## 525        10407              59    119.46    7048.14 22/04/2020    On Hold
## 526        10419              37    140.62    5202.94 17/05/2020    Shipped
## 527        10106              36    146.65    5279.40 17/02/2018    Shipped
## 528        10119              43    160.84    6916.12 28/04/2018    Shipped
## 529        10131              21    132.46    2781.66 16/06/2018    Shipped
## 530        10143              32    164.00    5248.00 10/08/2018    Shipped
## 531        10155              38    171.88    6531.44 06/10/2018    Shipped
## 532        10167              43    134.04    5763.72 23/10/2018  Cancelled
## 533        10178              42    154.54    6490.68 08/11/2018    Shipped
## 534        10186              32    187.65    6004.80 14/11/2018    Shipped
## 535        10198              42    178.19    7483.98 27/11/2018    Shipped
## 536        10210              31    184.50    5719.50 12/01/2019    Shipped
## 537        10222              49    141.92    6954.08 19/02/2019    Shipped
## 538        10250              45    181.34    8160.30 11/05/2019    Shipped
## 539        10262              49    134.04    6567.96 24/06/2019  Cancelled
## 540        10274              41    164.00    6724.00 21/07/2019    Shipped
## 541        10284              45    127.73    5747.85 21/08/2019    Shipped
## 542        10296              36    157.69    5676.84 15/09/2019    Shipped
## 543        10307              39    189.23    7379.97 14/10/2019    Shipped
## 544        10316              27    137.19    3704.13 01/11/2019    Shipped
## 545        10327              25    112.19    2804.75 10/11/2019   Resolved
## 546        10338              41    137.19    5624.79 22/11/2019    Shipped
## 547        10351              39     99.52    3881.28 03/12/2019    Shipped
## 548        10373              28     57.55    1611.40 31/01/2020    Shipped
## 549        10386              25     54.57    1364.25 01/03/2020   Resolved
## 550        10398              33    127.73    4215.09 30/03/2020    Shipped
## 551        10400              34    189.23    6433.82 01/04/2020    Shipped
## 552        10416              24    181.34    4352.16 10/05/2020    Shipped
## 553        10100              30    171.70    5151.00 06/01/2018    Shipped
## 554        10110              42    144.50    6069.00 18/03/2018    Shipped
## 555        10124              21    136.00    2856.00 21/05/2018    Shipped
## 556        10149              34    158.10    5375.40 12/09/2018    Shipped
## 557        10173              24    146.20    3508.80 05/11/2018    Shipped
## 558        10182              44    171.70    7554.80 12/11/2018    Shipped
## 559        10193              21    149.60    3141.60 21/11/2018    Shipped
## 560        10204              33    178.50    5890.50 02/12/2018    Shipped
## 561        10214              30    198.90    5967.00 26/01/2019    Shipped
## 562        10227              26    142.80    3712.80 02/03/2019    Shipped
## 563        10241              41    185.30    7597.30 13/04/2019    Shipped
## 564        10280              26    141.10    3668.60 17/08/2019    Shipped
## 565        10288              32    183.60    5875.20 01/09/2019    Shipped
## 566        10302              43    170.00    7310.00 06/10/2018    Shipped
## 567        10312              48    168.30    8078.40 21/10/2019    Shipped
## 568        10331              44     74.04    3257.76 17/11/2019    Shipped
## 569        10344              45    170.00    7650.00 25/11/2019    Shipped
## 570        10367              37    127.13    4703.81 12/01/2020   Resolved
## 571        10379              39    138.45    5399.55 10/02/2020    Shipped
## 572        10407              76    185.30   14082.80 22/04/2020    On Hold
## 573        10420              37    142.80    5283.60 29/05/2020 In Process
## 574        10108              38     82.39    3130.82 03/03/2018    Shipped
## 575        10122              43     72.38    3112.34 08/05/2018    Shipped
## 576        10135              48     79.31    3806.88 02/07/2018    Shipped
## 577        10147              26     82.39    2142.14 05/09/2018    Shipped
## 578        10170              20     63.14    1262.80 04/11/2018    Shipped
## 579        10181              22     73.92    1626.24 12/11/2018    Shipped
## 580        10192              45     90.86    4088.70 20/11/2018    Shipped
## 581        10203              45     85.47    3846.15 02/12/2018    Shipped
## 582        10212              20     66.99    1339.80 16/01/2019    Shipped
## 583        10225              47     64.68    3039.96 22/02/2019    Shipped
## 584        10239              46     73.92    3400.32 12/04/2019    Shipped
## 585        10253              23     83.93    1930.39 01/06/2019  Cancelled
## 586        10266              33     74.69    2464.77 06/07/2019    Shipped
## 587        10278              29     90.86    2634.94 06/08/2019    Shipped
## 588        10287              44     82.39    3625.16 30/08/2019    Shipped
## 589        10300              41     92.40    3788.40 04/10/2018    Shipped
## 590        10310              20     91.63    1832.60 16/10/2019    Shipped
## 591        10321              37     78.54    2905.98 04/11/2019    Shipped
## 592        10329              29    101.89    2954.81 15/11/2019    Shipped
## 593        10342              55     65.45    3599.75 24/11/2019    Shipped
## 594        10363              22    167.57    3686.54 06/01/2020    Shipped
## 595        10377              31     67.76    2100.56 09/02/2020    Shipped
## 596        10389              49     79.22    3881.78 03/03/2020    Shipped
## 597        10405              61     73.92    4509.12 14/04/2020    Shipped
## 598        10419              39     83.93    3273.27 17/05/2020    Shipped
## 599        10109              38    116.65    4432.70 10/03/2018    Shipped
## 600        10122              31    132.29    4100.99 08/05/2018    Shipped
## 601        10136              36    146.52    5274.72 04/07/2018    Shipped
## 602        10148              25    169.28    4232.00 11/09/2018    Shipped
## 603        10161              48    128.03    6145.44 17/10/2018    Shipped
## 604        10171              35    133.72    4680.20 05/11/2018    Shipped
## 605        10181              21    156.48    3286.08 12/11/2018    Shipped
## 606        10192              47    157.90    7421.30 20/11/2018    Shipped
## 607        10204              38    169.28    6432.64 02/12/2018    Shipped
## 608        10212              41    118.07    4840.87 16/01/2019    Shipped
## 609        10226              24    162.17    3892.08 26/02/2019    Shipped
## 610        10240              37    149.36    5526.32 13/04/2019    Shipped
## 611        10253              33    135.14    4459.62 01/06/2019  Cancelled
## 612        10266              49    126.60    6203.40 06/07/2019    Shipped
## 613        10278              29    129.45    3754.05 06/08/2019    Shipped
## 614        10287              24    146.52    3516.48 30/08/2019    Shipped
## 615        10301              47    159.32    7488.04 05/10/2018    Shipped
## 616        10310              24    143.67    3448.08 16/10/2019    Shipped
## 617        10321              25    149.36    3734.00 04/11/2019    Shipped
## 618        10331              30     32.47     974.10 17/11/2019    Shipped
## 619        10342              22    143.67    3160.74 24/11/2019    Shipped
## 620        10356              27     64.69    1746.63 09/12/2019    Shipped
## 621        10366              34    123.76    4207.84 10/01/2020    Shipped
## 622        10377              36    120.91    4352.76 09/02/2020    Shipped
## 623        10390              34     43.05    1463.70 04/03/2020    Shipped
## 624        10406              48    149.36    7169.28 15/04/2020   Disputed
## 625        10419              34    135.14    4594.76 17/05/2020    Shipped
## 626        10104              24    144.08    3457.92 31/01/2018    Shipped
## 627        10115              46    160.46    7381.16 04/04/2018    Shipped
## 628        10127              45    158.82    7146.90 03/06/2018    Shipped
## 629        10141              39    152.27    5938.53 01/08/2018    Shipped
## 630        10151              43    165.37    7110.91 21/09/2018    Shipped
## 631        10165              29    173.55    5032.95 22/10/2018    Shipped
## 632        10176              20    183.38    3667.60 06/11/2018    Shipped
## 633        10184              46    160.46    7381.16 14/11/2018    Shipped
## 634        10195              27    189.93    5128.11 25/11/2018    Shipped
## 635        10207              44    160.46    7060.24 09/12/2018    Shipped
## 636        10219              43    196.48    8448.64 10/02/2019    Shipped
## 637        10230              49    148.99    7300.51 15/03/2019    Shipped
## 638        10246              40    163.73    6549.20 05/05/2019    Shipped
## 639        10259              30    189.93    5697.90 15/06/2019    Shipped
## 640        10271              50    183.38    9169.00 20/07/2019    Shipped
## 641        10282              23    140.81    3238.63 20/08/2019    Shipped
## 642        10292              26    175.19    4554.94 08/09/2019    Shipped
## 643        10305              27    145.72    3934.44 13/10/2019    Shipped
## 644        10314              42    137.53    5776.26 22/10/2019    Shipped
## 645        10324              47    153.35    7207.45 05/11/2019    Shipped
## 646        10336              49    152.26    7460.74 20/11/2019    Shipped
## 647        10349              38    176.83    6719.54 01/12/2019    Shipped
## 648        10358              20    121.40    2428.00 10/12/2019    Shipped
## 649        10371              25    104.09    2602.25 23/01/2020    Shipped
## 650        10382              25     88.00    2200.00 17/02/2020    Shipped
## 651        10412              41    163.73    6712.93 03/05/2020    Shipped
## 652        10425              28    189.93    5318.04 31/05/2020 In Process
## 653        10100              50     67.80    3390.00 06/01/2018    Shipped
## 654        10110              32     50.25    1608.00 18/03/2018    Shipped
## 655        10124              42     53.88    2262.96 21/05/2018    Shipped
## 656        10149              24     62.36    1496.64 12/09/2018    Shipped
## 657        10173              26     57.51    1495.26 05/11/2018    Shipped
## 658        10182              38     61.15    2323.70 12/11/2018    Shipped
## 659        10193              42     59.33    2491.86 21/11/2018    Shipped
## 660        10204              23     71.44    1643.12 02/12/2018    Shipped
## 661        10214              21     62.96    1322.16 26/01/2019    Shipped
## 662        10227              28     50.85    1423.80 02/03/2019    Shipped
## 663        10241              33     72.65    2397.45 13/04/2019    Shipped
## 664        10280              25     62.96    1574.00 17/08/2019    Shipped
## 665        10288              28     61.75    1729.00 01/09/2019    Shipped
## 666        10303              46     49.04    2255.84 06/10/2019    Shipped
## 667        10312              30     61.15    1834.50 21/10/2019    Shipped
## 668        10332              38     84.25    3201.50 17/11/2019    Shipped
## 669        10344              40     56.91    2276.40 25/11/2019    Shipped
## 670        10367              45    197.44    8884.80 12/01/2020   Resolved
## 671        10379              27     49.30    1331.10 10/02/2020    Shipped
## 672        10407              42     72.65    3051.30 22/04/2020    On Hold
## 673        10420              36     63.57    2288.52 29/05/2020 In Process
## 674        10104              29    130.09    3772.61 31/01/2018    Shipped
## 675        10114              39    106.78    4164.42 01/04/2018    Shipped
## 676        10127              45    139.91    6295.95 03/06/2018    Shipped
## 677        10141              47    133.78    6287.66 01/08/2018    Shipped
## 678        10151              49    110.46    5412.54 21/09/2018    Shipped
## 679        10165              46    130.09    5984.14 22/10/2018    Shipped
## 680        10175              48    122.73    5891.04 06/11/2018    Shipped
## 681        10184              46    130.09    5984.14 14/11/2018    Shipped
## 682        10195              35    103.09    3608.15 25/11/2018    Shipped
## 683        10207              43    133.78    5752.54 09/12/2018    Shipped
## 684        10229              26    144.82    3765.32 11/03/2019    Shipped
## 685        10246              22     98.18    2159.96 05/05/2019    Shipped
## 686        10259              34     99.41    3379.94 15/06/2019    Shipped
## 687        10271              50    101.87    5093.50 20/07/2019    Shipped
## 688        10281              48    120.28    5773.44 19/08/2019    Shipped
## 689        10292              41    110.46    4528.86 08/09/2019    Shipped
## 690        10305              36    133.78    4816.08 13/10/2019    Shipped
## 691        10313              29    117.82    3416.78 22/10/2019    Shipped
## 692        10324              33     37.48    1236.84 05/11/2019    Shipped
## 693        10334              46    126.41    5814.86 19/11/2019    On Hold
## 694        10349              38    137.46    5223.48 01/12/2019    Shipped
## 695        10358              20     36.42     728.40 10/12/2019    Shipped
## 696        10370              22    179.50    3949.00 20/01/2020    Shipped
## 697        10383              27    142.37    3843.99 22/02/2020    Shipped
## 698        10412              56     98.18    5498.08 03/05/2020    Shipped
## 699        10425              38     99.41    3777.58 31/05/2020 In Process
## 700        10101              25    151.28    3782.00 09/01/2018    Shipped
## 701        10110              33    116.96    3859.68 18/03/2018    Shipped
## 702        10124              42    105.52    4431.84 21/05/2018    Shipped
## 703        10149              33    150.01    4950.33 12/09/2018    Shipped
## 704        10173              31    144.93    4492.83 05/11/2018    Shipped
## 705        10182              20    110.60    2212.00 12/11/2018    Shipped
## 706        10193              44    105.52    4642.88 21/11/2018    Shipped
## 707        10204              26    123.32    3206.32 02/12/2018    Shipped
## 708        10214              27    133.49    3604.23 26/01/2019    Shipped
## 709        10227              46    152.56    7017.76 02/03/2019    Shipped
## 710        10243              47    130.94    6154.18 26/04/2019    Shipped
## 711        10280              37    128.40    4750.80 17/08/2019    Shipped
## 712        10288              31    123.32    3822.92 01/09/2019    Shipped
## 713        10304              24    101.70    2440.80 11/10/2019    Shipped
## 714        10312              31    152.56    4729.36 21/10/2019    Shipped
## 715        10322              50    250.73   12536.50 04/11/2019    Shipped
## 716        10332              35     64.69    2264.15 17/11/2019    Shipped
## 717        10344              30    130.94    3928.20 25/11/2019    Shipped
## 718        10356              29    125.18    3630.22 09/12/2019    Shipped
## 719        10367              27    155.41    4196.07 12/01/2020   Resolved
## 720        10380              40    123.29    4931.60 16/02/2020    Shipped
## 721        10390              31     98.99    3068.69 04/03/2020    Shipped
## 722        10409               6    130.94     785.64 23/04/2020    Shipped
## 723        10420              45    110.60    4977.00 29/05/2020 In Process
## 724        10103              22     54.09    1189.98 29/01/2018    Shipped
## 725        10114              45     68.67    3090.15 01/04/2018    Shipped
## 726        10126              43     65.02    2795.86 28/05/2018    Shipped
## 727        10140              46     61.99    2851.54 24/07/2018    Shipped
## 728        10151              39     69.28    2701.92 21/09/2018    Shipped
## 729        10165              31     71.10    2204.10 22/10/2018    Shipped
## 730        10175              41     69.28    2840.48 06/11/2018    Shipped
## 731        10184              44     60.16    2647.04 14/11/2018    Shipped
## 732        10194              45     70.49    3172.05 25/11/2018    Shipped
## 733        10207              37     69.89    2585.93 09/12/2018    Shipped
## 734        10217              35     61.38    2148.30 04/02/2019    Shipped
## 735        10229              28     59.55    1667.40 11/03/2019    Shipped
## 736        10246              30     61.99    1859.70 05/05/2019    Shipped
## 737        10259              30     49.22    1476.60 15/06/2019    Shipped
## 738        10271              25     69.28    1732.00 20/07/2019    Shipped
## 739        10281              29     57.73    1674.17 19/08/2019    Shipped
## 740        10291              26     57.73    1500.98 08/09/2019    Shipped
## 741        10305              41     53.48    2192.68 13/10/2019    Shipped
## 742        10313              34     52.87    1797.58 22/10/2019    Shipped
## 743        10322              35     61.21    2142.35 04/11/2019    Shipped
## 744        10334              34     61.38    2086.92 19/11/2019    On Hold
## 745        10347              50    136.69    6834.50 29/11/2019    Shipped
## 746        10357              41     61.99    2541.59 10/12/2019    Shipped
## 747        10370              22     96.86    2130.92 20/01/2020    Shipped
## 748        10391              44     38.50    1694.00 09/03/2020    Shipped
## 749        10412              47     61.99    2913.53 03/05/2020    Shipped
## 750        10425              19     49.22     935.18 31/05/2020 In Process
## 751        10106              34     90.39    3073.26 17/02/2018    Shipped
## 752        10120              29     71.81    2082.49 29/04/2018    Shipped
## 753        10133              49     69.27    3394.23 27/06/2018    Shipped
## 754        10145              30     85.32    2559.60 25/08/2018    Shipped
## 755        10168              21     70.96    1490.16 28/10/2018    Shipped
## 756        10210              50     76.88    3844.00 12/01/2019    Shipped
## 757        10223              47    100.53    4724.91 20/02/2019    Shipped
## 758        10235              24     76.03    1824.72 02/04/2019    Shipped
## 759        10250              27     98.84    2668.68 11/05/2019    Shipped
## 760        10263              33     86.17    2843.61 28/06/2019    Shipped
## 761        10275              35     90.39    3163.65 23/07/2019    Shipped
## 762        10284              31     71.81    2226.11 21/08/2019    Shipped
## 763        10297              25     82.79    2069.75 16/09/2019    Shipped
## 764        10308              27     82.79    2235.33 15/10/2019    Shipped
## 765        10318              31    100.53    3116.43 02/11/2019    Shipped
## 766        10327              45    106.26    4781.70 10/11/2019   Resolved
## 767        10339              27    104.10    2810.70 23/11/2019    Shipped
## 768        10353              27    130.21    3515.67 04/12/2019    Shipped
## 769        10374              42     69.27    2909.34 02/02/2020    Shipped
## 770        10386              21     74.77    1570.17 01/03/2020   Resolved
## 771        10398              34     76.88    2613.92 30/03/2020    Shipped
## 772        10401              42     76.03    3193.26 03/04/2020    On Hold
## 773        10416              15     98.84    1482.60 10/05/2020    Shipped
## 774        10107              29     70.87    2055.23 24/02/2018    Shipped
## 775        10120              46     58.15    2674.90 29/04/2018    Shipped
## 776        10134              30     61.78    1853.40 01/07/2018    Shipped
## 777        10145              30     49.67    1490.10 25/08/2018    Shipped
## 778        10168              46     61.18    2814.28 28/10/2018    Shipped
## 779        10180              25     64.20    1605.00 11/11/2018    Shipped
## 780        10188              32     65.42    2093.44 18/11/2018    Shipped
## 781        10210              40     49.67    1986.80 12/01/2019    Shipped
## 782        10223              28     60.57    1695.96 20/02/2019    Shipped
## 783        10236              23     55.72    1281.56 03/04/2019    Shipped
## 784        10251              29     61.18    1774.22 18/05/2019    Shipped
## 785        10263              34     58.75    1997.50 28/06/2019    Shipped
## 786        10275              37     63.60    2353.20 23/07/2019    Shipped
## 787        10285              20     49.06     981.20 27/08/2019    Shipped
## 788        10298              32     48.46    1550.72 27/09/2019    Shipped
## 789        10308              34     52.09    1771.06 15/10/2019    Shipped
## 790        10318              42     52.70    2213.40 02/11/2019    Shipped
## 791        10329              38    138.58    5266.04 15/11/2019    Shipped
## 792        10339              30     62.16    1864.80 23/11/2019    Shipped
## 793        10362              23     49.67    1142.41 05/01/2020    Shipped
## 794        10374              22     53.30    1172.60 02/02/2020    Shipped
## 795        10389              39    179.00    6981.00 03/03/2020    Shipped
## 796        10402              55     55.72    3064.60 07/04/2020    Shipped
## 797        10417              36     61.18    2202.48 13/05/2020   Disputed
## 798        10101              26    145.13    3773.38 09/01/2018    Shipped
## 799        10110              31    163.69    5074.39 18/03/2018    Shipped
## 800        10125              34    190.69    6483.46 21/05/2018    Shipped
## 801        10139              41    194.06    7956.46 16/07/2018    Shipped
## 802        10149              23    183.94    4230.62 12/09/2018    Shipped
## 803        10173              22    156.94    3452.68 05/11/2018    Shipped
## 804        10182              21    145.13    3047.73 12/11/2018    Shipped
## 805        10193              22    167.06    3675.32 21/11/2018    Shipped
## 806        10205              40    187.31    7492.40 03/12/2018    Shipped
## 807        10214              50    190.69    9534.50 26/01/2019    Shipped
## 808        10227              29    192.38    5579.02 02/03/2019    Shipped
## 809        10244              43    138.38    5950.34 29/04/2019    Shipped
## 810        10255              24    155.25    3726.00 04/06/2019    Shipped
## 811        10280              22    202.50    4455.00 17/08/2019    Shipped
## 812        10289              43    192.38    8272.34 03/09/2019    Shipped
## 813        10304              20    178.88    3577.60 11/10/2019    Shipped
## 814        10312              25    155.25    3881.25 21/10/2019    Shipped
## 815        10322              36    161.04    5797.44 04/11/2019    Shipped
## 816        10332              24     52.67    1264.08 17/11/2019    Shipped
## 817        10347              21    229.30    4815.30 29/11/2019    Shipped
## 818        10356              30    148.74    4462.20 09/12/2019    Shipped
## 819        10367              32     94.79    3033.28 12/01/2020   Resolved
## 820        10380              21     47.18     990.78 16/02/2020    Shipped
## 821        10390              26     78.11    2030.86 04/03/2020    Shipped
## 822        10421              35    155.25    5433.75 29/05/2020 In Process
## 823        10109              26    121.44    3157.44 10/03/2018    Shipped
## 824        10123              46    112.20    5161.20 20/05/2018    Shipped
## 825        10137              37    117.48    4346.76 10/07/2018    Shipped
## 826        10148              27    130.68    3528.36 11/09/2018    Shipped
## 827        10161              23    138.60    3187.80 17/10/2018    Shipped
## 828        10172              39    154.44    6023.16 05/11/2018    Shipped
## 829        10181              27    143.88    3884.76 12/11/2018    Shipped
## 830        10192              38    130.68    4965.84 20/11/2018    Shipped
## 831        10204              27    154.44    4169.88 02/12/2018    Shipped
## 832        10212              40    122.76    4910.40 16/01/2019    Shipped
## 833        10226              24    134.64    3231.36 26/02/2019    Shipped
## 834        10241              44    155.76    6853.44 13/04/2019    Shipped
## 835        10253              37    139.92    5177.04 01/06/2019  Cancelled
## 836        10266              20    141.24    2824.80 06/07/2019    Shipped
## 837        10278              39    110.88    4324.32 06/08/2019    Shipped
## 838        10287              44    114.84    5052.96 30/08/2019    Shipped
## 839        10301              22    146.52    3223.44 05/10/2018    Shipped
## 840        10311              43    122.76    5278.68 16/10/2019    Shipped
## 841        10321              27    105.60    2851.20 04/11/2019    Shipped
## 842        10331              26     64.90    1687.40 17/11/2019    Shipped
## 843        10343              25     52.32    1308.00 24/11/2019    Shipped
## 844        10366              49    125.40    6144.60 10/01/2020    Shipped
## 845        10379              29    176.80    5127.20 10/02/2020    Shipped
## 846        10407              41    155.76    6386.16 22/04/2020    On Hold
## 847        10419              55    139.92    7695.60 17/05/2020    Shipped
## 848        10103              27     83.07    2242.89 29/01/2018    Shipped
## 849        10112              23    110.43    2539.89 24/03/2018    Shipped
## 850        10126              31     90.17    2795.27 28/05/2018    Shipped
## 851        10139              46    120.56    5545.76 16/07/2018    Shipped
## 852        10150              47     91.18    4285.46 19/09/2018    Shipped
## 853        10163              31    107.39    3329.09 20/10/2018    Shipped
## 854        10174              46    121.57    5592.22 06/11/2018    Shipped
## 855        10183              37     89.15    3298.55 13/11/2018    Shipped
## 856        10193              28     93.21    2609.88 21/11/2018    Shipped
## 857        10206              37     90.17    3336.29 05/12/2018    Shipped
## 858        10215              49    112.45    5510.05 29/01/2019    Shipped
## 859        10228              24    104.35    2504.40 10/03/2019    Shipped
## 860        10244              30    117.52    3525.60 29/04/2019    Shipped
## 861        10257              50     88.14    4407.00 14/06/2019    Shipped
## 862        10270              31     96.24    2983.44 19/07/2019    Shipped
## 863        10280              46    111.44    5126.24 17/08/2019    Shipped
## 864        10291              47    121.57    5713.79 08/09/2019    Shipped
## 865        10304              46    100.30    4613.80 11/10/2019    Shipped
## 866        10312              37    100.30    3711.10 21/10/2019    Shipped
## 867        10322              33    106.81    3524.73 04/11/2019    Shipped
## 868        10347              48    100.30    4814.40 29/11/2019    Shipped
## 869        10357              41     87.13    3572.33 10/12/2019    Shipped
## 870        10369              42    109.08    4581.36 20/01/2020    Shipped
## 871        10391              32     45.25    1448.00 09/03/2020    Shipped
## 872        10423              10     88.14     881.40 30/05/2020 In Process
## 873        10103              35     57.46    2011.10 29/01/2018    Shipped
## 874        10126              46     73.70    3390.20 28/05/2018    Shipped
## 875        10139              20     71.20    1424.00 16/07/2018    Shipped
## 876        10150              30     49.97    1499.10 19/09/2018    Shipped
## 877        10163              48     69.96    3358.08 20/10/2018    Shipped
## 878        10173              28     53.72    1504.16 05/11/2018    Shipped
## 879        10183              39     68.08    2655.12 13/11/2018    Shipped
## 880        10193              24     51.84    1244.16 21/11/2018    Shipped
## 881        10206              28     67.46    1888.88 05/12/2018    Shipped
## 882        10215              31     58.71    1820.01 29/01/2019    Shipped
## 883        10228              45     63.71    2866.95 10/03/2019    Shipped
## 884        10244              24     58.09    1394.16 29/04/2019    Shipped
## 885        10257              49     53.72    2632.28 14/06/2019    Shipped
## 886        10269              32     63.08    2018.56 16/07/2019    Shipped
## 887        10280              43     68.71    2954.53 17/08/2019    Shipped
## 888        10291              37     50.59    1871.83 08/09/2019    Shipped
## 889        10304              24     64.96    1559.04 11/10/2019    Shipped
## 890        10312              35     53.72    1880.20 21/10/2019    Shipped
## 891        10322              41     29.87    1224.67 04/11/2019    Shipped
## 892        10332              26    114.58    2979.08 17/11/2019    Shipped
## 893        10347              34     64.96    2208.64 29/11/2019    Shipped
## 894        10357              49     70.58    3458.42 10/12/2019    Shipped
## 895        10369              28     44.21    1237.88 20/01/2020    Shipped
## 896        10392              37     59.96    2218.52 10/03/2020    Shipped
## 897        10423              31     53.72    1665.32 30/05/2020 In Process
## 898        10106              41     83.44    3421.04 17/02/2018    Shipped
## 899        10119              21     89.46    1878.66 28/04/2018    Shipped
## 900        10130              40     96.34    3853.60 16/06/2018    Shipped
## 901        10143              46     74.84    3442.64 10/08/2018    Shipped
## 902        10155              44     79.14    3482.16 06/10/2018    Shipped
## 903        10167              46     73.12    3363.52 23/10/2018  Cancelled
## 904        10178              41     81.72    3350.52 08/11/2018    Shipped
## 905        10186              32     89.46    2862.72 14/11/2018    Shipped
## 906        10197              46     87.74    4036.04 26/11/2018    Shipped
## 907        10222              49     94.62    4636.38 19/02/2019    Shipped
## 908        10248              21     73.98    1553.58 07/05/2019  Cancelled
## 909        10262              32     84.30    2697.60 24/06/2019  Cancelled
## 910        10273              34     98.06    3334.04 21/07/2019    Shipped
## 911        10283              21     98.06    2059.26 20/08/2019    Shipped
## 912        10296              21     96.34    2023.14 15/09/2019    Shipped
## 913        10307              31     83.44    2586.64 14/10/2019    Shipped
## 914        10316              21     94.62    1987.02 01/11/2019    Shipped
## 915        10327              25     45.86    1146.50 10/11/2019   Resolved
## 916        10338              28     82.58    2312.24 22/11/2019    Shipped
## 917        10350              43     64.97    2793.71 02/12/2019    Shipped
## 918        10373              22     86.74    1908.28 31/01/2020    Shipped
## 919        10386              37     93.01    3441.37 01/03/2020   Resolved
## 920        10398              28     72.26    2023.28 30/03/2020    Shipped
## 921        10400              30     74.84    2245.20 01/04/2020    Shipped
## 922        10414              44     73.98    3255.12 06/05/2020    On Hold
## 923        10103              25    101.58    2539.50 29/01/2018    Shipped
## 924        10126              30     97.39    2921.70 28/05/2018    Shipped
## 925        10139              20     90.06    1801.20 16/07/2018    Shipped
## 926        10150              26    107.86    2804.36 19/09/2018    Shipped
## 927        10163              40    122.52    4900.80 20/10/2018    Shipped
## 928        10173              31     89.01    2759.31 05/11/2018    Shipped
## 929        10183              22    113.10    2488.20 13/11/2018    Shipped
## 930        10193              23    120.43    2769.89 21/11/2018    Shipped
## 931        10206              30    119.38    3581.40 05/12/2018    Shipped
## 932        10215              49    107.86    5285.14 29/01/2019    Shipped
## 933        10228              31    102.63    3181.53 10/03/2019    Shipped
## 934        10244              29    115.19    3340.51 29/04/2019    Shipped
## 935        10257              37     84.82    3138.34 14/06/2019    Shipped
## 936        10270              38    125.66    4775.08 19/07/2019    Shipped
## 937        10280              29    103.67    3006.43 17/08/2019    Shipped
## 938        10291              23    124.62    2866.26 08/09/2019    Shipped
## 939        10304              26     85.87    2232.62 11/10/2019    Shipped
## 940        10312              38    117.29    4457.02 21/10/2019    Shipped
## 941        10322              48     47.04    2257.92 04/11/2019    Shipped
## 942        10332              40     39.80    1592.00 17/11/2019    Shipped
## 943        10347              45    109.96    4948.20 29/11/2019    Shipped
## 944        10357              44    117.29    5160.76 10/12/2019    Shipped
## 945        10369              21     94.22    1978.62 20/01/2020    Shipped
## 946        10392              29     86.92    2520.68 10/03/2020    Shipped
## 947        10423              21     84.82    1781.22 30/05/2020 In Process
## 948        10105              22    139.32    3065.04 11/02/2018    Shipped
## 949        10117              26    136.59    3551.34 16/04/2018    Shipped
## 950        10128              41    135.22    5544.02 06/06/2018    Shipped
## 951        10142              47    128.39    6034.33 08/08/2018    Shipped
## 952        10153              31    117.47    3641.57 28/09/2018    Shipped
## 953        10166              43    161.18    6930.74 21/10/2018    Shipped
## 954        10177              23    159.81    3675.63 07/11/2018    Shipped
## 955        10185              28    122.93    3442.04 14/11/2018    Shipped
## 956        10196              49    140.69    6893.81 26/11/2018    Shipped
## 957        10208              24    109.27    2622.48 02/01/2019    Shipped
## 958        10221              33    133.86    4417.38 18/02/2019    Shipped
## 959        10232              22    163.91    3606.02 20/03/2019    Shipped
## 960        10248              32    118.83    3802.56 07/05/2019  Cancelled
## 961        10273              40    125.66    5026.40 21/07/2019    Shipped
## 962        10282              43    155.71    6695.53 20/08/2019    Shipped
## 963        10293              24    117.47    2819.28 09/09/2019    Shipped
## 964        10306              32    117.47    3759.04 14/10/2019    Shipped
## 965        10314              20    136.59    2731.80 22/10/2019    Shipped
## 966        10325              24     69.12    1658.88 05/11/2019    Shipped
## 967        10336              48    120.38    5778.24 20/11/2019    Shipped
## 968        10350              44    117.98    5191.12 02/12/2019    Shipped
## 969        10372              28    137.96    3862.88 26/01/2020    Shipped
## 970        10383              24     61.52    1476.48 22/02/2020    Shipped
## 971        10396              33    159.81    5273.73 23/03/2020    Shipped
## 972        10414              41    118.83    4872.03 06/05/2020    On Hold
## 973        10104              23    198.13    4556.99 31/01/2018    Shipped
## 974        10109              46    179.50    8257.00 10/03/2018    Shipped
## 975        10114              48    171.03    8209.44 01/04/2018    Shipped
## 976        10122              25    143.94    3598.50 08/05/2018    Shipped
## 977        10127              22    174.42    3837.24 03/06/2018    Shipped
## 978        10136              41    203.21    8331.61 04/07/2018    Shipped
## 979        10141              34    142.25    4836.50 01/08/2018    Shipped
## 980        10148              32    169.34    5418.88 11/09/2018    Shipped
## 981        10151              21    177.81    3734.01 21/09/2018    Shipped
## 982        10165              47    186.27    8754.69 22/10/2018    Shipped
## 983        10171              39    140.55    5481.45 05/11/2018    Shipped
## 984        10175              29    152.41    4419.89 06/11/2018    Shipped
## 985        10181              45    140.55    6324.75 12/11/2018    Shipped
## 986        10184              28    157.49    4409.72 14/11/2018    Shipped
## 987        10192              26    150.71    3918.46 20/11/2018    Shipped
## 988        10195              50    152.41    7620.50 25/11/2018    Shipped
## 989        10203              48    172.73    8291.04 02/12/2018    Shipped
## 990        10207              25    157.49    3937.25 09/12/2018    Shipped
## 991        10212              40    138.86    5554.40 16/01/2019    Shipped
## 992        10225              43    149.02    6407.86 22/02/2019    Shipped
## 993        10229              22    189.66    4172.52 11/03/2019    Shipped
## 994        10239              47    150.71    7083.37 12/04/2019    Shipped
## 995        10246              36    198.13    7132.68 05/05/2019    Shipped
## 996        10253              40    169.34    6773.60 01/06/2019  Cancelled
## 997        10259              27    135.47    3657.69 15/06/2019    Shipped
## 998        10266              29    165.95    4812.55 06/07/2019    Shipped
## 999        10271              20    196.43    3928.60 20/07/2019    Shipped
## 1000       10278              42    152.41    6401.22 06/08/2019    Shipped
## 1001       10281              25    167.65    4191.25 19/08/2019    Shipped
## 1002       10287              36    162.57    5852.52 30/08/2019    Shipped
## 1003       10292              21    135.47    2844.87 08/09/2019    Shipped
## 1004       10301              23    174.42    4011.66 05/10/2018    Shipped
## 1005       10305              37    201.51    7455.87 13/10/2019    Shipped
## 1006       10310              48    186.27    8940.96 16/10/2019    Shipped
## 1007       10313              25    182.89    4572.25 22/10/2019    Shipped
## 1008       10321              33    172.73    5700.09 04/11/2019    Shipped
## 1009       10324              27    116.87    3155.49 05/11/2019    Shipped
## 1010       10331              27    154.47    4170.69 17/11/2019    Shipped
## 1011       10334              20    143.94    2878.80 19/11/2019    On Hold
## 1012       10342              30    167.65    5029.50 24/11/2019    Shipped
## 1013       10349              48    154.10    7396.80 01/12/2019    Shipped
## 1014       10358              32     93.49    2991.68 10/12/2019    Shipped
## 1015       10366              34    184.58    6275.72 10/01/2020    Shipped
## 1016       10370              27     56.85    1534.95 20/01/2020    Shipped
## 1017       10377              39    186.27    7264.53 09/02/2020    Shipped
## 1018       10383              47    146.15    6869.05 22/02/2020    Shipped
## 1019       10394              22    152.41    3353.02 15/03/2020    Shipped
## 1020       10405              55    150.71    8289.05 14/04/2020    Shipped
## 1021       10412              60    198.13   11887.80 03/05/2020    Shipped
## 1022       10419              35    169.34    5926.90 17/05/2020    Shipped
## 1023       10425              28    135.47    3793.16 31/05/2020 In Process
## 1024       10105              38    113.95    4330.10 11/02/2018    Shipped
## 1025       10117              21     95.80    2011.80 16/04/2018    Shipped
## 1026       10128              41    117.98    4837.18 06/06/2018    Shipped
## 1027       10142              22     97.81    2151.82 08/08/2018    Shipped
## 1028       10153              29     88.74    2573.46 28/09/2018    Shipped
## 1029       10165              50    106.89    5344.50 22/10/2018    Shipped
## 1030       10177              29    105.88    3070.52 07/11/2018    Shipped
## 1031       10185              49     80.67    3952.83 14/11/2018    Shipped
## 1032       10196              35    101.85    3564.75 26/11/2018    Shipped
## 1033       10208              48    116.97    5614.56 02/01/2019    Shipped
## 1034       10221              23     80.67    1855.41 18/02/2019    Shipped
## 1035       10232              48     95.80    4598.40 20/03/2019    Shipped
## 1036       10248              42    121.01    5082.42 07/05/2019  Cancelled
## 1037       10273              47    115.97    5450.59 21/07/2019    Shipped
## 1038       10282              36    115.97    4174.92 20/08/2019    Shipped
## 1039       10293              22    109.92    2418.24 09/09/2019    Shipped
## 1040       10306              40     91.76    3670.40 14/10/2019    Shipped
## 1041       10314              23    107.90    2481.70 22/10/2019    Shipped
## 1042       10326              32    118.99    3807.68 09/11/2019    Shipped
## 1043       10336              21    106.21    2230.41 20/11/2019    Shipped
## 1044       10350              41     93.04    3814.64 02/12/2019    Shipped
## 1045       10372              25     84.71    2117.75 26/01/2020    Shipped
## 1046       10383              26    128.48    3340.48 22/02/2020    Shipped
## 1047       10396              24     89.75    2154.00 23/03/2020    Shipped
## 1048       10414              48    121.01    5808.48 06/05/2020    On Hold
## 1049       10108              26     68.35    1777.10 03/03/2018    Shipped
## 1050       10122              21     73.17    1536.57 08/05/2018    Shipped
## 1051       10135              45     78.00    3510.00 02/07/2018    Shipped
## 1052       10147              36     86.04    3097.44 05/09/2018    Shipped
## 1053       10169              32     70.76    2264.32 04/11/2018    Shipped
## 1054       10181              30     82.82    2484.60 12/11/2018    Shipped
## 1055       10191              36     94.88    3415.68 20/11/2018    Shipped
## 1056       10203              33     86.04    2839.32 02/12/2018    Shipped
## 1057       10211              35     78.00    2730.00 15/01/2019    Shipped
## 1058       10225              37     95.69    3540.53 22/02/2019    Shipped
## 1059       10238              41     73.17    2999.97 09/04/2019    Shipped
## 1060       10252              20     76.39    1527.80 26/05/2019    Shipped
## 1061       10265              45     86.84    3907.80 02/07/2019    Shipped
## 1062       10276              38     69.96    2658.48 02/08/2019    Shipped
## 1063       10287              43     70.76    3042.68 30/08/2019    Shipped
## 1064       10300              49     78.80    3861.20 04/10/2018    Shipped
## 1065       10310              27     80.41    2171.07 16/10/2019    Shipped
## 1066       10319              46     73.98    3403.08 03/11/2019    Shipped
## 1067       10329              38     59.10    2245.80 15/11/2019    Shipped
## 1068       10342              25     66.74    1668.50 24/11/2019    Shipped
## 1069       10363              46     60.30    2773.80 06/01/2020    Shipped
## 1070       10378              22    112.00    2464.00 10/02/2020    Shipped
## 1071       10390              40    137.29    5491.60 04/03/2020    Shipped
## 1072       10103              46    104.17    4791.82 29/01/2018    Shipped
## 1073       10126              38     82.34    3128.92 28/05/2018    Shipped
## 1074       10139              30    103.18    3095.40 16/07/2018    Shipped
## 1075       10149              42     94.25    3958.50 12/09/2018    Shipped
## 1076       10163              43    116.08    4991.44 20/10/2018    Shipped
## 1077       10173              29     95.24    2761.96 05/11/2018    Shipped
## 1078       10182              33     86.31    2848.23 12/11/2018    Shipped
## 1079       10193              32     79.37    2539.84 21/11/2018    Shipped
## 1080       10206              28     87.30    2444.40 05/12/2018    Shipped
## 1081       10215              41    111.12    4555.92 29/01/2019    Shipped
## 1082       10227              33    111.12    3666.96 02/03/2019    Shipped
## 1083       10244              36     84.33    3035.88 29/04/2019    Shipped
## 1084       10257              26     89.29    2321.54 14/06/2019    Shipped
## 1085       10280              34    102.19    3474.46 17/08/2019    Shipped
## 1086       10290              26     96.23    2501.98 07/09/2019    Shipped
## 1087       10304              38    104.17    3958.46 11/10/2019    Shipped
## 1088       10312              33    107.15    3535.95 21/10/2019    Shipped
## 1089       10323              33     91.27    3011.91 05/11/2019    Shipped
## 1090       10347              26    102.19    2656.94 29/11/2019    Shipped
## 1091       10357              25    104.17    2604.25 10/12/2019    Shipped
## 1092       10369              45     73.08    3288.60 20/01/2020    Shipped
## 1093       10382              50    178.71    8935.50 17/02/2020    Shipped
## 1094       10392              36    112.11    4035.96 10/03/2020    Shipped
## 1095       10423              21     89.29    1875.09 30/05/2020 In Process
## 1096       10108              29    139.64    4049.56 03/03/2018    Shipped
## 1097       10122              21    117.59    2469.39 08/05/2018    Shipped
## 1098       10135              42    129.35    5432.70 02/07/2018    Shipped
## 1099       10147              37    119.06    4405.22 05/09/2018    Shipped
## 1100       10169              36    123.47    4444.92 04/11/2018    Shipped
## 1101       10181              22    154.34    3395.48 12/11/2018    Shipped
## 1102       10191              23    148.46    3414.58 20/11/2018    Shipped
## 1103       10203              32    160.22    5127.04 02/12/2018    Shipped
## 1104       10211              28    133.76    3745.28 15/01/2019    Shipped
## 1105       10225              27    169.04    4564.08 22/02/2019    Shipped
## 1106       10238              49    133.76    6554.24 09/04/2019    Shipped
## 1107       10252              41    164.63    6749.83 26/05/2019    Shipped
## 1108       10265              49    171.98    8427.02 02/07/2019    Shipped
## 1109       10276              30    130.82    3924.60 02/08/2019    Shipped
## 1110       10287              40    169.04    6761.60 30/08/2019    Shipped
## 1111       10300              23    164.63    3786.49 04/10/2018    Shipped
## 1112       10310              49    127.88    6266.12 16/10/2019    Shipped
## 1113       10320              25    139.64    3491.00 03/11/2019    Shipped
## 1114       10330              37    119.06    4405.22 16/11/2019    Shipped
## 1115       10342              55    119.06    6548.30 24/11/2019    Shipped
## 1116       10355              23    138.17    3177.91 07/12/2019    Shipped
## 1117       10363              24    172.61    4142.64 06/01/2020    Shipped
## 1118       10378              43     96.49    4149.07 10/02/2020    Shipped
## 1119       10390              50    147.94    7397.00 04/03/2020    Shipped
## 1120       10109              47    132.80    6241.60 10/03/2018    Shipped
## 1121       10123              34    156.82    5331.88 20/05/2018    Shipped
## 1122       10137              31    165.30    5124.30 10/07/2018    Shipped
## 1123       10148              28    129.98    3639.44 11/09/2018    Shipped
## 1124       10161              36    154.00    5544.00 17/10/2018    Shipped
## 1125       10172              48    114.44    5493.12 05/11/2018    Shipped
## 1126       10181              39    148.34    5785.26 12/11/2018    Shipped
## 1127       10192              45    118.68    5340.60 20/11/2018    Shipped
## 1128       10204              35    163.88    5735.80 02/12/2018    Shipped
## 1129       10212              45    141.28    6357.60 16/01/2019    Shipped
## 1130       10226              46    159.65    7343.90 26/02/2019    Shipped
## 1131       10240              37    161.06    5959.22 13/04/2019    Shipped
## 1132       10253              31    129.98    4029.38 01/06/2019  Cancelled
## 1133       10266              33    152.58    5035.14 06/07/2019    Shipped
## 1134       10278              31    132.80    4116.80 06/08/2019    Shipped
## 1135       10287              27    159.65    4310.55 30/08/2019    Shipped
## 1136       10301              39    165.30    6446.70 05/10/2018    Shipped
## 1137       10311              32    113.02    3616.64 16/10/2019    Shipped
## 1138       10321              28    151.17    4232.76 04/11/2019    Shipped
## 1139       10331              26     67.91    1765.66 17/11/2019    Shipped
## 1140       10343              44     84.88    3734.72 24/11/2019    Shipped
## 1141       10367              46    104.53    4808.38 12/01/2020   Resolved
## 1142       10379              32     70.83    2266.56 10/02/2020    Shipped
## 1143       10406              65    161.06   10468.90 15/04/2020   Disputed
## 1144       10419              43    129.98    5589.14 17/05/2020    Shipped
## 1145       10108              43     67.77    2914.11 03/03/2018    Shipped
## 1146       10122              35     49.74    1740.90 08/05/2018    Shipped
## 1147       10135              45     50.36    2266.20 02/07/2018    Shipped
## 1148       10146              47     67.14    3155.58 03/09/2018    Shipped
## 1149       10169              38     68.39    2598.82 04/11/2018    Shipped
## 1150       10180              21     50.36    1057.56 11/11/2018    Shipped
## 1151       10191              43     72.74    3127.82 20/11/2018    Shipped
## 1152       10211              46     54.09    2488.14 15/01/2019    Shipped
## 1153       10224              38     58.44    2220.72 21/02/2019    Shipped
## 1154       10237              26     52.22    1357.72 05/04/2019    Shipped
## 1155       10252              31     52.84    1638.04 26/05/2019    Shipped
## 1156       10264              48     54.71    2626.08 30/06/2019    Shipped
## 1157       10276              33     50.36    1661.88 02/08/2019    Shipped
## 1158       10286              38     57.20    2173.60 28/08/2019    Shipped
## 1159       10299              39     55.95    2182.05 30/09/2019    Shipped
## 1160       10310              42     67.14    2819.88 16/10/2019    Shipped
## 1161       10319              44     59.06    2598.64 03/11/2019    Shipped
## 1162       10330              29     69.63    2019.27 16/11/2019    Shipped
## 1163       10342              26     55.95    1454.70 24/11/2019    Shipped
## 1164       10355              31     53.47    1657.57 07/12/2019    Shipped
## 1165       10363              32     89.12    2851.84 06/01/2020    Shipped
## 1166       10378              28    164.63    4609.64 10/02/2020    Shipped
## 1167       10390              36    141.11    5079.96 04/03/2020    Shipped
## 1168       10403              36     52.22    1879.92 08/04/2020    Shipped
## 1169       10106              41    116.46    4774.86 17/02/2018    Shipped
## 1170       10119              27     99.52    2687.04 28/04/2018    Shipped
## 1171       10130              33    103.75    3423.75 16/06/2018    Shipped
## 1172       10143              34    101.64    3455.76 10/08/2018    Shipped
## 1173       10155              29    124.93    3622.97 06/10/2018    Shipped
## 1174       10167              34    105.87    3599.58 23/10/2018  Cancelled
## 1175       10178              48    112.22    5386.56 08/11/2018    Shipped
## 1176       10186              46    106.93    4918.78 14/11/2018    Shipped
## 1177       10197              22    115.40    2538.80 26/11/2018    Shipped
## 1178       10222              45     85.75    3858.75 19/02/2019    Shipped
## 1179       10249              46    121.75    5600.50 08/05/2019    Shipped
## 1180       10262              34    120.69    4103.46 24/06/2019  Cancelled
## 1181       10273              50     85.75    4287.50 21/07/2019    Shipped
## 1182       10283              46    125.99    5795.54 20/08/2019    Shipped
## 1183       10296              22     84.70    1863.40 15/09/2019    Shipped
## 1184       10307              48     86.81    4166.88 14/10/2019    Shipped
## 1185       10316              47     86.81    4080.07 01/11/2019    Shipped
## 1186       10328              34    112.22    3815.48 12/11/2019    Shipped
## 1187       10338              45    122.81    5526.45 22/11/2019    Shipped
## 1188       10351              20    168.73    3374.60 03/12/2019    Shipped
## 1189       10373              50     60.49    3024.50 31/01/2020    Shipped
## 1190       10386              22     57.55    1266.10 01/03/2020   Resolved
## 1191       10398              45    106.93    4811.85 30/03/2020    Shipped
## 1192       10400              58    125.99    7307.42 01/04/2020    Shipped
## 1193       10415              51    121.75    6209.25 09/05/2020   Disputed
## 1194       10104              38    140.75    5348.50 31/01/2018    Shipped
## 1195       10117              22    126.39    2780.58 16/04/2018    Shipped
## 1196       10127              25    137.88    3447.00 03/06/2018    Shipped
## 1197       10142              24    157.98    3791.52 08/08/2018    Shipped
## 1198       10152              35    129.26    4524.10 25/09/2018    Shipped
## 1199       10165              28    119.20    3337.60 22/10/2018    Shipped
## 1200       10176              36    153.67    5532.12 06/11/2018    Shipped
## 1201       10185              39    130.69    5096.91 14/11/2018    Shipped
## 1202       10196              27    168.04    4537.08 26/11/2018    Shipped
## 1203       10207              40    153.67    6146.80 09/12/2018    Shipped
## 1204       10220              50    165.16    8258.00 12/02/2019    Shipped
## 1205       10230              42    172.34    7238.28 15/03/2019    Shipped
## 1206       10247              48    140.75    6756.00 05/05/2019    Shipped
## 1207       10272              25    149.36    3734.00 20/07/2019    Shipped
## 1208       10282              31    150.80    4674.80 20/08/2019    Shipped
## 1209       10292              44    162.29    7140.76 08/09/2019    Shipped
## 1210       10306              23    156.55    3600.65 14/10/2019    Shipped
## 1211       10314              29    145.06    4206.74 22/10/2019    Shipped
## 1212       10324              49    109.79    5379.71 05/11/2019    Shipped
## 1213       10337              36    157.76    5679.36 21/11/2019    Shipped
## 1214       10349              34    129.26    4394.84 01/12/2019    Shipped
## 1215       10358              25    101.13    2528.25 10/12/2019    Shipped
## 1216       10372              48    146.49    7031.52 26/01/2020    Shipped
## 1217       10383              38    140.55    5340.90 22/02/2020    Shipped
## 1218       10394              37    172.34    6376.58 15/03/2020    Shipped
## 1219       10413              49    140.75    6896.75 05/05/2020    Shipped
## 1220       10100              22     86.51    1903.22 06/01/2018    Shipped
## 1221       10110              28     89.27    2499.56 18/03/2018    Shipped
## 1222       10124              36     85.59    3081.24 21/05/2018    Shipped
## 1223       10148              34    105.83    3598.22 11/09/2018    Shipped
## 1224       10173              21     75.46    1584.66 05/11/2018    Shipped
## 1225       10182              36    109.52    3942.72 12/11/2018    Shipped
## 1226       10193              24     97.55    2341.20 21/11/2018    Shipped
## 1227       10204              29     85.59    2482.11 02/12/2018    Shipped
## 1228       10213              38     94.79    3602.02 22/01/2019    Shipped
## 1229       10227              34    104.91    3566.94 02/03/2019    Shipped
## 1230       10241              42     90.19    3787.98 13/04/2019    Shipped
## 1231       10280              35    105.83    3704.05 17/08/2019    Shipped
## 1232       10288              35     80.99    2834.65 01/09/2019    Shipped
## 1233       10302              38     89.27    3392.26 06/10/2018    Shipped
## 1234       10311              41     81.91    3358.31 16/10/2019    Shipped
## 1235       10332              50    146.20    7310.00 17/11/2019    Shipped
## 1236       10344              21    104.91    2203.11 25/11/2019    Shipped
## 1237       10367              43     62.72    2696.96 12/01/2020   Resolved
## 1238       10380              32    105.52    3376.64 16/02/2020    Shipped
## 1239       10407               6     90.19     541.14 22/04/2020    On Hold
## 1240       10420              66     92.95    6134.70 29/05/2020 In Process
## 1241       10105              41     82.50    3382.50 11/02/2018    Shipped
## 1242       10117              23     97.42    2240.66 16/04/2018    Shipped
## 1243       10128              43     92.16    3962.88 06/06/2018    Shipped
## 1244       10142              24     70.22    1685.28 08/08/2018    Shipped
## 1245       10153              22     83.38    1834.36 28/09/2018    Shipped
## 1246       10166              26     73.73    1916.98 21/10/2018    Shipped
## 1247       10177              35     74.60    2611.00 07/11/2018    Shipped
## 1248       10185              47     77.24    3630.28 14/11/2018    Shipped
## 1249       10197              50    101.81    5090.50 26/11/2018    Shipped
## 1250       10208              45     87.77    3949.65 02/01/2019    Shipped
## 1251       10221              39     89.53    3491.67 18/02/2019    Shipped
## 1252       10232              23     89.53    2059.19 20/03/2019    Shipped
## 1253       10248              42     75.48    3170.16 07/05/2019  Cancelled
## 1254       10261              20     89.53    1790.60 17/06/2019    Shipped
## 1255       10273              33     71.09    2345.97 21/07/2019    Shipped
## 1256       10283              34    105.32    3580.88 20/08/2019    Shipped
## 1257       10293              49    100.94    4946.06 09/09/2019    Shipped
## 1258       10306              39     90.40    3525.60 14/10/2019    Shipped
## 1259       10315              36    100.06    3602.16 29/10/2019    Shipped
## 1260       10326              50     86.01    4300.50 09/11/2019    Shipped
## 1261       10337              29    155.11    4498.19 21/11/2019    Shipped
## 1262       10350              30    100.77    3023.10 02/12/2019    Shipped
## 1263       10372              41     86.89    3562.49 26/01/2020    Shipped
## 1264       10383              28     58.58    1640.24 22/02/2020    Shipped
## 1265       10396              45    105.32    4739.40 23/03/2020    Shipped
## 1266       10414              16     75.48    1207.68 06/05/2020    On Hold
## 1267       10103              36    117.45    4228.20 29/01/2018    Shipped
## 1268       10114              41    117.45    4815.45 01/04/2018    Shipped
## 1269       10126              50    141.66    7083.00 28/05/2018    Shipped
## 1270       10140              40    115.03    4601.20 24/07/2018    Shipped
## 1271       10150              49    131.98    6467.02 19/09/2018    Shipped
## 1272       10164              45    111.39    5012.55 21/10/2018   Resolved
## 1273       10175              47    108.97    5121.59 06/11/2018    Shipped
## 1274       10183              21    116.24    2441.04 13/11/2018    Shipped
## 1275       10194              32    133.19    4262.08 25/11/2018    Shipped
## 1276       10207              47    141.66    6658.02 09/12/2018    Shipped
## 1277       10217              38    118.66    4509.08 04/02/2019    Shipped
## 1278       10229              41    115.03    4716.23 11/03/2019    Shipped
## 1279       10245              21    113.82    2390.22 04/05/2019    Shipped
## 1280       10259              41    113.82    4666.62 15/06/2019    Shipped
## 1281       10270              38    141.66    5383.08 19/07/2019    Shipped
## 1282       10281              25     99.29    2482.25 19/08/2019    Shipped
## 1283       10291              48    110.18    5288.64 08/09/2019    Shipped
## 1284       10305              22     99.29    2184.38 13/10/2019    Shipped
## 1285       10313              28    102.92    2881.76 22/10/2019    Shipped
## 1286       10323              47    131.98    6203.06 05/11/2019    Shipped
## 1287       10334              49    138.03    6763.47 19/11/2019    On Hold
## 1288       10347              45    130.77    5884.65 29/11/2019    Shipped
## 1289       10357              28    127.13    3559.64 10/12/2019    Shipped
## 1290       10370              29     57.53    1668.37 20/01/2020    Shipped
## 1291       10382              39    125.40    4890.60 17/02/2020    Shipped
## 1292       10411              46    113.82    5235.72 01/05/2020    Shipped
## 1293       10425              38    113.82    4325.16 31/05/2020 In Process
## 1294       10103              41     47.29    1938.89 29/01/2018    Shipped
## 1295       10113              50     49.81    2490.50 26/03/2018    Shipped
## 1296       10126              43     53.83    2314.69 28/05/2018    Shipped
## 1297       10140              29     43.27    1254.83 24/07/2018    Shipped
## 1298       10150              30     42.76    1282.80 19/09/2018    Shipped
## 1299       10164              25     53.83    1345.75 21/10/2018   Resolved
## 1300       10174              49     44.78    2194.22 06/11/2018    Shipped
## 1301       10183              40     49.30    1972.00 13/11/2018    Shipped
## 1302       10194              41     44.78    1835.98 25/11/2018    Shipped
## 1303       10206              21     53.33    1119.93 05/12/2018    Shipped
## 1304       10215              46     45.28    2082.88 29/01/2019    Shipped
## 1305       10229              39     40.25    1569.75 11/03/2019    Shipped
## 1306       10245              45     59.87    2694.15 04/05/2019    Shipped
## 1307       10258              21     59.87    1257.27 15/06/2019    Shipped
## 1308       10270              44     58.36    2567.84 19/07/2019    Shipped
## 1309       10281              44     59.87    2634.28 19/08/2019    Shipped
## 1310       10291              29     51.82    1502.78 08/09/2019    Shipped
## 1311       10304              34     49.30    1676.20 11/10/2019    Shipped
## 1312       10312              39     56.85    2217.15 21/10/2019    Shipped
## 1313       10324              38    179.79    6832.02 05/11/2019    Shipped
## 1314       10348              29    245.20    7110.80 01/11/2019    Shipped
## 1315       10358              30    176.76    5302.80 10/12/2019    Shipped
## 1316       10370              20    136.50    2730.00 20/01/2020    Shipped
## 1317       10382              39    200.70    7827.30 17/02/2020    Shipped
## 1318       10411              35     59.87    2095.45 01/05/2020    Shipped
## 1319       10424              26     59.87    1556.62 31/05/2020 In Process
## 1320       10108              44    126.48    5565.12 03/03/2018    Shipped
## 1321       10122              28    127.97    3583.16 08/05/2018    Shipped
## 1322       10135              31    151.78    4705.18 02/07/2018    Shipped
## 1323       10146              29    153.26    4444.54 03/09/2018    Shipped
## 1324       10169              33    148.80    4910.40 04/11/2018    Shipped
## 1325       10180              44    126.48    5565.12 11/11/2018    Shipped
## 1326       10191              32    132.43    4237.76 20/11/2018    Shipped
## 1327       10211              41    138.38    5673.58 15/01/2019    Shipped
## 1328       10225              35    150.29    5260.15 22/02/2019    Shipped
## 1329       10238              44    144.34    6350.96 09/04/2019    Shipped
## 1330       10252              26    136.90    3559.40 26/05/2019    Shipped
## 1331       10264              20    120.53    2410.60 30/06/2019    Shipped
## 1332       10276              48    119.04    5713.92 02/08/2019    Shipped
## 1333       10287              34    126.48    4300.32 30/08/2019    Shipped
## 1334       10299              49    162.19    7947.31 30/09/2019    Shipped
## 1335       10310              40    133.92    5356.80 16/10/2019    Shipped
## 1336       10319              45    175.58    7901.10 03/11/2019    Shipped
## 1337       10330              50    122.02    6101.00 16/11/2019    Shipped
## 1338       10342              38    165.17    6276.46 24/11/2019    Shipped
## 1339       10355              25    168.14    4203.50 07/12/2019    Shipped
## 1340       10363              28     58.18    1629.04 06/01/2020    Shipped
## 1341       10378              49     67.14    3289.86 10/02/2020    Shipped
## 1342       10390              49    140.06    6862.94 04/03/2020    Shipped
## 1343       10110              42     61.29    2574.18 18/03/2018    Shipped
## 1344       10124              23     57.73    1327.79 21/05/2018    Shipped
## 1345       10148              29     81.25    2356.25 11/09/2018    Shipped
## 1346       10161              25     80.54    2013.50 17/10/2018    Shipped
## 1347       10173              39     71.98    2807.22 05/11/2018    Shipped
## 1348       10182              44     69.84    3072.96 12/11/2018    Shipped
## 1349       10193              25     76.26    1906.50 21/11/2018    Shipped
## 1350       10204              45     76.26    3431.70 02/12/2018    Shipped
## 1351       10213              25     83.39    2084.75 22/01/2019    Shipped
## 1352       10227              37     57.73    2136.01 02/03/2019    Shipped
## 1353       10241              30     66.99    2009.70 13/04/2019    Shipped
## 1354       10267              36     75.55    2719.80 07/07/2019    Shipped
## 1355       10279              26     60.58    1575.08 09/08/2019    Shipped
## 1356       10288              23     73.41    1688.43 01/09/2019    Shipped
## 1357       10302              23     72.70    1672.10 06/10/2018    Shipped
## 1358       10311              25     66.99    1674.75 16/10/2019    Shipped
## 1359       10332              21    165.38    3472.98 17/11/2019    Shipped
## 1360       10344              26     63.43    1649.18 25/11/2019    Shipped
## 1361       10367              44     85.25    3751.00 12/01/2020   Resolved
## 1362       10380              24    189.00    4536.00 16/02/2020    Shipped
## 1363       10407              66     66.99    4421.34 22/04/2020    On Hold
## 1364       10420              36     57.73    2078.28 29/05/2020 In Process
## 1365       10110              36     85.25    3069.00 18/03/2018    Shipped
## 1366       10124              22     77.90    1713.80 21/05/2018    Shipped
## 1367       10148              25     60.26    1506.50 11/09/2018    Shipped
## 1368       10161              37     72.76    2692.12 17/10/2018    Shipped
## 1369       10172              32     75.69    2422.08 05/11/2018    Shipped
## 1370       10182              47     74.22    3488.34 12/11/2018    Shipped
## 1371       10192              37     69.82    2583.34 20/11/2018    Shipped
## 1372       10204              20     62.47    1249.40 02/12/2018    Shipped
## 1373       10212              41     82.31    3374.71 16/01/2019    Shipped
## 1374       10226              21     60.26    1265.46 26/02/2019    Shipped
## 1375       10241              22     76.43    1681.46 13/04/2019    Shipped
## 1376       10267              40     80.10    3204.00 07/07/2019    Shipped
## 1377       10279              32     74.96    2398.72 09/08/2019    Shipped
## 1378       10288              36     66.14    2381.04 01/09/2019    Shipped
## 1379       10301              27     72.02    1944.54 05/10/2018    Shipped
## 1380       10311              26     87.45    2273.70 16/10/2019    Shipped
## 1381       10321              30     70.55    2116.50 04/11/2019    Shipped
## 1382       10332              23     56.84    1307.32 17/11/2019    Shipped
## 1383       10344              29     59.53    1726.37 25/11/2019    Shipped
## 1384       10367              21     60.37    1267.77 12/01/2020   Resolved
## 1385       10380              34    101.23    3441.82 16/02/2020    Shipped
## 1386       10407              26     76.43    1987.18 22/04/2020    On Hold
## 1387       10420              60     64.67    3880.20 29/05/2020 In Process
## 1388       10104              35     55.49    1942.15 31/01/2018    Shipped
## 1389       10115              47     69.36    3259.92 04/04/2018    Shipped
## 1390       10127              20     60.69    1213.80 03/06/2018    Shipped
## 1391       10141              20     54.33    1086.60 01/08/2018    Shipped
## 1392       10152              25     65.31    1632.75 25/09/2018    Shipped
## 1393       10165              25     69.36    1734.00 22/10/2018    Shipped
## 1394       10176              27     68.78    1857.06 06/11/2018    Shipped
## 1395       10184              31     60.11    1863.41 14/11/2018    Shipped
## 1396       10195              44     66.47    2924.68 25/11/2018    Shipped
## 1397       10207              49     46.82    2294.18 09/12/2018    Shipped
## 1398       10220              26     56.07    1457.82 12/02/2019    Shipped
## 1399       10230              36     54.33    1955.88 15/03/2019    Shipped
## 1400       10246              44     52.60    2314.40 05/05/2019    Shipped
## 1401       10259              28     46.82    1310.96 15/06/2019    Shipped
## 1402       10271              45     64.74    2913.30 20/07/2019    Shipped
## 1403       10282              29     46.82    1357.78 20/08/2019    Shipped
## 1404       10292              40     53.75    2150.00 08/09/2019    Shipped
## 1405       10305              45     61.85    2783.25 13/10/2019    Shipped
## 1406       10314              44     53.18    2339.92 22/10/2019    Shipped
## 1407       10324              25     69.16    1729.00 05/11/2019    Shipped
## 1408       10336              45    132.72    5972.40 20/11/2019    Shipped
## 1409       10349              48     47.40    2275.20 01/12/2019    Shipped
## 1410       10358              44     60.76    2673.44 10/12/2019    Shipped
## 1411       10371              25     97.27    2431.75 23/01/2020    Shipped
## 1412       10383              22     91.76    2018.72 22/02/2020    Shipped
## 1413       10394              31     50.29    1558.99 15/03/2020    Shipped
## 1414       10412              21     52.60    1104.60 03/05/2020    Shipped
## 1415       10425              55     46.82    2575.10 31/05/2020 In Process
## 1416       10107              25    113.83    2845.75 24/02/2018    Shipped
## 1417       10120              35     98.05    3431.75 29/04/2018    Shipped
## 1418       10134              35     93.54    3273.90 01/07/2018    Shipped
## 1419       10145              43     95.80    4119.40 25/08/2018    Shipped
## 1420       10168              50    114.95    5747.50 28/10/2018    Shipped
## 1421       10180              48    111.57    5355.36 11/11/2018    Shipped
## 1422       10188              25    101.43    2535.75 18/11/2018    Shipped
## 1423       10211              25     90.16    2254.00 15/01/2019    Shipped
## 1424       10223              32     91.29    2921.28 20/02/2019    Shipped
## 1425       10237              20    114.95    2299.00 05/04/2019    Shipped
## 1426       10251              26    101.43    2637.18 18/05/2019    Shipped
## 1427       10263              42    102.56    4307.52 28/06/2019    Shipped
## 1428       10275              21    102.56    2153.76 23/07/2019    Shipped
## 1429       10285              34    109.32    3716.88 27/08/2019    Shipped
## 1430       10299              47    116.08    5455.76 30/09/2019    Shipped
## 1431       10309              21    126.22    2650.62 15/10/2019    Shipped
## 1432       10318              48    134.11    6437.28 02/11/2019    Shipped
## 1433       10329              30     87.78    2633.40 15/11/2019    Shipped
## 1434       10339              27     84.39    2278.53 23/11/2019    Shipped
## 1435       10362              50     96.92    4846.00 05/01/2020    Shipped
## 1436       10374              38    110.45    4197.10 02/02/2020    Shipped
## 1437       10389              45    102.17    4597.65 03/03/2020    Shipped
## 1438       10403              46    114.95    5287.70 08/04/2020    Shipped
## 1439       10417              35    101.43    3550.05 13/05/2020   Disputed
## 1440       10110              29     59.37    1721.73 18/03/2018    Shipped
## 1441       10123              50     59.87    2993.50 20/05/2018    Shipped
## 1442       10137              26     49.81    1295.06 10/07/2018    Shipped
## 1443       10148              47     56.85    2671.95 11/09/2018    Shipped
## 1444       10161              23     53.33    1226.59 17/10/2018    Shipped
## 1445       10172              34     42.76    1453.84 05/11/2018    Shipped
## 1446       10181              34     53.83    1830.22 12/11/2018    Shipped
## 1447       10192              47     53.83    2530.01 20/11/2018    Shipped
## 1448       10204              45     49.81    2241.45 02/12/2018    Shipped
## 1449       10212              45     53.33    2399.85 16/01/2019    Shipped
## 1450       10226              36     43.27    1557.72 26/02/2019    Shipped
## 1451       10241              21     40.25     845.25 13/04/2019    Shipped
## 1452       10266              28     48.30    1352.40 06/07/2019    Shipped
## 1453       10278              35     45.28    1584.80 06/08/2019    Shipped
## 1454       10288              50     52.32    2616.00 01/09/2019    Shipped
## 1455       10301              22     51.32    1129.04 05/10/2018    Shipped
## 1456       10311              45     49.30    2218.50 16/10/2019    Shipped
## 1457       10321              48     42.26    2028.48 04/11/2019    Shipped
## 1458       10332              20     87.96    1759.20 17/11/2019    Shipped
## 1459       10343              27     36.21     977.67 24/11/2019    Shipped
## 1460       10367              38     38.50    1463.00 12/01/2020   Resolved
## 1461       10379              32    124.08    3970.56 10/02/2020    Shipped
## 1462       10407              64     40.25    2576.00 22/04/2020    On Hold
## 1463       10420              37     60.37    2233.69 29/05/2020 In Process
## 1464       10106              28     88.63    2481.64 17/02/2018    Shipped
## 1465       10120              39    119.27    4651.53 29/04/2018    Shipped
## 1466       10133              41     94.10    3858.10 27/06/2018    Shipped
## 1467       10145              40     87.54    3501.60 25/08/2018    Shipped
## 1468       10168              49    131.30    6433.70 28/10/2018    Shipped
## 1469       10210              27     98.48    2658.96 12/01/2019    Shipped
## 1470       10223              34    106.14    3608.76 20/02/2019    Shipped
## 1471       10235              23     96.29    2214.67 02/04/2019    Shipped
## 1472       10250              31     88.63    2747.53 11/05/2019    Shipped
## 1473       10262              34     97.38    3310.92 24/06/2019  Cancelled
## 1474       10275              25     95.20    2380.00 23/07/2019    Shipped
## 1475       10284              22    105.04    2310.88 21/08/2019    Shipped
## 1476       10297              32    126.93    4061.76 16/09/2019    Shipped
## 1477       10308              31    112.70    3493.70 15/10/2019    Shipped
## 1478       10316              25    114.89    2872.25 01/11/2019    Shipped
## 1479       10328              47     87.54    4114.38 12/11/2019    Shipped
## 1480       10339              21     50.65    1063.65 23/11/2019    Shipped
## 1481       10353              28     71.73    2008.44 04/12/2019    Shipped
## 1482       10374              46     94.10    4328.60 02/02/2020    Shipped
## 1483       10386              33     41.71    1376.43 01/03/2020   Resolved
## 1484       10398              43    129.12    5552.16 30/03/2020    Shipped
## 1485       10401              38     96.29    3659.02 03/04/2020    On Hold
## 1486       10416              47     88.63    4165.61 10/05/2020    Shipped
## 1487       10101              45     31.20    1404.00 09/01/2018    Shipped
## 1488       10110              20     35.51     710.20 18/03/2018    Shipped
## 1489       10124              45     37.84    1702.80 21/05/2018    Shipped
## 1490       10149              36     33.19    1194.84 12/09/2018    Shipped
## 1491       10173              31     31.53     977.43 05/11/2018    Shipped
## 1492       10182              39     36.84    1436.76 12/11/2018    Shipped
## 1493       10193              26     29.21     759.46 21/11/2018    Shipped
## 1494       10205              32     37.17    1189.44 03/12/2018    Shipped
## 1495       10214              20     34.19     683.80 26/01/2019    Shipped
## 1496       10227              42     29.21    1226.82 02/03/2019    Shipped
## 1497       10243              33     29.54     974.82 26/04/2019    Shipped
## 1498       10280              20     28.88     577.60 17/08/2019    Shipped
## 1499       10288              29     38.17    1106.93 01/09/2019    Shipped
## 1500       10304              23     30.20     694.60 11/10/2019    Shipped
## 1501       10312              39     29.54    1152.06 21/10/2019    Shipped
## 1502       10322              20    131.20    2624.00 04/11/2019    Shipped
## 1503       10332              45     81.91    3685.95 17/11/2019    Shipped
## 1504       10344              20     35.18     703.60 25/11/2019    Shipped
## 1505       10356              48    202.50    9720.00 09/12/2019    Shipped
## 1506       10367              23     36.29     834.67 12/01/2020   Resolved
## 1507       10380              32     70.56    2257.92 16/02/2020    Shipped
## 1508       10391              33    252.87    8344.71 09/03/2020    Shipped
## 1509       10409              61     29.54    1801.94 23/04/2020    Shipped
## 1510       10420              45     26.88    1209.60 29/05/2020 In Process
## 1511       10107              38     83.03    3155.14 24/02/2018    Shipped
## 1512       10120              34     83.79    2848.86 29/04/2018    Shipped
## 1513       10134              43     83.03    3570.29 01/07/2018    Shipped
## 1514       10145              47     83.03    3902.41 25/08/2018    Shipped
## 1515       10158              22     67.03    1474.66 10/10/2018    Shipped
## 1516       10168              29     75.41    2186.89 28/10/2018    Shipped
## 1517       10180              28     68.55    1919.40 11/11/2018    Shipped
## 1518       10188              40     91.40    3656.00 18/11/2018    Shipped
## 1519       10210              30     61.70    1851.00 12/01/2019    Shipped
## 1520       10223              38     69.31    2633.78 20/02/2019    Shipped
## 1521       10236              36     87.60    3153.60 03/04/2019    Shipped
## 1522       10250              32     87.60    2803.20 11/05/2019    Shipped
## 1523       10263              37     62.46    2311.02 28/06/2019    Shipped
## 1524       10275              30     79.98    2399.40 23/07/2019    Shipped
## 1525       10285              39     70.08    2733.12 27/08/2019    Shipped
## 1526       10297              32     65.51    2096.32 16/09/2019    Shipped
## 1527       10308              47     63.22    2971.34 15/10/2019    Shipped
## 1528       10318              26     86.83    2257.58 02/11/2019    Shipped
## 1529       10329              37     94.43    3493.91 15/11/2019    Shipped
## 1530       10340              55     79.98    4398.90 24/11/2019    Shipped
## 1531       10363              21    171.22    3595.62 06/01/2020    Shipped
## 1532       10375              23    106.23    2443.29 03/02/2020    Shipped
## 1533       10389              49     81.40    3988.60 03/03/2020    Shipped
## 1534       10402              59     87.60    5168.40 07/04/2020    Shipped
## 1535       10416              32     87.60    2803.20 10/05/2020    Shipped
## 1536       10105              43    147.47    6341.21 11/02/2018    Shipped
## 1537       10117              41    126.58    5189.78 16/04/2018    Shipped
## 1538       10129              45    133.95    6027.75 12/06/2018    Shipped
## 1539       10142              33    102.00    3366.00 08/08/2018    Shipped
## 1540       10153              40    136.41    5456.40 28/09/2018    Shipped
## 1541       10167              33    115.52    3812.16 23/10/2018  Cancelled
## 1542       10177              50    121.66    6083.00 07/11/2018    Shipped
## 1543       10185              30    105.69    3170.70 14/11/2018    Shipped
## 1544       10197              41    110.60    4534.60 26/11/2018    Shipped
## 1545       10208              35    122.89    4301.15 02/01/2019    Shipped
## 1546       10221              49    138.87    6804.63 18/02/2019    Shipped
## 1547       10232              46    122.89    5652.94 20/03/2019    Shipped
## 1548       10248              48    145.01    6960.48 07/05/2019  Cancelled
## 1549       10261              36    125.35    4512.60 17/06/2019    Shipped
## 1550       10273              22    126.58    2784.76 21/07/2019    Shipped
## 1551       10283              42    126.58    5316.36 20/08/2019    Shipped
## 1552       10293              21    140.09    2941.89 09/09/2019    Shipped
## 1553       10306              29    110.60    3207.40 14/10/2019    Shipped
## 1554       10315              35    120.43    4215.05 29/10/2019    Shipped
## 1555       10326              41    105.69    4333.29 09/11/2019    Shipped
## 1556       10337              29     71.97    2087.13 21/11/2019    Shipped
## 1557       10350              34     50.33    1711.22 02/12/2019    Shipped
## 1558       10372              37    105.69    3910.53 26/01/2020    Shipped
## 1559       10396              49    116.75    5720.75 23/03/2020    Shipped
## 1560       10414              23    145.01    3335.23 06/05/2020    On Hold
## 1561       10101              46     53.76    2472.96 09/01/2018    Shipped
## 1562       10110              39     44.35    1729.65 18/03/2018    Shipped
## 1563       10124              22     45.25     995.50 21/05/2018    Shipped
## 1564       10149              49     49.28    2414.72 12/09/2018    Shipped
## 1565       10173              27     41.22    1112.94 05/11/2018    Shipped
## 1566       10182              31     36.74    1138.94 12/11/2018    Shipped
## 1567       10193              20     50.62    1012.40 21/11/2018    Shipped
## 1568       10205              24     38.08     913.92 03/12/2018    Shipped
## 1569       10214              49     47.94    2349.06 26/01/2019    Shipped
## 1570       10227              24     48.38    1161.12 02/03/2019    Shipped
## 1571       10244              39     45.25    1764.75 29/04/2019    Shipped
## 1572       10255              37     45.70    1690.90 04/06/2019    Shipped
## 1573       10280              45     47.49    2137.05 17/08/2019    Shipped
## 1574       10289              45     48.38    2177.10 03/09/2019    Shipped
## 1575       10304              44     39.42    1734.48 11/10/2019    Shipped
## 1576       10312              23     37.63     865.49 21/10/2019    Shipped
## 1577       10322              30    116.67    3500.10 04/11/2019    Shipped
## 1578       10332              26     85.52    2223.52 17/11/2019    Shipped
## 1579       10345              43     53.76    2311.68 25/11/2019    Shipped
## 1580       10356              26     31.86     828.36 09/12/2019    Shipped
## 1581       10367              28     30.59     856.52 12/01/2020   Resolved
## 1582       10380              27     68.35    1845.45 16/02/2020    Shipped
## 1583       10391              24    168.42    4042.08 09/03/2020    Shipped
## 1584       10421              40     45.70    1828.00 29/05/2020 In Process
## 1585       10103              36    102.23    3680.28 29/01/2018    Shipped
## 1586       10114              21    139.29    2925.09 01/04/2018    Shipped
## 1587       10126              27    126.51    3415.77 28/05/2018    Shipped
## 1588       10140              47    108.62    5105.14 24/07/2018    Shipped
## 1589       10151              42    121.40    5098.80 21/09/2018    Shipped
## 1590       10165              32    145.68    4661.76 22/10/2018    Shipped
## 1591       10175              28    106.07    2969.96 06/11/2018    Shipped
## 1592       10184              24    145.68    3496.32 14/11/2018    Shipped
## 1593       10194              49    117.57    5760.93 25/11/2018    Shipped
## 1594       10207              46    148.24    6819.04 09/12/2018    Shipped
## 1595       10217              28    112.46    3148.88 04/02/2019    Shipped
## 1596       10229              48    118.84    5704.32 11/03/2019    Shipped
## 1597       10246              29    121.40    3520.60 05/05/2019    Shipped
## 1598       10259              47    112.46    5285.62 15/06/2019    Shipped
## 1599       10271              43    130.35    5605.05 20/07/2019    Shipped
## 1600       10281              25    111.18    2779.50 19/08/2019    Shipped
## 1601       10291              48    112.46    5398.08 08/09/2019    Shipped
## 1602       10305              24    132.90    3189.60 13/10/2019    Shipped
## 1603       10313              42    132.90    5581.80 22/10/2019    Shipped
## 1604       10324              31    123.24    3820.44 05/11/2019    Shipped
## 1605       10334              42    131.62    5528.04 19/11/2019    On Hold
## 1606       10348              37    161.66    5981.42 01/11/2019    Shipped
## 1607       10358              41    138.65    5684.65 10/12/2019    Shipped
## 1608       10371              20    172.47    3449.40 23/01/2020    Shipped
## 1609       10382              20    132.72    2654.40 17/02/2020    Shipped
## 1610       10412              70    121.40    8498.00 03/05/2020    Shipped
## 1611       10425              49    112.46    5510.54 31/05/2020 In Process
## 1612       10108              35     58.87    2060.45 03/03/2018    Shipped
## 1613       10121              32     76.88    2460.16 07/05/2018    Shipped
## 1614       10135              29     61.64    1787.56 02/07/2018    Shipped
## 1615       10145              27     60.95    1645.65 25/08/2018    Shipped
## 1616       10169              38     74.11    2816.18 04/11/2018    Shipped
## 1617       10180              35     72.03    2521.05 11/11/2018    Shipped
## 1618       10190              42     76.19    3199.98 19/11/2018    Shipped
## 1619       10211              21     63.72    1338.12 15/01/2019    Shipped
## 1620       10224              37     80.34    2972.58 21/02/2019    Shipped
## 1621       10237              26     79.65    2070.90 05/04/2019    Shipped
## 1622       10252              47     65.80    3092.60 26/05/2019    Shipped
## 1623       10264              37     65.10    2408.70 30/06/2019    Shipped
## 1624       10276              46     75.49    3472.54 02/08/2019    Shipped
## 1625       10285              38     59.56    2263.28 27/08/2019    Shipped
## 1626       10299              33     66.49    2194.17 30/09/2019    Shipped
## 1627       10309              24     56.10    1346.40 15/10/2019    Shipped
## 1628       10319              31     81.73    2533.63 03/11/2019    Shipped
## 1629       10330              42     81.03    3403.26 16/11/2019    Shipped
## 1630       10341              32    103.35    3307.20 24/11/2019    Shipped
## 1631       10355              41     70.65    2896.65 07/12/2019    Shipped
## 1632       10363              43     61.23    2632.89 06/01/2020    Shipped
## 1633       10375              20    102.30    2046.00 03/02/2020    Shipped
## 1634       10390              35     65.13    2279.55 04/03/2020    Shipped
## 1635       10403              27     79.65    2150.55 08/04/2020    Shipped
## 1636       10110              43     78.15    3360.45 18/03/2018    Shipped
## 1637       10124              32     72.70    2326.40 21/05/2018    Shipped
## 1638       10148              21     73.60    1545.60 11/09/2018    Shipped
## 1639       10161              20    107.23    2144.60 17/10/2018    Shipped
## 1640       10172              22     74.51    1639.22 05/11/2018    Shipped
## 1641       10182              36     73.60    2649.60 12/11/2018    Shipped
## 1642       10192              46     83.60    3845.60 20/11/2018    Shipped
## 1643       10204              47     96.32    4527.04 02/12/2018    Shipped
## 1644       10212              45     88.14    3966.30 16/01/2019    Shipped
## 1645       10227              47     88.14    4142.58 02/03/2019    Shipped
## 1646       10241              47     94.50    4441.50 13/04/2019    Shipped
## 1647       10267              38     87.24    3315.12 07/07/2019    Shipped
## 1648       10279              49     79.97    3918.53 09/08/2019    Shipped
## 1649       10288              35     80.87    2830.45 01/09/2019    Shipped
## 1650       10302              49    108.14    5298.86 06/10/2018    Shipped
## 1651       10311              28     93.60    2620.80 16/10/2019    Shipped
## 1652       10321              30     72.70    2181.00 04/11/2019    Shipped
## 1653       10332              39     86.72    3382.08 17/11/2019    Shipped
## 1654       10346              25    115.07    2876.75 29/11/2019    Shipped
## 1655       10368              40    102.68    4107.20 19/01/2020    Shipped
## 1656       10380              36     37.50    1350.00 16/02/2020    Shipped
## 1657       10407              76     94.50    7182.00 22/04/2020    On Hold
## 1658       10420              39    100.87    3933.93 29/05/2020 In Process
## 1659       10104              44     39.60    1742.40 31/01/2018    Shipped
## 1660       10114              24     30.06     721.44 01/04/2018    Shipped
## 1661       10127              39     38.19    1489.41 03/06/2018    Shipped
## 1662       10141              21     42.43     891.03 01/08/2018    Shipped
## 1663       10151              30     40.31    1209.30 21/09/2018    Shipped
## 1664       10165              27     31.82     859.14 22/10/2018    Shipped
## 1665       10175              37     31.12    1151.44 06/11/2018    Shipped
## 1666       10184              42     31.82    1336.44 14/11/2018    Shipped
## 1667       10195              32     28.29     905.28 25/11/2018    Shipped
## 1668       10207              42     29.70    1247.40 09/12/2018    Shipped
## 1669       10219              21     40.31     846.51 10/02/2019    Shipped
## 1670       10229              33     32.88    1085.04 11/03/2019    Shipped
## 1671       10246              49     36.07    1767.43 05/05/2019    Shipped
## 1672       10259              31     33.24    1030.44 15/06/2019    Shipped
## 1673       10271              38     41.72    1585.36 20/07/2019    Shipped
## 1674       10281              20     40.66     813.20 19/08/2019    Shipped
## 1675       10292              39     30.06    1172.34 08/09/2019    Shipped
## 1676       10305              48     31.47    1510.56 13/10/2019    Shipped
## 1677       10314              39     37.13    1448.07 22/10/2019    Shipped
## 1678       10324              30    111.27    3338.10 05/11/2019    Shipped
## 1679       10335              33     37.13    1225.29 19/11/2019    Shipped
## 1680       10349              36     37.13    1336.68 01/12/2019    Shipped
## 1681       10358              36     82.94    2985.84 10/12/2019    Shipped
## 1682       10371              45    123.24    5545.80 23/01/2020    Shipped
## 1683       10383              40    152.24    6089.60 22/02/2020    Shipped
## 1684       10394              46     38.90    1789.40 15/03/2020    Shipped
## 1685       10412              30     36.07    1082.10 03/05/2020    Shipped
## 1686       10425              31     33.24    1030.44 31/05/2020 In Process
## 1687       10106              49     74.68    3659.32 17/02/2018    Shipped
## 1688       10119              41     59.60    2443.60 28/04/2018    Shipped
## 1689       10131              35     67.14    2349.90 16/06/2018    Shipped
## 1690       10143              27     60.97    1646.19 10/08/2018    Shipped
## 1691       10155              23     72.62    1670.26 06/10/2018    Shipped
## 1692       10167              21     69.88    1467.48 23/10/2018  Cancelled
## 1693       10178              34     80.84    2748.56 08/11/2018    Shipped
## 1694       10186              22     69.20    1522.40 14/11/2018    Shipped
## 1695       10198              48     67.82    3255.36 27/11/2018    Shipped
## 1696       10222              32     81.53    2608.96 19/02/2019    Shipped
## 1697       10249              20     67.82    1356.40 08/05/2019    Shipped
## 1698       10262              24     67.14    1611.36 24/06/2019  Cancelled
## 1699       10274              40     65.08    2603.20 21/07/2019    Shipped
## 1700       10284              30     73.99    2219.70 21/08/2019    Shipped
## 1701       10296              21     71.25    1496.25 15/09/2019    Shipped
## 1702       10307              25     75.36    1884.00 14/10/2019    Shipped
## 1703       10316              34     63.71    2166.14 01/11/2019    Shipped
## 1704       10328              48     58.92    2828.16 12/11/2019    Shipped
## 1705       10339              55    112.99    6214.45 23/11/2019    Shipped
## 1706       10351              25     74.68    1867.00 03/12/2019    Shipped
## 1707       10373              38     70.44    2676.72 31/01/2020    Shipped
## 1708       10386              39     55.96    2182.44 01/03/2020   Resolved
## 1709       10398              28     57.55    1611.40 30/03/2020    Shipped
## 1710       10400              24     61.66    1479.84 01/04/2020    Shipped
## 1711       10415              21     67.82    1424.22 09/05/2020   Disputed
## 1712       10110              46    129.18    5942.28 18/03/2018    Shipped
## 1713       10124              25     93.95    2348.75 21/05/2018    Shipped
## 1714       10148              34    129.18    4392.12 11/09/2018    Shipped
## 1715       10161              25    110.39    2759.75 17/10/2018    Shipped
## 1716       10173              23    118.61    2728.03 05/11/2018    Shipped
## 1717       10182              20    119.79    2395.80 12/11/2018    Shipped
## 1718       10192              23    132.71    3052.33 20/11/2018    Shipped
## 1719       10204              42    101.00    4242.00 02/12/2018    Shipped
## 1720       10213              27    103.35    2790.45 22/01/2019    Shipped
## 1721       10227              33    131.53    4340.49 02/03/2019    Shipped
## 1722       10241              28     98.65    2762.20 13/04/2019    Shipped
## 1723       10267              43    108.04    4645.72 07/07/2019    Shipped
## 1724       10279              48    116.27    5580.96 09/08/2019    Shipped
## 1725       10288              48    136.23    6539.04 01/09/2019    Shipped
## 1726       10302              45    123.31    5548.95 06/10/2018    Shipped
## 1727       10311              43    106.87    4595.41 16/10/2019    Shipped
## 1728       10332              44     42.26    1859.44 17/11/2019    Shipped
## 1729       10346              24     87.24    2093.76 29/11/2019    Shipped
## 1730       10368              31    136.23    4223.13 19/01/2020    Shipped
## 1731       10380              44     36.29    1596.76 16/02/2020    Shipped
## 1732       10407              59     98.65    5820.35 22/04/2020    On Hold
## 1733       10420              55     96.30    5296.50 29/05/2020 In Process
## 1734       10109              29     32.10     930.90 10/03/2018    Shipped
## 1735       10122              39     30.96    1207.44 08/05/2018    Shipped
## 1736       10135              20     35.87     717.40 02/07/2018    Shipped
## 1737       10147              25     42.67    1066.75 05/09/2018    Shipped
## 1738       10171              36     35.49    1277.64 05/11/2018    Shipped
## 1739       10181              37     42.67    1578.79 12/11/2018    Shipped
## 1740       10192              30     30.59     917.70 20/11/2018    Shipped
## 1741       10203              21     37.00     777.00 02/12/2018    Shipped
## 1742       10212              34     43.42    1476.28 16/01/2019    Shipped
## 1743       10225              42     36.63    1538.46 22/02/2019    Shipped
## 1744       10239              20     44.56     891.20 12/04/2019    Shipped
## 1745       10253              40     42.67    1706.80 01/06/2019  Cancelled
## 1746       10266              34     40.40    1373.60 06/07/2019    Shipped
## 1747       10278              31     38.89    1205.59 06/08/2019    Shipped
## 1748       10287              36     39.65    1427.40 30/08/2019    Shipped
## 1749       10301              48     34.36    1649.28 05/10/2018    Shipped
## 1750       10310              33     41.91    1383.03 16/10/2019    Shipped
## 1751       10321              37     33.23    1229.51 04/11/2019    Shipped
## 1752       10331              27     42.24    1140.48 17/11/2019    Shipped
## 1753       10342              39     40.40    1575.60 24/11/2019    Shipped
## 1754       10355              36     38.52    1386.72 07/12/2019    Shipped
## 1755       10367              36    139.40    5018.40 12/01/2020   Resolved
## 1756       10378              41    142.85    5856.85 10/02/2020    Shipped
## 1757       10390              37    132.29    4894.73 04/03/2020    Shipped
## 1758       10405              47     44.56    2094.32 14/04/2020    Shipped
## 1759       10419              15     42.67     640.05 17/05/2020    Shipped
## 1760       10105              44     72.58    3193.52 11/02/2018    Shipped
## 1761       10119              35     87.62    3066.70 28/04/2018    Shipped
## 1762       10129              41     94.71    3883.11 12/06/2018    Shipped
## 1763       10142              49     98.25    4814.25 08/08/2018    Shipped
## 1764       10154              31     91.17    2826.27 02/10/2018    Shipped
## 1765       10167              20     79.66    1593.20 23/10/2018  Cancelled
## 1766       10177              45     72.58    3266.10 07/11/2018    Shipped
## 1767       10185              33     74.35    2453.55 14/11/2018    Shipped
## 1768       10197              47     83.20    3910.40 26/11/2018    Shipped
## 1769       10208              20     89.40    1788.00 02/01/2019    Shipped
## 1770       10222              47     70.81    3328.07 19/02/2019    Shipped
## 1771       10233              40     94.71    3788.40 29/03/2019    Shipped
## 1772       10248              30    101.79    3053.70 07/05/2019  Cancelled
## 1773       10261              22     91.17    2005.74 17/06/2019    Shipped
## 1774       10273              27    103.56    2796.12 21/07/2019    Shipped
## 1775       10283              34     92.94    3159.96 20/08/2019    Shipped
## 1776       10295              46     84.97    3908.62 10/09/2019    Shipped
## 1777       10306              31     84.08    2606.48 14/10/2019    Shipped
## 1778       10315              24     86.74    2081.76 29/10/2019    Shipped
## 1779       10326              41     85.85    3519.85 09/11/2019    Shipped
## 1780       10339              55    195.60   10758.00 23/11/2019    Shipped
## 1781       10350              30    100.70    3021.00 02/12/2019    Shipped
## 1782       10373              33     57.32    1891.56 31/01/2020    Shipped
## 1783       10396              27     83.20    2246.40 23/03/2020    Shipped
## 1784       10414              60    101.79    6107.40 06/05/2020    On Hold
## 1785       10110              27     73.62    1987.74 18/03/2018    Shipped
## 1786       10124              49     83.04    4068.96 21/05/2018    Shipped
## 1787       10148              31     73.62    2282.22 11/09/2018    Shipped
## 1788       10161              20     77.05    1541.00 17/10/2018    Shipped
## 1789       10172              24     81.33    1951.92 05/11/2018    Shipped
## 1790       10182              33     94.17    3107.61 12/11/2018    Shipped
## 1791       10192              32     72.77    2328.64 20/11/2018    Shipped
## 1792       10204              40     79.62    3184.80 02/12/2018    Shipped
## 1793       10212              27     79.62    2149.74 16/01/2019    Shipped
## 1794       10227              40     79.62    3184.80 02/03/2019    Shipped
## 1795       10241              26     81.33    2114.58 13/04/2019    Shipped
## 1796       10267              44     96.74    4256.56 07/07/2019    Shipped
## 1797       10279              33     71.06    2344.98 09/08/2019    Shipped
## 1798       10288              34     68.49    2328.66 01/09/2019    Shipped
## 1799       10302              48     74.48    3575.04 06/10/2018    Shipped
## 1800       10311              25     83.04    2076.00 16/10/2019    Shipped
## 1801       10321              39     84.75    3305.25 04/11/2019    Shipped
## 1802       10332              45     34.19    1538.55 17/11/2019    Shipped
## 1803       10346              24    138.58    3325.92 29/11/2019    Shipped
## 1804       10368              46     79.62    3662.52 19/01/2020    Shipped
## 1805       10380              44     79.06    3478.64 16/02/2020    Shipped
## 1806       10407              13     81.33    1057.29 22/04/2020    On Hold
## 1807       10420              35     96.74    3385.90 29/05/2020 In Process
## 1808       10108              30     63.07    1892.10 03/03/2018    Shipped
## 1809       10122              34     50.21    1707.14 08/05/2018    Shipped
## 1810       10135              27     66.13    1785.51 02/07/2018    Shipped
## 1811       10147              30     68.58    2057.40 05/09/2018    Shipped
## 1812       10169              34     50.21    1707.14 04/11/2018    Shipped
## 1813       10181              23     65.52    1506.96 12/11/2018    Shipped
## 1814       10191              48     60.01    2880.48 20/11/2018    Shipped
## 1815       10203              34     64.90    2206.60 02/12/2018    Shipped
## 1816       10211              48     48.98    2351.04 15/01/2019    Shipped
## 1817       10225              24     50.21    1205.04 22/02/2019    Shipped
## 1818       10238              47     62.45    2935.15 09/04/2019    Shipped
## 1819       10253              24     52.66    1263.84 01/06/2019  Cancelled
## 1820       10266              47     62.45    2935.15 06/07/2019    Shipped
## 1821       10276              20     61.23    1224.60 02/08/2019    Shipped
## 1822       10287              20     67.97    1359.40 30/08/2019    Shipped
## 1823       10300              31     58.78    1822.18 04/10/2018    Shipped
## 1824       10310              38     56.94    2163.72 16/10/2019    Shipped
## 1825       10320              26     61.23    1591.98 03/11/2019    Shipped
## 1826       10331              25    123.14    3078.50 17/11/2019    Shipped
## 1827       10342              48     62.45    2997.60 24/11/2019    Shipped
## 1828       10355              44     62.45    2747.80 07/12/2019    Shipped
## 1829       10363              21    116.56    2447.76 06/01/2020    Shipped
## 1830       10378              46     41.54    1910.84 10/02/2020    Shipped
## 1831       10390              46     52.84    2430.64 04/03/2020    Shipped
## 1832       10419              55     52.66    2896.30 17/05/2020    Shipped
## 1833       10106              31     52.60    1630.60 17/02/2018    Shipped
## 1834       10119              20     72.98    1459.60 28/04/2018    Shipped
## 1835       10131              29     59.18    1716.22 16/06/2018    Shipped
## 1836       10143              33     77.59    2560.47 10/08/2018    Shipped
## 1837       10155              34     55.89    1900.26 06/10/2018    Shipped
## 1838       10167              32     63.12    2019.84 23/10/2018  Cancelled
## 1839       10178              27     73.64    1988.28 08/11/2018    Shipped
## 1840       10186              21     69.04    1449.84 14/11/2018    Shipped
## 1841       10198              27     71.67    1935.09 27/11/2018    Shipped
## 1842       10222              43     70.35    3025.05 19/02/2019    Shipped
## 1843       10249              25     69.70    1742.50 08/05/2019    Shipped
## 1844       10262              46     70.35    3236.10 24/06/2019  Cancelled
## 1845       10274              24     72.33    1735.92 21/07/2019    Shipped
## 1846       10284              39     71.67    2795.13 21/08/2019    Shipped
## 1847       10296              31     53.92    1671.52 15/09/2019    Shipped
## 1848       10307              22     71.67    1576.74 14/10/2019    Shipped
## 1849       10316              47     76.93    3615.71 01/11/2019    Shipped
## 1850       10328              20     72.98    1459.60 12/11/2019    Shipped
## 1851       10339              29     99.69    2891.01 23/11/2019    Shipped
## 1852       10351              38     68.38    2598.44 03/12/2019    Shipped
## 1853       10361              34    113.88    3871.92 17/12/2019    Shipped
## 1854       10373              46     66.00    3036.00 31/01/2020    Shipped
## 1855       10386              35     63.76    2231.60 01/03/2020   Resolved
## 1856       10398              34     71.67    2436.78 30/03/2020    Shipped
## 1857       10400              38     57.20    2173.60 01/04/2020    Shipped
## 1858       10415              18     69.70    1254.60 09/05/2020   Disputed
## 1859       10110              37    100.66    3724.42 18/03/2018    Shipped
## 1860       10124              43    121.00    5203.00 21/05/2018    Shipped
## 1861       10148              27    128.50    3469.50 11/09/2018    Shipped
## 1862       10161              30    104.94    3148.20 17/10/2018    Shipped
## 1863       10172              22     98.51    2167.22 05/11/2018    Shipped
## 1864       10182              49    127.43    6244.07 12/11/2018    Shipped
## 1865       10192              46    121.00    5566.00 20/11/2018    Shipped
## 1866       10204              48     91.02    4368.96 02/12/2018    Shipped
## 1867       10212              46     87.81    4039.26 16/01/2019    Shipped
## 1868       10226              48     92.09    4420.32 26/02/2019    Shipped
## 1869       10241              27     86.73    2341.71 13/04/2019    Shipped
## 1870       10267              43    118.86    5110.98 07/07/2019    Shipped
## 1871       10279              48    128.50    6168.00 09/08/2019    Shipped
## 1872       10288              41    118.86    4873.26 01/09/2019    Shipped
## 1873       10301              22     96.37    2120.14 05/10/2018    Shipped
## 1874       10311              46     92.09    4236.14 16/10/2019    Shipped
## 1875       10321              21     89.95    1888.95 04/11/2019    Shipped
## 1876       10332              31     37.18    1152.58 17/11/2019    Shipped
## 1877       10346              26     95.88    2492.88 29/11/2019    Shipped
## 1878       10368              20     99.58    1991.60 19/01/2020    Shipped
## 1879       10380              34    116.27    3953.18 16/02/2020    Shipped
## 1880       10407              43     86.73    3729.39 22/04/2020    On Hold
## 1881       10420              26    100.66    2617.16 29/05/2020 In Process
## 1882       10105              50     79.67    3983.50 11/02/2018    Shipped
## 1883       10119              35     90.57    3169.95 28/04/2018    Shipped
## 1884       10129              50     77.99    3899.50 12/06/2018    Shipped
## 1885       10143              23     80.51    1851.73 10/08/2018    Shipped
## 1886       10155              37     67.93    2513.41 06/10/2018    Shipped
## 1887       10167              29     83.86    2431.94 23/10/2018  Cancelled
## 1888       10178              21     72.12    1514.52 08/11/2018    Shipped
## 1889       10186              36     85.54    3079.44 14/11/2018    Shipped
## 1890       10197              22     86.38    1900.36 26/11/2018    Shipped
## 1891       10222              46     80.51    3703.46 19/02/2019    Shipped
## 1892       10248              23     76.31    1755.13 07/05/2019  Cancelled
## 1893       10262              49     87.21    4273.29 24/06/2019  Cancelled
## 1894       10273              48     83.02    3984.96 21/07/2019    Shipped
## 1895       10283              33     72.96    2407.68 20/08/2019    Shipped
## 1896       10296              22     77.15    1697.30 15/09/2019    Shipped
## 1897       10307              22     91.41    2011.02 14/10/2019    Shipped
## 1898       10316              25     92.25    2306.25 01/11/2019    Shipped
## 1899       10326              20     92.25    1845.00 09/11/2019    Shipped
## 1900       10339              42     59.36    2493.12 23/11/2019    Shipped
## 1901       10350              25     60.34    1508.50 02/12/2019    Shipped
## 1902       10373              23    104.10    2394.30 31/01/2020    Shipped
## 1903       10385              37     85.54    3164.98 28/02/2020    Shipped
## 1904       10396              37     90.57    3351.09 23/03/2020    Shipped
## 1905       10400              42     72.96    3064.32 01/04/2020    Shipped
## 1906       10414              51     76.31    3891.81 06/05/2020    On Hold
## 1907       10108              40    136.22    5448.80 03/03/2018    Shipped
## 1908       10122              43    127.79    5494.97 08/05/2018    Shipped
## 1909       10135              47    134.81    6336.07 02/07/2018    Shipped
## 1910       10147              23    126.39    2906.97 05/09/2018    Shipped
## 1911       10170              34    112.34    3819.56 04/11/2018    Shipped
## 1912       10181              25    154.47    3861.75 12/11/2018    Shipped
## 1913       10192              45    140.43    6319.35 20/11/2018    Shipped
## 1914       10203              47    148.86    6996.42 02/12/2018    Shipped
## 1915       10212              49    141.83    6949.67 16/01/2019    Shipped
## 1916       10225              40    113.75    4550.00 22/02/2019    Shipped
## 1917       10239              29    154.47    4479.63 12/04/2019    Shipped
## 1918       10253              39    132.00    5148.00 01/06/2019  Cancelled
## 1919       10266              24    122.17    2932.08 06/07/2019    Shipped
## 1920       10278              25    126.39    3159.75 06/08/2019    Shipped
## 1921       10287              36    119.37    4297.32 30/08/2019    Shipped
## 1922       10301              50    154.47    7723.50 05/10/2018    Shipped
## 1923       10310              45    122.17    5497.65 16/10/2019    Shipped
## 1924       10321              26    155.88    4052.88 04/11/2019    Shipped
## 1925       10331              21    149.33    3135.93 17/11/2019    Shipped
## 1926       10342              42    119.37    5013.54 24/11/2019    Shipped
## 1927       10355              32    165.71    5302.72 07/12/2019    Shipped
## 1928       10363              31     94.58    2931.98 06/01/2020    Shipped
## 1929       10378              33     53.27    1757.91 10/02/2020    Shipped
## 1930       10390              45    150.29    6763.05 04/03/2020    Shipped
## 1931       10405              76    154.47   11739.72 14/04/2020    Shipped
## 1932       10419              70    132.00    9240.00 17/05/2020    Shipped
## 1933       10106              50     64.83    3241.50 17/02/2018    Shipped
## 1934       10119              28     70.29    1968.12 28/04/2018    Shipped
## 1935       10131              50     81.89    4094.50 16/06/2018    Shipped
## 1936       10143              28     66.19    1853.32 10/08/2018    Shipped
## 1937       10155              44     77.11    3392.84 06/10/2018    Shipped
## 1938       10168              27     73.02    1971.54 28/10/2018    Shipped
## 1939       10178              30     72.33    2169.90 08/11/2018    Shipped
## 1940       10198              43     66.19    2846.17 27/11/2018    Shipped
## 1941       10210              29     69.60    2018.40 12/01/2019    Shipped
## 1942       10222              48     56.64    2718.72 19/02/2019    Shipped
## 1943       10235              33     60.05    1981.65 02/04/2019    Shipped
## 1944       10250              40     75.06    3002.40 11/05/2019    Shipped
## 1945       10262              48     61.42    2948.16 24/06/2019  Cancelled
## 1946       10275              41     81.89    3357.49 23/07/2019    Shipped
## 1947       10284              21     55.96    1175.16 21/08/2019    Shipped
## 1948       10296              32     71.65    2292.80 15/09/2019    Shipped
## 1949       10308              43     76.43    3286.49 15/10/2019    Shipped
## 1950       10316              30     77.79    2333.70 01/11/2019    Shipped
## 1951       10328              35     76.43    2675.05 12/11/2019    Shipped
## 1952       10339              45     96.92    4361.40 23/11/2019    Shipped
## 1953       10351              34     59.37    2018.58 03/12/2019    Shipped
## 1954       10361              26    142.73    3710.98 17/12/2019    Shipped
## 1955       10373              39     73.00    2847.00 31/01/2020    Shipped
## 1956       10386              41     73.32    3006.12 01/03/2020   Resolved
## 1957       10398              41     68.24    2797.84 30/03/2020    Shipped
## 1958       10401              64     60.05    3843.20 03/04/2020    On Hold
## 1959       10416              18     75.06    1351.08 10/05/2020    Shipped
## 1960       10100              49     34.47    1689.03 06/01/2018    Shipped
## 1961       10110              48     34.47    1654.56 18/03/2018    Shipped
## 1962       10124              46     33.23    1528.58 21/05/2018    Shipped
## 1963       10149              26     38.98    1013.48 12/09/2018    Shipped
## 1964       10173              35     33.23    1163.05 05/11/2018    Shipped
## 1965       10182              23     42.26     971.98 12/11/2018    Shipped
## 1966       10193              22     41.03     902.66 21/11/2018    Shipped
## 1967       10204              39     33.23    1295.97 02/12/2018    Shipped
## 1968       10214              44     34.88    1534.72 26/01/2019    Shipped
## 1969       10227              27     43.90    1185.30 02/03/2019    Shipped
## 1970       10242              46     36.93    1698.78 20/04/2019    Shipped
## 1971       10280              33     41.85    1381.05 17/08/2019    Shipped
## 1972       10288              33     40.62    1340.46 01/09/2019    Shipped
## 1973       10303              24     40.21     965.04 06/10/2019    Shipped
## 1974       10312              31     35.29    1093.99 21/10/2019    Shipped
## 1975       10332              41     77.24    3166.84 17/11/2019    Shipped
## 1976       10346              22     97.44    2143.68 29/11/2019    Shipped
## 1977       10368              46     37.34    1717.64 19/01/2020    Shipped
## 1978       10380              43     95.03    4086.29 16/02/2020    Shipped
## 1979       10408              15     36.93     553.95 22/04/2020    Shipped
## 1980       10420              15     43.49     652.35 29/05/2020 In Process
## 1981       10104              26    112.37    2921.62 31/01/2018    Shipped
## 1982       10115              44    126.56    5568.64 04/04/2018    Shipped
## 1983       10127              20     96.99    1939.80 03/06/2018    Shipped
## 1984       10141              40     94.62    3784.80 01/08/2018    Shipped
## 1985       10152              23    121.83    2802.09 25/09/2018    Shipped
## 1986       10165              24     99.36    2384.64 22/10/2018    Shipped
## 1987       10176              29    100.54    2915.66 06/11/2018    Shipped
## 1988       10184              49    118.28    5795.72 14/11/2018    Shipped
## 1989       10195              34    108.82    3699.88 25/11/2018    Shipped
## 1990       10207              28    106.45    2980.60 09/12/2018    Shipped
## 1991       10220              37    136.02    5032.74 12/02/2019    Shipped
## 1992       10230              45    105.27    4737.15 15/03/2019    Shipped
## 1993       10246              46    137.20    6311.20 05/05/2019    Shipped
## 1994       10271              22    139.57    3070.54 20/07/2019    Shipped
## 1995       10282              39    123.01    4797.39 20/08/2019    Shipped
## 1996       10292              27    141.94    3832.38 08/09/2019    Shipped
## 1997       10305              36    128.93    4641.48 13/10/2019    Shipped
## 1998       10314              38    105.27    4000.26 22/10/2019    Shipped
## 1999       10325              44    121.04    5325.76 05/11/2019    Shipped
## 2000       10336              31    148.99    4618.69 20/11/2019    Shipped
## 2001       10349              23    138.39    3182.97 01/12/2019    Shipped
## 2002       10359              22    118.32    2603.04 15/12/2019    Shipped
## 2003       10371              28     50.32    1408.96 23/01/2020    Shipped
## 2004       10383              21     93.91    1972.11 22/02/2020    Shipped
## 2005       10394              37    140.75    5207.75 15/03/2020    Shipped
## 2006       10412              31    137.20    4253.20 03/05/2020    Shipped
## 2007       10103              25    114.92    2873.00 29/01/2018    Shipped
## 2008       10126              34    105.18    3576.12 28/05/2018    Shipped
## 2009       10139              29    112.97    3276.13 16/07/2018    Shipped
## 2010       10149              20     90.57    1811.40 12/09/2018    Shipped
## 2011       10163              42     91.55    3845.10 20/10/2018    Shipped
## 2012       10173              22    116.87    2571.14 05/11/2018    Shipped
## 2013       10183              47    107.13    5035.11 13/11/2018    Shipped
## 2014       10193              20    113.95    2279.00 21/11/2018    Shipped
## 2015       10206              33     97.39    3213.87 05/12/2018    Shipped
## 2016       10215              39     90.57    3532.23 29/01/2019    Shipped
## 2017       10228              33    103.23    3406.59 10/03/2019    Shipped
## 2018       10244              40     86.68    3467.20 29/04/2019    Shipped
## 2019       10257              46     78.89    3628.94 14/06/2019    Shipped
## 2020       10269              48     97.39    4674.72 16/07/2019    Shipped
## 2021       10280              21     78.89    1656.69 17/08/2019    Shipped
## 2022       10290              45    114.92    5171.40 07/09/2019    Shipped
## 2023       10304              33    101.29    3342.57 11/10/2019    Shipped
## 2024       10312              44    111.02    4884.88 21/10/2019    Shipped
## 2025       10324              33    189.93    6267.69 05/11/2019    Shipped
## 2026       10348              39     50.31    1962.09 01/11/2019    Shipped
## 2027       10358              41    167.00    6847.00 10/12/2019    Shipped
## 2028       10369              40     86.92    3476.80 20/01/2020    Shipped
## 2029       10382              33    139.17    4592.61 17/02/2020    Shipped
## 2030       10423              28     78.89    2208.92 30/05/2020 In Process
## 2031       10106              26     63.76    1657.76 17/02/2018    Shipped
## 2032       10120              29     85.49    2479.21 29/04/2018    Shipped
## 2033       10133              46     77.52    3565.92 27/06/2018    Shipped
## 2034       10145              33     84.77    2797.41 25/08/2018    Shipped
## 2035       10168              48     78.25    3756.00 28/10/2018    Shipped
## 2036       10210              40     71.00    2840.00 12/01/2019    Shipped
## 2037       10223              23     74.62    1716.26 20/02/2019    Shipped
## 2038       10235              40     81.14    3245.60 02/04/2019    Shipped
## 2039       10250              37     74.62    2760.94 11/05/2019    Shipped
## 2040       10263              24     75.35    1808.40 28/06/2019    Shipped
## 2041       10275              27     62.31    1682.37 23/07/2019    Shipped
## 2042       10284              21     71.00    1491.00 21/08/2019    Shipped
## 2043       10297              23     72.45    1666.35 16/09/2019    Shipped
## 2044       10308              44     83.32    3666.08 15/10/2019    Shipped
## 2045       10317              35     83.32    2916.20 02/11/2019    Shipped
## 2046       10328              43     60.86    2616.98 12/11/2019    Shipped
## 2047       10340              40     84.77    3390.80 24/11/2019    Shipped
## 2048       10353              35     89.90    3146.50 04/12/2019    Shipped
## 2049       10361              25     62.46    1561.50 17/12/2019    Shipped
## 2050       10375              43    233.48   10039.64 03/02/2020    Shipped
## 2051       10386              50     63.34    3167.00 01/03/2020   Resolved
## 2052       10398              45     78.25    3521.25 30/03/2020    Shipped
## 2053       10401              52     81.14    4219.28 03/04/2020    On Hold
## 2054       10416              48     74.62    3581.76 10/05/2020    Shipped
## 2055       10108              31     68.71    2130.01 03/03/2018    Shipped
## 2056       10122              29     71.14    2063.06 08/05/2018    Shipped
## 2057       10135              23     87.31    2008.13 02/07/2018    Shipped
## 2058       10147              31     64.67    2004.77 05/09/2018    Shipped
## 2059       10169              24     94.58    2269.92 04/11/2018    Shipped
## 2060       10180              28     71.14    1991.92 11/11/2018    Shipped
## 2061       10191              44     66.29    2916.76 20/11/2018    Shipped
## 2062       10211              22     92.16    2027.52 15/01/2019    Shipped
## 2063       10225              46     70.33    3235.18 22/02/2019    Shipped
## 2064       10238              22     93.77    2062.94 09/04/2019    Shipped
## 2065       10252              38     87.31    3317.78 26/05/2019    Shipped
## 2066       10264              47     83.27    3913.69 30/06/2019    Shipped
## 2067       10276              48     75.18    3608.64 02/08/2019    Shipped
## 2068       10287              40     88.12    3524.80 30/08/2019    Shipped
## 2069       10299              32     80.84    2586.88 30/09/2019    Shipped
## 2070       10310              49     97.01    4753.49 16/10/2019    Shipped
## 2071       10319              43     85.69    3684.67 03/11/2019    Shipped
## 2072       10331              41    139.40    5715.40 17/11/2019    Shipped
## 2073       10343              30    103.29    3098.70 24/11/2019    Shipped
## 2074       10355              28     95.39    2670.92 07/12/2019    Shipped
## 2075       10363              43    119.87    5154.41 06/01/2020    Shipped
## 2076       10378              41    119.37    4894.17 10/02/2020    Shipped
## 2077       10390              30     82.42    2472.60 04/03/2020    Shipped
## 2078       10103              31    104.01    3224.31 29/01/2018    Shipped
## 2079       10114              32    114.61    3667.52 01/04/2018    Shipped
## 2080       10126              43     96.31    4141.33 28/05/2018    Shipped
## 2081       10140              26    108.83    2829.58 24/07/2018    Shipped
## 2082       10151              27    113.65    3068.55 21/09/2018    Shipped
## 2083       10164              24    109.79    2634.96 21/10/2018   Resolved
## 2084       10175              22    110.76    2436.72 06/11/2018    Shipped
## 2085       10184              46    100.16    4607.36 14/11/2018    Shipped
## 2086       10194              37     97.27    3598.99 25/11/2018    Shipped
## 2087       10207              49     80.90    3964.10 09/12/2018    Shipped
## 2088       10217              21    106.90    2244.90 04/02/2019    Shipped
## 2089       10229              25    111.72    2793.00 11/03/2019    Shipped
## 2090       10245              37    111.72    4133.64 04/05/2019    Shipped
## 2091       10259              45     86.68    3900.60 15/06/2019    Shipped
## 2092       10270              32     85.72    2743.04 19/07/2019    Shipped
## 2093       10281              29     82.83    2402.07 19/08/2019    Shipped
## 2094       10291              26     83.79    2178.54 08/09/2019    Shipped
## 2095       10305              28    112.68    3155.04 13/10/2019    Shipped
## 2096       10313              27     87.64    2366.28 22/10/2019    Shipped
## 2097       10324              20     98.18    1963.60 05/11/2019    Shipped
## 2098       10335              44    107.87    4746.28 19/11/2019    Shipped
## 2099       10348              42    152.07    6386.94 01/11/2019    Shipped
## 2100       10358              41    108.00    4428.00 10/12/2019    Shipped
## 2101       10371              26    155.54    4044.04 23/01/2020    Shipped
## 2102       10382              26    104.17    2708.42 17/02/2020    Shipped
## 2103       10411              26    111.72    2904.72 01/05/2020    Shipped
## 2104       10425              41     86.68    3553.88 31/05/2020 In Process
## 2105       10107              20     92.90    1858.00 24/02/2018    Shipped
## 2106       10120              22    111.88    2461.36 29/04/2018    Shipped
## 2107       10133              23    114.87    2642.01 27/06/2018    Shipped
## 2108       10145              33     93.90    3098.70 25/08/2018    Shipped
## 2109       10168              28    115.87    3244.36 28/10/2018    Shipped
## 2110       10188              44     98.89    4351.16 18/11/2018    Shipped
## 2111       10210              46     79.91    3675.86 12/01/2019    Shipped
## 2112       10223              21    117.87    2475.27 20/02/2019    Shipped
## 2113       10235              41    101.89    4177.49 02/04/2019    Shipped
## 2114       10250              31    105.88    3282.28 11/05/2019    Shipped
## 2115       10263              31     79.91    2477.21 28/06/2019    Shipped
## 2116       10275              23     81.91    1883.93 23/07/2019    Shipped
## 2117       10285              37     98.89    3658.93 27/08/2019    Shipped
## 2118       10297              26    109.88    2856.88 16/09/2019    Shipped
## 2119       10308              24     79.91    1917.84 15/10/2019    Shipped
## 2120       10318              47    112.88    5305.36 02/11/2019    Shipped
## 2121       10329              45     63.91    2875.95 15/11/2019    Shipped
## 2122       10340              55    117.87    6482.85 24/11/2019    Shipped
## 2123       10353              46     81.17    3733.82 04/12/2019    Shipped
## 2124       10363              50    131.53    6576.50 06/01/2020    Shipped
## 2125       10375              37    171.71    6353.27 03/02/2020    Shipped
## 2126       10387              44     94.90    4175.60 02/03/2020    Shipped
## 2127       10401              49    101.89    4992.61 03/04/2020    On Hold
## 2128       10416              45    105.88    4764.60 10/05/2020    Shipped
## 2129       10108              27     43.45    1173.15 03/03/2018    Shipped
## 2130       10122              31     44.66    1384.46 08/05/2018    Shipped
## 2131       10135              33     40.23    1327.59 02/07/2018    Shipped
## 2132       10145              31     35.80    1109.80 25/08/2018    Shipped
## 2133       10169              26     39.83    1035.58 04/11/2018    Shipped
## 2134       10180              34     45.46    1545.64 11/11/2018    Shipped
## 2135       10190              46     32.99    1517.54 19/11/2018    Shipped
## 2136       10211              41     42.24    1731.84 15/01/2019    Shipped
## 2137       10224              43     39.43    1695.49 21/02/2019    Shipped
## 2138       10237              26     40.23    1045.98 05/04/2019    Shipped
## 2139       10252              36     48.28    1738.08 26/05/2019    Shipped
## 2140       10264              20     32.59     651.80 30/06/2019    Shipped
## 2141       10276              27     36.61     988.47 02/08/2019    Shipped
## 2142       10285              37     41.03    1518.11 27/08/2019    Shipped
## 2143       10299              24     42.24    1013.76 30/09/2019    Shipped
## 2144       10310              36     43.05    1549.80 16/10/2019    Shipped
## 2145       10319              29     38.22    1108.38 03/11/2019    Shipped
## 2146       10331              28    146.52    4102.56 17/11/2019    Shipped
## 2147       10343              29    128.04    3713.16 24/11/2019    Shipped
## 2148       10355              38     39.83    1513.54 07/12/2019    Shipped
## 2149       10364              48     48.28    2317.44 06/01/2020    Shipped
## 2150       10378              40     82.46    3298.40 10/02/2020    Shipped
## 2151       10390              41     44.56    1826.96 04/03/2020    Shipped
## 2152       10403              30     40.23    1206.90 08/04/2020    Shipped
## 2153       10104              35     47.62    1666.70 31/01/2018    Shipped
## 2154       10114              28     55.73    1560.44 01/04/2018    Shipped
## 2155       10127              45     51.95    2337.75 03/06/2018    Shipped
## 2156       10141              24     45.99    1103.76 01/08/2018    Shipped
## 2157       10151              41     63.85    2617.85 21/09/2018    Shipped
## 2158       10165              48     45.99    2207.52 22/10/2018    Shipped
## 2159       10175              50     63.31    3165.50 06/11/2018    Shipped
## 2160       10184              33     62.77    2071.41 14/11/2018    Shipped
## 2161       10195              32     43.29    1385.28 25/11/2018    Shipped
## 2162       10207              27     60.06    1621.62 09/12/2018    Shipped
## 2163       10219              35     55.19    1931.65 10/02/2019    Shipped
## 2164       10229              23     54.11    1244.53 11/03/2019    Shipped
## 2165       10246              35     48.70    1704.50 05/05/2019    Shipped
## 2166       10259              40     43.83    1753.20 15/06/2019    Shipped
## 2167       10271              35     47.62    1666.70 20/07/2019    Shipped
## 2168       10281              31     55.19    1710.89 19/08/2019    Shipped
## 2169       10292              50     46.53    2326.50 08/09/2019    Shipped
## 2170       10305              40     57.90    2316.00 13/10/2019    Shipped
## 2171       10313              38     45.45    1727.10 22/10/2019    Shipped
## 2172       10325              38    232.74    8844.12 05/11/2019    Shipped
## 2173       10335              40     60.60    2424.00 19/11/2019    Shipped
## 2174       10349              33     46.53    1535.49 01/12/2019    Shipped
## 2175       10359              36    176.63    6358.68 15/12/2019    Shipped
## 2176       10371              20     66.47    1329.40 23/01/2020    Shipped
## 2177       10383              32     53.18    1701.76 22/02/2020    Shipped
## 2178       10394              36     62.77    2259.72 15/03/2020    Shipped
## 2179       10412              19     48.70     925.30 03/05/2020    Shipped
## 2180       10425              11     43.83     482.13 31/05/2020 In Process
## 2181       10104              49     65.87    3227.63 31/01/2018    Shipped
## 2182       10116              27     63.38    1711.26 11/04/2018    Shipped
## 2183       10127              29     70.84    2054.36 03/06/2018    Shipped
## 2184       10142              42     74.57    3131.94 08/08/2018    Shipped
## 2185       10152              33     50.95    1681.35 25/09/2018    Shipped
## 2186       10165              44     53.44    2351.36 22/10/2018    Shipped
## 2187       10176              22     64.00    1408.00 06/11/2018    Shipped
## 2188       10184              48     50.95    2445.60 14/11/2018    Shipped
## 2189       10195              33     54.68    1804.44 25/11/2018    Shipped
## 2190       10207              45     56.55    2544.75 09/12/2018    Shipped
## 2191       10220              20     52.82    1056.40 12/02/2019    Shipped
## 2192       10230              46     60.90    2801.40 15/03/2019    Shipped
## 2193       10247              40     49.71    1988.40 05/05/2019    Shipped
## 2194       10272              45     64.63    2908.35 20/07/2019    Shipped
## 2195       10282              36     59.65    2147.40 20/08/2019    Shipped
## 2196       10292              31     67.73    2099.63 08/09/2019    Shipped
## 2197       10306              46     50.33    2315.18 14/10/2019    Shipped
## 2198       10314              35     66.49    2327.15 22/10/2019    Shipped
## 2199       10325              28    192.05    5377.40 05/11/2019    Shipped
## 2200       10336              31     84.71    2626.01 20/11/2019    Shipped
## 2201       10350              27    163.20    4406.40 02/12/2019    Shipped
## 2202       10359              22    195.51    4301.22 15/12/2019    Shipped
## 2203       10371              30     99.55    2986.50 23/01/2020    Shipped
## 2204       10383              44     36.07    1587.08 22/02/2020    Shipped
## 2205       10394              30     60.28    1808.40 15/03/2020    Shipped
## 2206       10413              24     49.71    1193.04 05/05/2020    Shipped
## 2207       10103              45     75.63    3403.35 29/01/2018    Shipped
## 2208       10113              23     68.52    1575.96 26/03/2018    Shipped
## 2209       10126              26     62.70    1630.20 28/05/2018    Shipped
## 2210       10140              28     60.76    1701.28 24/07/2018    Shipped
## 2211       10150              49     58.18    2850.82 19/09/2018    Shipped
## 2212       10164              49     54.94    2692.06 21/10/2018   Resolved
## 2213       10175              29     74.98    2174.42 06/11/2018    Shipped
## 2214       10183              49     64.64    3167.36 13/11/2018    Shipped
## 2215       10194              39     54.94    2142.66 25/11/2018    Shipped
## 2216       10206              36     58.82    2117.52 05/12/2018    Shipped
## 2217       10217              39     62.05    2419.95 04/02/2019    Shipped
## 2218       10229              30     73.04    2191.20 11/03/2019    Shipped
## 2219       10245              44     69.16    3043.04 04/05/2019    Shipped
## 2220       10258              20     61.41    1228.20 15/06/2019    Shipped
## 2221       10270              21     63.35    1330.35 19/07/2019    Shipped
## 2222       10281              36     77.57    2792.52 19/08/2019    Shipped
## 2223       10291              32     71.75    2296.00 08/09/2019    Shipped
## 2224       10304              36     73.04    2629.44 11/10/2019    Shipped
## 2225       10313              34     56.24    1912.16 22/10/2019    Shipped
## 2226       10324              48    171.03    8209.44 05/11/2019    Shipped
## 2227       10348              31    101.29    3139.99 01/11/2019    Shipped
## 2228       10358              36    157.49    5669.64 10/12/2019    Shipped
## 2229       10370              25    126.41    3160.25 20/01/2020    Shipped
## 2230       10382              48    141.66    6799.68 17/02/2020    Shipped
## 2231       10411              27     69.16    1867.32 01/05/2020    Shipped
## 2232       10424              44     61.41    2702.04 31/05/2020 In Process
## 2233       10106              33     72.92    2406.36 17/02/2018    Shipped
## 2234       10120              29     72.23    2094.67 29/04/2018    Shipped
## 2235       10133              49     57.10    2797.90 27/06/2018    Shipped
## 2236       10144              20     81.86    1637.20 13/08/2018    Shipped
## 2237       10168              31     73.61    2281.91 28/10/2018    Shipped
## 2238       10210              39     59.16    2307.24 12/01/2019    Shipped
## 2239       10223              20     66.04    1320.80 20/02/2019    Shipped
## 2240       10235              34     77.73    2642.82 02/04/2019    Shipped
## 2241       10250              50     61.22    3061.00 11/05/2019    Shipped
## 2242       10262              40     79.11    3164.40 24/06/2019  Cancelled
## 2243       10275              28     63.97    1791.16 23/07/2019    Shipped
## 2244       10284              50     81.86    4093.00 21/08/2019    Shipped
## 2245       10297              28     79.80    2234.40 16/09/2019    Shipped
## 2246       10308              46     66.04    3037.84 15/10/2019    Shipped
## 2247       10316              24     59.16    1419.84 01/11/2019    Shipped
## 2248       10328              24     81.17    1948.08 12/11/2019    Shipped
## 2249       10340              39     59.16    2307.24 24/11/2019    Shipped
## 2250       10353              40     44.51    1780.40 04/12/2019    Shipped
## 2251       10361              49     72.33    3544.17 17/12/2019    Shipped
## 2252       10375              44     82.26    3619.44 03/02/2020    Shipped
## 2253       10388              35    111.97    3918.95 03/03/2020    Shipped
## 2254       10398              22     67.41    1483.02 30/03/2020    Shipped
## 2255       10401              62     77.73    4819.26 03/04/2020    On Hold
## 2256       10416              26     61.22    1591.72 10/05/2020    Shipped
## 2257       10108              31    118.38    3669.78 03/03/2018    Shipped
## 2258       10121              25     86.74    2168.50 07/05/2018    Shipped
## 2259       10135              30     89.80    2694.00 02/07/2018    Shipped
## 2260       10145              27    120.42    3251.34 25/08/2018    Shipped
## 2261       10169              34    115.32    3920.88 04/11/2018    Shipped
## 2262       10180              22    114.30    2514.60 11/11/2018    Shipped
## 2263       10190              42     85.72    3600.24 19/11/2018    Shipped
## 2264       10211              37    109.19    4040.03 15/01/2019    Shipped
## 2265       10224              30    111.23    3336.90 21/02/2019    Shipped
## 2266       10237              27    115.32    3113.64 05/04/2019    Shipped
## 2267       10252              25    113.28    2832.00 26/05/2019    Shipped
## 2268       10264              34     97.97    3330.98 30/06/2019    Shipped
## 2269       10276              38    113.28    4304.64 02/08/2019    Shipped
## 2270       10285              26    100.01    2600.26 27/08/2019    Shipped
## 2271       10299              38    115.32    4382.16 30/09/2019    Shipped
## 2272       10309              50     84.70    4235.00 15/10/2019    Shipped
## 2273       10319              22    119.40    2626.80 03/11/2019    Shipped
## 2274       10331              32    157.08    5026.56 17/11/2019    Shipped
## 2275       10341              31     71.02    2201.62 24/11/2019    Shipped
## 2276       10355              40    108.17    4326.80 07/12/2019    Shipped
## 2277       10365              22    155.69    3425.18 07/01/2020    Shipped
## 2278       10375              41    114.68    4701.88 03/02/2020    Shipped
## 2279       10390              45     48.98    2204.10 04/03/2020    Shipped
## 2280       10403              45    115.32    5189.40 08/04/2020    Shipped
## 2281       10106              39     40.15    1565.85 17/02/2018    Shipped
## 2282       10120              49     50.62    2480.38 29/04/2018    Shipped
## 2283       10133              27     50.19    1355.13 27/06/2018    Shipped
## 2284       10143              34     36.66    1246.44 10/08/2018    Shipped
## 2285       10156              20     41.02     820.40 08/10/2018    Shipped
## 2286       10168              48     51.93    2492.64 28/10/2018    Shipped
## 2287       10199              29     38.40    1113.60 01/12/2018    Shipped
## 2288       10210              43     41.02    1763.86 12/01/2019    Shipped
## 2289       10223              41     46.26    1896.66 20/02/2019    Shipped
## 2290       10235              41     35.35    1449.35 02/04/2019    Shipped
## 2291       10250              36     51.93    1869.48 11/05/2019    Shipped
## 2292       10262              49     37.97    1860.53 24/06/2019  Cancelled
## 2293       10275              38     45.39    1724.82 23/07/2019    Shipped
## 2294       10284              33     51.93    1713.69 21/08/2019    Shipped
## 2295       10296              26     48.44    1259.44 15/09/2019    Shipped
## 2296       10308              47     43.64    2051.08 15/10/2019    Shipped
## 2297       10316              34     47.57    1617.38 01/11/2019    Shipped
## 2298       10328              34     51.93    1765.62 12/11/2019    Shipped
## 2299       10340              40     50.62    2024.80 24/11/2019    Shipped
## 2300       10353              40     82.21    3288.40 04/12/2019    Shipped
## 2301       10361              33     82.59    2725.47 17/12/2019    Shipped
## 2302       10375              49     65.80    3224.20 03/02/2020    Shipped
## 2303       10388              27    118.94    3211.38 03/03/2020    Shipped
## 2304       10398              49     36.66    1796.34 30/03/2020    Shipped
## 2305       10401              56     35.35    1979.60 03/04/2020    On Hold
## 2306       10416              37     51.93    1921.41 10/05/2020    Shipped
## 2307       10104              33    112.28    3705.24 31/01/2018    Shipped
## 2308       10115              27    105.33    2843.91 04/04/2018    Shipped
## 2309       10127              46    134.27    6176.42 03/06/2018    Shipped
## 2310       10141              44    125.01    5500.44 01/08/2018    Shipped
## 2311       10151              26    123.85    3220.10 21/09/2018    Shipped
## 2312       10165              48     94.92    4556.16 22/10/2018    Shipped
## 2313       10176              23    135.43    3114.89 06/11/2018    Shipped
## 2314       10184              45    109.96    4948.20 14/11/2018    Shipped
## 2315       10195              49    105.33    5161.17 25/11/2018    Shipped
## 2316       10207              28     94.92    2657.76 09/12/2018    Shipped
## 2317       10220              37    107.65    3983.05 12/02/2019    Shipped
## 2318       10230              34    116.91    3974.94 15/03/2019    Shipped
## 2319       10246              22    133.11    2928.42 05/05/2019    Shipped
## 2320       10259              29    105.33    3054.57 15/06/2019    Shipped
## 2321       10271              34     98.39    3345.26 20/07/2019    Shipped
## 2322       10282              38    113.44    4310.72 20/08/2019    Shipped
## 2323       10292              41    121.54    4983.14 08/09/2019    Shipped
## 2324       10305              42    109.96    4618.32 13/10/2019    Shipped
## 2325       10314              28    121.54    3403.12 22/10/2019    Shipped
## 2326       10325              38    136.59    5190.42 05/11/2019    Shipped
## 2327       10336              23    136.59    3141.57 20/11/2019    Shipped
## 2328       10350              31     71.40    2213.40 02/12/2019    Shipped
## 2329       10359              46    106.45    4896.70 15/12/2019    Shipped
## 2330       10371              48     56.55    2714.40 23/01/2020    Shipped
## 2331       10383              29    106.45    3087.05 22/02/2020    Shipped
## 2332       10395              46    123.76    5692.96 17/03/2020    Shipped
## 2333       10412              26    133.11    3460.86 03/05/2020    Shipped
## 2334       10425              18    105.33    1895.94 31/05/2020 In Process
## 2335       10104              32     53.31    1705.92 31/01/2018    Shipped
## 2336       10117              21     49.21    1033.41 16/04/2018    Shipped
## 2337       10127              46     69.12    3179.52 03/06/2018    Shipped
## 2338       10142              42     49.79    2091.18 08/08/2018    Shipped
## 2339       10153              31     57.41    1779.71 28/09/2018    Shipped
## 2340       10165              38     66.78    2537.64 22/10/2018    Shipped
## 2341       10176              38     64.44    2448.72 06/11/2018    Shipped
## 2342       10185              20     48.62     972.40 14/11/2018    Shipped
## 2343       10196              46     62.09    2856.14 26/11/2018    Shipped
## 2344       10208              30     65.61    1968.30 02/01/2019    Shipped
## 2345       10220              30     68.54    2056.20 12/02/2019    Shipped
## 2346       10230              43     52.14    2242.02 15/03/2019    Shipped
## 2347       10247              49     63.85    3128.65 05/05/2019    Shipped
## 2348       10272              43     56.82    2443.26 20/07/2019    Shipped
## 2349       10282              37     66.78    2470.86 20/08/2019    Shipped
## 2350       10292              35     55.07    1927.45 08/09/2019    Shipped
## 2351       10306              34     60.34    2051.56 14/10/2019    Shipped
## 2352       10314              38     61.51    2337.38 22/10/2019    Shipped
## 2353       10325              44    134.84    5932.96 05/11/2019    Shipped
## 2354       10337              21    109.37    2296.77 21/11/2019    Shipped
## 2355       10350              44    147.52    6490.88 02/12/2019    Shipped
## 2356       10359              25     64.93    1623.25 15/12/2019    Shipped
## 2357       10372              24     58.58    1405.92 26/01/2020    Shipped
## 2358       10383              38     60.06    2282.28 22/02/2020    Shipped
## 2359       10395              45    199.49    8977.05 17/03/2020    Shipped
## 2360       10413              51     63.85    3256.35 05/05/2020    Shipped
## 2361       10108              34     82.99    2821.66 03/03/2018    Shipped
## 2362       10121              44     74.85    3293.40 07/05/2018    Shipped
## 2363       10135              44     96.00    4224.00 02/07/2018    Shipped
## 2364       10145              38     81.36    3091.68 25/08/2018    Shipped
## 2365       10169              48     80.55    3866.40 04/11/2018    Shipped
## 2366       10180              21     93.56    1964.76 11/11/2018    Shipped
## 2367       10190              40     66.72    2668.80 19/11/2018    Shipped
## 2368       10211              40     80.55    3222.00 15/01/2019    Shipped
## 2369       10224              50     77.29    3864.50 21/02/2019    Shipped
## 2370       10237              20     68.34    1366.80 05/04/2019    Shipped
## 2371       10252              48     72.41    3475.68 26/05/2019    Shipped
## 2372       10264              47     89.50    4206.50 30/06/2019    Shipped
## 2373       10276              21     70.78    1486.38 02/08/2019    Shipped
## 2374       10285              39     78.92    3077.88 27/08/2019    Shipped
## 2375       10299              44     80.55    3544.20 30/09/2019    Shipped
## 2376       10309              28     88.68    2483.04 15/10/2019    Shipped
## 2377       10319              45     77.29    3478.05 03/11/2019    Shipped
## 2378       10331              20    182.89    3657.80 17/11/2019    Shipped
## 2379       10341              38    123.22    4682.36 24/11/2019    Shipped
## 2380       10356              26    151.45    3937.70 09/12/2019    Shipped
## 2381       10365              44    113.28    4984.32 07/01/2020    Shipped
## 2382       10375              49    110.34    5406.66 03/02/2020    Shipped
## 2383       10390              22    158.69    3491.18 04/03/2020    Shipped
## 2384       10403              31     68.34    2118.54 08/04/2020    Shipped
## 2385       10105              41     70.67    2897.47 11/02/2018    Shipped
## 2386       10119              25     76.67    1916.75 28/04/2018    Shipped
## 2387       10129              31     60.00    1860.00 12/06/2018    Shipped
## 2388       10142              41     64.00    2624.00 08/08/2018    Shipped
## 2389       10153              43     64.67    2780.81 28/09/2018    Shipped
## 2390       10167              43     75.34    3239.62 23/10/2018  Cancelled
## 2391       10177              24     76.00    1824.00 07/11/2018    Shipped
## 2392       10185              21     54.00    1134.00 14/11/2018    Shipped
## 2393       10197              23     64.67    1487.41 26/11/2018    Shipped
## 2394       10208              38     74.67    2837.46 02/01/2019    Shipped
## 2395       10222              31     62.67    1942.77 19/02/2019    Shipped
## 2396       10233              36     70.67    2544.12 29/03/2019    Shipped
## 2397       10248              36     71.34    2568.24 07/05/2019  Cancelled
## 2398       10261              34     62.00    2108.00 17/06/2019    Shipped
## 2399       10273              21     65.34    1372.14 21/07/2019    Shipped
## 2400       10283              45     78.67    3540.15 20/08/2019    Shipped
## 2401       10295              26     75.34    1958.84 10/09/2019    Shipped
## 2402       10306              50     54.00    2700.00 14/10/2019    Shipped
## 2403       10315              41     62.00    2542.00 29/10/2019    Shipped
## 2404       10326              39     60.00    2340.00 09/11/2019    Shipped
## 2405       10339              22    128.02    2816.44 23/11/2019    Shipped
## 2406       10350              46     76.67    3526.82 02/12/2019    Shipped
## 2407       10373              44    105.18    4627.92 31/01/2020    Shipped
## 2408       10385              25     77.34    1933.50 28/02/2020    Shipped
## 2409       10396              39     66.67    2600.13 23/03/2020    Shipped
## 2410       10414              37     71.34    2639.58 06/05/2020    On Hold
## 2411       10106              31    106.87    3312.97 17/02/2018    Shipped
## 2412       10120              47     82.21    3863.87 29/04/2018    Shipped
## 2413       10133              24     77.64    1863.36 27/06/2018    Shipped
## 2414       10143              36    109.61    3945.96 10/08/2018    Shipped
## 2415       10156              48    103.21    4954.08 08/10/2018    Shipped
## 2416       10168              28     98.65    2762.20 28/10/2018    Shipped
## 2417       10199              48     83.12    3989.76 01/12/2018    Shipped
## 2418       10210              21     78.55    1649.55 12/01/2019    Shipped
## 2419       10223              25    101.39    2534.75 20/02/2019    Shipped
## 2420       10235              25    103.21    2580.25 02/04/2019    Shipped
## 2421       10250              31     91.34    2831.54 11/05/2019    Shipped
## 2422       10262              40     84.03    3361.20 24/06/2019  Cancelled
## 2423       10275              32     89.51    2864.32 23/07/2019    Shipped
## 2424       10284              24     83.12    1994.88 21/08/2019    Shipped
## 2425       10296              42    102.30    4296.60 15/09/2019    Shipped
## 2426       10308              21    105.95    2224.95 15/10/2019    Shipped
## 2427       10316              34     82.21    2795.14 01/11/2019    Shipped
## 2428       10328              27    102.30    2762.10 12/11/2019    Shipped
## 2429       10340              30     88.60    2658.00 24/11/2019    Shipped
## 2430       10353              39    129.33    5043.87 04/12/2019    Shipped
## 2431       10361              20     60.54    1210.80 17/12/2019    Shipped
## 2432       10375              37     81.87    3029.19 03/02/2020    Shipped
## 2433       10388              46    218.84   10066.64 03/03/2020    Shipped
## 2434       10398              47     87.69    4121.43 30/03/2020    Shipped
## 2435       10401              11    103.21    1135.31 03/04/2020    On Hold
## 2436       10416              23     91.34    2100.82 10/05/2020    Shipped
## 2437       10105              29     70.15    2034.35 11/02/2018    Shipped
## 2438       10117              38     79.68    3027.84 16/04/2018    Shipped
## 2439       10128              32     97.00    3104.00 06/06/2018    Shipped
## 2440       10142              43     84.01    3612.43 08/08/2018    Shipped
## 2441       10153              31     87.48    2711.88 28/09/2018    Shipped
## 2442       10166              29    103.93    3013.97 21/10/2018    Shipped
## 2443       10177              31     88.34    2738.54 07/11/2018    Shipped
## 2444       10185              30     94.40    2832.00 14/11/2018    Shipped
## 2445       10196              50     94.40    4720.00 26/11/2018    Shipped
## 2446       10208              40     80.55    3222.00 02/01/2019    Shipped
## 2447       10221              23     97.00    2231.00 18/02/2019    Shipped
## 2448       10232              26     88.34    2296.84 20/03/2019    Shipped
## 2449       10248              40    103.93    4157.20 07/05/2019  Cancelled
## 2450       10273              21    102.20    2146.20 21/07/2019    Shipped
## 2451       10282              43     86.61    3724.23 20/08/2019    Shipped
## 2452       10293              29     71.89    2084.81 09/09/2019    Shipped
## 2453       10306              38     91.81    3488.78 14/10/2019    Shipped
## 2454       10314              23     76.22    1753.06 22/10/2019    Shipped
## 2455       10327              20    173.46    3469.20 10/11/2019   Resolved
## 2456       10337              36     70.30    2530.80 21/11/2019    Shipped
## 2457       10350              28    104.44    2924.32 02/12/2019    Shipped
## 2458       10372              44    102.20    4496.80 26/01/2020    Shipped
## 2459       10397              32     80.55    2577.60 28/03/2020    Shipped
## 2460       10414              34    103.93    3533.62 06/05/2020    On Hold
## 2461       10106              30    105.91    3177.30 17/02/2018    Shipped
## 2462       10119              29     94.14    2730.06 28/04/2018    Shipped
## 2463       10131              22     85.99    1891.78 16/06/2018    Shipped
## 2464       10143              26    100.48    2612.48 10/08/2018    Shipped
## 2465       10155              32     91.43    2925.76 06/10/2018    Shipped
## 2466       10167              29    101.38    2940.02 23/10/2018  Cancelled
## 2467       10178              34     96.86    3293.24 08/11/2018    Shipped
## 2468       10186              24     99.57    2389.68 14/11/2018    Shipped
## 2469       10197              24     90.52    2172.48 26/11/2018    Shipped
## 2470       10222              26    102.29    2659.54 19/02/2019    Shipped
## 2471       10249              40     95.95    3838.00 08/05/2019    Shipped
## 2472       10262              44     94.14    4142.16 24/06/2019  Cancelled
## 2473       10274              24     90.52    2172.48 21/07/2019    Shipped
## 2474       10283              20     94.14    1882.80 20/08/2019    Shipped
## 2475       10296              34    102.29    3477.86 15/09/2019    Shipped
## 2476       10307              34     97.76    3323.84 14/10/2019    Shipped
## 2477       10316              45     93.24    4195.80 01/11/2019    Shipped
## 2478       10328              41    101.38    4156.58 12/11/2019    Shipped
## 2479       10339              55     71.25    3918.75 23/11/2019    Shipped
## 2480       10352              23    102.29    2352.67 03/12/2019    Shipped
## 2481       10361              24     45.39    1089.36 17/12/2019    Shipped
## 2482       10373              32     84.41    2701.12 31/01/2020    Shipped
## 2483       10386              29     85.76    2487.04 01/03/2020   Resolved
## 2484       10398              36    108.62    3910.32 30/03/2020    Shipped
## 2485       10400              46     87.80    4038.80 01/04/2020    Shipped
## 2486       10415              32     95.95    3070.40 09/05/2020   Disputed
## 2487       10106              34    110.69    3763.46 17/02/2018    Shipped
## 2488       10120              24    107.70    2584.80 29/04/2018    Shipped
## 2489       10131              40    110.69    4427.60 16/06/2018    Shipped
## 2490       10143              26     82.77    2152.02 10/08/2018    Shipped
## 2491       10155              20    117.67    2353.40 06/10/2018    Shipped
## 2492       10168              31    110.69    3431.39 28/10/2018    Shipped
## 2493       10178              22     87.75    1930.50 08/11/2018    Shipped
## 2494       10198              42    113.68    4774.56 27/11/2018    Shipped
## 2495       10210              26     99.72    2592.72 12/01/2019    Shipped
## 2496       10222              37     87.75    3246.75 19/02/2019    Shipped
## 2497       10235              38     88.75    3372.50 02/04/2019    Shipped
## 2498       10250              35    111.69    3909.15 11/05/2019    Shipped
## 2499       10262              33     90.75    2994.75 24/06/2019  Cancelled
## 2500       10275              39    114.68    4472.52 23/07/2019    Shipped
## 2501       10284              45    101.71    4576.95 21/08/2019    Shipped
## 2502       10296              24    101.71    2441.04 15/09/2019    Shipped
## 2503       10308              35     88.75    3106.25 15/10/2019    Shipped
## 2504       10316              23    117.67    2706.41 01/11/2019    Shipped
## 2505       10328              37    108.69    4021.53 12/11/2019    Shipped
## 2506       10340              55     87.75    4826.25 24/11/2019    Shipped
## 2507       10352              49    100.72    4935.28 03/12/2019    Shipped
## 2508       10361              26    105.95    2754.70 17/12/2019    Shipped
## 2509       10375              33    116.87    3856.71 03/02/2020    Shipped
## 2510       10386              37     83.84    3102.08 01/03/2020   Resolved
## 2511       10398              22     86.76    1908.72 30/03/2020    Shipped
## 2512       10401              85     88.75    7543.75 03/04/2020    On Hold
## 2513       10416              22    111.69    2457.18 10/05/2020    Shipped
## 2514       10105              31     65.77    2038.87 11/02/2018    Shipped
## 2515       10119              38     65.77    2499.26 28/04/2018    Shipped
## 2516       10129              45     85.29    3838.05 12/06/2018    Shipped
## 2517       10143              31     85.29    2643.99 10/08/2018    Shipped
## 2518       10154              36     64.33    2315.88 02/10/2018    Shipped
## 2519       10167              46     70.11    3225.06 23/10/2018  Cancelled
## 2520       10177              32     76.62    2451.84 07/11/2018    Shipped
## 2521       10185              39     57.82    2254.98 14/11/2018    Shipped
## 2522       10197              50     78.79    3939.50 26/11/2018    Shipped
## 2523       10208              46     74.45    3424.70 02/01/2019    Shipped
## 2524       10222              36     80.95    2914.20 19/02/2019    Shipped
## 2525       10233              29     82.40    2389.60 29/03/2019    Shipped
## 2526       10248              32     75.89    2428.48 07/05/2019  Cancelled
## 2527       10261              44     68.67    3021.48 17/06/2019    Shipped
## 2528       10273              42     62.16    2610.72 21/07/2019    Shipped
## 2529       10283              47     65.77    3091.19 20/08/2019    Shipped
## 2530       10295              44     58.55    2576.20 10/09/2019    Shipped
## 2531       10306              43     75.17    3232.31 14/10/2019    Shipped
## 2532       10316              48     74.45    3573.60 01/11/2019    Shipped
## 2533       10327              21     96.31    2022.51 10/11/2019   Resolved
## 2534       10339              50     74.35    3717.50 23/11/2019    Shipped
## 2535       10350              29     75.35    2185.15 02/12/2019    Shipped
## 2536       10373              41     70.33    2883.53 31/01/2020    Shipped
## 2537       10386              37    135.61    5017.57 01/03/2020   Resolved
## 2538       10397              22     66.50    1463.00 28/03/2020    Shipped
## 2539       10414              31     75.89    2352.59 06/05/2020    On Hold
## 2540       10103              42    106.21    4460.82 29/01/2018    Shipped
## 2541       10114              42    113.29    4758.18 01/04/2018    Shipped
## 2542       10126              45    102.16    4597.20 28/05/2018    Shipped
## 2543       10140              36    114.30    4114.80 24/07/2018    Shipped
## 2544       10150              20    105.20    2104.00 19/09/2018    Shipped
## 2545       10164              39     81.93    3195.27 21/10/2018   Resolved
## 2546       10175              42     85.98    3611.16 06/11/2018    Shipped
## 2547       10183              23     86.99    2000.77 13/11/2018    Shipped
## 2548       10194              26     89.01    2314.26 25/11/2018    Shipped
## 2549       10206              33    117.33    3871.89 05/12/2018    Shipped
## 2550       10217              31     88.00    2728.00 04/02/2019    Shipped
## 2551       10229              50    112.28    5614.00 11/03/2019    Shipped
## 2552       10245              44    105.20    4628.80 04/05/2019    Shipped
## 2553       10258              45     80.92    3641.40 15/06/2019    Shipped
## 2554       10270              46     88.00    4048.00 19/07/2019    Shipped
## 2555       10281              27     85.98    2321.46 19/08/2019    Shipped
## 2556       10291              28    116.32    3256.96 08/09/2019    Shipped
## 2557       10304              40    105.20    4208.00 11/10/2019    Shipped
## 2558       10313              30     99.13    2973.90 22/10/2019    Shipped
## 2559       10324              34    124.95    4248.30 05/11/2019    Shipped
## 2560       10336              46    207.80    9558.80 20/11/2019    Shipped
## 2561       10348              32     82.83    2650.56 01/11/2019    Shipped
## 2562       10358              27    139.31    3761.37 10/12/2019    Shipped
## 2563       10371              34    126.51    4301.34 23/01/2020    Shipped
## 2564       10382              34     54.84    1864.56 17/02/2020    Shipped
## 2565       10411              34    105.20    3576.80 01/05/2020    Shipped
## 2566       10424              46     80.92    3722.32 31/05/2020 In Process
## 2567       10106              32    124.58    3986.56 17/02/2018    Shipped
## 2568       10120              24    142.38    3417.12 29/04/2018    Shipped
## 2569       10133              27     99.67    2691.09 27/06/2018    Shipped
## 2570       10145              20    137.63    2752.60 25/08/2018    Shipped
## 2571       10168              36    125.77    4527.72 28/10/2018    Shipped
## 2572       10188              29    136.45    3957.05 18/11/2018    Shipped
## 2573       10210              25    112.72    2818.00 12/01/2019    Shipped
## 2574       10223              29    110.34    3199.86 20/02/2019    Shipped
## 2575       10235              25     96.11    2402.75 02/04/2019    Shipped
## 2576       10250              44    137.63    6055.72 11/05/2019    Shipped
## 2577       10263              47    116.28    5465.16 28/06/2019    Shipped
## 2578       10275              48    132.89    6378.72 23/07/2019    Shipped
## 2579       10285              45    119.84    5392.80 27/08/2019    Shipped
## 2580       10297              35    113.90    3986.50 16/09/2019    Shipped
## 2581       10308              31    129.33    4009.23 15/10/2019    Shipped
## 2582       10318              50    142.38    7119.00 02/11/2019    Shipped
## 2583       10328              33    123.40    4072.20 12/11/2019    Shipped
## 2584       10340              29    141.19    4094.51 24/11/2019    Shipped
## 2585       10353              48     68.80    3302.40 04/12/2019    Shipped
## 2586       10361              44     72.42    3186.48 17/12/2019    Shipped
## 2587       10375              25     66.73    1668.25 03/02/2020    Shipped
## 2588       10388              50    143.09    7154.50 03/03/2020    Shipped
## 2589       10398              23    122.21    2810.83 30/03/2020    Shipped
## 2590       10401              21     96.11    2018.31 03/04/2020    On Hold
## 2591       10416              41    137.63    5642.83 10/05/2020    Shipped
## 2592       10106              44     74.40    3273.60 17/02/2018    Shipped
## 2593       10120              43     76.00    3268.00 29/04/2018    Shipped
## 2594       10143              28     96.00    2688.00 10/08/2018    Shipped
## 2595       10155              43     86.40    3715.20 06/10/2018    Shipped
## 2596       10168              48     96.00    4608.00 28/10/2018    Shipped
## 2597       10199              38     82.40    3131.20 01/12/2018    Shipped
## 2598       10210              31     86.40    2678.40 12/01/2019    Shipped
## 2599       10223              26     67.20    1747.20 20/02/2019    Shipped
## 2600       10235              32     92.00    2944.00 02/04/2019    Shipped
## 2601       10250              44     67.20    2956.80 11/05/2019    Shipped
## 2602       10262              27     76.00    2052.00 24/06/2019  Cancelled
## 2603       10275              43     73.60    3164.80 23/07/2019    Shipped
## 2604       10284              25     69.60    1740.00 21/08/2019    Shipped
## 2605       10296              22     80.80    1777.60 15/09/2019    Shipped
## 2606       10308              21     87.20    1831.20 15/10/2019    Shipped
## 2607       10316              48     75.20    3609.60 01/11/2019    Shipped
## 2608       10328              33     64.00    2112.00 12/11/2019    Shipped
## 2609       10341              34    107.18    3644.12 24/11/2019    Shipped
## 2610       10353              43     81.95    3523.85 04/12/2019    Shipped
## 2611       10361              44    113.68    5001.92 17/12/2019    Shipped
## 2612       10375              44    118.38    5208.72 03/02/2020    Shipped
## 2613       10386              32     94.34    3018.88 01/03/2020   Resolved
## 2614       10398              29     65.60    1902.40 30/03/2020    Shipped
## 2615       10401              77     92.00    7084.00 03/04/2020    On Hold
## 2616       10416              39     67.20    2620.80 10/05/2020    Shipped
## 2617       10105              39     81.14    3164.46 11/02/2018    Shipped
## 2618       10118              36    117.20    4219.20 21/04/2018    Shipped
## 2619       10129              42     91.15    3828.30 12/06/2018    Shipped
## 2620       10142              21    111.19    2334.99 08/08/2018    Shipped
## 2621       10153              50     88.15    4407.50 28/09/2018    Shipped
## 2622       10167              24    117.20    2812.80 23/10/2018  Cancelled
## 2623       10177              44     92.16    4055.04 07/11/2018    Shipped
## 2624       10185              37    105.18    3891.66 14/11/2018    Shipped
## 2625       10197              27     92.16    2488.32 26/11/2018    Shipped
## 2626       10208              37    120.20    4447.40 02/01/2019    Shipped
## 2627       10222              38    110.19    4187.22 19/02/2019    Shipped
## 2628       10232              48     96.16    4615.68 20/03/2019    Shipped
## 2629       10248              30    108.18    3245.40 07/05/2019  Cancelled
## 2630       10261              25     88.15    2203.75 17/06/2019    Shipped
## 2631       10273              40     86.15    3446.00 21/07/2019    Shipped
## 2632       10283              22     88.15    1939.30 20/08/2019    Shipped
## 2633       10295              34    102.17    3473.78 10/09/2019    Shipped
## 2634       10306              32     90.15    2884.80 14/10/2019    Shipped
## 2635       10315              31     86.15    2670.65 29/10/2019    Shipped
## 2636       10327              43     80.00    3440.00 10/11/2019   Resolved
## 2637       10337              31     89.38    2770.78 21/11/2019    Shipped
## 2638       10350              31     77.34    2397.54 02/12/2019    Shipped
## 2639       10373              34     96.34    3275.56 31/01/2020    Shipped
## 2640       10386              45     92.08    4143.60 01/03/2020   Resolved
## 2641       10397              48    108.18    5192.64 28/03/2020    Shipped
## 2642       10414              28    108.18    3029.04 06/05/2020    On Hold
## 2643       10105              22    116.19    2556.18 11/02/2018    Shipped
## 2644       10117              45     83.42    3753.90 16/04/2018    Shipped
## 2645       10129              30     85.41    2562.30 12/06/2018    Shipped
## 2646       10142              38     85.41    3245.58 08/08/2018    Shipped
## 2647       10153              20    110.23    2204.60 28/09/2018    Shipped
## 2648       10167              28    107.25    3003.00 23/10/2018  Cancelled
## 2649       10177              24    105.27    2526.48 07/11/2018    Shipped
## 2650       10185              22     79.45    1747.90 14/11/2018    Shipped
## 2651       10197              35     93.35    3267.25 26/11/2018    Shipped
## 2652       10208              33     85.41    2818.53 02/01/2019    Shipped
## 2653       10222              31     95.34    2955.54 19/02/2019    Shipped
## 2654       10232              35     82.43    2885.05 20/03/2019    Shipped
## 2655       10248              35     90.37    3162.95 07/05/2019  Cancelled
## 2656       10261              50     81.43    4071.50 17/06/2019    Shipped
## 2657       10273              26    114.21    2969.46 21/07/2019    Shipped
## 2658       10283              38     89.38    3396.44 20/08/2019    Shipped
## 2659       10294              45    104.28    4692.60 10/09/2019    Shipped
## 2660       10306              30    117.19    3515.70 14/10/2019    Shipped
## 2661       10315              37     91.37    3380.69 29/10/2019    Shipped
## 2662       10327              37     86.61    3204.57 10/11/2019   Resolved
## 2663       10337              36     71.89    2588.04 21/11/2019    Shipped
## 2664       10350              25    114.19    2854.75 02/12/2019    Shipped
## 2665       10373              37    108.80    4025.60 31/01/2020    Shipped
## 2666       10386              30     95.48    2864.40 01/03/2020   Resolved
## 2667       10397              36    105.27    3789.72 28/03/2020    Shipped
## 2668       10414              27     90.37    2439.99 06/05/2020    On Hold
## 2669       10106              48     61.44    2949.12 17/02/2018    Shipped
## 2670       10119              26     59.22    1539.72 28/04/2018    Shipped
## 2671       10131              26     85.13    2213.38 16/06/2018    Shipped
## 2672       10143              34     85.87    2919.58 10/08/2018    Shipped
## 2673       10155              44     85.87    3778.28 06/10/2018    Shipped
## 2674       10168              39     82.91    3233.49 28/10/2018    Shipped
## 2675       10178              45     76.25    3431.25 08/11/2018    Shipped
## 2676       10198              40     63.67    2546.80 27/11/2018    Shipped
## 2677       10210              42     70.33    2953.86 12/01/2019    Shipped
## 2678       10222              43     74.03    3183.29 19/02/2019    Shipped
## 2679       10235              34     72.55    2466.70 02/04/2019    Shipped
## 2680       10250              38     62.19    2363.22 11/05/2019    Shipped
## 2681       10262              35     71.07    2487.45 24/06/2019  Cancelled
## 2682       10275              31     72.55    2249.05 23/07/2019    Shipped
## 2683       10284              32     64.41    2061.12 21/08/2019    Shipped
## 2684       10296              47     86.62    4071.14 15/09/2019    Shipped
## 2685       10308              39     68.11    2656.29 15/10/2019    Shipped
## 2686       10316              44     62.19    2736.36 01/11/2019    Shipped
## 2687       10328              39     85.87    3348.93 12/11/2019    Shipped
## 2688       10339              50     57.86    2893.00 23/11/2019    Shipped
## 2689       10352              22     75.51    1661.22 03/12/2019    Shipped
## 2690       10361              35    122.21    4277.35 17/12/2019    Shipped
## 2691       10373              45     55.62    2502.90 31/01/2020    Shipped
## 2692       10386              44     86.40    3801.60 01/03/2020   Resolved
## 2693       10398              36     87.36    3144.96 30/03/2020    Shipped
## 2694       10401              28     72.55    2031.40 03/04/2020    On Hold
## 2695       10416              43     62.19    2674.17 10/05/2020    Shipped
## 2696       10106              48     52.64    2526.72 17/02/2018    Shipped
## 2697       10119              28     48.17    1348.76 28/04/2018    Shipped
## 2698       10131              21     41.71     875.91 16/06/2018    Shipped
## 2699       10143              37     50.65    1874.05 10/08/2018    Shipped
## 2700       10155              34     49.16    1671.44 06/10/2018    Shipped
## 2701       10167              40     41.71    1668.40 23/10/2018  Cancelled
## 2702       10178              45     51.15    2301.75 08/11/2018    Shipped
## 2703       10186              28     52.14    1459.92 14/11/2018    Shipped
## 2704       10197              29     41.71    1209.59 26/11/2018    Shipped
## 2705       10222              31     45.69    1416.39 19/02/2019    Shipped
## 2706       10249              32     57.61    1843.52 08/05/2019    Shipped
## 2707       10262              21     57.11    1199.31 24/06/2019  Cancelled
## 2708       10274              32     58.60    1875.20 21/07/2019    Shipped
## 2709       10283              43     57.61    2477.23 20/08/2019    Shipped
## 2710       10296              21     45.19     948.99 15/09/2019    Shipped
## 2711       10307              34     53.63    1823.42 14/10/2019    Shipped
## 2712       10316              34     43.70    1485.80 01/11/2019    Shipped
## 2713       10329              44     86.13    3789.72 15/11/2019    Shipped
## 2714       10339              27     76.31    2060.37 23/11/2019    Shipped
## 2715       10352              49     52.64    2579.36 03/12/2019    Shipped
## 2716       10361              23     95.20    2189.60 17/12/2019    Shipped
## 2717       10373              25     64.97    1624.25 31/01/2020    Shipped
## 2718       10386              50     87.15    4357.50 01/03/2020   Resolved
## 2719       10398              34     40.22    1367.48 30/03/2020    Shipped
## 2720       10400              20     56.12    1122.40 01/04/2020    Shipped
## 2721       10415              42     57.61    2419.62 09/05/2020   Disputed
## 2722       10105              25     56.78    1419.50 11/02/2018    Shipped
## 2723       10117              50     43.68    2184.00 16/04/2018    Shipped
## 2724       10129              32     64.97    2079.04 12/06/2018    Shipped
## 2725       10142              39     44.23    1724.97 08/08/2018    Shipped
## 2726       10153              50     60.06    3003.00 28/09/2018    Shipped
## 2727       10167              38     48.59    1846.42 23/10/2018  Cancelled
## 2728       10177              40     50.23    2009.20 07/11/2018    Shipped
## 2729       10185              28     64.43    1804.04 14/11/2018    Shipped
## 2730       10197              42     50.23    2109.66 26/11/2018    Shipped
## 2731       10208              42     63.88    2682.96 02/01/2019    Shipped
## 2732       10222              36     63.34    2280.24 19/02/2019    Shipped
## 2733       10232              24     49.69    1192.56 20/03/2019    Shipped
## 2734       10248              23     65.52    1506.96 07/05/2019  Cancelled
## 2735       10261              29     50.78    1472.62 17/06/2019    Shipped
## 2736       10273              37     45.86    1696.82 21/07/2019    Shipped
## 2737       10283              33     51.32    1693.56 20/08/2019    Shipped
## 2738       10293              32     60.06    1921.92 09/09/2019    Shipped
## 2739       10306              35     59.51    2082.85 14/10/2019    Shipped
## 2740       10315              40     55.69    2227.60 29/10/2019    Shipped
## 2741       10327              37     86.74    3209.38 10/11/2019   Resolved
## 2742       10337              42     97.16    4080.72 21/11/2019    Shipped
## 2743       10350              20    112.22    2244.40 02/12/2019    Shipped
## 2744       10373              29    137.19    3978.51 31/01/2020    Shipped
## 2745       10386              43    125.99    5417.57 01/03/2020   Resolved
## 2746       10397              34     62.24    2116.16 28/03/2020    Shipped
## 2747       10414              47     65.52    3079.44 06/05/2020    On Hold
##           PRODUCTLINE           CITY     COUNTRY DEALSIZE
## 1         Motorcycles            NYC         USA    Small
## 2         Motorcycles          Reims      France    Small
## 3         Motorcycles          Paris      France   Medium
## 4         Motorcycles       Pasadena         USA   Medium
## 5         Motorcycles     Burlingame         USA   Medium
## 6         Motorcycles          Lille      France    Small
## 7         Motorcycles         Bergen      Norway   Medium
## 8         Motorcycles          Paris      France   Medium
## 9         Motorcycles      Melbourne   Australia   Medium
## 10        Motorcycles            NYC         USA    Small
## 11        Motorcycles         Newark         USA   Medium
## 12        Motorcycles    Bridgewater         USA   Medium
## 13        Motorcycles         Nantes      France   Medium
## 14        Motorcycles      Cambridge         USA   Medium
## 15        Motorcycles       Helsinki     Finland    Small
## 16        Motorcycles        Stavern      Norway   Medium
## 17        Motorcycles      Allentown         USA   Medium
## 18        Motorcycles            NYC         USA   Medium
## 19        Motorcycles       Salzburg     Austria    Large
## 20        Motorcycles      Chatswood   Australia    Small
## 21        Motorcycles         Nantes      France    Small
## 22        Motorcycles    New Bedford         USA   Medium
## 23        Motorcycles      Liverpool          UK    Small
## 24        Motorcycles         Madrid       Spain    Large
## 25       Classic Cars        Stavern      Norway   Medium
## 26       Classic Cars           Lule      Sweden    Large
## 27       Classic Cars         Madrid       Spain    Large
## 28       Classic Cars     Burlingame         USA    Large
## 29       Classic Cars      Singapore   Singapore    Large
## 30       Classic Cars            NYC         USA   Medium
## 31       Classic Cars South Brisbane   Australia    Large
## 32       Classic Cars   Philadelphia         USA   Medium
## 33       Classic Cars           Lyon      France    Large
## 34       Classic Cars      Vancouver      Canada    Large
## 35       Classic Cars        Burbank         USA   Medium
## 36       Classic Cars      Cambridge         USA   Medium
## 37       Classic Cars      New Haven         USA   Medium
## 38       Classic Cars      Minato-ku       Japan    Large
## 39       Classic Cars      Chatswood   Australia   Medium
## 40       Classic Cars         Torino       Italy    Large
## 41       Classic Cars          Boras      Sweden    Large
## 42       Classic Cars     Versailles      France    Large
## 43       Classic Cars     San Rafael         USA    Large
## 44       Classic Cars         Nashua         USA   Medium
## 45       Classic Cars      Melbourne   Australia   Medium
## 46       Classic Cars     San Rafael         USA   Medium
## 47       Classic Cars     Brickhaven         USA   Medium
## 48       Classic Cars   North Sydney   Australia    Small
## 49       Classic Cars       Montreal      Canada   Medium
## 50       Classic Cars         Madrid       Spain    Large
## 51        Motorcycles            NYC         USA   Medium
## 52        Motorcycles      Melbourne   Australia    Small
## 53        Motorcycles          Paris      France   Medium
## 54        Motorcycles       Pasadena         USA   Medium
## 55        Motorcycles     Burlingame         USA   Medium
## 56        Motorcycles          Lille      France   Medium
## 57        Motorcycles         Bergen      Norway   Medium
## 58        Motorcycles          Osaka       Japan   Medium
## 59        Motorcycles      Melbourne   Australia   Medium
## 60        Motorcycles   Philadelphia         USA    Small
## 61        Motorcycles         Newark         USA   Medium
## 62        Motorcycles    Bridgewater         USA   Medium
## 63        Motorcycles         Nantes      France    Small
## 64        Motorcycles      Cambridge         USA   Medium
## 65        Motorcycles         Nantes      France   Medium
## 66        Motorcycles   White Plains         USA   Medium
## 67        Motorcycles      Allentown         USA   Medium
## 68        Motorcycles            NYC         USA   Medium
## 69        Motorcycles      Minato-ku       Japan    Small
## 70        Motorcycles      Chatswood   Australia    Small
## 71        Motorcycles South Brisbane   Australia   Medium
## 72        Motorcycles    New Bedford         USA    Small
## 73        Motorcycles          Paris      France   Medium
## 74        Motorcycles         Madrid       Spain   Medium
## 75        Motorcycles            NYC         USA   Medium
## 76        Motorcycles      Melbourne   Australia    Large
## 77        Motorcycles          Paris      France    Large
## 78        Motorcycles       Pasadena         USA   Medium
## 79        Motorcycles     Burlingame         USA   Medium
## 80        Motorcycles          Lille      France    Large
## 81        Motorcycles         Bergen      Norway    Large
## 82        Motorcycles          Osaka       Japan   Medium
## 83        Motorcycles      Melbourne   Australia    Large
## 84        Motorcycles            NYC         USA    Large
## 85        Motorcycles         Newark         USA    Large
## 86        Motorcycles    Bridgewater         USA    Large
## 87        Motorcycles         Nantes      France   Medium
## 88        Motorcycles      Cambridge         USA   Medium
## 89        Motorcycles       Helsinki     Finland   Medium
## 90        Motorcycles   White Plains         USA   Medium
## 91        Motorcycles      Allentown         USA    Large
## 92        Motorcycles            NYC         USA   Medium
## 93        Motorcycles      Minato-ku       Japan    Small
## 94        Motorcycles     Burlingame         USA   Medium
## 95        Motorcycles South Brisbane   Australia   Medium
## 96        Motorcycles    New Bedford         USA    Small
## 97        Motorcycles      Liverpool          UK    Large
## 98        Motorcycles         Madrid       Spain    Large
## 99       Classic Cars      Kobenhavn     Denmark    Large
## 100      Classic Cars       Salzburg     Austria   Medium
## 101      Classic Cars         London          UK   Medium
## 102      Classic Cars    New Bedford         USA   Medium
## 103      Classic Cars       Helsinki     Finland   Medium
## 104      Classic Cars          Boras      Sweden   Medium
## 105      Classic Cars       Toulouse      France   Medium
## 106      Classic Cars         London          UK   Medium
## 107      Classic Cars      Barcelona       Spain   Medium
## 108      Classic Cars      San Diego         USA   Medium
## 109      Classic Cars            NYC         USA    Small
## 110      Classic Cars       Montreal      Canada   Medium
## 111      Classic Cars      Bruxelles     Belgium   Medium
## 112      Classic Cars      Tsawassen      Canada    Small
## 113      Classic Cars         Boston         USA   Medium
## 114      Classic Cars   Philadelphia         USA    Small
## 115      Classic Cars          Cowes          UK   Medium
## 116      Classic Cars        Stavern      Norway   Medium
## 117      Classic Cars            NYC         USA    Small
## 118      Classic Cars         Madrid       Spain    Small
## 119      Classic Cars          Reims      France    Small
## 120      Classic Cars           Oulu     Finland   Medium
## 121      Classic Cars          Paris      France   Medium
## 122      Classic Cars       San Jose         USA    Large
## 123      Classic Cars         Boston         USA    Small
## 124      Classic Cars        Stavern      Norway   Medium
## 125      Classic Cars          Paris      France   Medium
## 126      Classic Cars         Madrid       Spain   Medium
## 127      Classic Cars     Burlingame         USA   Medium
## 128      Classic Cars      Singapore   Singapore   Medium
## 129      Classic Cars           Graz     Austria   Medium
## 130      Classic Cars         London          UK   Medium
## 131      Classic Cars   Philadelphia         USA   Medium
## 132      Classic Cars           Lyon      France   Medium
## 133      Classic Cars         Boston         USA   Medium
## 134      Classic Cars      Singapore   Singapore    Large
## 135      Classic Cars     San Rafael         USA   Medium
## 136      Classic Cars      New Haven         USA   Medium
## 137      Classic Cars      Singapore   Singapore   Medium
## 138      Classic Cars      Chatswood   Australia   Medium
## 139      Classic Cars      Allentown         USA    Large
## 140      Classic Cars          Boras      Sweden   Medium
## 141      Classic Cars      Cambridge         USA   Medium
## 142      Classic Cars      Vancouver      Canada   Medium
## 143      Classic Cars         Nashua         USA    Small
## 144      Classic Cars           Lule      Sweden   Medium
## 145      Classic Cars      Melbourne   Australia   Medium
## 146      Classic Cars     San Rafael         USA   Medium
## 147      Classic Cars   North Sydney   Australia    Small
## 148      Classic Cars   North Sydney   Australia    Small
## 149      Classic Cars       Montreal      Canada   Medium
## 150      Classic Cars         Nantes      France   Medium
## 151      Classic Cars    Makati City Philippines   Medium
## 152      Classic Cars      Marseille      France    Large
## 153      Classic Cars     San Rafael         USA    Large
## 154      Classic Cars     Brickhaven         USA    Large
## 155      Classic Cars   North Sydney   Australia   Medium
## 156      Classic Cars         Bergen      Norway   Medium
## 157      Classic Cars           Koln     Germany   Medium
## 158      Classic Cars         Madrid       Spain   Medium
## 159      Classic Cars          Paris      France    Large
## 160      Classic Cars         Gensve Switzerland   Medium
## 161      Classic Cars      Kobenhavn     Denmark   Medium
## 162      Classic Cars      Liverpool          UK   Medium
## 163      Classic Cars  Reggio Emilia       Italy    Large
## 164      Classic Cars     Brickhaven         USA    Large
## 165      Classic Cars         Gensve Switzerland   Medium
## 166      Classic Cars      Frankfurt     Germany   Medium
## 167      Classic Cars           Koln     Germany   Medium
## 168      Classic Cars           Lule      Sweden   Medium
## 169      Classic Cars            NYC         USA    Small
## 170      Classic Cars       Salzburg     Austria   Medium
## 171      Classic Cars          Espoo     Finland    Small
## 172      Classic Cars         Nantes      France   Medium
## 173      Classic Cars          Boras      Sweden    Small
## 174      Classic Cars       Salzburg     Austria    Small
## 175      Classic Cars      Kobenhavn     Denmark    Large
## 176      Classic Cars      Singapore   Singapore   Medium
## 177      Classic Cars            NYC         USA    Large
## 178      Classic Cars     San Rafael         USA    Large
## 179      Classic Cars         Madrid       Spain   Medium
## 180      Classic Cars      Singapore   Singapore    Large
## 181      Classic Cars  Reggio Emilia       Italy    Large
## 182      Classic Cars    New Bedford         USA   Medium
## 183      Classic Cars      New Haven         USA    Large
## 184      Classic Cars           Lyon      France    Large
## 185      Classic Cars         Dublin     Ireland    Large
## 186      Classic Cars         Madrid       Spain    Large
## 187      Classic Cars          Espoo     Finland    Large
## 188      Classic Cars      Allentown         USA   Medium
## 189      Classic Cars     San Rafael         USA    Large
## 190      Classic Cars         Torino       Italy    Large
## 191      Classic Cars     Manchester          UK   Medium
## 192      Classic Cars        Aaarhus     Denmark    Large
## 193      Classic Cars        Stavern      Norway    Small
## 194      Classic Cars          Paris      France    Small
## 195      Classic Cars         Madrid       Spain    Small
## 196      Classic Cars          Reims      France   Medium
## 197      Classic Cars     San Rafael         USA   Medium
## 198      Classic Cars     San Rafael         USA   Medium
## 199      Classic Cars          Paris      France    Small
## 200      Classic Cars    Bridgewater         USA    Large
## 201  Trucks and Buses        Stavern      Norway   Medium
## 202  Trucks and Buses     San Rafael         USA   Medium
## 203  Trucks and Buses         Madrid       Spain    Small
## 204  Trucks and Buses     Burlingame         USA   Medium
## 205  Trucks and Buses      Singapore   Singapore   Medium
## 206  Trucks and Buses           Graz     Austria   Medium
## 207  Trucks and Buses South Brisbane   Australia   Medium
## 208  Trucks and Buses   Philadelphia         USA   Medium
## 209  Trucks and Buses           Lyon      France   Medium
## 210  Trucks and Buses      Vancouver      Canada   Medium
## 211  Trucks and Buses     Versailles      France   Medium
## 212  Trucks and Buses     San Rafael         USA   Medium
## 213  Trucks and Buses      New Haven         USA   Medium
## 214  Trucks and Buses      Minato-ku       Japan   Medium
## 215  Trucks and Buses      Chatswood   Australia   Medium
## 216  Trucks and Buses      Allentown         USA    Small
## 217  Trucks and Buses          Boras      Sweden   Medium
## 218  Trucks and Buses     Versailles      France   Medium
## 219  Trucks and Buses      Vancouver      Canada    Small
## 220  Trucks and Buses         Nashua         USA   Medium
## 221  Trucks and Buses      Melbourne   Australia   Medium
## 222  Trucks and Buses     San Rafael         USA   Medium
## 223  Trucks and Buses   North Sydney   Australia    Large
## 224  Trucks and Buses   North Sydney   Australia    Small
## 225  Trucks and Buses       Montreal      Canada   Medium
## 226  Trucks and Buses         Madrid       Spain    Large
## 227       Motorcycles            NYC         USA   Medium
## 228       Motorcycles          Reims      France    Large
## 229       Motorcycles          Paris      France    Small
## 230       Motorcycles       Pasadena         USA    Large
## 231       Motorcycles   North Sydney   Australia   Medium
## 232       Motorcycles          Lille      France   Medium
## 233       Motorcycles       Pasadena         USA   Medium
## 234       Motorcycles          Paris      France   Medium
## 235       Motorcycles          Lille      France   Medium
## 236       Motorcycles            NYC         USA   Medium
## 237       Motorcycles         Newark         USA    Large
## 238       Motorcycles    Bridgewater         USA   Medium
## 239       Motorcycles     Brickhaven         USA   Medium
## 240       Motorcycles      Cambridge         USA   Medium
## 241       Motorcycles       Helsinki     Finland   Medium
## 242       Motorcycles        Stavern      Norway   Medium
## 243       Motorcycles            NYC         USA   Medium
## 244       Motorcycles            NYC         USA   Medium
## 245       Motorcycles       Salzburg     Austria    Large
## 246       Motorcycles     Burlingame         USA   Medium
## 247       Motorcycles         Nantes      France   Medium
## 248       Motorcycles    New Bedford         USA   Medium
## 249       Motorcycles      Liverpool          UK    Large
## 250       Motorcycles         Madrid       Spain   Medium
## 251      Classic Cars         Madrid       Spain   Medium
## 252      Classic Cars      Singapore   Singapore   Medium
## 253      Classic Cars            NYC         USA    Large
## 254      Classic Cars     San Rafael         USA   Medium
## 255      Classic Cars         Madrid       Spain   Medium
## 256      Classic Cars      Singapore   Singapore   Medium
## 257      Classic Cars  Reggio Emilia       Italy    Large
## 258      Classic Cars    New Bedford         USA   Medium
## 259      Classic Cars      New Haven         USA   Medium
## 260      Classic Cars           Lyon      France   Medium
## 261      Classic Cars         Dublin     Ireland   Medium
## 262      Classic Cars      Frankfurt     Germany    Large
## 263      Classic Cars          Espoo     Finland   Medium
## 264      Classic Cars      Allentown         USA   Medium
## 265      Classic Cars     San Rafael         USA   Medium
## 266      Classic Cars         Torino       Italy   Medium
## 267      Classic Cars     Manchester          UK   Medium
## 268      Classic Cars        Aaarhus     Denmark   Medium
## 269      Classic Cars            NYC         USA    Small
## 270      Classic Cars          Paris      France   Medium
## 271      Classic Cars         Madrid       Spain   Medium
## 272      Classic Cars         Madrid       Spain    Small
## 273      Classic Cars      Minato-ku       Japan   Medium
## 274      Classic Cars     San Rafael         USA   Medium
## 275      Classic Cars    Bridgewater         USA    Large
## 276      Classic Cars    Makati City Philippines   Medium
## 277      Classic Cars      Marseille      France   Medium
## 278      Classic Cars     San Rafael         USA   Medium
## 279      Classic Cars     Brickhaven         USA   Medium
## 280      Classic Cars           Graz     Austria   Medium
## 281      Classic Cars         Bergen      Norway    Small
## 282      Classic Cars           Koln     Germany   Medium
## 283      Classic Cars         Madrid       Spain    Small
## 284      Classic Cars         Madrid       Spain   Medium
## 285      Classic Cars         Gensve Switzerland    Small
## 286      Classic Cars      Kobenhavn     Denmark   Medium
## 287      Classic Cars      Liverpool          UK    Small
## 288      Classic Cars  Reggio Emilia       Italy    Small
## 289      Classic Cars     Brickhaven         USA   Medium
## 290      Classic Cars         Gensve Switzerland   Medium
## 291      Classic Cars      Frankfurt     Germany   Medium
## 292      Classic Cars           Koln     Germany   Medium
## 293      Classic Cars           Lule      Sweden   Medium
## 294      Classic Cars            NYC         USA   Medium
## 295      Classic Cars       Salzburg     Austria   Medium
## 296      Classic Cars          Espoo     Finland   Medium
## 297      Classic Cars       Glendale         USA   Medium
## 298      Classic Cars          Boras      Sweden    Small
## 299      Classic Cars       Salzburg     Austria    Small
## 300      Classic Cars      Kobenhavn     Denmark   Medium
## 301      Classic Cars      Singapore   Singapore   Medium
## 302      Classic Cars            NYC         USA    Large
## 303      Classic Cars     San Rafael         USA    Large
## 304      Classic Cars         Madrid       Spain    Large
## 305      Classic Cars      Singapore   Singapore   Medium
## 306      Classic Cars  Reggio Emilia       Italy    Large
## 307      Classic Cars    New Bedford         USA    Large
## 308      Classic Cars      New Haven         USA    Large
## 309      Classic Cars           Lyon      France   Medium
## 310      Classic Cars         Dublin     Ireland   Medium
## 311      Classic Cars         Madrid       Spain   Medium
## 312      Classic Cars          Espoo     Finland   Medium
## 313      Classic Cars      Allentown         USA    Large
## 314      Classic Cars     San Rafael         USA   Medium
## 315      Classic Cars         Torino       Italy    Large
## 316      Classic Cars     Manchester          UK   Medium
## 317      Classic Cars        Aaarhus     Denmark   Medium
## 318      Classic Cars        Stavern      Norway    Small
## 319      Classic Cars          Paris      France   Medium
## 320      Classic Cars            NYC         USA   Medium
## 321      Classic Cars          Reims      France   Medium
## 322      Classic Cars      Minato-ku       Japan   Medium
## 323      Classic Cars     San Rafael         USA   Medium
## 324      Classic Cars     San Rafael         USA   Medium
## 325      Classic Cars    Bridgewater         USA   Medium
## 326      Classic Cars    Makati City Philippines   Medium
## 327      Classic Cars      Marseille      France    Small
## 328      Classic Cars     San Rafael         USA    Small
## 329      Classic Cars     Brickhaven         USA    Small
## 330      Classic Cars   North Sydney   Australia    Small
## 331      Classic Cars         Bergen      Norway    Small
## 332      Classic Cars           Koln     Germany    Small
## 333      Classic Cars         Madrid       Spain   Medium
## 334      Classic Cars          Paris      France    Small
## 335      Classic Cars         Gensve Switzerland    Small
## 336      Classic Cars      Kobenhavn     Denmark    Small
## 337      Classic Cars      Liverpool          UK    Small
## 338      Classic Cars  Reggio Emilia       Italy    Small
## 339      Classic Cars     Brickhaven         USA   Medium
## 340      Classic Cars         Gensve Switzerland    Small
## 341      Classic Cars      Frankfurt     Germany    Small
## 342      Classic Cars           Koln     Germany   Medium
## 343      Classic Cars           Lule      Sweden    Small
## 344      Classic Cars            NYC         USA   Medium
## 345      Classic Cars       Salzburg     Austria   Medium
## 346      Classic Cars          Espoo     Finland    Small
## 347      Classic Cars       Helsinki     Finland    Small
## 348      Classic Cars          Boras      Sweden    Small
## 349      Classic Cars       Salzburg     Austria   Medium
## 350  Trucks and Buses         Madrid       Spain   Medium
## 351  Trucks and Buses            NYC         USA   Medium
## 352  Trucks and Buses            NYC         USA    Small
## 353  Trucks and Buses          Espoo     Finland    Small
## 354  Trucks and Buses           Oulu     Finland   Medium
## 355  Trucks and Buses      Singapore   Singapore   Medium
## 356  Trucks and Buses         London          UK   Medium
## 357  Trucks and Buses        Sevilla       Spain   Medium
## 358  Trucks and Buses   White Plains         USA   Medium
## 359  Trucks and Buses         Boston         USA   Medium
## 360  Trucks and Buses       Brisbane         USA   Medium
## 361  Trucks and Buses     San Rafael         USA   Medium
## 362  Trucks and Buses         Madrid       Spain   Medium
## 363  Trucks and Buses      Singapore   Singapore   Medium
## 364  Trucks and Buses     San Rafael         USA   Medium
## 365  Trucks and Buses      Allentown         USA   Medium
## 366  Trucks and Buses            NYC         USA    Small
## 367  Trucks and Buses      Cambridge         USA   Medium
## 368  Trucks and Buses        Aaarhus     Denmark   Medium
## 369  Trucks and Buses            NYC         USA    Small
## 370  Trucks and Buses          Paris      France   Medium
## 371  Trucks and Buses            NYC         USA   Medium
## 372  Trucks and Buses         Madrid       Spain    Small
## 373  Trucks and Buses     San Rafael         USA    Small
## 374  Trucks and Buses     San Rafael         USA    Small
## 375  Trucks and Buses         Madrid       Spain   Medium
## 376  Trucks and Buses         Nantes      France   Medium
## 377      Classic Cars    Makati City Philippines   Medium
## 378      Classic Cars      Marseille      France    Small
## 379      Classic Cars     San Rafael         USA    Small
## 380      Classic Cars     Brickhaven         USA   Medium
## 381      Classic Cars           Graz     Austria   Medium
## 382      Classic Cars         Bergen      Norway   Medium
## 383      Classic Cars         Nashua         USA   Medium
## 384      Classic Cars         Madrid       Spain   Medium
## 385      Classic Cars         Madrid       Spain   Medium
## 386      Classic Cars         Gensve Switzerland    Small
## 387      Classic Cars           Oulu     Finland    Small
## 388      Classic Cars      Liverpool          UK   Medium
## 389      Classic Cars  Reggio Emilia       Italy   Medium
## 390      Classic Cars      Singapore   Singapore   Medium
## 391      Classic Cars         Gensve Switzerland    Small
## 392      Classic Cars      Frankfurt     Germany    Small
## 393      Classic Cars           Koln     Germany    Small
## 394      Classic Cars    New Bedford         USA    Small
## 395      Classic Cars            NYC         USA    Small
## 396      Classic Cars       Salzburg     Austria   Medium
## 397      Classic Cars          Espoo     Finland   Medium
## 398      Classic Cars       Helsinki     Finland   Medium
## 399      Classic Cars          Boras      Sweden   Medium
## 400      Classic Cars     Strasbourg      France    Large
## 401      Classic Cars       Salzburg     Austria   Medium
## 402  Trucks and Buses        Stavern      Norway   Medium
## 403  Trucks and Buses     San Rafael         USA   Medium
## 404  Trucks and Buses         Madrid       Spain   Medium
## 405  Trucks and Buses     Burlingame         USA   Medium
## 406  Trucks and Buses      Singapore   Singapore   Medium
## 407  Trucks and Buses           Graz     Austria   Medium
## 408  Trucks and Buses South Brisbane   Australia   Medium
## 409  Trucks and Buses   Philadelphia         USA    Small
## 410  Trucks and Buses           Lyon      France    Small
## 411  Trucks and Buses      Vancouver      Canada   Medium
## 412  Trucks and Buses        Burbank         USA   Medium
## 413  Trucks and Buses      Cambridge         USA   Medium
## 414  Trucks and Buses      New Haven         USA   Medium
## 415  Trucks and Buses      Minato-ku       Japan   Medium
## 416  Trucks and Buses      Chatswood   Australia   Medium
## 417  Trucks and Buses         Torino       Italy    Small
## 418  Trucks and Buses          Boras      Sweden   Medium
## 419  Trucks and Buses     Versailles      France   Medium
## 420  Trucks and Buses     San Rafael         USA   Medium
## 421  Trucks and Buses         Nashua         USA    Small
## 422  Trucks and Buses      Melbourne   Australia    Small
## 423  Trucks and Buses     San Rafael         USA   Medium
## 424  Trucks and Buses   North Sydney   Australia   Medium
## 425  Trucks and Buses   North Sydney   Australia    Small
## 426  Trucks and Buses       Montreal      Canada   Medium
## 427  Trucks and Buses         Madrid       Spain    Large
## 428      Classic Cars   Philadelphia         USA   Medium
## 429      Classic Cars      Marseille      France   Medium
## 430      Classic Cars       Toulouse      France   Medium
## 431      Classic Cars   North Sydney   Australia    Small
## 432      Classic Cars        Aaarhus     Denmark   Medium
## 433      Classic Cars       Montreal      Canada   Medium
## 434      Classic Cars         Bergen      Norway   Medium
## 435      Classic Cars         Nashua         USA   Medium
## 436      Classic Cars            NYC         USA   Medium
## 437      Classic Cars         Madrid       Spain   Medium
## 438      Classic Cars         Gensve Switzerland   Medium
## 439      Classic Cars          Osaka       Japan   Medium
## 440      Classic Cars      Liverpool          UK   Medium
## 441      Classic Cars  Reggio Emilia       Italy    Small
## 442      Classic Cars      Las Vegas         USA   Medium
## 443      Classic Cars         Gensve Switzerland   Medium
## 444      Classic Cars           Oslo      Norway   Medium
## 445      Classic Cars           Koln     Germany   Medium
## 446      Classic Cars    New Bedford         USA   Medium
## 447      Classic Cars   Philadelphia         USA   Medium
## 448      Classic Cars      Melbourne   Australia   Medium
## 449      Classic Cars          Paris      France   Medium
## 450      Classic Cars    New Bedford         USA    Small
## 451      Classic Cars       Helsinki     Finland   Medium
## 452      Classic Cars     San Rafael         USA   Medium
## 453      Classic Cars      Kobenhavn     Denmark    Large
## 454      Classic Cars       Salzburg     Austria   Medium
## 455      Vintage Cars            NYC         USA   Medium
## 456      Vintage Cars      Melbourne   Australia   Medium
## 457      Vintage Cars      Chatswood   Australia   Medium
## 458      Vintage Cars       Brisbane         USA   Medium
## 459      Vintage Cars        Bergamo       Italy   Medium
## 460      Vintage Cars     San Rafael         USA    Small
## 461      Vintage Cars   Glen Waverly   Australia   Medium
## 462      Vintage Cars         Madrid       Spain   Medium
## 463      Vintage Cars        Burbank         USA    Small
## 464      Vintage Cars           Lyon      France    Small
## 465      Vintage Cars         Madrid       Spain   Medium
## 466      Vintage Cars      Kobenhavn     Denmark   Medium
## 467      Vintage Cars         Torino       Italy   Medium
## 468      Vintage Cars         Bergen      Norway   Medium
## 469      Vintage Cars     Versailles      France   Medium
## 470      Vintage Cars     San Rafael         USA   Medium
## 471      Vintage Cars         Nashua         USA   Medium
## 472      Vintage Cars     Manchester          UK   Medium
## 473      Vintage Cars      Las Vegas         USA    Small
## 474      Vintage Cars          Paris      France    Small
## 475      Vintage Cars     Brickhaven         USA    Large
## 476      Vintage Cars         Madrid       Spain    Small
## 477      Vintage Cars   North Sydney   Australia   Medium
## 478      Vintage Cars      Allentown         USA   Medium
## 479      Vintage Cars            NYC         USA    Small
## 480      Vintage Cars         Madrid       Spain    Small
## 481      Vintage Cars      Chatswood   Australia    Small
## 482      Vintage Cars       Brisbane         USA    Small
## 483      Vintage Cars        Bergamo       Italy    Small
## 484      Vintage Cars     San Rafael         USA    Small
## 485      Vintage Cars   Glen Waverly   Australia    Small
## 486      Vintage Cars         Madrid       Spain   Medium
## 487      Vintage Cars        Burbank         USA    Small
## 488      Vintage Cars           Lyon      France    Small
## 489      Vintage Cars         Madrid       Spain    Small
## 490      Vintage Cars      Kobenhavn     Denmark    Small
## 491      Vintage Cars         Torino       Italy    Small
## 492      Vintage Cars         Bergen      Norway    Small
## 493      Vintage Cars     Versailles      France    Small
## 494      Vintage Cars     San Rafael         USA    Small
## 495      Vintage Cars         Nashua         USA    Small
## 496      Vintage Cars     Manchester          UK    Small
## 497      Vintage Cars      Melbourne   Australia    Small
## 498      Vintage Cars          Paris      France    Small
## 499      Vintage Cars     Brickhaven         USA   Medium
## 500      Vintage Cars   North Sydney   Australia   Medium
## 501      Vintage Cars      Allentown         USA    Small
## 502      Classic Cars     Manchester          UK   Medium
## 503      Classic Cars         Nantes      France   Medium
## 504      Classic Cars          Reims      France   Medium
## 505      Classic Cars   North Sydney   Australia   Medium
## 506      Classic Cars        Aaarhus     Denmark   Medium
## 507      Classic Cars    Bridgewater         USA   Medium
## 508      Classic Cars         Bergen      Norway   Medium
## 509      Classic Cars         Nashua         USA   Medium
## 510      Classic Cars            NYC         USA   Medium
## 511      Classic Cars         Madrid       Spain   Medium
## 512      Classic Cars      San Diego         USA   Medium
## 513      Classic Cars     Strasbourg      France    Small
## 514      Classic Cars      Liverpool          UK   Medium
## 515      Classic Cars  Reggio Emilia       Italy   Medium
## 516      Classic Cars      Las Vegas         USA    Small
## 517      Classic Cars      Singapore   Singapore    Small
## 518      Classic Cars           Oslo      Norway   Medium
## 519      Classic Cars         Madrid       Spain    Small
## 520      Classic Cars    New Bedford         USA   Medium
## 521      Classic Cars   Philadelphia         USA   Medium
## 522      Classic Cars          Reims      France   Medium
## 523      Classic Cars       Pasadena         USA    Small
## 524      Classic Cars         Madrid       Spain    Small
## 525      Classic Cars       San Jose         USA    Large
## 526      Classic Cars       Salzburg     Austria   Medium
## 527            Planes        Bergamo       Italy   Medium
## 528            Planes       Salzburg     Austria   Medium
## 529            Planes       Glendale         USA    Small
## 530            Planes    New Bedford         USA   Medium
## 531            Planes       Helsinki     Finland   Medium
## 532            Planes          Boras      Sweden   Medium
## 533            Planes       Toulouse      France   Medium
## 534            Planes         London          UK   Medium
## 535            Planes    Makati City Philippines    Large
## 536            Planes          Osaka       Japan   Medium
## 537            Planes      San Diego         USA   Medium
## 538            Planes       San Jose         USA    Large
## 539            Planes         Madrid       Spain   Medium
## 540            Planes     Brickhaven         USA   Medium
## 541            Planes           Oslo      Norway   Medium
## 542            Planes         Munich     Germany   Medium
## 543            Planes   Philadelphia         USA    Large
## 544            Planes          Cowes          UK   Medium
## 545            Planes      Kobenhavn     Denmark    Small
## 546            Planes      Charleroi     Belgium   Medium
## 547            Planes         London          UK   Medium
## 548            Planes           Oulu     Finland    Small
## 549            Planes         Madrid       Spain    Small
## 550            Planes          Reims      France   Medium
## 551            Planes       San Jose         USA   Medium
## 552            Planes  Reggio Emilia       Italy   Medium
## 553      Vintage Cars         Nashua         USA   Medium
## 554      Vintage Cars     Manchester          UK   Medium
## 555      Vintage Cars      Las Vegas         USA    Small
## 556      Vintage Cars       Brisbane         USA   Medium
## 557      Vintage Cars        Bergamo       Italy   Medium
## 558      Vintage Cars     San Rafael         USA    Large
## 559      Vintage Cars   Glen Waverly   Australia   Medium
## 560      Vintage Cars            NYC         USA   Medium
## 561      Vintage Cars         Madrid       Spain   Medium
## 562      Vintage Cars           Lyon      France   Medium
## 563      Vintage Cars     Strasbourg      France    Large
## 564      Vintage Cars         Torino       Italy   Medium
## 565      Vintage Cars      Singapore   Singapore   Medium
## 566      Vintage Cars      Liverpool          UK    Large
## 567      Vintage Cars     San Rafael         USA    Large
## 568      Vintage Cars   Philadelphia         USA   Medium
## 569      Vintage Cars      Marseille      France    Large
## 570      Vintage Cars       Pasadena         USA   Medium
## 571      Vintage Cars         Madrid       Spain   Medium
## 572      Vintage Cars       San Jose         USA    Large
## 573      Vintage Cars      Chatswood   Australia   Medium
## 574      Classic Cars    Makati City Philippines   Medium
## 575      Classic Cars      Marseille      France   Medium
## 576      Classic Cars     San Rafael         USA   Medium
## 577      Classic Cars     Brickhaven         USA    Small
## 578      Classic Cars           Graz     Austria    Small
## 579      Classic Cars         Bergen      Norway    Small
## 580      Classic Cars         Nashua         USA   Medium
## 581      Classic Cars         Madrid       Spain   Medium
## 582      Classic Cars         Madrid       Spain    Small
## 583      Classic Cars         Gensve Switzerland   Medium
## 584      Classic Cars           Oulu     Finland   Medium
## 585      Classic Cars      Liverpool          UK    Small
## 586      Classic Cars  Reggio Emilia       Italy    Small
## 587      Classic Cars      Las Vegas         USA    Small
## 588      Classic Cars         Gensve Switzerland   Medium
## 589      Classic Cars      Frankfurt     Germany   Medium
## 590      Classic Cars           Koln     Germany    Small
## 591      Classic Cars    New Bedford         USA    Small
## 592      Classic Cars            NYC         USA    Small
## 593      Classic Cars      Melbourne   Australia   Medium
## 594      Classic Cars          Espoo     Finland   Medium
## 595      Classic Cars       Helsinki     Finland    Small
## 596      Classic Cars          Boras      Sweden   Medium
## 597      Classic Cars     Strasbourg      France   Medium
## 598      Classic Cars       Salzburg     Austria   Medium
## 599      Classic Cars   Philadelphia         USA   Medium
## 600      Classic Cars      Marseille      France   Medium
## 601      Classic Cars       Toulouse      France   Medium
## 602      Classic Cars   North Sydney   Australia   Medium
## 603      Classic Cars        Aaarhus     Denmark   Medium
## 604      Classic Cars       Montreal      Canada   Medium
## 605      Classic Cars         Bergen      Norway   Medium
## 606      Classic Cars         Nashua         USA    Large
## 607      Classic Cars            NYC         USA   Medium
## 608      Classic Cars         Madrid       Spain   Medium
## 609      Classic Cars      San Diego         USA   Medium
## 610      Classic Cars          Osaka       Japan   Medium
## 611      Classic Cars      Liverpool          UK   Medium
## 612      Classic Cars  Reggio Emilia       Italy   Medium
## 613      Classic Cars      Las Vegas         USA   Medium
## 614      Classic Cars         Gensve Switzerland   Medium
## 615      Classic Cars           Oslo      Norway    Large
## 616      Classic Cars           Koln     Germany   Medium
## 617      Classic Cars    New Bedford         USA   Medium
## 618      Classic Cars   Philadelphia         USA    Small
## 619      Classic Cars      Melbourne   Australia   Medium
## 620      Classic Cars          Paris      France    Small
## 621      Classic Cars      Charleroi     Belgium   Medium
## 622      Classic Cars       Helsinki     Finland   Medium
## 623      Classic Cars     San Rafael         USA    Small
## 624      Classic Cars      Kobenhavn     Denmark    Large
## 625      Classic Cars       Salzburg     Austria   Medium
## 626      Classic Cars         Madrid       Spain   Medium
## 627      Classic Cars            NYC         USA    Large
## 628      Classic Cars            NYC         USA    Large
## 629      Classic Cars          Espoo     Finland   Medium
## 630      Classic Cars           Oulu     Finland    Large
## 631      Classic Cars      Singapore   Singapore   Medium
## 632      Classic Cars  Reggio Emilia       Italy   Medium
## 633      Classic Cars        Sevilla       Spain    Large
## 634      Classic Cars   White Plains         USA   Medium
## 635      Classic Cars         Boston         USA    Large
## 636      Classic Cars       Brisbane         USA    Large
## 637      Classic Cars      Frankfurt     Germany    Large
## 638      Classic Cars         Madrid       Spain   Medium
## 639      Classic Cars      Singapore   Singapore   Medium
## 640      Classic Cars     San Rafael         USA    Large
## 641      Classic Cars     San Rafael         USA   Medium
## 642      Classic Cars            NYC         USA   Medium
## 643      Classic Cars      Cambridge         USA   Medium
## 644      Classic Cars        Aaarhus     Denmark   Medium
## 645      Classic Cars            NYC         USA    Large
## 646      Classic Cars          Paris      France    Large
## 647      Classic Cars            NYC         USA   Medium
## 648      Classic Cars         Madrid       Spain    Small
## 649      Classic Cars     San Rafael         USA    Small
## 650      Classic Cars     San Rafael         USA    Small
## 651      Classic Cars         Madrid       Spain   Medium
## 652      Classic Cars         Nantes      France   Medium
## 653      Vintage Cars         Nashua         USA   Medium
## 654      Vintage Cars     Manchester          UK    Small
## 655      Vintage Cars      Las Vegas         USA    Small
## 656      Vintage Cars       Brisbane         USA    Small
## 657      Vintage Cars        Bergamo       Italy    Small
## 658      Vintage Cars     San Rafael         USA    Small
## 659      Vintage Cars   Glen Waverly   Australia    Small
## 660      Vintage Cars            NYC         USA    Small
## 661      Vintage Cars         Madrid       Spain    Small
## 662      Vintage Cars           Lyon      France    Small
## 663      Vintage Cars     Strasbourg      France    Small
## 664      Vintage Cars         Torino       Italy    Small
## 665      Vintage Cars      Singapore   Singapore    Small
## 666      Vintage Cars        Sevilla       Spain    Small
## 667      Vintage Cars     San Rafael         USA    Small
## 668      Vintage Cars     Manchester          UK   Medium
## 669      Vintage Cars      Marseille      France    Small
## 670      Vintage Cars       Pasadena         USA    Large
## 671      Vintage Cars         Madrid       Spain    Small
## 672      Vintage Cars       San Jose         USA   Medium
## 673      Vintage Cars      Chatswood   Australia    Small
## 674  Trucks and Buses         Madrid       Spain   Medium
## 675  Trucks and Buses          Paris      France   Medium
## 676  Trucks and Buses            NYC         USA   Medium
## 677  Trucks and Buses          Espoo     Finland   Medium
## 678  Trucks and Buses           Oulu     Finland   Medium
## 679  Trucks and Buses      Singapore   Singapore   Medium
## 680  Trucks and Buses         London          UK   Medium
## 681  Trucks and Buses        Sevilla       Spain   Medium
## 682  Trucks and Buses   White Plains         USA   Medium
## 683  Trucks and Buses         Boston         USA   Medium
## 684  Trucks and Buses     San Rafael         USA   Medium
## 685  Trucks and Buses         Madrid       Spain    Small
## 686  Trucks and Buses      Singapore   Singapore   Medium
## 687  Trucks and Buses     San Rafael         USA   Medium
## 688  Trucks and Buses      Allentown         USA   Medium
## 689  Trucks and Buses            NYC         USA   Medium
## 690  Trucks and Buses      Cambridge         USA   Medium
## 691  Trucks and Buses      Vancouver      Canada   Medium
## 692  Trucks and Buses            NYC         USA    Small
## 693  Trucks and Buses           Lule      Sweden   Medium
## 694  Trucks and Buses            NYC         USA   Medium
## 695  Trucks and Buses         Madrid       Spain    Small
## 696  Trucks and Buses   North Sydney   Australia   Medium
## 697  Trucks and Buses         Madrid       Spain   Medium
## 698  Trucks and Buses         Madrid       Spain   Medium
## 699  Trucks and Buses         Nantes      France   Medium
## 700      Vintage Cars      Frankfurt     Germany   Medium
## 701      Vintage Cars     Manchester          UK   Medium
## 702      Vintage Cars      Las Vegas         USA   Medium
## 703      Vintage Cars       Brisbane         USA   Medium
## 704      Vintage Cars        Bergamo       Italy   Medium
## 705      Vintage Cars     San Rafael         USA    Small
## 706      Vintage Cars   Glen Waverly   Australia   Medium
## 707      Vintage Cars            NYC         USA   Medium
## 708      Vintage Cars         Madrid       Spain   Medium
## 709      Vintage Cars           Lyon      France    Large
## 710      Vintage Cars         Boston         USA   Medium
## 711      Vintage Cars         Torino       Italy   Medium
## 712      Vintage Cars      Singapore   Singapore   Medium
## 713      Vintage Cars     Versailles      France    Small
## 714      Vintage Cars     San Rafael         USA   Medium
## 715      Vintage Cars         Nashua         USA    Large
## 716      Vintage Cars     Manchester          UK    Small
## 717      Vintage Cars      Marseille      France   Medium
## 718      Vintage Cars          Paris      France   Medium
## 719      Vintage Cars       Pasadena         USA   Medium
## 720      Vintage Cars         Madrid       Spain   Medium
## 721      Vintage Cars     San Rafael         USA   Medium
## 722      Vintage Cars      Singapore   Singapore    Small
## 723      Vintage Cars      Chatswood   Australia   Medium
## 724  Trucks and Buses        Stavern      Norway    Small
## 725  Trucks and Buses          Paris      France   Medium
## 726  Trucks and Buses         Madrid       Spain    Small
## 727  Trucks and Buses     Burlingame         USA    Small
## 728  Trucks and Buses           Oulu     Finland    Small
## 729  Trucks and Buses      Singapore   Singapore    Small
## 730  Trucks and Buses         London          UK    Small
## 731  Trucks and Buses        Sevilla       Spain    Small
## 732  Trucks and Buses           Lyon      France   Medium
## 733  Trucks and Buses         Boston         USA    Small
## 734  Trucks and Buses      Singapore   Singapore    Small
## 735  Trucks and Buses     San Rafael         USA    Small
## 736  Trucks and Buses         Madrid       Spain    Small
## 737  Trucks and Buses      Singapore   Singapore    Small
## 738  Trucks and Buses     San Rafael         USA    Small
## 739  Trucks and Buses      Allentown         USA    Small
## 740  Trucks and Buses          Boras      Sweden    Small
## 741  Trucks and Buses      Cambridge         USA    Small
## 742  Trucks and Buses      Vancouver      Canada    Small
## 743  Trucks and Buses         Nashua         USA    Small
## 744  Trucks and Buses           Lule      Sweden    Small
## 745  Trucks and Buses      Melbourne   Australia   Medium
## 746  Trucks and Buses     San Rafael         USA    Small
## 747  Trucks and Buses   North Sydney   Australia    Small
## 748  Trucks and Buses   North Sydney   Australia    Small
## 749  Trucks and Buses         Madrid       Spain    Small
## 750  Trucks and Buses         Nantes      France    Small
## 751            Planes        Bergamo       Italy   Medium
## 752            Planes      Melbourne   Australia    Small
## 753            Planes         Madrid       Spain   Medium
## 754            Planes       Pasadena         USA    Small
## 755            Planes     Burlingame         USA    Small
## 756            Planes          Osaka       Japan   Medium
## 757            Planes      Melbourne   Australia   Medium
## 758            Planes      Tsawassen      Canada    Small
## 759            Planes       San Jose         USA    Small
## 760            Planes    Bridgewater         USA    Small
## 761            Planes         Nantes      France   Medium
## 762            Planes           Oslo      Norway    Small
## 763            Planes         Dublin     Ireland    Small
## 764            Planes   White Plains         USA    Small
## 765            Planes      Allentown         USA   Medium
## 766            Planes      Kobenhavn     Denmark   Medium
## 767            Planes      Minato-ku       Japan    Small
## 768            Planes       Glendale         USA   Medium
## 769            Planes South Brisbane   Australia    Small
## 770            Planes         Madrid       Spain    Small
## 771            Planes          Reims      France    Small
## 772            Planes         Newark         USA   Medium
## 773            Planes  Reggio Emilia       Italy    Small
## 774       Motorcycles            NYC         USA    Small
## 775       Motorcycles      Melbourne   Australia    Small
## 776       Motorcycles          Paris      France    Small
## 777       Motorcycles       Pasadena         USA    Small
## 778       Motorcycles     Burlingame         USA    Small
## 779       Motorcycles          Lille      France    Small
## 780       Motorcycles         Bergen      Norway    Small
## 781       Motorcycles          Osaka       Japan    Small
## 782       Motorcycles      Melbourne   Australia    Small
## 783       Motorcycles   Philadelphia         USA    Small
## 784       Motorcycles         Newark         USA    Small
## 785       Motorcycles    Bridgewater         USA    Small
## 786       Motorcycles         Nantes      France    Small
## 787       Motorcycles      Cambridge         USA    Small
## 788       Motorcycles         Nantes      France    Small
## 789       Motorcycles   White Plains         USA    Small
## 790       Motorcycles      Allentown         USA    Small
## 791       Motorcycles            NYC         USA   Medium
## 792       Motorcycles      Minato-ku       Japan    Small
## 793       Motorcycles     Burlingame         USA    Small
## 794       Motorcycles South Brisbane   Australia    Small
## 795       Motorcycles          Boras      Sweden   Medium
## 796       Motorcycles          Paris      France   Medium
## 797       Motorcycles         Madrid       Spain    Small
## 798      Vintage Cars      Frankfurt     Germany   Medium
## 799      Vintage Cars     Manchester          UK   Medium
## 800      Vintage Cars      Melbourne   Australia   Medium
## 801      Vintage Cars      Chatswood   Australia    Large
## 802      Vintage Cars       Brisbane         USA   Medium
## 803      Vintage Cars        Bergamo       Italy   Medium
## 804      Vintage Cars     San Rafael         USA   Medium
## 805      Vintage Cars   Glen Waverly   Australia   Medium
## 806      Vintage Cars         Madrid       Spain    Large
## 807      Vintage Cars         Madrid       Spain    Large
## 808      Vintage Cars           Lyon      France   Medium
## 809      Vintage Cars         Madrid       Spain   Medium
## 810      Vintage Cars     Strasbourg      France   Medium
## 811      Vintage Cars         Torino       Italy   Medium
## 812      Vintage Cars         Bergen      Norway    Large
## 813      Vintage Cars     Versailles      France   Medium
## 814      Vintage Cars     San Rafael         USA   Medium
## 815      Vintage Cars         Nashua         USA   Medium
## 816      Vintage Cars     Manchester          UK    Small
## 817      Vintage Cars      Melbourne   Australia   Medium
## 818      Vintage Cars          Paris      France   Medium
## 819      Vintage Cars       Pasadena         USA   Medium
## 820      Vintage Cars         Madrid       Spain    Small
## 821      Vintage Cars     San Rafael         USA    Small
## 822      Vintage Cars     San Rafael         USA   Medium
## 823      Classic Cars   Philadelphia         USA   Medium
## 824      Classic Cars         Nantes      France   Medium
## 825      Classic Cars          Reims      France   Medium
## 826      Classic Cars   North Sydney   Australia   Medium
## 827      Classic Cars        Aaarhus     Denmark   Medium
## 828      Classic Cars    Bridgewater         USA   Medium
## 829      Classic Cars         Bergen      Norway   Medium
## 830      Classic Cars         Nashua         USA   Medium
## 831      Classic Cars            NYC         USA   Medium
## 832      Classic Cars         Madrid       Spain   Medium
## 833      Classic Cars      San Diego         USA   Medium
## 834      Classic Cars     Strasbourg      France   Medium
## 835      Classic Cars      Liverpool          UK   Medium
## 836      Classic Cars  Reggio Emilia       Italy    Small
## 837      Classic Cars      Las Vegas         USA   Medium
## 838      Classic Cars         Gensve Switzerland   Medium
## 839      Classic Cars           Oslo      Norway   Medium
## 840      Classic Cars         Madrid       Spain   Medium
## 841      Classic Cars    New Bedford         USA    Small
## 842      Classic Cars   Philadelphia         USA    Small
## 843      Classic Cars          Reims      France    Small
## 844      Classic Cars      Charleroi     Belgium   Medium
## 845      Classic Cars         Madrid       Spain   Medium
## 846      Classic Cars       San Jose         USA   Medium
## 847      Classic Cars       Salzburg     Austria    Large
## 848      Vintage Cars        Stavern      Norway    Small
## 849      Vintage Cars           Lule      Sweden    Small
## 850      Vintage Cars         Madrid       Spain    Small
## 851      Vintage Cars      Chatswood   Australia   Medium
## 852      Vintage Cars      Singapore   Singapore   Medium
## 853      Vintage Cars            NYC         USA   Medium
## 854      Vintage Cars South Brisbane   Australia   Medium
## 855      Vintage Cars   Philadelphia         USA   Medium
## 856      Vintage Cars   Glen Waverly   Australia    Small
## 857      Vintage Cars      Vancouver      Canada   Medium
## 858      Vintage Cars        Burbank         USA   Medium
## 859      Vintage Cars      Cambridge         USA    Small
## 860      Vintage Cars         Madrid       Spain   Medium
## 861      Vintage Cars       San Jose         USA   Medium
## 862      Vintage Cars      Chatswood   Australia    Small
## 863      Vintage Cars         Torino       Italy   Medium
## 864      Vintage Cars          Boras      Sweden   Medium
## 865      Vintage Cars     Versailles      France   Medium
## 866      Vintage Cars     San Rafael         USA   Medium
## 867      Vintage Cars         Nashua         USA   Medium
## 868      Vintage Cars      Melbourne   Australia   Medium
## 869      Vintage Cars     San Rafael         USA   Medium
## 870      Vintage Cars     Brickhaven         USA   Medium
## 871      Vintage Cars   North Sydney   Australia    Small
## 872      Vintage Cars      Bruxelles     Belgium    Small
## 873      Vintage Cars        Stavern      Norway    Small
## 874      Vintage Cars         Madrid       Spain   Medium
## 875      Vintage Cars      Chatswood   Australia    Small
## 876      Vintage Cars      Singapore   Singapore    Small
## 877      Vintage Cars            NYC         USA   Medium
## 878      Vintage Cars        Bergamo       Italy    Small
## 879      Vintage Cars   Philadelphia         USA    Small
## 880      Vintage Cars   Glen Waverly   Australia    Small
## 881      Vintage Cars      Vancouver      Canada    Small
## 882      Vintage Cars        Burbank         USA    Small
## 883      Vintage Cars      Cambridge         USA    Small
## 884      Vintage Cars         Madrid       Spain    Small
## 885      Vintage Cars       San Jose         USA    Small
## 886      Vintage Cars       Salzburg     Austria    Small
## 887      Vintage Cars         Torino       Italy    Small
## 888      Vintage Cars          Boras      Sweden    Small
## 889      Vintage Cars     Versailles      France    Small
## 890      Vintage Cars     San Rafael         USA    Small
## 891      Vintage Cars         Nashua         USA    Small
## 892      Vintage Cars     Manchester          UK    Small
## 893      Vintage Cars      Melbourne   Australia    Small
## 894      Vintage Cars     San Rafael         USA   Medium
## 895      Vintage Cars     Brickhaven         USA    Small
## 896      Vintage Cars           Graz     Austria    Small
## 897      Vintage Cars      Bruxelles     Belgium    Small
## 898             Ships        Bergamo       Italy   Medium
## 899             Ships       Salzburg     Austria    Small
## 900             Ships     Brickhaven         USA   Medium
## 901             Ships    New Bedford         USA   Medium
## 902             Ships       Helsinki     Finland   Medium
## 903             Ships          Boras      Sweden   Medium
## 904             Ships       Toulouse      France   Medium
## 905             Ships         London          UK    Small
## 906             Ships      Barcelona       Spain   Medium
## 907             Ships      San Diego         USA   Medium
## 908             Ships            NYC         USA    Small
## 909             Ships         Madrid       Spain    Small
## 910             Ships      Bruxelles     Belgium   Medium
## 911             Ships      Tsawassen      Canada    Small
## 912             Ships         Munich     Germany    Small
## 913             Ships   Philadelphia         USA    Small
## 914             Ships          Cowes          UK    Small
## 915             Ships      Kobenhavn     Denmark    Small
## 916             Ships      Charleroi     Belgium    Small
## 917             Ships         Madrid       Spain    Small
## 918             Ships           Oulu     Finland    Small
## 919             Ships         Madrid       Spain   Medium
## 920             Ships          Reims      France    Small
## 921             Ships       San Jose         USA    Small
## 922             Ships         Boston         USA   Medium
## 923      Vintage Cars        Stavern      Norway    Small
## 924      Vintage Cars         Madrid       Spain    Small
## 925      Vintage Cars      Chatswood   Australia    Small
## 926      Vintage Cars      Singapore   Singapore    Small
## 927      Vintage Cars            NYC         USA   Medium
## 928      Vintage Cars        Bergamo       Italy    Small
## 929      Vintage Cars   Philadelphia         USA    Small
## 930      Vintage Cars   Glen Waverly   Australia    Small
## 931      Vintage Cars      Vancouver      Canada   Medium
## 932      Vintage Cars        Burbank         USA   Medium
## 933      Vintage Cars      Cambridge         USA   Medium
## 934      Vintage Cars         Madrid       Spain   Medium
## 935      Vintage Cars       San Jose         USA   Medium
## 936      Vintage Cars      Chatswood   Australia   Medium
## 937      Vintage Cars         Torino       Italy   Medium
## 938      Vintage Cars          Boras      Sweden    Small
## 939      Vintage Cars     Versailles      France    Small
## 940      Vintage Cars     San Rafael         USA   Medium
## 941      Vintage Cars         Nashua         USA    Small
## 942      Vintage Cars     Manchester          UK    Small
## 943      Vintage Cars      Melbourne   Australia   Medium
## 944      Vintage Cars     San Rafael         USA   Medium
## 945      Vintage Cars     Brickhaven         USA    Small
## 946      Vintage Cars           Graz     Austria    Small
## 947      Vintage Cars      Bruxelles     Belgium    Small
## 948      Vintage Cars      Kobenhavn     Denmark   Medium
## 949      Vintage Cars      Singapore   Singapore   Medium
## 950      Vintage Cars         Madrid       Spain   Medium
## 951      Vintage Cars     San Rafael         USA   Medium
## 952      Vintage Cars         Madrid       Spain   Medium
## 953      Vintage Cars    New Bedford         USA   Medium
## 954      Vintage Cars         Madrid       Spain   Medium
## 955      Vintage Cars    New Bedford         USA   Medium
## 956      Vintage Cars      New Haven         USA   Medium
## 957      Vintage Cars           Lyon      France    Small
## 958      Vintage Cars      Bruxelles     Belgium   Medium
## 959      Vintage Cars          Cowes          UK   Medium
## 960      Vintage Cars            NYC         USA   Medium
## 961      Vintage Cars      Bruxelles     Belgium   Medium
## 962      Vintage Cars     San Rafael         USA   Medium
## 963      Vintage Cars         Torino       Italy    Small
## 964      Vintage Cars     Manchester          UK   Medium
## 965      Vintage Cars        Aaarhus     Denmark    Small
## 966      Vintage Cars        Stavern      Norway    Small
## 967      Vintage Cars          Paris      France   Medium
## 968      Vintage Cars         Madrid       Spain   Medium
## 969      Vintage Cars      Minato-ku       Japan   Medium
## 970      Vintage Cars         Madrid       Spain    Small
## 971      Vintage Cars     San Rafael         USA   Medium
## 972      Vintage Cars         Boston         USA   Medium
## 973      Classic Cars         Madrid       Spain   Medium
## 974      Classic Cars   Philadelphia         USA    Large
## 975      Classic Cars          Paris      France    Large
## 976      Classic Cars      Marseille      France   Medium
## 977      Classic Cars            NYC         USA   Medium
## 978      Classic Cars       Toulouse      France    Large
## 979      Classic Cars          Espoo     Finland   Medium
## 980      Classic Cars   North Sydney   Australia   Medium
## 981      Classic Cars           Oulu     Finland   Medium
## 982      Classic Cars      Singapore   Singapore    Large
## 983      Classic Cars       Montreal      Canada   Medium
## 984      Classic Cars         London          UK   Medium
## 985      Classic Cars         Bergen      Norway   Medium
## 986      Classic Cars        Sevilla       Spain   Medium
## 987      Classic Cars         Nashua         USA   Medium
## 988      Classic Cars   White Plains         USA    Large
## 989      Classic Cars         Madrid       Spain    Large
## 990      Classic Cars         Boston         USA   Medium
## 991      Classic Cars         Madrid       Spain   Medium
## 992      Classic Cars         Gensve Switzerland   Medium
## 993      Classic Cars     San Rafael         USA   Medium
## 994      Classic Cars           Oulu     Finland    Large
## 995      Classic Cars         Madrid       Spain    Large
## 996      Classic Cars      Liverpool          UK   Medium
## 997      Classic Cars      Singapore   Singapore   Medium
## 998      Classic Cars  Reggio Emilia       Italy   Medium
## 999      Classic Cars     San Rafael         USA   Medium
## 1000     Classic Cars      Las Vegas         USA   Medium
## 1001     Classic Cars      Allentown         USA   Medium
## 1002     Classic Cars         Gensve Switzerland   Medium
## 1003     Classic Cars            NYC         USA    Small
## 1004     Classic Cars           Oslo      Norway   Medium
## 1005     Classic Cars      Cambridge         USA    Large
## 1006     Classic Cars           Koln     Germany    Large
## 1007     Classic Cars      Vancouver      Canada   Medium
## 1008     Classic Cars    New Bedford         USA   Medium
## 1009     Classic Cars            NYC         USA   Medium
## 1010     Classic Cars   Philadelphia         USA   Medium
## 1011     Classic Cars           Lule      Sweden    Small
## 1012     Classic Cars      Melbourne   Australia   Medium
## 1013     Classic Cars            NYC         USA    Large
## 1014     Classic Cars         Madrid       Spain    Small
## 1015     Classic Cars      Charleroi     Belgium   Medium
## 1016     Classic Cars   North Sydney   Australia    Small
## 1017     Classic Cars       Helsinki     Finland    Large
## 1018     Classic Cars         Madrid       Spain   Medium
## 1019     Classic Cars         Madrid       Spain   Medium
## 1020     Classic Cars     Strasbourg      France    Large
## 1021     Classic Cars         Madrid       Spain    Large
## 1022     Classic Cars       Salzburg     Austria   Medium
## 1023     Classic Cars         Nantes      France   Medium
## 1024           Trains      Kobenhavn     Denmark   Medium
## 1025           Trains      Singapore   Singapore    Small
## 1026           Trains         Madrid       Spain   Medium
## 1027           Trains     San Rafael         USA    Small
## 1028           Trains         Madrid       Spain    Small
## 1029           Trains      Singapore   Singapore   Medium
## 1030           Trains         Madrid       Spain   Medium
## 1031           Trains    New Bedford         USA   Medium
## 1032           Trains      New Haven         USA   Medium
## 1033           Trains           Lyon      France   Medium
## 1034           Trains      Bruxelles     Belgium    Small
## 1035           Trains          Cowes          UK   Medium
## 1036           Trains            NYC         USA   Medium
## 1037           Trains      Bruxelles     Belgium   Medium
## 1038           Trains     San Rafael         USA   Medium
## 1039           Trains         Torino       Italy    Small
## 1040           Trains     Manchester          UK   Medium
## 1041           Trains        Aaarhus     Denmark    Small
## 1042           Trains           Lule      Sweden   Medium
## 1043           Trains          Paris      France    Small
## 1044           Trains         Madrid       Spain   Medium
## 1045           Trains      Minato-ku       Japan    Small
## 1046           Trains         Madrid       Spain   Medium
## 1047           Trains     San Rafael         USA    Small
## 1048           Trains         Boston         USA   Medium
## 1049     Classic Cars    Makati City Philippines    Small
## 1050     Classic Cars      Marseille      France    Small
## 1051     Classic Cars     San Rafael         USA   Medium
## 1052     Classic Cars     Brickhaven         USA   Medium
## 1053     Classic Cars   North Sydney   Australia    Small
## 1054     Classic Cars         Bergen      Norway    Small
## 1055     Classic Cars           Koln     Germany   Medium
## 1056     Classic Cars         Madrid       Spain    Small
## 1057     Classic Cars          Paris      France    Small
## 1058     Classic Cars         Gensve Switzerland   Medium
## 1059     Classic Cars      Kobenhavn     Denmark    Small
## 1060     Classic Cars          Paris      France    Small
## 1061     Classic Cars   Glen Waverly   Australia   Medium
## 1062     Classic Cars     Brickhaven         USA    Small
## 1063     Classic Cars         Gensve Switzerland   Medium
## 1064     Classic Cars      Frankfurt     Germany   Medium
## 1065     Classic Cars           Koln     Germany    Small
## 1066     Classic Cars            NYC         USA   Medium
## 1067     Classic Cars            NYC         USA    Small
## 1068     Classic Cars      Melbourne   Australia    Small
## 1069     Classic Cars          Espoo     Finland    Small
## 1070     Classic Cars         Madrid       Spain    Small
## 1071     Classic Cars     San Rafael         USA   Medium
## 1072     Vintage Cars        Stavern      Norway   Medium
## 1073     Vintage Cars         Madrid       Spain   Medium
## 1074     Vintage Cars      Chatswood   Australia   Medium
## 1075     Vintage Cars       Brisbane         USA   Medium
## 1076     Vintage Cars            NYC         USA   Medium
## 1077     Vintage Cars        Bergamo       Italy    Small
## 1078     Vintage Cars     San Rafael         USA    Small
## 1079     Vintage Cars   Glen Waverly   Australia    Small
## 1080     Vintage Cars      Vancouver      Canada    Small
## 1081     Vintage Cars        Burbank         USA   Medium
## 1082     Vintage Cars           Lyon      France   Medium
## 1083     Vintage Cars         Madrid       Spain   Medium
## 1084     Vintage Cars       San Jose         USA    Small
## 1085     Vintage Cars         Torino       Italy   Medium
## 1086     Vintage Cars     Brickhaven         USA    Small
## 1087     Vintage Cars     Versailles      France   Medium
## 1088     Vintage Cars     San Rafael         USA   Medium
## 1089     Vintage Cars      Frankfurt     Germany   Medium
## 1090     Vintage Cars      Melbourne   Australia    Small
## 1091     Vintage Cars     San Rafael         USA    Small
## 1092     Vintage Cars     Brickhaven         USA   Medium
## 1093     Vintage Cars     San Rafael         USA    Large
## 1094     Vintage Cars           Graz     Austria   Medium
## 1095     Vintage Cars      Bruxelles     Belgium    Small
## 1096     Classic Cars    Makati City Philippines   Medium
## 1097     Classic Cars      Marseille      France    Small
## 1098     Classic Cars     San Rafael         USA   Medium
## 1099     Classic Cars     Brickhaven         USA   Medium
## 1100     Classic Cars   North Sydney   Australia   Medium
## 1101     Classic Cars         Bergen      Norway   Medium
## 1102     Classic Cars           Koln     Germany   Medium
## 1103     Classic Cars         Madrid       Spain   Medium
## 1104     Classic Cars          Paris      France   Medium
## 1105     Classic Cars         Gensve Switzerland   Medium
## 1106     Classic Cars      Kobenhavn     Denmark   Medium
## 1107     Classic Cars          Paris      France   Medium
## 1108     Classic Cars   Glen Waverly   Australia    Large
## 1109     Classic Cars     Brickhaven         USA   Medium
## 1110     Classic Cars         Gensve Switzerland   Medium
## 1111     Classic Cars      Frankfurt     Germany   Medium
## 1112     Classic Cars           Koln     Germany   Medium
## 1113     Classic Cars           Lule      Sweden   Medium
## 1114     Classic Cars    Makati City Philippines   Medium
## 1115     Classic Cars      Melbourne   Australia   Medium
## 1116     Classic Cars         Madrid       Spain   Medium
## 1117     Classic Cars          Espoo     Finland   Medium
## 1118     Classic Cars         Madrid       Spain   Medium
## 1119     Classic Cars     San Rafael         USA    Large
## 1120     Classic Cars   Philadelphia         USA   Medium
## 1121     Classic Cars         Nantes      France   Medium
## 1122     Classic Cars          Reims      France   Medium
## 1123     Classic Cars   North Sydney   Australia   Medium
## 1124     Classic Cars        Aaarhus     Denmark   Medium
## 1125     Classic Cars    Bridgewater         USA   Medium
## 1126     Classic Cars         Bergen      Norway   Medium
## 1127     Classic Cars         Nashua         USA   Medium
## 1128     Classic Cars            NYC         USA   Medium
## 1129     Classic Cars         Madrid       Spain   Medium
## 1130     Classic Cars      San Diego         USA    Large
## 1131     Classic Cars          Osaka       Japan   Medium
## 1132     Classic Cars      Liverpool          UK   Medium
## 1133     Classic Cars  Reggio Emilia       Italy   Medium
## 1134     Classic Cars      Las Vegas         USA   Medium
## 1135     Classic Cars         Gensve Switzerland   Medium
## 1136     Classic Cars           Oslo      Norway   Medium
## 1137     Classic Cars         Madrid       Spain   Medium
## 1138     Classic Cars    New Bedford         USA   Medium
## 1139     Classic Cars   Philadelphia         USA    Small
## 1140     Classic Cars          Reims      France   Medium
## 1141     Classic Cars       Pasadena         USA   Medium
## 1142     Classic Cars         Madrid       Spain    Small
## 1143     Classic Cars      Kobenhavn     Denmark    Large
## 1144     Classic Cars       Salzburg     Austria   Medium
## 1145      Motorcycles    Makati City Philippines    Small
## 1146      Motorcycles      Marseille      France    Small
## 1147      Motorcycles     San Rafael         USA    Small
## 1148      Motorcycles       Glendale         USA   Medium
## 1149      Motorcycles   North Sydney   Australia    Small
## 1150      Motorcycles          Lille      France    Small
## 1151      Motorcycles           Koln     Germany   Medium
## 1152      Motorcycles          Paris      France    Small
## 1153      Motorcycles          Lille      France    Small
## 1154      Motorcycles            NYC         USA    Small
## 1155      Motorcycles          Paris      France    Small
## 1156      Motorcycles         Boston         USA    Small
## 1157      Motorcycles     Brickhaven         USA    Small
## 1158      Motorcycles          Paris      France    Small
## 1159      Motorcycles       Helsinki     Finland    Small
## 1160      Motorcycles           Koln     Germany    Small
## 1161      Motorcycles            NYC         USA    Small
## 1162      Motorcycles    Makati City Philippines    Small
## 1163      Motorcycles      Melbourne   Australia    Small
## 1164      Motorcycles         Madrid       Spain    Small
## 1165      Motorcycles          Espoo     Finland    Small
## 1166      Motorcycles         Madrid       Spain   Medium
## 1167      Motorcycles     San Rafael         USA   Medium
## 1168      Motorcycles      Liverpool          UK    Small
## 1169     Vintage Cars        Bergamo       Italy   Medium
## 1170     Vintage Cars       Salzburg     Austria    Small
## 1171     Vintage Cars     Brickhaven         USA   Medium
## 1172     Vintage Cars    New Bedford         USA   Medium
## 1173     Vintage Cars       Helsinki     Finland   Medium
## 1174     Vintage Cars          Boras      Sweden   Medium
## 1175     Vintage Cars       Toulouse      France   Medium
## 1176     Vintage Cars         London          UK   Medium
## 1177     Vintage Cars      Barcelona       Spain    Small
## 1178     Vintage Cars      San Diego         USA   Medium
## 1179     Vintage Cars      Cambridge         USA   Medium
## 1180     Vintage Cars         Madrid       Spain   Medium
## 1181     Vintage Cars      Bruxelles     Belgium   Medium
## 1182     Vintage Cars      Tsawassen      Canada   Medium
## 1183     Vintage Cars         Munich     Germany    Small
## 1184     Vintage Cars   Philadelphia         USA   Medium
## 1185     Vintage Cars          Cowes          UK   Medium
## 1186     Vintage Cars        Bergamo       Italy   Medium
## 1187     Vintage Cars      Charleroi     Belgium   Medium
## 1188     Vintage Cars         London          UK   Medium
## 1189     Vintage Cars           Oulu     Finland   Medium
## 1190     Vintage Cars         Madrid       Spain    Small
## 1191     Vintage Cars          Reims      France   Medium
## 1192     Vintage Cars       San Jose         USA    Large
## 1193     Vintage Cars   Glen Waverly   Australia   Medium
## 1194     Classic Cars         Madrid       Spain   Medium
## 1195     Classic Cars      Singapore   Singapore    Small
## 1196     Classic Cars            NYC         USA   Medium
## 1197     Classic Cars     San Rafael         USA   Medium
## 1198     Classic Cars South Brisbane   Australia   Medium
## 1199     Classic Cars      Singapore   Singapore   Medium
## 1200     Classic Cars  Reggio Emilia       Italy   Medium
## 1201     Classic Cars    New Bedford         USA   Medium
## 1202     Classic Cars      New Haven         USA   Medium
## 1203     Classic Cars         Boston         USA   Medium
## 1204     Classic Cars         Dublin     Ireland    Large
## 1205     Classic Cars      Frankfurt     Germany    Large
## 1206     Classic Cars          Espoo     Finland   Medium
## 1207     Classic Cars      Allentown         USA   Medium
## 1208     Classic Cars     San Rafael         USA   Medium
## 1209     Classic Cars            NYC         USA    Large
## 1210     Classic Cars     Manchester          UK   Medium
## 1211     Classic Cars        Aaarhus     Denmark   Medium
## 1212     Classic Cars            NYC         USA   Medium
## 1213     Classic Cars            NYC         USA   Medium
## 1214     Classic Cars            NYC         USA   Medium
## 1215     Classic Cars         Madrid       Spain    Small
## 1216     Classic Cars      Minato-ku       Japan    Large
## 1217     Classic Cars         Madrid       Spain   Medium
## 1218     Classic Cars         Madrid       Spain   Medium
## 1219     Classic Cars    Bridgewater         USA   Medium
## 1220     Vintage Cars         Nashua         USA    Small
## 1221     Vintage Cars     Manchester          UK    Small
## 1222     Vintage Cars      Las Vegas         USA   Medium
## 1223     Vintage Cars   North Sydney   Australia   Medium
## 1224     Vintage Cars        Bergamo       Italy    Small
## 1225     Vintage Cars     San Rafael         USA   Medium
## 1226     Vintage Cars   Glen Waverly   Australia    Small
## 1227     Vintage Cars            NYC         USA    Small
## 1228     Vintage Cars         London          UK   Medium
## 1229     Vintage Cars           Lyon      France   Medium
## 1230     Vintage Cars     Strasbourg      France   Medium
## 1231     Vintage Cars         Torino       Italy   Medium
## 1232     Vintage Cars      Singapore   Singapore    Small
## 1233     Vintage Cars      Liverpool          UK   Medium
## 1234     Vintage Cars         Madrid       Spain   Medium
## 1235     Vintage Cars     Manchester          UK    Large
## 1236     Vintage Cars      Marseille      France    Small
## 1237     Vintage Cars       Pasadena         USA    Small
## 1238     Vintage Cars         Madrid       Spain   Medium
## 1239     Vintage Cars       San Jose         USA    Small
## 1240     Vintage Cars      Chatswood   Australia   Medium
## 1241     Vintage Cars      Kobenhavn     Denmark   Medium
## 1242     Vintage Cars      Singapore   Singapore    Small
## 1243     Vintage Cars         Madrid       Spain   Medium
## 1244     Vintage Cars     San Rafael         USA    Small
## 1245     Vintage Cars         Madrid       Spain    Small
## 1246     Vintage Cars    New Bedford         USA    Small
## 1247     Vintage Cars         Madrid       Spain    Small
## 1248     Vintage Cars    New Bedford         USA   Medium
## 1249     Vintage Cars      Barcelona       Spain   Medium
## 1250     Vintage Cars           Lyon      France   Medium
## 1251     Vintage Cars      Bruxelles     Belgium   Medium
## 1252     Vintage Cars          Cowes          UK    Small
## 1253     Vintage Cars            NYC         USA   Medium
## 1254     Vintage Cars       Montreal      Canada    Small
## 1255     Vintage Cars      Bruxelles     Belgium    Small
## 1256     Vintage Cars      Tsawassen      Canada   Medium
## 1257     Vintage Cars         Torino       Italy   Medium
## 1258     Vintage Cars     Manchester          UK   Medium
## 1259     Vintage Cars         Nantes      France   Medium
## 1260     Vintage Cars           Lule      Sweden   Medium
## 1261     Vintage Cars            NYC         USA   Medium
## 1262     Vintage Cars         Madrid       Spain   Medium
## 1263     Vintage Cars      Minato-ku       Japan   Medium
## 1264     Vintage Cars         Madrid       Spain    Small
## 1265     Vintage Cars     San Rafael         USA   Medium
## 1266     Vintage Cars         Boston         USA    Small
## 1267 Trucks and Buses        Stavern      Norway   Medium
## 1268 Trucks and Buses          Paris      France   Medium
## 1269 Trucks and Buses         Madrid       Spain    Large
## 1270 Trucks and Buses     Burlingame         USA   Medium
## 1271 Trucks and Buses      Singapore   Singapore   Medium
## 1272 Trucks and Buses           Graz     Austria   Medium
## 1273 Trucks and Buses         London          UK   Medium
## 1274 Trucks and Buses   Philadelphia         USA    Small
## 1275 Trucks and Buses           Lyon      France   Medium
## 1276 Trucks and Buses         Boston         USA   Medium
## 1277 Trucks and Buses      Singapore   Singapore   Medium
## 1278 Trucks and Buses     San Rafael         USA   Medium
## 1279 Trucks and Buses      New Haven         USA    Small
## 1280 Trucks and Buses      Singapore   Singapore   Medium
## 1281 Trucks and Buses      Chatswood   Australia   Medium
## 1282 Trucks and Buses      Allentown         USA    Small
## 1283 Trucks and Buses          Boras      Sweden   Medium
## 1284 Trucks and Buses      Cambridge         USA    Small
## 1285 Trucks and Buses      Vancouver      Canada    Small
## 1286 Trucks and Buses      Frankfurt     Germany   Medium
## 1287 Trucks and Buses           Lule      Sweden   Medium
## 1288 Trucks and Buses      Melbourne   Australia   Medium
## 1289 Trucks and Buses     San Rafael         USA   Medium
## 1290 Trucks and Buses   North Sydney   Australia    Small
## 1291 Trucks and Buses     San Rafael         USA   Medium
## 1292 Trucks and Buses       Montreal      Canada   Medium
## 1293 Trucks and Buses         Nantes      France   Medium
## 1294     Vintage Cars        Stavern      Norway    Small
## 1295     Vintage Cars     San Rafael         USA    Small
## 1296     Vintage Cars         Madrid       Spain    Small
## 1297     Vintage Cars     Burlingame         USA    Small
## 1298     Vintage Cars      Singapore   Singapore    Small
## 1299     Vintage Cars           Graz     Austria    Small
## 1300     Vintage Cars South Brisbane   Australia    Small
## 1301     Vintage Cars   Philadelphia         USA    Small
## 1302     Vintage Cars           Lyon      France    Small
## 1303     Vintage Cars      Vancouver      Canada    Small
## 1304     Vintage Cars        Burbank         USA    Small
## 1305     Vintage Cars     San Rafael         USA    Small
## 1306     Vintage Cars      New Haven         USA    Small
## 1307     Vintage Cars      Minato-ku       Japan    Small
## 1308     Vintage Cars      Chatswood   Australia    Small
## 1309     Vintage Cars      Allentown         USA    Small
## 1310     Vintage Cars          Boras      Sweden    Small
## 1311     Vintage Cars     Versailles      France    Small
## 1312     Vintage Cars     San Rafael         USA    Small
## 1313     Vintage Cars            NYC         USA   Medium
## 1314     Vintage Cars         Madrid       Spain    Large
## 1315     Vintage Cars         Madrid       Spain   Medium
## 1316     Vintage Cars   North Sydney   Australia    Small
## 1317     Vintage Cars     San Rafael         USA    Large
## 1318     Vintage Cars       Montreal      Canada    Small
## 1319     Vintage Cars         Madrid       Spain    Small
## 1320     Classic Cars    Makati City Philippines   Medium
## 1321     Classic Cars      Marseille      France   Medium
## 1322     Classic Cars     San Rafael         USA   Medium
## 1323     Classic Cars       Glendale         USA   Medium
## 1324     Classic Cars   North Sydney   Australia   Medium
## 1325     Classic Cars          Lille      France   Medium
## 1326     Classic Cars           Koln     Germany   Medium
## 1327     Classic Cars          Paris      France   Medium
## 1328     Classic Cars         Gensve Switzerland   Medium
## 1329     Classic Cars      Kobenhavn     Denmark   Medium
## 1330     Classic Cars          Paris      France   Medium
## 1331     Classic Cars         Boston         USA    Small
## 1332     Classic Cars     Brickhaven         USA   Medium
## 1333     Classic Cars         Gensve Switzerland   Medium
## 1334     Classic Cars       Helsinki     Finland    Large
## 1335     Classic Cars           Koln     Germany   Medium
## 1336     Classic Cars            NYC         USA    Large
## 1337     Classic Cars    Makati City Philippines   Medium
## 1338     Classic Cars      Melbourne   Australia   Medium
## 1339     Classic Cars         Madrid       Spain   Medium
## 1340     Classic Cars          Espoo     Finland    Small
## 1341     Classic Cars         Madrid       Spain   Medium
## 1342     Classic Cars     San Rafael         USA   Medium
## 1343     Classic Cars     Manchester          UK    Small
## 1344     Classic Cars      Las Vegas         USA    Small
## 1345     Classic Cars   North Sydney   Australia    Small
## 1346     Classic Cars        Aaarhus     Denmark    Small
## 1347     Classic Cars        Bergamo       Italy    Small
## 1348     Classic Cars     San Rafael         USA   Medium
## 1349     Classic Cars   Glen Waverly   Australia    Small
## 1350     Classic Cars            NYC         USA   Medium
## 1351     Classic Cars         London          UK    Small
## 1352     Classic Cars           Lyon      France    Small
## 1353     Classic Cars     Strasbourg      France    Small
## 1354     Classic Cars            NYC         USA    Small
## 1355     Classic Cars         Madrid       Spain    Small
## 1356     Classic Cars      Singapore   Singapore    Small
## 1357     Classic Cars      Liverpool          UK    Small
## 1358     Classic Cars         Madrid       Spain    Small
## 1359     Classic Cars     Manchester          UK   Medium
## 1360     Classic Cars      Marseille      France    Small
## 1361     Classic Cars       Pasadena         USA   Medium
## 1362     Classic Cars         Madrid       Spain   Medium
## 1363     Classic Cars       San Jose         USA   Medium
## 1364     Classic Cars      Chatswood   Australia    Small
## 1365     Classic Cars     Manchester          UK   Medium
## 1366     Classic Cars      Las Vegas         USA    Small
## 1367     Classic Cars   North Sydney   Australia    Small
## 1368     Classic Cars        Aaarhus     Denmark    Small
## 1369     Classic Cars    Bridgewater         USA    Small
## 1370     Classic Cars     San Rafael         USA   Medium
## 1371     Classic Cars         Nashua         USA    Small
## 1372     Classic Cars            NYC         USA    Small
## 1373     Classic Cars         Madrid       Spain   Medium
## 1374     Classic Cars      San Diego         USA    Small
## 1375     Classic Cars     Strasbourg      France    Small
## 1376     Classic Cars            NYC         USA   Medium
## 1377     Classic Cars         Madrid       Spain    Small
## 1378     Classic Cars      Singapore   Singapore    Small
## 1379     Classic Cars           Oslo      Norway    Small
## 1380     Classic Cars         Madrid       Spain    Small
## 1381     Classic Cars    New Bedford         USA    Small
## 1382     Classic Cars     Manchester          UK    Small
## 1383     Classic Cars      Marseille      France    Small
## 1384     Classic Cars       Pasadena         USA    Small
## 1385     Classic Cars         Madrid       Spain   Medium
## 1386     Classic Cars       San Jose         USA    Small
## 1387     Classic Cars      Chatswood   Australia   Medium
## 1388     Classic Cars         Madrid       Spain    Small
## 1389     Classic Cars            NYC         USA   Medium
## 1390     Classic Cars            NYC         USA    Small
## 1391     Classic Cars          Espoo     Finland    Small
## 1392     Classic Cars South Brisbane   Australia    Small
## 1393     Classic Cars      Singapore   Singapore    Small
## 1394     Classic Cars  Reggio Emilia       Italy    Small
## 1395     Classic Cars        Sevilla       Spain    Small
## 1396     Classic Cars   White Plains         USA    Small
## 1397     Classic Cars         Boston         USA    Small
## 1398     Classic Cars         Dublin     Ireland    Small
## 1399     Classic Cars      Frankfurt     Germany    Small
## 1400     Classic Cars         Madrid       Spain    Small
## 1401     Classic Cars      Singapore   Singapore    Small
## 1402     Classic Cars     San Rafael         USA    Small
## 1403     Classic Cars     San Rafael         USA    Small
## 1404     Classic Cars            NYC         USA    Small
## 1405     Classic Cars      Cambridge         USA    Small
## 1406     Classic Cars        Aaarhus     Denmark    Small
## 1407     Classic Cars            NYC         USA    Small
## 1408     Classic Cars          Paris      France   Medium
## 1409     Classic Cars            NYC         USA    Small
## 1410     Classic Cars         Madrid       Spain    Small
## 1411     Classic Cars     San Rafael         USA    Small
## 1412     Classic Cars         Madrid       Spain    Small
## 1413     Classic Cars         Madrid       Spain    Small
## 1414     Classic Cars         Madrid       Spain    Small
## 1415     Classic Cars         Nantes      France    Small
## 1416      Motorcycles            NYC         USA    Small
## 1417      Motorcycles      Melbourne   Australia   Medium
## 1418      Motorcycles          Paris      France   Medium
## 1419      Motorcycles       Pasadena         USA   Medium
## 1420      Motorcycles     Burlingame         USA   Medium
## 1421      Motorcycles          Lille      France   Medium
## 1422      Motorcycles         Bergen      Norway    Small
## 1423      Motorcycles          Paris      France    Small
## 1424      Motorcycles      Melbourne   Australia    Small
## 1425      Motorcycles            NYC         USA    Small
## 1426      Motorcycles         Newark         USA    Small
## 1427      Motorcycles    Bridgewater         USA   Medium
## 1428      Motorcycles         Nantes      France    Small
## 1429      Motorcycles      Cambridge         USA   Medium
## 1430      Motorcycles       Helsinki     Finland   Medium
## 1431      Motorcycles        Stavern      Norway    Small
## 1432      Motorcycles      Allentown         USA   Medium
## 1433      Motorcycles            NYC         USA    Small
## 1434      Motorcycles      Minato-ku       Japan    Small
## 1435      Motorcycles     Burlingame         USA   Medium
## 1436      Motorcycles South Brisbane   Australia   Medium
## 1437      Motorcycles          Boras      Sweden   Medium
## 1438      Motorcycles      Liverpool          UK   Medium
## 1439      Motorcycles         Madrid       Spain   Medium
## 1440     Classic Cars     Manchester          UK    Small
## 1441     Classic Cars         Nantes      France    Small
## 1442     Classic Cars          Reims      France    Small
## 1443     Classic Cars   North Sydney   Australia    Small
## 1444     Classic Cars        Aaarhus     Denmark    Small
## 1445     Classic Cars    Bridgewater         USA    Small
## 1446     Classic Cars         Bergen      Norway    Small
## 1447     Classic Cars         Nashua         USA    Small
## 1448     Classic Cars            NYC         USA    Small
## 1449     Classic Cars         Madrid       Spain    Small
## 1450     Classic Cars      San Diego         USA    Small
## 1451     Classic Cars     Strasbourg      France    Small
## 1452     Classic Cars  Reggio Emilia       Italy    Small
## 1453     Classic Cars      Las Vegas         USA    Small
## 1454     Classic Cars      Singapore   Singapore    Small
## 1455     Classic Cars           Oslo      Norway    Small
## 1456     Classic Cars         Madrid       Spain    Small
## 1457     Classic Cars    New Bedford         USA    Small
## 1458     Classic Cars     Manchester          UK    Small
## 1459     Classic Cars          Reims      France    Small
## 1460     Classic Cars       Pasadena         USA    Small
## 1461     Classic Cars         Madrid       Spain   Medium
## 1462     Classic Cars       San Jose         USA    Small
## 1463     Classic Cars      Chatswood   Australia    Small
## 1464           Planes        Bergamo       Italy    Small
## 1465           Planes      Melbourne   Australia   Medium
## 1466           Planes         Madrid       Spain   Medium
## 1467           Planes       Pasadena         USA   Medium
## 1468           Planes     Burlingame         USA   Medium
## 1469           Planes          Osaka       Japan    Small
## 1470           Planes      Melbourne   Australia   Medium
## 1471           Planes      Tsawassen      Canada    Small
## 1472           Planes       San Jose         USA    Small
## 1473           Planes         Madrid       Spain   Medium
## 1474           Planes         Nantes      France    Small
## 1475           Planes           Oslo      Norway    Small
## 1476           Planes         Dublin     Ireland   Medium
## 1477           Planes   White Plains         USA   Medium
## 1478           Planes          Cowes          UK    Small
## 1479           Planes        Bergamo       Italy   Medium
## 1480           Planes      Minato-ku       Japan    Small
## 1481           Planes       Glendale         USA    Small
## 1482           Planes South Brisbane   Australia   Medium
## 1483           Planes         Madrid       Spain    Small
## 1484           Planes          Reims      France   Medium
## 1485           Planes         Newark         USA   Medium
## 1486           Planes  Reggio Emilia       Italy   Medium
## 1487     Vintage Cars      Frankfurt     Germany    Small
## 1488     Vintage Cars     Manchester          UK    Small
## 1489     Vintage Cars      Las Vegas         USA    Small
## 1490     Vintage Cars       Brisbane         USA    Small
## 1491     Vintage Cars        Bergamo       Italy    Small
## 1492     Vintage Cars     San Rafael         USA    Small
## 1493     Vintage Cars   Glen Waverly   Australia    Small
## 1494     Vintage Cars         Madrid       Spain    Small
## 1495     Vintage Cars         Madrid       Spain    Small
## 1496     Vintage Cars           Lyon      France    Small
## 1497     Vintage Cars         Boston         USA    Small
## 1498     Vintage Cars         Torino       Italy    Small
## 1499     Vintage Cars      Singapore   Singapore    Small
## 1500     Vintage Cars     Versailles      France    Small
## 1501     Vintage Cars     San Rafael         USA    Small
## 1502     Vintage Cars         Nashua         USA    Small
## 1503     Vintage Cars     Manchester          UK   Medium
## 1504     Vintage Cars      Marseille      France    Small
## 1505     Vintage Cars          Paris      France    Large
## 1506     Vintage Cars       Pasadena         USA    Small
## 1507     Vintage Cars         Madrid       Spain    Small
## 1508     Vintage Cars   North Sydney   Australia    Large
## 1509     Vintage Cars      Singapore   Singapore    Small
## 1510     Vintage Cars      Chatswood   Australia    Small
## 1511      Motorcycles            NYC         USA   Medium
## 1512      Motorcycles      Melbourne   Australia    Small
## 1513      Motorcycles          Paris      France   Medium
## 1514      Motorcycles       Pasadena         USA   Medium
## 1515      Motorcycles        Stavern      Norway    Small
## 1516      Motorcycles     Burlingame         USA    Small
## 1517      Motorcycles          Lille      France    Small
## 1518      Motorcycles         Bergen      Norway   Medium
## 1519      Motorcycles          Osaka       Japan    Small
## 1520      Motorcycles      Melbourne   Australia    Small
## 1521      Motorcycles   Philadelphia         USA   Medium
## 1522      Motorcycles       San Jose         USA    Small
## 1523      Motorcycles    Bridgewater         USA    Small
## 1524      Motorcycles         Nantes      France    Small
## 1525      Motorcycles      Cambridge         USA    Small
## 1526      Motorcycles         Dublin     Ireland    Small
## 1527      Motorcycles   White Plains         USA    Small
## 1528      Motorcycles      Allentown         USA    Small
## 1529      Motorcycles            NYC         USA   Medium
## 1530      Motorcycles      Barcelona       Spain   Medium
## 1531      Motorcycles          Espoo     Finland   Medium
## 1532      Motorcycles         Nantes      France    Small
## 1533      Motorcycles          Boras      Sweden   Medium
## 1534      Motorcycles          Paris      France   Medium
## 1535      Motorcycles  Reggio Emilia       Italy    Small
## 1536            Ships      Kobenhavn     Denmark   Medium
## 1537            Ships      Singapore   Singapore   Medium
## 1538            Ships         London          UK   Medium
## 1539            Ships     San Rafael         USA   Medium
## 1540            Ships         Madrid       Spain   Medium
## 1541            Ships          Boras      Sweden   Medium
## 1542            Ships         Madrid       Spain   Medium
## 1543            Ships    New Bedford         USA   Medium
## 1544            Ships      Barcelona       Spain   Medium
## 1545            Ships           Lyon      France   Medium
## 1546            Ships      Bruxelles     Belgium   Medium
## 1547            Ships          Cowes          UK   Medium
## 1548            Ships            NYC         USA   Medium
## 1549            Ships       Montreal      Canada   Medium
## 1550            Ships      Bruxelles     Belgium    Small
## 1551            Ships      Tsawassen      Canada   Medium
## 1552            Ships         Torino       Italy    Small
## 1553            Ships     Manchester          UK   Medium
## 1554            Ships         Nantes      France   Medium
## 1555            Ships           Lule      Sweden   Medium
## 1556            Ships            NYC         USA    Small
## 1557            Ships         Madrid       Spain    Small
## 1558            Ships      Minato-ku       Japan   Medium
## 1559            Ships     San Rafael         USA   Medium
## 1560            Ships         Boston         USA   Medium
## 1561     Vintage Cars      Frankfurt     Germany    Small
## 1562     Vintage Cars     Manchester          UK    Small
## 1563     Vintage Cars      Las Vegas         USA    Small
## 1564     Vintage Cars       Brisbane         USA    Small
## 1565     Vintage Cars        Bergamo       Italy    Small
## 1566     Vintage Cars     San Rafael         USA    Small
## 1567     Vintage Cars   Glen Waverly   Australia    Small
## 1568     Vintage Cars         Madrid       Spain    Small
## 1569     Vintage Cars         Madrid       Spain    Small
## 1570     Vintage Cars           Lyon      France    Small
## 1571     Vintage Cars         Madrid       Spain    Small
## 1572     Vintage Cars     Strasbourg      France    Small
## 1573     Vintage Cars         Torino       Italy    Small
## 1574     Vintage Cars         Bergen      Norway    Small
## 1575     Vintage Cars     Versailles      France    Small
## 1576     Vintage Cars     San Rafael         USA    Small
## 1577     Vintage Cars         Nashua         USA   Medium
## 1578     Vintage Cars     Manchester          UK    Small
## 1579     Vintage Cars         Nantes      France    Small
## 1580     Vintage Cars          Paris      France    Small
## 1581     Vintage Cars       Pasadena         USA    Small
## 1582     Vintage Cars         Madrid       Spain    Small
## 1583     Vintage Cars   North Sydney   Australia   Medium
## 1584     Vintage Cars     San Rafael         USA    Small
## 1585 Trucks and Buses        Stavern      Norway   Medium
## 1586 Trucks and Buses          Paris      France    Small
## 1587 Trucks and Buses         Madrid       Spain   Medium
## 1588 Trucks and Buses     Burlingame         USA   Medium
## 1589 Trucks and Buses           Oulu     Finland   Medium
## 1590 Trucks and Buses      Singapore   Singapore   Medium
## 1591 Trucks and Buses         London          UK    Small
## 1592 Trucks and Buses        Sevilla       Spain   Medium
## 1593 Trucks and Buses           Lyon      France   Medium
## 1594 Trucks and Buses         Boston         USA   Medium
## 1595 Trucks and Buses      Singapore   Singapore   Medium
## 1596 Trucks and Buses     San Rafael         USA   Medium
## 1597 Trucks and Buses         Madrid       Spain   Medium
## 1598 Trucks and Buses      Singapore   Singapore   Medium
## 1599 Trucks and Buses     San Rafael         USA   Medium
## 1600 Trucks and Buses      Allentown         USA    Small
## 1601 Trucks and Buses          Boras      Sweden   Medium
## 1602 Trucks and Buses      Cambridge         USA   Medium
## 1603 Trucks and Buses      Vancouver      Canada   Medium
## 1604 Trucks and Buses            NYC         USA   Medium
## 1605 Trucks and Buses           Lule      Sweden   Medium
## 1606 Trucks and Buses         Madrid       Spain   Medium
## 1607 Trucks and Buses         Madrid       Spain   Medium
## 1608 Trucks and Buses     San Rafael         USA   Medium
## 1609 Trucks and Buses     San Rafael         USA    Small
## 1610 Trucks and Buses         Madrid       Spain    Large
## 1611 Trucks and Buses         Nantes      France   Medium
## 1612      Motorcycles    Makati City Philippines    Small
## 1613      Motorcycles          Reims      France    Small
## 1614      Motorcycles     San Rafael         USA    Small
## 1615      Motorcycles       Pasadena         USA    Small
## 1616      Motorcycles   North Sydney   Australia    Small
## 1617      Motorcycles          Lille      France    Small
## 1618      Motorcycles         Madrid       Spain   Medium
## 1619      Motorcycles          Paris      France    Small
## 1620      Motorcycles          Lille      France    Small
## 1621      Motorcycles            NYC         USA    Small
## 1622      Motorcycles          Paris      France   Medium
## 1623      Motorcycles         Boston         USA    Small
## 1624      Motorcycles     Brickhaven         USA   Medium
## 1625      Motorcycles      Cambridge         USA    Small
## 1626      Motorcycles       Helsinki     Finland    Small
## 1627      Motorcycles        Stavern      Norway    Small
## 1628      Motorcycles            NYC         USA    Small
## 1629      Motorcycles    Makati City Philippines   Medium
## 1630      Motorcycles       Salzburg     Austria   Medium
## 1631      Motorcycles         Madrid       Spain    Small
## 1632      Motorcycles          Espoo     Finland    Small
## 1633      Motorcycles         Nantes      France    Small
## 1634      Motorcycles     San Rafael         USA    Small
## 1635      Motorcycles      Liverpool          UK    Small
## 1636     Classic Cars     Manchester          UK   Medium
## 1637     Classic Cars      Las Vegas         USA    Small
## 1638     Classic Cars   North Sydney   Australia    Small
## 1639     Classic Cars        Aaarhus     Denmark    Small
## 1640     Classic Cars    Bridgewater         USA    Small
## 1641     Classic Cars     San Rafael         USA    Small
## 1642     Classic Cars         Nashua         USA   Medium
## 1643     Classic Cars            NYC         USA   Medium
## 1644     Classic Cars         Madrid       Spain   Medium
## 1645     Classic Cars           Lyon      France   Medium
## 1646     Classic Cars     Strasbourg      France   Medium
## 1647     Classic Cars            NYC         USA   Medium
## 1648     Classic Cars         Madrid       Spain   Medium
## 1649     Classic Cars      Singapore   Singapore    Small
## 1650     Classic Cars      Liverpool          UK   Medium
## 1651     Classic Cars         Madrid       Spain    Small
## 1652     Classic Cars    New Bedford         USA    Small
## 1653     Classic Cars     Manchester          UK   Medium
## 1654     Classic Cars      Las Vegas         USA    Small
## 1655     Classic Cars     San Rafael         USA   Medium
## 1656     Classic Cars         Madrid       Spain    Small
## 1657     Classic Cars       San Jose         USA    Large
## 1658     Classic Cars      Chatswood   Australia   Medium
## 1659     Classic Cars         Madrid       Spain    Small
## 1660     Classic Cars          Paris      France    Small
## 1661     Classic Cars            NYC         USA    Small
## 1662     Classic Cars          Espoo     Finland    Small
## 1663     Classic Cars           Oulu     Finland    Small
## 1664     Classic Cars      Singapore   Singapore    Small
## 1665     Classic Cars         London          UK    Small
## 1666     Classic Cars        Sevilla       Spain    Small
## 1667     Classic Cars   White Plains         USA    Small
## 1668     Classic Cars         Boston         USA    Small
## 1669     Classic Cars       Brisbane         USA    Small
## 1670     Classic Cars     San Rafael         USA    Small
## 1671     Classic Cars         Madrid       Spain    Small
## 1672     Classic Cars      Singapore   Singapore    Small
## 1673     Classic Cars     San Rafael         USA    Small
## 1674     Classic Cars      Allentown         USA    Small
## 1675     Classic Cars            NYC         USA    Small
## 1676     Classic Cars      Cambridge         USA    Small
## 1677     Classic Cars        Aaarhus     Denmark    Small
## 1678     Classic Cars            NYC         USA   Medium
## 1679     Classic Cars     San Rafael         USA    Small
## 1680     Classic Cars            NYC         USA    Small
## 1681     Classic Cars         Madrid       Spain    Small
## 1682     Classic Cars     San Rafael         USA   Medium
## 1683     Classic Cars         Madrid       Spain   Medium
## 1684     Classic Cars         Madrid       Spain    Small
## 1685     Classic Cars         Madrid       Spain    Small
## 1686     Classic Cars         Nantes      France    Small
## 1687           Planes        Bergamo       Italy   Medium
## 1688           Planes       Salzburg     Austria    Small
## 1689           Planes       Glendale         USA    Small
## 1690           Planes    New Bedford         USA    Small
## 1691           Planes       Helsinki     Finland    Small
## 1692           Planes          Boras      Sweden    Small
## 1693           Planes       Toulouse      France    Small
## 1694           Planes         London          UK    Small
## 1695           Planes    Makati City Philippines   Medium
## 1696           Planes      San Diego         USA    Small
## 1697           Planes      Cambridge         USA    Small
## 1698           Planes         Madrid       Spain    Small
## 1699           Planes     Brickhaven         USA    Small
## 1700           Planes           Oslo      Norway    Small
## 1701           Planes         Munich     Germany    Small
## 1702           Planes   Philadelphia         USA    Small
## 1703           Planes          Cowes          UK    Small
## 1704           Planes        Bergamo       Italy    Small
## 1705           Planes      Minato-ku       Japan   Medium
## 1706           Planes         London          UK    Small
## 1707           Planes           Oulu     Finland    Small
## 1708           Planes         Madrid       Spain    Small
## 1709           Planes          Reims      France    Small
## 1710           Planes       San Jose         USA    Small
## 1711           Planes   Glen Waverly   Australia    Small
## 1712     Classic Cars     Manchester          UK   Medium
## 1713     Classic Cars      Las Vegas         USA    Small
## 1714     Classic Cars   North Sydney   Australia   Medium
## 1715     Classic Cars        Aaarhus     Denmark    Small
## 1716     Classic Cars        Bergamo       Italy    Small
## 1717     Classic Cars     San Rafael         USA    Small
## 1718     Classic Cars         Nashua         USA   Medium
## 1719     Classic Cars            NYC         USA   Medium
## 1720     Classic Cars         London          UK    Small
## 1721     Classic Cars           Lyon      France   Medium
## 1722     Classic Cars     Strasbourg      France    Small
## 1723     Classic Cars            NYC         USA   Medium
## 1724     Classic Cars         Madrid       Spain   Medium
## 1725     Classic Cars      Singapore   Singapore   Medium
## 1726     Classic Cars      Liverpool          UK   Medium
## 1727     Classic Cars         Madrid       Spain   Medium
## 1728     Classic Cars     Manchester          UK    Small
## 1729     Classic Cars      Las Vegas         USA    Small
## 1730     Classic Cars     San Rafael         USA   Medium
## 1731     Classic Cars         Madrid       Spain    Small
## 1732     Classic Cars       San Jose         USA   Medium
## 1733     Classic Cars      Chatswood   Australia   Medium
## 1734     Classic Cars   Philadelphia         USA    Small
## 1735     Classic Cars      Marseille      France    Small
## 1736     Classic Cars     San Rafael         USA    Small
## 1737     Classic Cars     Brickhaven         USA    Small
## 1738     Classic Cars       Montreal      Canada    Small
## 1739     Classic Cars         Bergen      Norway    Small
## 1740     Classic Cars         Nashua         USA    Small
## 1741     Classic Cars         Madrid       Spain    Small
## 1742     Classic Cars         Madrid       Spain    Small
## 1743     Classic Cars         Gensve Switzerland    Small
## 1744     Classic Cars           Oulu     Finland    Small
## 1745     Classic Cars      Liverpool          UK    Small
## 1746     Classic Cars  Reggio Emilia       Italy    Small
## 1747     Classic Cars      Las Vegas         USA    Small
## 1748     Classic Cars         Gensve Switzerland    Small
## 1749     Classic Cars           Oslo      Norway    Small
## 1750     Classic Cars           Koln     Germany    Small
## 1751     Classic Cars    New Bedford         USA    Small
## 1752     Classic Cars   Philadelphia         USA    Small
## 1753     Classic Cars      Melbourne   Australia    Small
## 1754     Classic Cars         Madrid       Spain    Small
## 1755     Classic Cars       Pasadena         USA   Medium
## 1756     Classic Cars         Madrid       Spain   Medium
## 1757     Classic Cars     San Rafael         USA   Medium
## 1758     Classic Cars     Strasbourg      France    Small
## 1759     Classic Cars       Salzburg     Austria    Small
## 1760     Vintage Cars      Kobenhavn     Denmark   Medium
## 1761     Vintage Cars       Salzburg     Austria   Medium
## 1762     Vintage Cars         London          UK   Medium
## 1763     Vintage Cars     San Rafael         USA   Medium
## 1764     Vintage Cars       Glendale         USA    Small
## 1765     Vintage Cars          Boras      Sweden    Small
## 1766     Vintage Cars         Madrid       Spain   Medium
## 1767     Vintage Cars    New Bedford         USA    Small
## 1768     Vintage Cars      Barcelona       Spain   Medium
## 1769     Vintage Cars           Lyon      France    Small
## 1770     Vintage Cars      San Diego         USA   Medium
## 1771     Vintage Cars         Newark         USA   Medium
## 1772     Vintage Cars            NYC         USA   Medium
## 1773     Vintage Cars       Montreal      Canada    Small
## 1774     Vintage Cars      Bruxelles     Belgium    Small
## 1775     Vintage Cars      Tsawassen      Canada   Medium
## 1776     Vintage Cars         Boston         USA   Medium
## 1777     Vintage Cars     Manchester          UK    Small
## 1778     Vintage Cars         Nantes      France    Small
## 1779     Vintage Cars           Lule      Sweden   Medium
## 1780     Vintage Cars      Minato-ku       Japan    Large
## 1781     Vintage Cars         Madrid       Spain   Medium
## 1782     Vintage Cars           Oulu     Finland    Small
## 1783     Vintage Cars     San Rafael         USA    Small
## 1784     Vintage Cars         Boston         USA   Medium
## 1785     Classic Cars     Manchester          UK    Small
## 1786     Classic Cars      Las Vegas         USA   Medium
## 1787     Classic Cars   North Sydney   Australia    Small
## 1788     Classic Cars        Aaarhus     Denmark    Small
## 1789     Classic Cars    Bridgewater         USA    Small
## 1790     Classic Cars     San Rafael         USA   Medium
## 1791     Classic Cars         Nashua         USA    Small
## 1792     Classic Cars            NYC         USA   Medium
## 1793     Classic Cars         Madrid       Spain    Small
## 1794     Classic Cars           Lyon      France   Medium
## 1795     Classic Cars     Strasbourg      France    Small
## 1796     Classic Cars            NYC         USA   Medium
## 1797     Classic Cars         Madrid       Spain    Small
## 1798     Classic Cars      Singapore   Singapore    Small
## 1799     Classic Cars      Liverpool          UK   Medium
## 1800     Classic Cars         Madrid       Spain    Small
## 1801     Classic Cars    New Bedford         USA   Medium
## 1802     Classic Cars     Manchester          UK    Small
## 1803     Classic Cars      Las Vegas         USA   Medium
## 1804     Classic Cars     San Rafael         USA   Medium
## 1805     Classic Cars         Madrid       Spain   Medium
## 1806     Classic Cars       San Jose         USA    Small
## 1807     Classic Cars      Chatswood   Australia   Medium
## 1808     Classic Cars    Makati City Philippines    Small
## 1809     Classic Cars      Marseille      France    Small
## 1810     Classic Cars     San Rafael         USA    Small
## 1811     Classic Cars     Brickhaven         USA    Small
## 1812     Classic Cars   North Sydney   Australia    Small
## 1813     Classic Cars         Bergen      Norway    Small
## 1814     Classic Cars           Koln     Germany    Small
## 1815     Classic Cars         Madrid       Spain    Small
## 1816     Classic Cars          Paris      France    Small
## 1817     Classic Cars         Gensve Switzerland    Small
## 1818     Classic Cars      Kobenhavn     Denmark    Small
## 1819     Classic Cars      Liverpool          UK    Small
## 1820     Classic Cars  Reggio Emilia       Italy    Small
## 1821     Classic Cars     Brickhaven         USA    Small
## 1822     Classic Cars         Gensve Switzerland    Small
## 1823     Classic Cars      Frankfurt     Germany    Small
## 1824     Classic Cars           Koln     Germany    Small
## 1825     Classic Cars           Lule      Sweden    Small
## 1826     Classic Cars   Philadelphia         USA   Medium
## 1827     Classic Cars      Melbourne   Australia    Small
## 1828     Classic Cars         Madrid       Spain    Small
## 1829     Classic Cars          Espoo     Finland    Small
## 1830     Classic Cars         Madrid       Spain    Small
## 1831     Classic Cars     San Rafael         USA    Small
## 1832     Classic Cars       Salzburg     Austria    Small
## 1833     Vintage Cars        Bergamo       Italy    Small
## 1834     Vintage Cars       Salzburg     Austria    Small
## 1835     Vintage Cars       Glendale         USA    Small
## 1836     Vintage Cars    New Bedford         USA    Small
## 1837     Vintage Cars       Helsinki     Finland    Small
## 1838     Vintage Cars          Boras      Sweden    Small
## 1839     Vintage Cars       Toulouse      France    Small
## 1840     Vintage Cars         London          UK    Small
## 1841     Vintage Cars    Makati City Philippines    Small
## 1842     Vintage Cars      San Diego         USA   Medium
## 1843     Vintage Cars      Cambridge         USA    Small
## 1844     Vintage Cars         Madrid       Spain   Medium
## 1845     Vintage Cars     Brickhaven         USA    Small
## 1846     Vintage Cars           Oslo      Norway    Small
## 1847     Vintage Cars         Munich     Germany    Small
## 1848     Vintage Cars   Philadelphia         USA    Small
## 1849     Vintage Cars          Cowes          UK   Medium
## 1850     Vintage Cars        Bergamo       Italy    Small
## 1851     Vintage Cars      Minato-ku       Japan    Small
## 1852     Vintage Cars         London          UK    Small
## 1853     Vintage Cars      Chatswood   Australia   Medium
## 1854     Vintage Cars           Oulu     Finland   Medium
## 1855     Vintage Cars         Madrid       Spain    Small
## 1856     Vintage Cars          Reims      France    Small
## 1857     Vintage Cars       San Jose         USA    Small
## 1858     Vintage Cars   Glen Waverly   Australia    Small
## 1859     Classic Cars     Manchester          UK   Medium
## 1860     Classic Cars      Las Vegas         USA   Medium
## 1861     Classic Cars   North Sydney   Australia   Medium
## 1862     Classic Cars        Aaarhus     Denmark   Medium
## 1863     Classic Cars    Bridgewater         USA    Small
## 1864     Classic Cars     San Rafael         USA   Medium
## 1865     Classic Cars         Nashua         USA   Medium
## 1866     Classic Cars            NYC         USA   Medium
## 1867     Classic Cars         Madrid       Spain   Medium
## 1868     Classic Cars      San Diego         USA   Medium
## 1869     Classic Cars     Strasbourg      France    Small
## 1870     Classic Cars            NYC         USA   Medium
## 1871     Classic Cars         Madrid       Spain   Medium
## 1872     Classic Cars      Singapore   Singapore   Medium
## 1873     Classic Cars           Oslo      Norway    Small
## 1874     Classic Cars         Madrid       Spain   Medium
## 1875     Classic Cars    New Bedford         USA    Small
## 1876     Classic Cars     Manchester          UK    Small
## 1877     Classic Cars      Las Vegas         USA    Small
## 1878     Classic Cars     San Rafael         USA    Small
## 1879     Classic Cars         Madrid       Spain   Medium
## 1880     Classic Cars       San Jose         USA   Medium
## 1881     Classic Cars      Chatswood   Australia    Small
## 1882     Vintage Cars      Kobenhavn     Denmark   Medium
## 1883     Vintage Cars       Salzburg     Austria   Medium
## 1884     Vintage Cars         London          UK   Medium
## 1885     Vintage Cars    New Bedford         USA    Small
## 1886     Vintage Cars       Helsinki     Finland    Small
## 1887     Vintage Cars          Boras      Sweden    Small
## 1888     Vintage Cars       Toulouse      France    Small
## 1889     Vintage Cars         London          UK   Medium
## 1890     Vintage Cars      Barcelona       Spain    Small
## 1891     Vintage Cars      San Diego         USA   Medium
## 1892     Vintage Cars            NYC         USA    Small
## 1893     Vintage Cars         Madrid       Spain   Medium
## 1894     Vintage Cars      Bruxelles     Belgium   Medium
## 1895     Vintage Cars      Tsawassen      Canada    Small
## 1896     Vintage Cars         Munich     Germany    Small
## 1897     Vintage Cars   Philadelphia         USA    Small
## 1898     Vintage Cars          Cowes          UK    Small
## 1899     Vintage Cars           Lule      Sweden    Small
## 1900     Vintage Cars      Minato-ku       Japan    Small
## 1901     Vintage Cars         Madrid       Spain    Small
## 1902     Vintage Cars           Oulu     Finland    Small
## 1903     Vintage Cars     San Rafael         USA   Medium
## 1904     Vintage Cars     San Rafael         USA   Medium
## 1905     Vintage Cars       San Jose         USA   Medium
## 1906     Vintage Cars         Boston         USA   Medium
## 1907     Classic Cars    Makati City Philippines   Medium
## 1908     Classic Cars      Marseille      France   Medium
## 1909     Classic Cars     San Rafael         USA   Medium
## 1910     Classic Cars     Brickhaven         USA    Small
## 1911     Classic Cars           Graz     Austria   Medium
## 1912     Classic Cars         Bergen      Norway   Medium
## 1913     Classic Cars         Nashua         USA   Medium
## 1914     Classic Cars         Madrid       Spain   Medium
## 1915     Classic Cars         Madrid       Spain   Medium
## 1916     Classic Cars         Gensve Switzerland   Medium
## 1917     Classic Cars           Oulu     Finland   Medium
## 1918     Classic Cars      Liverpool          UK   Medium
## 1919     Classic Cars  Reggio Emilia       Italy    Small
## 1920     Classic Cars      Las Vegas         USA   Medium
## 1921     Classic Cars         Gensve Switzerland   Medium
## 1922     Classic Cars           Oslo      Norway    Large
## 1923     Classic Cars           Koln     Germany   Medium
## 1924     Classic Cars    New Bedford         USA   Medium
## 1925     Classic Cars   Philadelphia         USA   Medium
## 1926     Classic Cars      Melbourne   Australia   Medium
## 1927     Classic Cars         Madrid       Spain   Medium
## 1928     Classic Cars          Espoo     Finland    Small
## 1929     Classic Cars         Madrid       Spain    Small
## 1930     Classic Cars     San Rafael         USA   Medium
## 1931     Classic Cars     Strasbourg      France    Large
## 1932     Classic Cars       Salzburg     Austria    Large
## 1933           Planes        Bergamo       Italy   Medium
## 1934           Planes       Salzburg     Austria    Small
## 1935           Planes       Glendale         USA   Medium
## 1936           Planes    New Bedford         USA    Small
## 1937           Planes       Helsinki     Finland   Medium
## 1938           Planes     Burlingame         USA    Small
## 1939           Planes       Toulouse      France    Small
## 1940           Planes    Makati City Philippines    Small
## 1941           Planes          Osaka       Japan    Small
## 1942           Planes      San Diego         USA    Small
## 1943           Planes      Tsawassen      Canada    Small
## 1944           Planes       San Jose         USA   Medium
## 1945           Planes         Madrid       Spain    Small
## 1946           Planes         Nantes      France   Medium
## 1947           Planes           Oslo      Norway    Small
## 1948           Planes         Munich     Germany    Small
## 1949           Planes   White Plains         USA   Medium
## 1950           Planes          Cowes          UK    Small
## 1951           Planes        Bergamo       Italy    Small
## 1952           Planes      Minato-ku       Japan   Medium
## 1953           Planes         London          UK    Small
## 1954           Planes      Chatswood   Australia   Medium
## 1955           Planes           Oulu     Finland    Small
## 1956           Planes         Madrid       Spain   Medium
## 1957           Planes          Reims      France    Small
## 1958           Planes         Newark         USA   Medium
## 1959           Planes  Reggio Emilia       Italy    Small
## 1960     Vintage Cars         Nashua         USA    Small
## 1961     Vintage Cars     Manchester          UK    Small
## 1962     Vintage Cars      Las Vegas         USA    Small
## 1963     Vintage Cars       Brisbane         USA    Small
## 1964     Vintage Cars        Bergamo       Italy    Small
## 1965     Vintage Cars     San Rafael         USA    Small
## 1966     Vintage Cars   Glen Waverly   Australia    Small
## 1967     Vintage Cars            NYC         USA    Small
## 1968     Vintage Cars         Madrid       Spain    Small
## 1969     Vintage Cars           Lyon      France    Small
## 1970     Vintage Cars            NYC         USA    Small
## 1971     Vintage Cars         Torino       Italy    Small
## 1972     Vintage Cars      Singapore   Singapore    Small
## 1973     Vintage Cars        Sevilla       Spain    Small
## 1974     Vintage Cars     San Rafael         USA    Small
## 1975     Vintage Cars     Manchester          UK   Medium
## 1976     Vintage Cars      Las Vegas         USA    Small
## 1977     Vintage Cars     San Rafael         USA    Small
## 1978     Vintage Cars         Madrid       Spain   Medium
## 1979     Vintage Cars      Minato-ku       Japan    Small
## 1980     Vintage Cars      Chatswood   Australia    Small
## 1981     Classic Cars         Madrid       Spain    Small
## 1982     Classic Cars            NYC         USA   Medium
## 1983     Classic Cars            NYC         USA    Small
## 1984     Classic Cars          Espoo     Finland   Medium
## 1985     Classic Cars South Brisbane   Australia    Small
## 1986     Classic Cars      Singapore   Singapore    Small
## 1987     Classic Cars  Reggio Emilia       Italy    Small
## 1988     Classic Cars        Sevilla       Spain   Medium
## 1989     Classic Cars   White Plains         USA   Medium
## 1990     Classic Cars         Boston         USA    Small
## 1991     Classic Cars         Dublin     Ireland   Medium
## 1992     Classic Cars      Frankfurt     Germany   Medium
## 1993     Classic Cars         Madrid       Spain   Medium
## 1994     Classic Cars     San Rafael         USA   Medium
## 1995     Classic Cars     San Rafael         USA   Medium
## 1996     Classic Cars            NYC         USA   Medium
## 1997     Classic Cars      Cambridge         USA   Medium
## 1998     Classic Cars        Aaarhus     Denmark   Medium
## 1999     Classic Cars        Stavern      Norway   Medium
## 2000     Classic Cars          Paris      France   Medium
## 2001     Classic Cars            NYC         USA   Medium
## 2002     Classic Cars          Reims      France    Small
## 2003     Classic Cars     San Rafael         USA    Small
## 2004     Classic Cars         Madrid       Spain    Small
## 2005     Classic Cars         Madrid       Spain   Medium
## 2006     Classic Cars         Madrid       Spain   Medium
## 2007     Vintage Cars        Stavern      Norway    Small
## 2008     Vintage Cars         Madrid       Spain   Medium
## 2009     Vintage Cars      Chatswood   Australia   Medium
## 2010     Vintage Cars       Brisbane         USA    Small
## 2011     Vintage Cars            NYC         USA   Medium
## 2012     Vintage Cars        Bergamo       Italy    Small
## 2013     Vintage Cars   Philadelphia         USA   Medium
## 2014     Vintage Cars   Glen Waverly   Australia    Small
## 2015     Vintage Cars      Vancouver      Canada   Medium
## 2016     Vintage Cars        Burbank         USA   Medium
## 2017     Vintage Cars      Cambridge         USA   Medium
## 2018     Vintage Cars         Madrid       Spain   Medium
## 2019     Vintage Cars       San Jose         USA   Medium
## 2020     Vintage Cars       Salzburg     Austria   Medium
## 2021     Vintage Cars         Torino       Italy    Small
## 2022     Vintage Cars     Brickhaven         USA   Medium
## 2023     Vintage Cars     Versailles      France   Medium
## 2024     Vintage Cars     San Rafael         USA   Medium
## 2025     Vintage Cars            NYC         USA   Medium
## 2026     Vintage Cars         Madrid       Spain    Small
## 2027     Vintage Cars         Madrid       Spain   Medium
## 2028     Vintage Cars     Brickhaven         USA   Medium
## 2029     Vintage Cars     San Rafael         USA   Medium
## 2030     Vintage Cars      Bruxelles     Belgium    Small
## 2031           Planes        Bergamo       Italy    Small
## 2032           Planes      Melbourne   Australia    Small
## 2033           Planes         Madrid       Spain   Medium
## 2034           Planes       Pasadena         USA    Small
## 2035           Planes     Burlingame         USA   Medium
## 2036           Planes          Osaka       Japan    Small
## 2037           Planes      Melbourne   Australia    Small
## 2038           Planes      Tsawassen      Canada   Medium
## 2039           Planes       San Jose         USA    Small
## 2040           Planes    Bridgewater         USA    Small
## 2041           Planes         Nantes      France    Small
## 2042           Planes           Oslo      Norway    Small
## 2043           Planes         Dublin     Ireland    Small
## 2044           Planes   White Plains         USA   Medium
## 2045           Planes     Burlingame         USA    Small
## 2046           Planes        Bergamo       Italy    Small
## 2047           Planes      Barcelona       Spain   Medium
## 2048           Planes       Glendale         USA   Medium
## 2049           Planes      Chatswood   Australia    Small
## 2050           Planes         Nantes      France    Large
## 2051           Planes         Madrid       Spain   Medium
## 2052           Planes          Reims      France   Medium
## 2053           Planes         Newark         USA   Medium
## 2054           Planes  Reggio Emilia       Italy   Medium
## 2055     Classic Cars    Makati City Philippines    Small
## 2056     Classic Cars      Marseille      France    Small
## 2057     Classic Cars     San Rafael         USA    Small
## 2058     Classic Cars     Brickhaven         USA    Small
## 2059     Classic Cars   North Sydney   Australia    Small
## 2060     Classic Cars          Lille      France    Small
## 2061     Classic Cars           Koln     Germany    Small
## 2062     Classic Cars          Paris      France    Small
## 2063     Classic Cars         Gensve Switzerland   Medium
## 2064     Classic Cars      Kobenhavn     Denmark    Small
## 2065     Classic Cars          Paris      France   Medium
## 2066     Classic Cars         Boston         USA   Medium
## 2067     Classic Cars     Brickhaven         USA   Medium
## 2068     Classic Cars         Gensve Switzerland   Medium
## 2069     Classic Cars       Helsinki     Finland    Small
## 2070     Classic Cars           Koln     Germany   Medium
## 2071     Classic Cars            NYC         USA   Medium
## 2072     Classic Cars   Philadelphia         USA   Medium
## 2073     Classic Cars          Reims      France   Medium
## 2074     Classic Cars         Madrid       Spain    Small
## 2075     Classic Cars          Espoo     Finland   Medium
## 2076     Classic Cars         Madrid       Spain   Medium
## 2077     Classic Cars     San Rafael         USA    Small
## 2078 Trucks and Buses        Stavern      Norway   Medium
## 2079 Trucks and Buses          Paris      France   Medium
## 2080 Trucks and Buses         Madrid       Spain   Medium
## 2081 Trucks and Buses     Burlingame         USA    Small
## 2082 Trucks and Buses           Oulu     Finland   Medium
## 2083 Trucks and Buses           Graz     Austria    Small
## 2084 Trucks and Buses         London          UK    Small
## 2085 Trucks and Buses        Sevilla       Spain   Medium
## 2086 Trucks and Buses           Lyon      France   Medium
## 2087 Trucks and Buses         Boston         USA   Medium
## 2088 Trucks and Buses      Singapore   Singapore    Small
## 2089 Trucks and Buses     San Rafael         USA    Small
## 2090 Trucks and Buses      New Haven         USA   Medium
## 2091 Trucks and Buses      Singapore   Singapore   Medium
## 2092 Trucks and Buses      Chatswood   Australia    Small
## 2093 Trucks and Buses      Allentown         USA    Small
## 2094 Trucks and Buses          Boras      Sweden    Small
## 2095 Trucks and Buses      Cambridge         USA   Medium
## 2096 Trucks and Buses      Vancouver      Canada    Small
## 2097 Trucks and Buses            NYC         USA    Small
## 2098 Trucks and Buses     San Rafael         USA   Medium
## 2099 Trucks and Buses         Madrid       Spain   Medium
## 2100 Trucks and Buses         Madrid       Spain   Medium
## 2101 Trucks and Buses     San Rafael         USA   Medium
## 2102 Trucks and Buses     San Rafael         USA    Small
## 2103 Trucks and Buses       Montreal      Canada    Small
## 2104 Trucks and Buses         Nantes      France   Medium
## 2105      Motorcycles            NYC         USA    Small
## 2106      Motorcycles      Melbourne   Australia    Small
## 2107      Motorcycles         Madrid       Spain    Small
## 2108      Motorcycles       Pasadena         USA   Medium
## 2109      Motorcycles     Burlingame         USA   Medium
## 2110      Motorcycles         Bergen      Norway   Medium
## 2111      Motorcycles          Osaka       Japan   Medium
## 2112      Motorcycles      Melbourne   Australia    Small
## 2113      Motorcycles      Tsawassen      Canada   Medium
## 2114      Motorcycles       San Jose         USA   Medium
## 2115      Motorcycles    Bridgewater         USA    Small
## 2116      Motorcycles         Nantes      France    Small
## 2117      Motorcycles      Cambridge         USA   Medium
## 2118      Motorcycles         Dublin     Ireland    Small
## 2119      Motorcycles   White Plains         USA    Small
## 2120      Motorcycles      Allentown         USA   Medium
## 2121      Motorcycles            NYC         USA    Small
## 2122      Motorcycles      Barcelona       Spain   Medium
## 2123      Motorcycles       Glendale         USA   Medium
## 2124      Motorcycles          Espoo     Finland   Medium
## 2125      Motorcycles         Nantes      France   Medium
## 2126      Motorcycles      Singapore   Singapore   Medium
## 2127      Motorcycles         Newark         USA   Medium
## 2128      Motorcycles  Reggio Emilia       Italy   Medium
## 2129      Motorcycles    Makati City Philippines    Small
## 2130      Motorcycles      Marseille      France    Small
## 2131      Motorcycles     San Rafael         USA    Small
## 2132      Motorcycles       Pasadena         USA    Small
## 2133      Motorcycles   North Sydney   Australia    Small
## 2134      Motorcycles          Lille      France    Small
## 2135      Motorcycles         Madrid       Spain    Small
## 2136      Motorcycles          Paris      France    Small
## 2137      Motorcycles          Lille      France    Small
## 2138      Motorcycles            NYC         USA    Small
## 2139      Motorcycles          Paris      France    Small
## 2140      Motorcycles         Boston         USA    Small
## 2141      Motorcycles     Brickhaven         USA    Small
## 2142      Motorcycles      Cambridge         USA    Small
## 2143      Motorcycles       Helsinki     Finland    Small
## 2144      Motorcycles           Koln     Germany    Small
## 2145      Motorcycles            NYC         USA    Small
## 2146      Motorcycles   Philadelphia         USA   Medium
## 2147      Motorcycles          Reims      France   Medium
## 2148      Motorcycles         Madrid       Spain    Small
## 2149      Motorcycles      Marseille      France    Small
## 2150      Motorcycles         Madrid       Spain   Medium
## 2151      Motorcycles     San Rafael         USA    Small
## 2152      Motorcycles      Liverpool          UK    Small
## 2153 Trucks and Buses         Madrid       Spain    Small
## 2154 Trucks and Buses          Paris      France    Small
## 2155 Trucks and Buses            NYC         USA    Small
## 2156 Trucks and Buses          Espoo     Finland    Small
## 2157 Trucks and Buses           Oulu     Finland    Small
## 2158 Trucks and Buses      Singapore   Singapore    Small
## 2159 Trucks and Buses         London          UK   Medium
## 2160 Trucks and Buses        Sevilla       Spain    Small
## 2161 Trucks and Buses   White Plains         USA    Small
## 2162 Trucks and Buses         Boston         USA    Small
## 2163 Trucks and Buses       Brisbane         USA    Small
## 2164 Trucks and Buses     San Rafael         USA    Small
## 2165 Trucks and Buses         Madrid       Spain    Small
## 2166 Trucks and Buses      Singapore   Singapore    Small
## 2167 Trucks and Buses     San Rafael         USA    Small
## 2168 Trucks and Buses      Allentown         USA    Small
## 2169 Trucks and Buses            NYC         USA    Small
## 2170 Trucks and Buses      Cambridge         USA    Small
## 2171 Trucks and Buses      Vancouver      Canada    Small
## 2172 Trucks and Buses        Stavern      Norway    Large
## 2173 Trucks and Buses     San Rafael         USA    Small
## 2174 Trucks and Buses            NYC         USA    Small
## 2175 Trucks and Buses          Reims      France   Medium
## 2176 Trucks and Buses     San Rafael         USA    Small
## 2177 Trucks and Buses         Madrid       Spain    Small
## 2178 Trucks and Buses         Madrid       Spain    Small
## 2179 Trucks and Buses         Madrid       Spain    Small
## 2180 Trucks and Buses         Nantes      France    Small
## 2181           Trains         Madrid       Spain   Medium
## 2182           Trains      Charleroi     Belgium    Small
## 2183           Trains            NYC         USA    Small
## 2184           Trains     San Rafael         USA   Medium
## 2185           Trains South Brisbane   Australia    Small
## 2186           Trains      Singapore   Singapore    Small
## 2187           Trains  Reggio Emilia       Italy    Small
## 2188           Trains        Sevilla       Spain    Small
## 2189           Trains   White Plains         USA    Small
## 2190           Trains         Boston         USA    Small
## 2191           Trains         Dublin     Ireland    Small
## 2192           Trains      Frankfurt     Germany    Small
## 2193           Trains          Espoo     Finland    Small
## 2194           Trains      Allentown         USA    Small
## 2195           Trains     San Rafael         USA    Small
## 2196           Trains            NYC         USA    Small
## 2197           Trains     Manchester          UK    Small
## 2198           Trains        Aaarhus     Denmark    Small
## 2199           Trains        Stavern      Norway   Medium
## 2200           Trains          Paris      France    Small
## 2201           Trains         Madrid       Spain   Medium
## 2202           Trains          Reims      France   Medium
## 2203           Trains     San Rafael         USA    Small
## 2204           Trains         Madrid       Spain    Small
## 2205           Trains         Madrid       Spain    Small
## 2206           Trains    Bridgewater         USA    Small
## 2207 Trucks and Buses        Stavern      Norway   Medium
## 2208 Trucks and Buses     San Rafael         USA    Small
## 2209 Trucks and Buses         Madrid       Spain    Small
## 2210 Trucks and Buses     Burlingame         USA    Small
## 2211 Trucks and Buses      Singapore   Singapore    Small
## 2212 Trucks and Buses           Graz     Austria    Small
## 2213 Trucks and Buses         London          UK    Small
## 2214 Trucks and Buses   Philadelphia         USA   Medium
## 2215 Trucks and Buses           Lyon      France    Small
## 2216 Trucks and Buses      Vancouver      Canada    Small
## 2217 Trucks and Buses      Singapore   Singapore    Small
## 2218 Trucks and Buses     San Rafael         USA    Small
## 2219 Trucks and Buses      New Haven         USA   Medium
## 2220 Trucks and Buses      Minato-ku       Japan    Small
## 2221 Trucks and Buses      Chatswood   Australia    Small
## 2222 Trucks and Buses      Allentown         USA    Small
## 2223 Trucks and Buses          Boras      Sweden    Small
## 2224 Trucks and Buses     Versailles      France    Small
## 2225 Trucks and Buses      Vancouver      Canada    Small
## 2226 Trucks and Buses            NYC         USA    Large
## 2227 Trucks and Buses         Madrid       Spain   Medium
## 2228 Trucks and Buses         Madrid       Spain   Medium
## 2229 Trucks and Buses   North Sydney   Australia   Medium
## 2230 Trucks and Buses     San Rafael         USA   Medium
## 2231 Trucks and Buses       Montreal      Canada    Small
## 2232 Trucks and Buses         Madrid       Spain    Small
## 2233     Vintage Cars        Bergamo       Italy    Small
## 2234     Vintage Cars      Melbourne   Australia    Small
## 2235     Vintage Cars         Madrid       Spain    Small
## 2236     Vintage Cars      Charleroi     Belgium    Small
## 2237     Vintage Cars     Burlingame         USA    Small
## 2238     Vintage Cars          Osaka       Japan    Small
## 2239     Vintage Cars      Melbourne   Australia    Small
## 2240     Vintage Cars      Tsawassen      Canada    Small
## 2241     Vintage Cars       San Jose         USA   Medium
## 2242     Vintage Cars         Madrid       Spain   Medium
## 2243     Vintage Cars         Nantes      France    Small
## 2244     Vintage Cars           Oslo      Norway   Medium
## 2245     Vintage Cars         Dublin     Ireland    Small
## 2246     Vintage Cars   White Plains         USA   Medium
## 2247     Vintage Cars          Cowes          UK    Small
## 2248     Vintage Cars        Bergamo       Italy    Small
## 2249     Vintage Cars      Barcelona       Spain    Small
## 2250     Vintage Cars       Glendale         USA    Small
## 2251     Vintage Cars      Chatswood   Australia   Medium
## 2252     Vintage Cars         Nantes      France   Medium
## 2253     Vintage Cars    New Bedford         USA   Medium
## 2254     Vintage Cars          Reims      France    Small
## 2255     Vintage Cars         Newark         USA   Medium
## 2256     Vintage Cars  Reggio Emilia       Italy    Small
## 2257      Motorcycles    Makati City Philippines   Medium
## 2258      Motorcycles          Reims      France    Small
## 2259      Motorcycles     San Rafael         USA    Small
## 2260      Motorcycles       Pasadena         USA   Medium
## 2261      Motorcycles   North Sydney   Australia   Medium
## 2262      Motorcycles          Lille      France    Small
## 2263      Motorcycles         Madrid       Spain   Medium
## 2264      Motorcycles          Paris      France   Medium
## 2265      Motorcycles          Lille      France   Medium
## 2266      Motorcycles            NYC         USA   Medium
## 2267      Motorcycles          Paris      France    Small
## 2268      Motorcycles         Boston         USA   Medium
## 2269      Motorcycles     Brickhaven         USA   Medium
## 2270      Motorcycles      Cambridge         USA    Small
## 2271      Motorcycles       Helsinki     Finland   Medium
## 2272      Motorcycles        Stavern      Norway   Medium
## 2273      Motorcycles            NYC         USA    Small
## 2274      Motorcycles   Philadelphia         USA   Medium
## 2275      Motorcycles       Salzburg     Austria    Small
## 2276      Motorcycles         Madrid       Spain   Medium
## 2277      Motorcycles    New Bedford         USA   Medium
## 2278      Motorcycles         Nantes      France   Medium
## 2279      Motorcycles     San Rafael         USA    Small
## 2280      Motorcycles      Liverpool          UK   Medium
## 2281     Vintage Cars        Bergamo       Italy    Small
## 2282     Vintage Cars      Melbourne   Australia    Small
## 2283     Vintage Cars         Madrid       Spain    Small
## 2284     Vintage Cars    New Bedford         USA    Small
## 2285     Vintage Cars         Madrid       Spain    Small
## 2286     Vintage Cars     Burlingame         USA    Small
## 2287     Vintage Cars        Burbank         USA    Small
## 2288     Vintage Cars          Osaka       Japan    Small
## 2289     Vintage Cars      Melbourne   Australia    Small
## 2290     Vintage Cars      Tsawassen      Canada    Small
## 2291     Vintage Cars       San Jose         USA    Small
## 2292     Vintage Cars         Madrid       Spain    Small
## 2293     Vintage Cars         Nantes      France    Small
## 2294     Vintage Cars           Oslo      Norway    Small
## 2295     Vintage Cars         Munich     Germany    Small
## 2296     Vintage Cars   White Plains         USA    Small
## 2297     Vintage Cars          Cowes          UK    Small
## 2298     Vintage Cars        Bergamo       Italy    Small
## 2299     Vintage Cars      Barcelona       Spain    Small
## 2300     Vintage Cars       Glendale         USA   Medium
## 2301     Vintage Cars      Chatswood   Australia    Small
## 2302     Vintage Cars         Nantes      France   Medium
## 2303     Vintage Cars    New Bedford         USA   Medium
## 2304     Vintage Cars          Reims      France    Small
## 2305     Vintage Cars         Newark         USA    Small
## 2306     Vintage Cars  Reggio Emilia       Italy    Small
## 2307 Trucks and Buses         Madrid       Spain   Medium
## 2308 Trucks and Buses            NYC         USA    Small
## 2309 Trucks and Buses            NYC         USA   Medium
## 2310 Trucks and Buses          Espoo     Finland   Medium
## 2311 Trucks and Buses           Oulu     Finland   Medium
## 2312 Trucks and Buses      Singapore   Singapore   Medium
## 2313 Trucks and Buses  Reggio Emilia       Italy   Medium
## 2314 Trucks and Buses        Sevilla       Spain   Medium
## 2315 Trucks and Buses   White Plains         USA   Medium
## 2316 Trucks and Buses         Boston         USA    Small
## 2317 Trucks and Buses         Dublin     Ireland   Medium
## 2318 Trucks and Buses      Frankfurt     Germany   Medium
## 2319 Trucks and Buses         Madrid       Spain    Small
## 2320 Trucks and Buses      Singapore   Singapore   Medium
## 2321 Trucks and Buses     San Rafael         USA   Medium
## 2322 Trucks and Buses     San Rafael         USA   Medium
## 2323 Trucks and Buses            NYC         USA   Medium
## 2324 Trucks and Buses      Cambridge         USA   Medium
## 2325 Trucks and Buses        Aaarhus     Denmark   Medium
## 2326 Trucks and Buses        Stavern      Norway   Medium
## 2327 Trucks and Buses          Paris      France   Medium
## 2328 Trucks and Buses         Madrid       Spain    Small
## 2329 Trucks and Buses          Reims      France   Medium
## 2330 Trucks and Buses     San Rafael         USA    Small
## 2331 Trucks and Buses         Madrid       Spain   Medium
## 2332 Trucks and Buses          Paris      France   Medium
## 2333 Trucks and Buses         Madrid       Spain   Medium
## 2334 Trucks and Buses         Nantes      France    Small
## 2335           Trains         Madrid       Spain    Small
## 2336           Trains      Singapore   Singapore    Small
## 2337           Trains            NYC         USA   Medium
## 2338           Trains     San Rafael         USA    Small
## 2339           Trains         Madrid       Spain    Small
## 2340           Trains      Singapore   Singapore    Small
## 2341           Trains  Reggio Emilia       Italy    Small
## 2342           Trains    New Bedford         USA    Small
## 2343           Trains      New Haven         USA    Small
## 2344           Trains           Lyon      France    Small
## 2345           Trains         Dublin     Ireland    Small
## 2346           Trains      Frankfurt     Germany    Small
## 2347           Trains          Espoo     Finland   Medium
## 2348           Trains      Allentown         USA    Small
## 2349           Trains     San Rafael         USA    Small
## 2350           Trains            NYC         USA    Small
## 2351           Trains     Manchester          UK    Small
## 2352           Trains        Aaarhus     Denmark    Small
## 2353           Trains        Stavern      Norway   Medium
## 2354           Trains            NYC         USA    Small
## 2355           Trains         Madrid       Spain   Medium
## 2356           Trains          Reims      France    Small
## 2357           Trains      Minato-ku       Japan    Small
## 2358           Trains         Madrid       Spain    Small
## 2359           Trains          Paris      France    Large
## 2360           Trains    Bridgewater         USA   Medium
## 2361      Motorcycles    Makati City Philippines    Small
## 2362      Motorcycles          Reims      France   Medium
## 2363      Motorcycles     San Rafael         USA   Medium
## 2364      Motorcycles       Pasadena         USA   Medium
## 2365      Motorcycles   North Sydney   Australia   Medium
## 2366      Motorcycles          Lille      France    Small
## 2367      Motorcycles         Madrid       Spain    Small
## 2368      Motorcycles          Paris      France   Medium
## 2369      Motorcycles          Lille      France   Medium
## 2370      Motorcycles            NYC         USA    Small
## 2371      Motorcycles          Paris      France   Medium
## 2372      Motorcycles         Boston         USA   Medium
## 2373      Motorcycles     Brickhaven         USA    Small
## 2374      Motorcycles      Cambridge         USA   Medium
## 2375      Motorcycles       Helsinki     Finland   Medium
## 2376      Motorcycles        Stavern      Norway    Small
## 2377      Motorcycles            NYC         USA   Medium
## 2378      Motorcycles   Philadelphia         USA   Medium
## 2379      Motorcycles       Salzburg     Austria   Medium
## 2380      Motorcycles          Paris      France   Medium
## 2381      Motorcycles    New Bedford         USA   Medium
## 2382      Motorcycles         Nantes      France   Medium
## 2383      Motorcycles     San Rafael         USA   Medium
## 2384      Motorcycles      Liverpool          UK    Small
## 2385            Ships      Kobenhavn     Denmark    Small
## 2386            Ships       Salzburg     Austria    Small
## 2387            Ships         London          UK    Small
## 2388            Ships     San Rafael         USA    Small
## 2389            Ships         Madrid       Spain    Small
## 2390            Ships          Boras      Sweden   Medium
## 2391            Ships         Madrid       Spain    Small
## 2392            Ships    New Bedford         USA    Small
## 2393            Ships      Barcelona       Spain    Small
## 2394            Ships           Lyon      France    Small
## 2395            Ships      San Diego         USA    Small
## 2396            Ships         Newark         USA    Small
## 2397            Ships            NYC         USA    Small
## 2398            Ships       Montreal      Canada    Small
## 2399            Ships      Bruxelles     Belgium    Small
## 2400            Ships      Tsawassen      Canada   Medium
## 2401            Ships         Boston         USA    Small
## 2402            Ships     Manchester          UK    Small
## 2403            Ships         Nantes      France    Small
## 2404            Ships           Lule      Sweden    Small
## 2405            Ships      Minato-ku       Japan    Small
## 2406            Ships         Madrid       Spain   Medium
## 2407            Ships           Oulu     Finland   Medium
## 2408            Ships     San Rafael         USA    Small
## 2409            Ships     San Rafael         USA    Small
## 2410            Ships         Boston         USA    Small
## 2411           Planes        Bergamo       Italy   Medium
## 2412           Planes      Melbourne   Australia   Medium
## 2413           Planes         Madrid       Spain    Small
## 2414           Planes    New Bedford         USA   Medium
## 2415           Planes         Madrid       Spain   Medium
## 2416           Planes     Burlingame         USA    Small
## 2417           Planes        Burbank         USA   Medium
## 2418           Planes          Osaka       Japan    Small
## 2419           Planes      Melbourne   Australia    Small
## 2420           Planes      Tsawassen      Canada    Small
## 2421           Planes       San Jose         USA    Small
## 2422           Planes         Madrid       Spain   Medium
## 2423           Planes         Nantes      France    Small
## 2424           Planes           Oslo      Norway    Small
## 2425           Planes         Munich     Germany   Medium
## 2426           Planes   White Plains         USA    Small
## 2427           Planes          Cowes          UK    Small
## 2428           Planes        Bergamo       Italy    Small
## 2429           Planes      Barcelona       Spain    Small
## 2430           Planes       Glendale         USA   Medium
## 2431           Planes      Chatswood   Australia    Small
## 2432           Planes         Nantes      France   Medium
## 2433           Planes    New Bedford         USA    Large
## 2434           Planes          Reims      France   Medium
## 2435           Planes         Newark         USA    Small
## 2436           Planes  Reggio Emilia       Italy    Small
## 2437            Ships      Kobenhavn     Denmark    Small
## 2438            Ships      Singapore   Singapore   Medium
## 2439            Ships         Madrid       Spain   Medium
## 2440            Ships     San Rafael         USA   Medium
## 2441            Ships         Madrid       Spain    Small
## 2442            Ships    New Bedford         USA   Medium
## 2443            Ships         Madrid       Spain    Small
## 2444            Ships    New Bedford         USA    Small
## 2445            Ships      New Haven         USA   Medium
## 2446            Ships           Lyon      France   Medium
## 2447            Ships      Bruxelles     Belgium    Small
## 2448            Ships          Cowes          UK    Small
## 2449            Ships            NYC         USA   Medium
## 2450            Ships      Bruxelles     Belgium    Small
## 2451            Ships     San Rafael         USA   Medium
## 2452            Ships         Torino       Italy    Small
## 2453            Ships     Manchester          UK   Medium
## 2454            Ships        Aaarhus     Denmark    Small
## 2455            Ships      Kobenhavn     Denmark   Medium
## 2456            Ships            NYC         USA    Small
## 2457            Ships         Madrid       Spain    Small
## 2458            Ships      Minato-ku       Japan   Medium
## 2459            Ships       Toulouse      France    Small
## 2460            Ships         Boston         USA   Medium
## 2461            Ships        Bergamo       Italy   Medium
## 2462            Ships       Salzburg     Austria    Small
## 2463            Ships       Glendale         USA    Small
## 2464            Ships    New Bedford         USA    Small
## 2465            Ships       Helsinki     Finland    Small
## 2466            Ships          Boras      Sweden    Small
## 2467            Ships       Toulouse      France   Medium
## 2468            Ships         London          UK    Small
## 2469            Ships      Barcelona       Spain    Small
## 2470            Ships      San Diego         USA    Small
## 2471            Ships      Cambridge         USA   Medium
## 2472            Ships         Madrid       Spain   Medium
## 2473            Ships     Brickhaven         USA    Small
## 2474            Ships      Tsawassen      Canada    Small
## 2475            Ships         Munich     Germany   Medium
## 2476            Ships   Philadelphia         USA   Medium
## 2477            Ships          Cowes          UK   Medium
## 2478            Ships        Bergamo       Italy   Medium
## 2479            Ships      Minato-ku       Japan   Medium
## 2480            Ships     Brickhaven         USA    Small
## 2481            Ships      Chatswood   Australia    Small
## 2482            Ships           Oulu     Finland    Small
## 2483            Ships         Madrid       Spain    Small
## 2484            Ships          Reims      France   Medium
## 2485            Ships       San Jose         USA   Medium
## 2486            Ships   Glen Waverly   Australia   Medium
## 2487           Planes        Bergamo       Italy   Medium
## 2488           Planes      Melbourne   Australia    Small
## 2489           Planes       Glendale         USA   Medium
## 2490           Planes    New Bedford         USA    Small
## 2491           Planes       Helsinki     Finland    Small
## 2492           Planes     Burlingame         USA   Medium
## 2493           Planes       Toulouse      France    Small
## 2494           Planes    Makati City Philippines   Medium
## 2495           Planes          Osaka       Japan    Small
## 2496           Planes      San Diego         USA   Medium
## 2497           Planes      Tsawassen      Canada   Medium
## 2498           Planes       San Jose         USA   Medium
## 2499           Planes         Madrid       Spain    Small
## 2500           Planes         Nantes      France   Medium
## 2501           Planes           Oslo      Norway   Medium
## 2502           Planes         Munich     Germany    Small
## 2503           Planes   White Plains         USA   Medium
## 2504           Planes          Cowes          UK    Small
## 2505           Planes        Bergamo       Italy   Medium
## 2506           Planes      Barcelona       Spain   Medium
## 2507           Planes     Brickhaven         USA   Medium
## 2508           Planes      Chatswood   Australia    Small
## 2509           Planes         Nantes      France   Medium
## 2510           Planes         Madrid       Spain   Medium
## 2511           Planes          Reims      France    Small
## 2512           Planes         Newark         USA    Large
## 2513           Planes  Reggio Emilia       Italy    Small
## 2514            Ships      Kobenhavn     Denmark    Small
## 2515            Ships       Salzburg     Austria    Small
## 2516            Ships         London          UK   Medium
## 2517            Ships    New Bedford         USA    Small
## 2518            Ships       Glendale         USA    Small
## 2519            Ships          Boras      Sweden   Medium
## 2520            Ships         Madrid       Spain    Small
## 2521            Ships    New Bedford         USA    Small
## 2522            Ships      Barcelona       Spain   Medium
## 2523            Ships           Lyon      France   Medium
## 2524            Ships      San Diego         USA    Small
## 2525            Ships         Newark         USA    Small
## 2526            Ships            NYC         USA    Small
## 2527            Ships       Montreal      Canada   Medium
## 2528            Ships      Bruxelles     Belgium    Small
## 2529            Ships      Tsawassen      Canada   Medium
## 2530            Ships         Boston         USA    Small
## 2531            Ships     Manchester          UK   Medium
## 2532            Ships          Cowes          UK   Medium
## 2533            Ships      Kobenhavn     Denmark    Small
## 2534            Ships      Minato-ku       Japan   Medium
## 2535            Ships         Madrid       Spain    Small
## 2536            Ships           Oulu     Finland    Small
## 2537            Ships         Madrid       Spain   Medium
## 2538            Ships       Toulouse      France    Small
## 2539            Ships         Boston         USA    Small
## 2540     Classic Cars        Stavern      Norway   Medium
## 2541     Classic Cars          Paris      France   Medium
## 2542     Classic Cars         Madrid       Spain   Medium
## 2543     Classic Cars     Burlingame         USA   Medium
## 2544     Classic Cars      Singapore   Singapore    Small
## 2545     Classic Cars           Graz     Austria   Medium
## 2546     Classic Cars         London          UK   Medium
## 2547     Classic Cars   Philadelphia         USA    Small
## 2548     Classic Cars           Lyon      France    Small
## 2549     Classic Cars      Vancouver      Canada   Medium
## 2550     Classic Cars      Singapore   Singapore    Small
## 2551     Classic Cars     San Rafael         USA   Medium
## 2552     Classic Cars      New Haven         USA   Medium
## 2553     Classic Cars      Minato-ku       Japan   Medium
## 2554     Classic Cars      Chatswood   Australia   Medium
## 2555     Classic Cars      Allentown         USA    Small
## 2556     Classic Cars          Boras      Sweden   Medium
## 2557     Classic Cars     Versailles      France   Medium
## 2558     Classic Cars      Vancouver      Canada    Small
## 2559     Classic Cars            NYC         USA   Medium
## 2560     Classic Cars          Paris      France    Large
## 2561     Classic Cars         Madrid       Spain    Small
## 2562     Classic Cars         Madrid       Spain   Medium
## 2563     Classic Cars     San Rafael         USA   Medium
## 2564     Classic Cars     San Rafael         USA    Small
## 2565     Classic Cars       Montreal      Canada   Medium
## 2566     Classic Cars         Madrid       Spain   Medium
## 2567           Planes        Bergamo       Italy   Medium
## 2568           Planes      Melbourne   Australia   Medium
## 2569           Planes         Madrid       Spain    Small
## 2570           Planes       Pasadena         USA    Small
## 2571           Planes     Burlingame         USA   Medium
## 2572           Planes         Bergen      Norway   Medium
## 2573           Planes          Osaka       Japan    Small
## 2574           Planes      Melbourne   Australia   Medium
## 2575           Planes      Tsawassen      Canada    Small
## 2576           Planes       San Jose         USA   Medium
## 2577           Planes    Bridgewater         USA   Medium
## 2578           Planes         Nantes      France   Medium
## 2579           Planes      Cambridge         USA   Medium
## 2580           Planes         Dublin     Ireland   Medium
## 2581           Planes   White Plains         USA   Medium
## 2582           Planes      Allentown         USA    Large
## 2583           Planes        Bergamo       Italy   Medium
## 2584           Planes      Barcelona       Spain   Medium
## 2585           Planes       Glendale         USA   Medium
## 2586           Planes      Chatswood   Australia   Medium
## 2587           Planes         Nantes      France    Small
## 2588           Planes    New Bedford         USA    Large
## 2589           Planes          Reims      France    Small
## 2590           Planes         Newark         USA    Small
## 2591           Planes  Reggio Emilia       Italy   Medium
## 2592           Planes        Bergamo       Italy   Medium
## 2593           Planes      Melbourne   Australia   Medium
## 2594           Planes    New Bedford         USA    Small
## 2595           Planes       Helsinki     Finland   Medium
## 2596           Planes     Burlingame         USA   Medium
## 2597           Planes        Burbank         USA   Medium
## 2598           Planes          Osaka       Japan    Small
## 2599           Planes      Melbourne   Australia    Small
## 2600           Planes      Tsawassen      Canada    Small
## 2601           Planes       San Jose         USA    Small
## 2602           Planes         Madrid       Spain    Small
## 2603           Planes         Nantes      France   Medium
## 2604           Planes           Oslo      Norway    Small
## 2605           Planes         Munich     Germany    Small
## 2606           Planes   White Plains         USA    Small
## 2607           Planes          Cowes          UK   Medium
## 2608           Planes        Bergamo       Italy    Small
## 2609           Planes       Salzburg     Austria   Medium
## 2610           Planes       Glendale         USA   Medium
## 2611           Planes      Chatswood   Australia   Medium
## 2612           Planes         Nantes      France   Medium
## 2613           Planes         Madrid       Spain   Medium
## 2614           Planes          Reims      France    Small
## 2615           Planes         Newark         USA    Large
## 2616           Planes  Reggio Emilia       Italy    Small
## 2617            Ships      Kobenhavn     Denmark   Medium
## 2618            Ships      Barcelona       Spain   Medium
## 2619            Ships         London          UK   Medium
## 2620            Ships     San Rafael         USA    Small
## 2621            Ships         Madrid       Spain   Medium
## 2622            Ships          Boras      Sweden    Small
## 2623            Ships         Madrid       Spain   Medium
## 2624            Ships    New Bedford         USA   Medium
## 2625            Ships      Barcelona       Spain    Small
## 2626            Ships           Lyon      France   Medium
## 2627            Ships      San Diego         USA   Medium
## 2628            Ships          Cowes          UK   Medium
## 2629            Ships            NYC         USA   Medium
## 2630            Ships       Montreal      Canada    Small
## 2631            Ships      Bruxelles     Belgium   Medium
## 2632            Ships      Tsawassen      Canada    Small
## 2633            Ships         Boston         USA   Medium
## 2634            Ships     Manchester          UK    Small
## 2635            Ships         Nantes      France    Small
## 2636            Ships      Kobenhavn     Denmark   Medium
## 2637            Ships            NYC         USA    Small
## 2638            Ships         Madrid       Spain    Small
## 2639            Ships           Oulu     Finland   Medium
## 2640            Ships         Madrid       Spain   Medium
## 2641            Ships       Toulouse      France   Medium
## 2642            Ships         Boston         USA   Medium
## 2643            Ships      Kobenhavn     Denmark    Small
## 2644            Ships      Singapore   Singapore   Medium
## 2645            Ships         London          UK    Small
## 2646            Ships     San Rafael         USA   Medium
## 2647            Ships         Madrid       Spain    Small
## 2648            Ships          Boras      Sweden   Medium
## 2649            Ships         Madrid       Spain    Small
## 2650            Ships    New Bedford         USA    Small
## 2651            Ships      Barcelona       Spain   Medium
## 2652            Ships           Lyon      France    Small
## 2653            Ships      San Diego         USA    Small
## 2654            Ships          Cowes          UK    Small
## 2655            Ships            NYC         USA   Medium
## 2656            Ships       Montreal      Canada   Medium
## 2657            Ships      Bruxelles     Belgium    Small
## 2658            Ships      Tsawassen      Canada   Medium
## 2659            Ships     Brickhaven         USA   Medium
## 2660            Ships     Manchester          UK   Medium
## 2661            Ships         Nantes      France   Medium
## 2662            Ships      Kobenhavn     Denmark   Medium
## 2663            Ships            NYC         USA    Small
## 2664            Ships         Madrid       Spain    Small
## 2665            Ships           Oulu     Finland   Medium
## 2666            Ships         Madrid       Spain    Small
## 2667            Ships       Toulouse      France   Medium
## 2668            Ships         Boston         USA    Small
## 2669           Planes        Bergamo       Italy    Small
## 2670           Planes       Salzburg     Austria    Small
## 2671           Planes       Glendale         USA    Small
## 2672           Planes    New Bedford         USA    Small
## 2673           Planes       Helsinki     Finland   Medium
## 2674           Planes     Burlingame         USA   Medium
## 2675           Planes       Toulouse      France   Medium
## 2676           Planes    Makati City Philippines    Small
## 2677           Planes          Osaka       Japan    Small
## 2678           Planes      San Diego         USA   Medium
## 2679           Planes      Tsawassen      Canada    Small
## 2680           Planes       San Jose         USA    Small
## 2681           Planes         Madrid       Spain    Small
## 2682           Planes         Nantes      France    Small
## 2683           Planes           Oslo      Norway    Small
## 2684           Planes         Munich     Germany   Medium
## 2685           Planes   White Plains         USA    Small
## 2686           Planes          Cowes          UK    Small
## 2687           Planes        Bergamo       Italy   Medium
## 2688           Planes      Minato-ku       Japan    Small
## 2689           Planes     Brickhaven         USA    Small
## 2690           Planes      Chatswood   Australia   Medium
## 2691           Planes           Oulu     Finland    Small
## 2692           Planes         Madrid       Spain   Medium
## 2693           Planes          Reims      France   Medium
## 2694           Planes         Newark         USA    Small
## 2695           Planes  Reggio Emilia       Italy    Small
## 2696           Planes        Bergamo       Italy    Small
## 2697           Planes       Salzburg     Austria    Small
## 2698           Planes       Glendale         USA    Small
## 2699           Planes    New Bedford         USA    Small
## 2700           Planes       Helsinki     Finland    Small
## 2701           Planes          Boras      Sweden    Small
## 2702           Planes       Toulouse      France    Small
## 2703           Planes         London          UK    Small
## 2704           Planes      Barcelona       Spain    Small
## 2705           Planes      San Diego         USA    Small
## 2706           Planes      Cambridge         USA    Small
## 2707           Planes         Madrid       Spain    Small
## 2708           Planes     Brickhaven         USA    Small
## 2709           Planes      Tsawassen      Canada    Small
## 2710           Planes         Munich     Germany    Small
## 2711           Planes   Philadelphia         USA    Small
## 2712           Planes          Cowes          UK    Small
## 2713           Planes            NYC         USA   Medium
## 2714           Planes      Minato-ku       Japan    Small
## 2715           Planes     Brickhaven         USA    Small
## 2716           Planes      Chatswood   Australia    Small
## 2717           Planes           Oulu     Finland    Small
## 2718           Planes         Madrid       Spain   Medium
## 2719           Planes          Reims      France    Small
## 2720           Planes       San Jose         USA    Small
## 2721           Planes   Glen Waverly   Australia    Small
## 2722            Ships      Kobenhavn     Denmark    Small
## 2723            Ships      Singapore   Singapore    Small
## 2724            Ships         London          UK    Small
## 2725            Ships     San Rafael         USA    Small
## 2726            Ships         Madrid       Spain   Medium
## 2727            Ships          Boras      Sweden    Small
## 2728            Ships         Madrid       Spain    Small
## 2729            Ships    New Bedford         USA    Small
## 2730            Ships      Barcelona       Spain    Small
## 2731            Ships           Lyon      France    Small
## 2732            Ships      San Diego         USA    Small
## 2733            Ships          Cowes          UK    Small
## 2734            Ships            NYC         USA    Small
## 2735            Ships       Montreal      Canada    Small
## 2736            Ships      Bruxelles     Belgium    Small
## 2737            Ships      Tsawassen      Canada    Small
## 2738            Ships         Torino       Italy    Small
## 2739            Ships     Manchester          UK    Small
## 2740            Ships         Nantes      France    Small
## 2741            Ships      Kobenhavn     Denmark   Medium
## 2742            Ships            NYC         USA   Medium
## 2743            Ships         Madrid       Spain    Small
## 2744            Ships           Oulu     Finland   Medium
## 2745            Ships         Madrid       Spain   Medium
## 2746            Ships       Toulouse      France    Small
## 2747            Ships         Boston         USA   Medium

Mengurutkan order yang memiliki total harga terbesar ke terkecil

datafilter3_sortedTP <- datafilter3[order(datafilter3$TOTALPRICE,decreasing=TRUE),]
print(datafilter3_sortedTP)
##      ORDERNUMBER QUANTITYORDERED PRICEEACH TOTALPRICE  ORDERDATE     STATUS
## 572        10407              76    185.30   14082.80 22/04/2020    On Hold
## 715        10322              50    250.73   12536.50 04/11/2019    Shipped
## 50         10424              50    240.02   12001.00 31/05/2020 In Process
## 1021       10412              60    198.13   11887.80 03/05/2020    Shipped
## 97         10403              66    180.10   11886.60 08/04/2020    Shipped
## 1931       10405              76    154.47   11739.72 14/04/2020    Shipped
## 43         10312              48    242.16   11623.68 21/10/2019    Shipped
## 177        10127              46    245.20   11279.20 03/06/2018    Shipped
## 29         10150              45    244.30   10993.50 19/09/2018    Shipped
## 1780       10339              55    195.60   10758.00 23/11/2019    Shipped
## 187        10247              44    241.05   10606.20 05/05/2019    Shipped
## 1143       10406              65    161.06   10468.90 15/04/2020   Disputed
## 42         10304              47    216.44   10172.68 11/10/2019    Shipped
## 2433       10388              46    218.84   10066.64 03/03/2020    Shipped
## 2050       10375              43    233.48   10039.64 03/02/2020    Shipped
## 83         10223              49    199.47    9774.03 20/02/2019    Shipped
## 1505       10356              48    202.50    9720.00 09/12/2019    Shipped
## 122        10400              64    150.96    9661.44 01/04/2020    Shipped
## 164        10276              50    192.62    9631.00 02/08/2019    Shipped
## 2560       10336              46    207.80    9558.80 20/11/2019    Shipped
## 807        10214              50    190.69    9534.50 26/01/2019    Shipped
## 303        10142              46    205.89    9470.94 08/08/2018    Shipped
## 76         10120              46    201.41    9264.86 29/04/2018    Shipped
## 154        10147              48    192.62    9245.76 05/09/2018    Shipped
## 475        10369              44    210.01    9240.44 20/01/2020    Shipped
## 1932       10419              70    132.00    9240.00 17/05/2020    Shipped
## 98         10417              56    164.61    9218.16 13/05/2020   Disputed
## 640        10271              50    183.38    9169.00 20/07/2019    Shipped
## 163        10266              44    208.19    9160.36 06/07/2019    Shipped
## 34         10206              47    192.87    9064.89 05/12/2018    Shipped
## 400        10405              97     93.28    9048.16 14/04/2020    Shipped
## 2359       10395              45    199.49    8977.05 17/03/2020    Shipped
## 1006       10310              48    186.27    8940.96 16/10/2019    Shipped
## 1093       10382              50    178.71    8935.50 17/02/2020    Shipped
## 80         10180              41    216.90    8892.90 11/11/2018    Shipped
## 183        10196              47    189.10    8887.70 26/11/2018    Shipped
## 670        10367              45    197.44    8884.80 12/01/2020   Resolved
## 2172       10325              38    232.74    8844.12 05/11/2019    Shipped
## 982        10165              47    186.27    8754.69 22/10/2018    Shipped
## 81         10188              45    193.66    8714.70 18/11/2018    Shipped
## 175        10105              41    211.96    8690.36 11/02/2018    Shipped
## 200        10413              36    241.05    8677.80 05/05/2020    Shipped
## 249        10403              66    131.04    8648.64 08/04/2020    Shipped
## 184        10208              46    187.02    8602.92 02/01/2019    Shipped
## 180        10165              44    195.33    8594.52 22/10/2018    Shipped
## 1610       10412              70    121.40    8498.00 03/05/2020    Shipped
## 223        10370              49    172.86    8470.14 20/01/2020    Shipped
## 636        10219              43    196.48    8448.64 10/02/2019    Shipped
## 1108       10265              49    171.98    8427.02 02/07/2019    Shipped
## 190        10293              46    182.86    8411.56 09/09/2019    Shipped
## 257        10176              47    178.27    8378.69 06/11/2018    Shipped
## 186        10231              42    199.49    8378.58 19/03/2019    Shipped
## 453        10406              61    137.29    8374.69 15/04/2020   Disputed
## 1508       10391              33    252.87    8344.71 09/03/2020    Shipped
## 230        10145              49    170.20    8339.80 25/08/2018    Shipped
## 86         10263              41    203.34    8336.94 28/06/2019    Shipped
## 978        10136              41    203.21    8331.61 04/07/2018    Shipped
## 989        10203              48    172.73    8291.04 02/12/2018    Shipped
## 1020       10405              55    150.71    8289.05 14/04/2020    Shipped
## 228        10121              50    165.68    8284.00 07/05/2018    Shipped
## 812        10289              43    192.38    8272.34 03/09/2019    Shipped
## 1204       10220              50    165.16    8258.00 12/02/2019    Shipped
## 974        10109              46    179.50    8257.00 10/03/2018    Shipped
## 315        10293              45    183.40    8253.00 09/09/2019    Shipped
## 275        10413              47    175.25    8236.75 05/05/2020    Shipped
## 975        10114              48    171.03    8209.44 01/04/2018    Shipped
## 2226       10324              48    171.03    8209.44 05/11/2019    Shipped
## 538        10250              45    181.34    8160.30 11/05/2019    Shipped
## 302        10127              42    193.78    8138.76 03/06/2018    Shipped
## 245        10341              55    147.61    8118.55 24/11/2019    Shipped
## 567        10312              48    168.30    8078.40 21/10/2019    Shipped
## 178        10142              33    243.13    8023.29 08/08/2018    Shipped
## 31         10174              34    235.73    8014.82 06/11/2018    Shipped
## 40         10280              34    235.73    8014.82 17/08/2019    Shipped
## 153        10135              42    190.68    8008.56 02/07/2018    Shipped
## 192        10314              38    209.88    7975.44 22/10/2019    Shipped
## 226        10424              49    162.64    7969.36 31/05/2020 In Process
## 313        10272              39    204.16    7962.24 20/07/2019    Shipped
## 801        10139              41    194.06    7956.46 16/07/2018    Shipped
## 1334       10299              49    162.19    7947.31 30/09/2019    Shipped
## 1336       10319              45    175.58    7901.10 03/11/2019    Shipped
## 307        10185              43    183.40    7886.20 14/11/2018    Shipped
## 306        10176              50    157.45    7872.50 06/11/2018    Shipped
## 1317       10382              39    200.70    7827.30 17/02/2020    Shipped
## 19         10341              41    188.73    7737.93 24/11/2019    Shipped
## 1922       10301              50    154.47    7723.50 05/10/2018    Shipped
## 847        10419              55    139.92    7695.60 17/05/2020    Shipped
## 38         10258              32    240.02    7680.64 15/06/2019    Shipped
## 91         10318              37    207.22    7667.14 02/11/2019    Shipped
## 569        10344              45    170.00    7650.00 25/11/2019    Shipped
## 988        10195              50    152.41    7620.50 25/11/2018    Shipped
## 152        10122              42    180.95    7599.90 08/05/2018    Shipped
## 563        10241              41    185.30    7597.30 13/04/2019    Shipped
## 558        10182              44    171.70    7554.80 12/11/2018    Shipped
## 237        10251              46    164.18    7552.28 18/05/2019    Shipped
## 2512       10401              85     88.75    7543.75 03/04/2020    On Hold
## 24         10417              66    113.88    7516.08 13/05/2020   Disputed
## 159        10211              41    182.90    7498.90 15/01/2019    Shipped
## 806        10205              40    187.31    7492.40 03/12/2018    Shipped
## 615        10301              47    159.32    7488.04 05/10/2018    Shipped
## 535        10198              42    178.19    7483.98 27/11/2018    Shipped
## 181        10176              33    226.50    7474.50 06/11/2018    Shipped
## 646        10336              49    152.26    7460.74 20/11/2019    Shipped
## 1005       10305              37    201.51    7455.87 13/10/2019    Shipped
## 606        10192              47    157.90    7421.30 20/11/2018    Shipped
## 1119       10390              50    147.94    7397.00 04/03/2020    Shipped
## 1013       10349              48    154.10    7396.80 01/12/2019    Shipped
## 627        10115              46    160.46    7381.16 04/04/2018    Shipped
## 633        10184              46    160.46    7381.16 14/11/2018    Shipped
## 543        10307              39    189.23    7379.97 14/10/2019    Shipped
## 28         10140              37    199.30    7374.10 24/07/2018    Shipped
## 253        10127              46    160.14    7366.44 03/06/2018    Shipped
## 1130       10226              46    159.65    7343.90 26/02/2019    Shipped
## 27         10126              38    192.87    7329.06 28/05/2018    Shipped
## 566        10302              43    170.00    7310.00 06/10/2018    Shipped
## 1235       10332              50    146.20    7310.00 17/11/2019    Shipped
## 1192       10400              58    125.99    7307.42 01/04/2020    Shipped
## 637        10230              49    148.99    7300.51 15/03/2019    Shipped
## 33         10194              42    173.58    7290.36 25/11/2018    Shipped
## 1017       10377              39    186.27    7264.53 09/02/2020    Shipped
## 1205       10230              42    172.34    7238.28 15/03/2019    Shipped
## 308        10196              38    190.32    7232.16 26/11/2018    Shipped
## 26         10112              29    248.59    7209.11 24/03/2018    Shipped
## 99         10105              50    144.16    7208.00 11/02/2018    Shipped
## 645        10324              47    153.35    7207.45 05/11/2019    Shipped
## 427        10424              54    133.00    7182.00 31/05/2020 In Process
## 1657       10407              76     94.50    7182.00 22/04/2020    On Hold
## 185        10220              32    224.42    7181.44 12/02/2019    Shipped
## 624        10406              48    149.36    7169.28 15/04/2020   Disputed
## 2588       10388              50    143.09    7154.50 03/03/2020    Shipped
## 628        10127              45    158.82    7146.90 03/06/2018    Shipped
## 1209       10292              44    162.29    7140.76 08/09/2019    Shipped
## 41         10291              37    192.87    7136.19 08/09/2019    Shipped
## 995        10246              36    198.13    7132.68 05/05/2019    Shipped
## 2582       10318              50    142.38    7119.00 02/11/2019    Shipped
## 630        10151              43    165.37    7110.91 21/09/2018    Shipped
## 1314       10348              29    245.20    7110.80 01/11/2019    Shipped
## 2615       10401              77     92.00    7084.00 03/04/2020    On Hold
## 994        10239              47    150.71    7083.37 12/04/2019    Shipped
## 1269       10126              50    141.66    7083.00 28/05/2018    Shipped
## 85         10251              43    164.61    7078.23 18/05/2019    Shipped
## 189        10282              41    172.47    7071.27 20/08/2019    Shipped
## 635        10207              44    160.46    7060.24 09/12/2018    Shipped
## 525        10407              59    119.46    7048.14 22/04/2020    On Hold
## 304        10153              49    143.61    7036.89 28/09/2018    Shipped
## 1216       10372              48    146.49    7031.52 26/01/2020    Shipped
## 77         10134              31    226.58    7023.98 01/07/2018    Shipped
## 84         10237              39    180.10    7023.90 05/04/2019    Shipped
## 139        10281              44    159.56    7020.64 19/08/2019    Shipped
## 134        10217              48    146.26    7020.48 04/02/2019    Shipped
## 709        10227              46    152.56    7017.76 02/03/2019    Shipped
## 262        10230              43    163.17    7016.31 15/03/2019    Shipped
## 1914       10203              47    148.86    6996.42 02/12/2018    Shipped
## 795        10389              39    179.00    6981.00 03/03/2020    Shipped
## 1548       10248              48    145.01    6960.48 07/05/2019  Cancelled
## 537        10222              49    141.92    6954.08 19/02/2019    Shipped
## 311        10231              49    141.88    6952.12 19/03/2019    Shipped
## 1915       10212              49    141.83    6949.67 16/01/2019    Shipped
## 167        10310              33    210.14    6934.62 16/10/2019    Shipped
## 953        10166              43    161.18    6930.74 21/10/2018    Shipped
## 528        10119              43    160.84    6916.12 28/04/2018    Shipped
## 317        10314              36    192.05    6913.80 22/10/2019    Shipped
## 87         10275              36    191.72    6901.92 23/07/2019    Shipped
## 1219       10413              49    140.75    6896.75 05/05/2020    Shipped
## 956        10196              49    140.69    6893.81 26/11/2018    Shipped
## 168        10320              31    221.81    6876.11 03/11/2019    Shipped
## 1018       10383              47    146.15    6869.05 22/02/2020    Shipped
## 240        10285              49    140.08    6863.92 27/08/2019    Shipped
## 1342       10390              49    140.06    6862.94 04/03/2020    Shipped
## 834        10241              44    155.76    6853.44 13/04/2019    Shipped
## 2027       10358              41    167.00    6847.00 10/12/2019    Shipped
## 745        10347              50    136.69    6834.50 29/11/2019    Shipped
## 1313       10324              38    179.79    6832.02 05/11/2019    Shipped
## 355        10165              48    142.20    6825.60 22/10/2018    Shipped
## 1594       10207              46    148.24    6819.04 09/12/2018    Shipped
## 207        10174              43    158.54    6817.22 06/11/2018    Shipped
## 1546       10221              49    138.87    6804.63 18/02/2019    Shipped
## 2230       10382              48    141.66    6799.68 17/02/2020    Shipped
## 996        10253              40    169.34    6773.60 01/06/2019  Cancelled
## 1287       10334              49    138.03    6763.47 19/11/2019    On Hold
## 1930       10390              45    150.29    6763.05 04/03/2020    Shipped
## 1110       10287              40    169.04    6761.60 30/08/2019    Shipped
## 1206       10247              48    140.75    6756.00 05/05/2019    Shipped
## 1107       10252              41    164.63    6749.83 26/05/2019    Shipped
## 232        10180              40    168.69    6747.60 11/11/2018    Shipped
## 540        10274              41    164.00    6724.00 21/07/2019    Shipped
## 647        10349              38    176.83    6719.54 01/12/2019    Shipped
## 651        10412              41    163.73    6712.93 03/05/2020    Shipped
## 962        10282              43    155.71    6695.53 20/08/2019    Shipped
## 89         10299              29    230.46    6683.34 30/09/2019    Shipped
## 141        10305              38    175.81    6680.78 13/10/2019    Shipped
## 142        10313              40    166.95    6678.00 22/10/2019    Shipped
## 214        10258              41    162.64    6668.24 15/06/2019    Shipped
## 1276       10207              47    141.66    6658.02 09/12/2018    Shipped
## 2124       10363              50    131.53    6576.50 06/01/2020    Shipped
## 191        10306              31    211.96    6570.76 14/10/2019    Shipped
## 539        10262              49    134.04    6567.96 24/06/2019  Cancelled
## 206        10164              49    133.94    6563.06 21/10/2018   Resolved
## 1106       10238              49    133.76    6554.24 09/04/2019    Shipped
## 638        10246              40    163.73    6549.20 05/05/2019    Shipped
## 1115       10342              55    119.06    6548.30 24/11/2019    Shipped
## 363        10259              46    142.20    6541.20 15/06/2019    Shipped
## 1725       10288              48    136.23    6539.04 01/09/2019    Shipped
## 531        10155              38    171.88    6531.44 06/10/2018    Shipped
## 443        10287              41    158.52    6499.32 30/08/2019    Shipped
## 2355       10350              44    147.52    6490.88 02/12/2019    Shipped
## 533        10178              42    154.54    6490.68 08/11/2018    Shipped
## 64         10285              47    137.97    6484.59 27/08/2019    Shipped
## 800        10125              34    190.69    6483.46 21/05/2018    Shipped
## 2122       10340              55    117.87    6482.85 24/11/2019    Shipped
## 1271       10150              49    131.98    6467.02 19/09/2018    Shipped
## 36         10228              29    222.87    6463.23 10/03/2019    Shipped
## 448        10342              40    161.36    6454.40 24/11/2019    Shipped
## 1136       10301              39    165.30    6446.70 05/10/2018    Shipped
## 358        10195              49    131.54    6445.46 25/11/2018    Shipped
## 1432       10318              48    134.11    6437.28 02/11/2019    Shipped
## 238        10263              48    134.05    6434.40 28/06/2019    Shipped
## 447        10331              46    139.87    6434.02 17/11/2019    Shipped
## 551        10400              34    189.23    6433.82 01/04/2020    Shipped
## 1468       10168              49    131.30    6433.70 28/10/2018    Shipped
## 607        10204              38    169.28    6432.64 02/12/2018    Shipped
## 135        10229              50    128.53    6426.50 11/03/2019    Shipped
## 992        10225              43    149.02    6407.86 22/02/2019    Shipped
## 1000       10278              42    152.41    6401.22 06/08/2019    Shipped
## 218        10304              39    164.00    6396.00 11/10/2019    Shipped
## 268        10314              46    138.99    6393.54 22/10/2019    Shipped
## 217        10291              41    155.80    6387.80 08/09/2019    Shipped
## 2099       10348              42    152.07    6386.94 01/11/2019    Shipped
## 846        10407              41    155.76    6386.16 22/04/2020    On Hold
## 2578       10275              48    132.89    6378.72 23/07/2019    Shipped
## 1218       10394              37    172.34    6376.58 15/03/2020    Shipped
## 370        10336              38    167.70    6372.60 20/11/2019    Shipped
## 2175       10359              36    176.63    6358.68 15/12/2019    Shipped
## 1129       10212              45    141.28    6357.60 16/01/2019    Shipped
## 2125       10375              37    171.71    6353.27 03/02/2020    Shipped
## 1329       10238              44    144.34    6350.96 09/04/2019    Shipped
## 1536       10105              43    147.47    6341.21 11/02/2018    Shipped
## 1909       10135              47    134.81    6336.07 02/07/2018    Shipped
## 985        10181              45    140.55    6324.75 12/11/2018    Shipped
## 1913       10192              45    140.43    6319.35 20/11/2018    Shipped
## 1993       10246              46    137.20    6311.20 05/05/2019    Shipped
## 676        10127              45    139.91    6295.95 03/06/2018    Shipped
## 677        10141              47    133.78    6287.66 01/08/2018    Shipped
## 1338       10342              38    165.17    6276.46 24/11/2019    Shipped
## 1015       10366              34    184.58    6275.72 10/01/2020    Shipped
## 2025       10324              33    189.93    6267.69 05/11/2019    Shipped
## 1112       10310              49    127.88    6266.12 16/10/2019    Shipped
## 1864       10182              49    127.43    6244.07 12/11/2018    Shipped
## 1120       10109              47    132.80    6241.60 10/03/2018    Shipped
## 225        10411              40    155.80    6232.00 01/05/2020    Shipped
## 445        10310              37    168.43    6231.91 16/10/2019    Shipped
## 1705       10339              55    112.99    6214.45 23/11/2019    Shipped
## 1193       10415              51    121.75    6209.25 09/05/2020   Disputed
## 612        10266              49    126.60    6203.40 06/07/2019    Shipped
## 1286       10323              47    131.98    6203.06 05/11/2019    Shipped
## 368        10314              45    137.46    6185.70 22/10/2019    Shipped
## 436        10204              42    147.20    6182.40 02/12/2018    Shipped
## 2309       10127              46    134.27    6176.42 03/06/2018    Shipped
## 1871       10279              48    128.50    6168.00 09/08/2019    Shipped
## 208        10183              41    150.34    6163.94 13/11/2018    Shipped
## 710        10243              47    130.94    6154.18 26/04/2019    Shipped
## 506        10161              43    143.11    6153.73 17/10/2018    Shipped
## 1203       10207              40    153.67    6146.80 09/12/2018    Shipped
## 603        10161              48    128.03    6145.44 17/10/2018    Shipped
## 844        10366              49    125.40    6144.60 10/01/2020    Shipped
## 1240       10420              66     92.95    6134.70 29/05/2020 In Process
## 276        10108              45    136.23    6130.35 03/03/2018    Shipped
## 82         10210              34    180.10    6123.40 12/01/2019    Shipped
## 37         10245              34    180.01    6120.34 04/05/2019    Shipped
## 324        10396              33    185.13    6109.29 23/03/2020    Shipped
## 1784       10414              60    101.79    6107.40 06/05/2020    On Hold
## 1337       10330              50    122.02    6101.00 16/11/2019    Shipped
## 1683       10383              40    152.24    6089.60 22/02/2020    Shipped
## 235        10224              43    141.58    6087.94 21/02/2019    Shipped
## 1542       10177              50    121.66    6083.00 07/11/2018    Shipped
## 35         10215              35    173.58    6075.30 29/01/2019    Shipped
## 554        10110              42    144.50    6069.00 18/03/2018    Shipped
## 75         10107              27    224.65    6065.55 24/02/2018    Shipped
## 2576       10250              44    137.63    6055.72 11/05/2019    Shipped
## 176        10117              33    182.86    6034.38 16/04/2018    Shipped
## 951        10142              47    128.39    6034.33 08/08/2018    Shipped
## 278        10135              48    125.66    6031.68 02/07/2018    Shipped
## 1538       10129              45    133.95    6027.75 12/06/2018    Shipped
## 828        10172              39    154.44    6023.16 05/11/2018    Shipped
## 534        10186              32    187.65    6004.80 14/11/2018    Shipped
## 44         10322              40    150.01    6000.40 04/11/2019    Shipped
## 108        10222              49    122.40    5997.60 19/02/2019    Shipped
## 679        10165              46    130.09    5984.14 22/10/2018    Shipped
## 681        10184              46    130.09    5984.14 14/11/2018    Shipped
## 1606       10348              37    161.66    5981.42 01/11/2019    Shipped
## 1408       10336              45    132.72    5972.40 20/11/2019    Shipped
## 561        10214              30    198.90    5967.00 26/01/2019    Shipped
## 222        10357              49    121.64    5960.36 10/12/2019    Shipped
## 1131       10240              37    161.06    5959.22 13/04/2019    Shipped
## 251        10104              34    175.25    5958.50 31/01/2018    Shipped
## 248        10388              44    135.26    5951.44 03/03/2020    Shipped
## 375        10412              54    110.21    5951.34 03/05/2020    Shipped
## 809        10244              43    138.38    5950.34 29/04/2019    Shipped
## 1712       10110              46    129.18    5942.28 18/03/2018    Shipped
## 322        10372              34    174.75    5941.50 26/01/2020    Shipped
## 629        10141              39    152.27    5938.53 01/08/2018    Shipped
## 301        10117              39    152.26    5938.14 16/04/2018    Shipped
## 2353       10325              44    134.84    5932.96 05/11/2019    Shipped
## 1022       10419              35    169.34    5926.90 17/05/2020    Shipped
## 104        10167              44    134.64    5924.16 23/10/2018  Cancelled
## 213        10245              38    155.80    5920.40 04/05/2019    Shipped
## 444        10301              37    159.94    5917.78 05/10/2018    Shipped
## 252        10117              43    137.48    5911.64 16/04/2018    Shipped
## 458        10149              50    118.15    5907.50 12/09/2018    Shipped
## 451        10377              35    168.43    5895.05 09/02/2020    Shipped
## 150        10425              38    155.13    5894.94 31/05/2020 In Process
## 680        10175              48    122.73    5891.04 06/11/2018    Shipped
## 560        10204              33    178.50    5890.50 02/12/2018    Shipped
## 74         10417              45    130.83    5887.35 13/05/2020   Disputed
## 1288       10347              45    130.77    5884.65 29/11/2019    Shipped
## 565        10288              32    183.60    5875.20 01/09/2019    Shipped
## 92         10329              26    225.70    5868.20 15/11/2019    Shipped
## 273        10372              40    146.55    5862.00 26/01/2020    Shipped
## 1756       10378              41    142.85    5856.85 10/02/2020    Shipped
## 1002       10287              36    162.57    5852.52 30/08/2019    Shipped
## 522        10343              36    162.47    5848.92 24/11/2019    Shipped
## 505        10148              47    124.44    5848.68 11/09/2018    Shipped
## 73         10402              45    129.64    5833.80 07/04/2020    Shipped
## 1732       10407              59     98.65    5820.35 22/04/2020    On Hold
## 188        10272              35    166.24    5818.40 20/07/2019    Shipped
## 693        10334              46    126.41    5814.86 19/11/2019    On Hold
## 1048       10414              48    121.01    5808.48 06/05/2020    On Hold
## 446        10321              41    141.54    5803.14 04/11/2019    Shipped
## 815        10322              36    161.04    5797.44 04/11/2019    Shipped
## 1988       10184              49    118.28    5795.72 14/11/2018    Shipped
## 1182       10283              46    125.99    5795.54 20/08/2019    Shipped
## 1126       10181              39    148.34    5785.26 12/11/2018    Shipped
## 146        10357              43    134.44    5780.92 10/12/2019    Shipped
## 967        10336              48    120.38    5778.24 20/11/2019    Shipped
## 644        10314              42    137.53    5776.26 22/10/2019    Shipped
## 161        10238              28    206.24    5774.72 09/04/2019    Shipped
## 688        10281              48    120.28    5773.44 19/08/2019    Shipped
## 532        10167              43    134.04    5763.72 23/10/2018  Cancelled
## 1593       10194              49    117.57    5760.93 25/11/2018    Shipped
## 211        10216              43    133.94    5759.42 02/02/2019    Shipped
## 61         10251              44    130.83    5756.52 18/05/2019    Shipped
## 683        10207              43    133.78    5752.54 09/12/2018    Shipped
## 541        10284              45    127.73    5747.85 21/08/2019    Shipped
## 1420       10168              50    114.95    5747.50 28/10/2018    Shipped
## 1128       10204              35    163.88    5735.80 02/12/2018    Shipped
## 351        10115              46    124.43    5723.78 04/04/2018    Shipped
## 1559       10396              49    116.75    5720.75 23/03/2020    Shipped
## 536        10210              31    184.50    5719.50 12/01/2019    Shipped
## 2072       10331              41    139.40    5715.40 17/11/2019    Shipped
## 1332       10276              48    119.04    5713.92 02/08/2019    Shipped
## 864        10291              47    121.57    5713.79 08/09/2019    Shipped
## 1596       10229              48    118.84    5704.32 11/03/2019    Shipped
## 1008       10321              33    172.73    5700.09 04/11/2019    Shipped
## 639        10259              30    189.93    5697.90 15/06/2019    Shipped
## 2332       10395              46    123.76    5692.96 17/03/2020    Shipped
## 46         10357              32    177.87    5691.84 10/12/2019    Shipped
## 1607       10358              41    138.65    5684.65 10/12/2019    Shipped
## 1213       10337              36    157.76    5679.36 21/11/2019    Shipped
## 542        10296              36    157.69    5676.84 15/09/2019    Shipped
## 1327       10211              41    138.38    5673.58 15/01/2019    Shipped
## 2228       10358              36    157.49    5669.64 10/12/2019    Shipped
## 1547       10232              46    122.89    5652.94 20/03/2019    Shipped
## 2591       10416              41    137.63    5642.83 10/05/2020    Shipped
## 439        10240              41    137.29    5628.89 13/04/2019    Shipped
## 546        10338              41    137.19    5624.79 22/11/2019    Shipped
## 1033       10208              48    116.97    5614.56 02/01/2019    Shipped
## 2551       10229              50    112.28    5614.00 11/03/2019    Shipped
## 1599       10271              43    130.35    5605.05 20/07/2019    Shipped
## 1179       10249              46    121.75    5600.50 08/05/2019    Shipped
## 102        10143              49    114.24    5597.76 10/08/2018    Shipped
## 854        10174              46    121.57    5592.22 06/11/2018    Shipped
## 282        10191              40    139.75    5590.00 20/11/2018    Shipped
## 1144       10419              43    129.98    5589.14 17/05/2020    Shipped
## 1603       10313              42    132.90    5581.80 22/10/2019    Shipped
## 1724       10279              48    116.27    5580.96 09/08/2019    Shipped
## 808        10227              29    192.38    5579.02 02/03/2019    Shipped
## 1982       10115              44    126.56    5568.64 04/04/2018    Shipped
## 67         10318              45    123.70    5566.50 02/11/2019    Shipped
## 1865       10192              46    121.00    5566.00 20/11/2018    Shipped
## 1320       10108              44    126.48    5565.12 03/03/2018    Shipped
## 1325       10180              44    126.48    5565.12 11/11/2018    Shipped
## 305        10165              27    205.89    5559.03 22/10/2018    Shipped
## 991        10212              40    138.86    5554.40 16/01/2019    Shipped
## 1484       10398              43    129.12    5552.16 30/03/2020    Shipped
## 1726       10302              45    123.31    5548.95 06/10/2018    Shipped
## 477        10391              35    158.54    5548.90 09/03/2020    Shipped
## 1682       10371              45    123.24    5545.80 23/01/2020    Shipped
## 851        10139              46    120.56    5545.76 16/07/2018    Shipped
## 950        10128              41    135.22    5544.02 06/06/2018    Shipped
## 1124       10161              36    154.00    5544.00 17/10/2018    Shipped
## 1200       10176              36    153.67    5532.12 06/11/2018    Shipped
## 1605       10334              42    131.62    5528.04 19/11/2019    On Hold
## 1187       10338              45    122.81    5526.45 22/11/2019    Shipped
## 610        10240              37    149.36    5526.32 13/04/2019    Shipped
## 166        10300              33    167.33    5521.89 04/10/2018    Shipped
## 7          10188              48    114.84    5512.32 18/11/2018    Shipped
## 1611       10425              49    112.46    5510.54 31/05/2020 In Process
## 858        10215              49    112.45    5510.05 29/01/2019    Shipped
## 2310       10141              44    125.01    5500.44 01/08/2018    Shipped
## 698        10412              56     98.18    5498.08 03/05/2020    Shipped
## 1923       10310              45    122.17    5497.65 16/10/2019    Shipped
## 1908       10122              43    127.79    5494.97 08/05/2018    Shipped
## 1125       10172              48    114.44    5493.12 05/11/2018    Shipped
## 1071       10390              40    137.29    5491.60 04/03/2020    Shipped
## 983        10171              39    140.55    5481.45 05/11/2018    Shipped
## 2577       10263              47    116.28    5465.16 28/06/2019    Shipped
## 280        10170              47    116.27    5464.69 04/11/2018    Shipped
## 289        10276              47    116.27    5464.69 02/08/2019    Shipped
## 1540       10153              40    136.41    5456.40 28/09/2018    Shipped
## 1430       10299              47    116.08    5455.76 30/09/2019    Shipped
## 415        10258              41    133.00    5453.00 15/06/2019    Shipped
## 1037       10273              47    115.97    5450.59 21/07/2019    Shipped
## 1907       10108              40    136.22    5448.80 03/03/2018    Shipped
## 88         10285              27    201.41    5438.07 27/08/2019    Shipped
## 508        10181              42    129.42    5435.64 12/11/2018    Shipped
## 822        10421              35    155.25    5433.75 29/05/2020 In Process
## 502        10110              37    146.84    5433.08 18/03/2018    Shipped
## 1098       10135              42    129.35    5432.70 02/07/2018    Shipped
## 59         10223              47    115.37    5422.39 20/02/2019    Shipped
## 980        10148              32    169.34    5418.88 11/09/2018    Shipped
## 434        10181              44    123.14    5418.16 12/11/2018    Shipped
## 2745       10386              43    125.99    5417.57 01/03/2020   Resolved
## 678        10151              49    110.46    5412.54 21/09/2018    Shipped
## 156        10181              27    200.41    5411.07 12/11/2018    Shipped
## 2382       10375              49    110.34    5406.66 03/02/2020    Shipped
## 25         10103              26    207.87    5404.62 29/01/2018    Shipped
## 571        10379              39    138.45    5399.55 10/02/2020    Shipped
## 124        10103              42    128.53    5398.26 29/01/2018    Shipped
## 1601       10291              48    112.46    5398.08 08/09/2019    Shipped
## 255        10153              42    128.42    5393.64 28/09/2018    Shipped
## 2579       10285              45    119.84    5392.80 27/08/2019    Shipped
## 1175       10178              48    112.22    5386.56 08/11/2018    Shipped
## 1281       10270              38    141.66    5383.08 19/07/2019    Shipped
## 1212       10324              49    109.79    5379.71 05/11/2019    Shipped
## 2199       10325              28    192.05    5377.40 05/11/2019    Shipped
## 556        10149              34    158.10    5375.40 12/09/2018    Shipped
## 32         10183              23    233.59    5372.57 13/11/2018    Shipped
## 130        10175              33    162.51    5362.83 06/11/2018    Shipped
## 1335       10310              40    133.92    5356.80 16/10/2019    Shipped
## 1421       10180              48    111.57    5355.36 11/11/2018    Shipped
## 1194       10104              38    140.75    5348.50 31/01/2018    Shipped
## 1029       10165              50    106.89    5344.50 22/10/2018    Shipped
## 1217       10383              38    140.55    5340.90 22/02/2020    Shipped
## 1127       10192              45    118.68    5340.60 20/11/2018    Shipped
## 1121       10123              34    156.82    5331.88 20/05/2018    Shipped
## 1999       10325              44    121.04    5325.76 05/11/2019    Shipped
## 107        10197              45    118.32    5324.40 26/11/2018    Shipped
## 652        10425              28    189.93    5318.04 31/05/2020 In Process
## 1551       10283              42    126.58    5316.36 20/08/2019    Shipped
## 2120       10318              47    112.88    5305.36 02/11/2019    Shipped
## 1315       10358              30    176.76    5302.80 10/12/2019    Shipped
## 1927       10355              32    165.71    5302.72 07/12/2019    Shipped
## 1650       10302              49    108.14    5298.86 06/10/2018    Shipped
## 1733       10420              55     96.30    5296.50 29/05/2020 In Process
## 1283       10291              48    110.18    5288.64 08/09/2019    Shipped
## 71         10374              39    135.59    5288.01 02/02/2020    Shipped
## 1438       10403              46    114.95    5287.70 08/04/2020    Shipped
## 1598       10259              47    112.46    5285.62 15/06/2019    Shipped
## 932        10215              49    107.86    5285.14 29/01/2019    Shipped
## 573        10420              37    142.80    5283.60 29/05/2020 In Process
## 527        10106              36    146.65    5279.40 17/02/2018    Shipped
## 840        10311              43    122.76    5278.68 16/10/2019    Shipped
## 601        10136              36    146.52    5274.72 04/07/2018    Shipped
## 971        10396              33    159.81    5273.73 23/03/2020    Shipped
## 791        10329              38    138.58    5266.04 15/11/2019    Shipped
## 151        10108              33    159.55    5265.15 03/03/2018    Shipped
## 1328       10225              35    150.29    5260.15 22/02/2019    Shipped
## 530        10143              32    164.00    5248.00 10/08/2018    Shipped
## 365        10281              41    127.98    5247.18 19/08/2019    Shipped
## 399        10389              47    111.57    5243.79 03/03/2020    Shipped
## 467        10280              50    104.79    5239.50 17/08/2019    Shipped
## 1292       10411              46    113.82    5235.72 01/05/2020    Shipped
## 371        10349              48    109.02    5232.96 01/12/2019    Shipped
## 694        10349              38    137.46    5223.48 01/12/2019    Shipped
## 2612       10375              44    118.38    5208.72 03/02/2020    Shipped
## 2005       10394              37    140.75    5207.75 15/03/2020    Shipped
## 1860       10124              43    121.00    5203.00 21/05/2018    Shipped
## 526        10419              37    140.62    5202.94 17/05/2020    Shipped
## 515        10266              36    144.35    5196.60 06/07/2019    Shipped
## 384        10203              47    110.55    5195.85 02/12/2018    Shipped
## 54         10145              37    140.35    5192.95 25/08/2018    Shipped
## 2641       10397              48    108.18    5192.64 28/03/2020    Shipped
## 968        10350              44    117.98    5191.12 02/12/2019    Shipped
## 2326       10325              38    136.59    5190.42 05/11/2019    Shipped
## 1537       10117              41    126.58    5189.78 16/04/2018    Shipped
## 2280       10403              45    115.32    5189.40 08/04/2020    Shipped
## 398        10377              50    103.64    5182.00 09/02/2020    Shipped
## 239        10276              43    120.50    5181.50 02/08/2019    Shipped
## 835        10253              37    139.92    5177.04 01/06/2019  Cancelled
## 78         10145              33    156.86    5176.38 25/08/2018    Shipped
## 2022       10290              45    114.92    5171.40 07/09/2019    Shipped
## 1534       10402              59     87.60    5168.40 07/04/2020    Shipped
## 824        10123              46    112.20    5161.20 20/05/2018    Shipped
## 2315       10195              49    105.33    5161.17 25/11/2018    Shipped
## 944        10357              44    117.29    5160.76 10/12/2019    Shipped
## 2075       10363              43    119.87    5154.41 06/01/2020    Shipped
## 412        10215              46    112.00    5152.00 29/01/2019    Shipped
## 553        10100              30    171.70    5151.00 06/01/2018    Shipped
## 1918       10253              39    132.00    5148.00 01/06/2019  Cancelled
## 634        10195              27    189.93    5128.11 25/11/2018    Shipped
## 845        10379              29    176.80    5127.20 10/02/2020    Shipped
## 1103       10203              32    160.22    5127.04 02/12/2018    Shipped
## 863        10280              46    111.44    5126.24 17/08/2019    Shipped
## 1122       10137              31    165.30    5124.30 10/07/2018    Shipped
## 1273       10175              47    108.97    5121.59 06/11/2018    Shipped
## 1870       10267              43    118.86    5110.98 07/07/2019    Shipped
## 1588       10140              47    108.62    5105.14 24/07/2018    Shipped
## 1589       10151              42    121.40    5098.80 21/09/2018    Shipped
## 1201       10185              39    130.69    5096.91 14/11/2018    Shipped
## 687        10271              50    101.87    5093.50 20/07/2019    Shipped
## 1249       10197              50    101.81    5090.50 26/11/2018    Shipped
## 1036       10248              42    121.01    5082.42 07/05/2019  Cancelled
## 1167       10390              36    141.11    5079.96 04/03/2020    Shipped
## 799        10110              31    163.69    5074.39 18/03/2018    Shipped
## 362        10246              46    110.21    5069.66 05/05/2019    Shipped
## 838        10287              44    114.84    5052.96 30/08/2019    Shipped
## 310        10220              27    186.86    5045.22 12/02/2019    Shipped
## 2430       10353              39    129.33    5043.87 04/12/2019    Shipped
## 459        10173              43    117.12    5036.16 05/11/2018    Shipped
## 1133       10266              33    152.58    5035.14 06/07/2019    Shipped
## 2013       10183              47    107.13    5035.11 13/11/2018    Shipped
## 631        10165              29    173.55    5032.95 22/10/2018    Shipped
## 1991       10220              37    136.02    5032.74 12/02/2019    Shipped
## 1012       10342              30    167.65    5029.50 24/11/2019    Shipped
## 2274       10331              32    157.08    5026.56 17/11/2019    Shipped
## 961        10273              40    125.66    5026.40 21/07/2019    Shipped
## 155        10169              30    167.33    5019.90 04/11/2018    Shipped
## 1755       10367              36    139.40    5018.40 12/01/2020   Resolved
## 2537       10386              37    135.61    5017.57 01/03/2020   Resolved
## 1926       10342              42    119.37    5013.54 24/11/2019    Shipped
## 1272       10164              45    111.39    5012.55 21/10/2018   Resolved
## 100        10119              46    108.80    5004.80 28/04/2018    Shipped
## 429        10122              34    147.20    5004.80 08/05/2018    Shipped
## 2611       10361              44    113.68    5001.92 17/12/2019    Shipped
## 500        10391              42    119.00    4998.00 09/03/2020    Shipped
## 2127       10401              49    101.89    4992.61 03/04/2020    On Hold
## 1076       10163              43    116.08    4991.44 20/10/2018    Shipped
## 254        10142              33    151.08    4985.64 08/08/2018    Shipped
## 2381       10365              44    113.28    4984.32 07/01/2020    Shipped
## 2323       10292              41    121.54    4983.14 08/09/2019    Shipped
## 267        10306              34    146.55    4982.70 14/10/2019    Shipped
## 723        10420              45    110.60    4977.00 29/05/2020 In Process
## 830        10192              38    130.68    4965.84 20/11/2018    Shipped
## 507        10172              42    118.22    4965.24 05/11/2018    Shipped
## 2415       10156              48    103.21    4954.08 08/10/2018    Shipped
## 703        10149              33    150.01    4950.33 12/09/2018    Shipped
## 943        10347              45    109.96    4948.20 29/11/2019    Shipped
## 2314       10184              45    109.96    4948.20 14/11/2018    Shipped
## 284        10212              39    126.84    4946.76 16/01/2019    Shipped
## 1257       10293              49    100.94    4946.06 09/09/2019    Shipped
## 2507       10352              49    100.72    4935.28 03/12/2019    Shipped
## 209        10194              38    129.84    4933.92 25/11/2018    Shipped
## 720        10380              40    123.29    4931.60 16/02/2020    Shipped
## 1176       10186              46    106.93    4918.78 14/11/2018    Shipped
## 403        10113              49    100.34    4916.66 26/03/2018    Shipped
## 388        10253              41    119.77    4910.57 01/06/2019  Cancelled
## 832        10212              40    122.76    4910.40 16/01/2019    Shipped
## 1324       10169              33    148.80    4910.40 04/11/2018    Shipped
## 39         10270              21    233.59    4905.39 19/07/2019    Shipped
## 179        10153              20    245.20    4904.00 28/09/2018    Shipped
## 927        10163              40    122.52    4900.80 20/10/2018    Shipped
## 2329       10359              46    106.45    4896.70 15/12/2019    Shipped
## 1757       10390              37    132.29    4894.73 04/03/2020    Shipped
## 2076       10378              41    119.37    4894.17 10/02/2020    Shipped
## 360        10219              48    101.91    4891.68 10/02/2019    Shipped
## 1291       10382              39    125.40    4890.60 17/02/2020    Shipped
## 2024       10312              44    111.02    4884.88 21/10/2019    Shipped
## 256        10165              34    143.53    4880.02 22/10/2018    Shipped
## 1872       10288              41    118.86    4873.26 01/09/2019    Shipped
## 478        10422              51     95.55    4873.05 30/05/2020 In Process
## 972        10414              41    118.83    4872.03 06/05/2020    On Hold
## 30         10163              21    231.44    4860.24 20/10/2018    Shipped
## 293        10320              35    138.58    4850.30 03/11/2019    Shipped
## 521        10331              44    110.21    4849.24 17/11/2019    Shipped
## 1435       10362              50     96.92    4846.00 05/01/2020    Shipped
## 608        10212              41    118.07    4840.87 16/01/2019    Shipped
## 1026       10128              41    117.98    4837.18 06/06/2018    Shipped
## 979        10141              34    142.25    4836.50 01/08/2018    Shipped
## 204        10140              38    127.10    4829.80 24/07/2018    Shipped
## 2506       10340              55     87.75    4826.25 24/11/2019    Shipped
## 2255       10401              62     77.73    4819.26 03/04/2020    On Hold
## 690        10305              36    133.78    4816.08 13/10/2019    Shipped
## 1268       10114              41    117.45    4815.45 01/04/2018    Shipped
## 817        10347              21    229.30    4815.30 29/11/2019    Shipped
## 868        10347              48    100.30    4814.40 29/11/2019    Shipped
## 1763       10142              49     98.25    4814.25 08/08/2018    Shipped
## 998        10266              29    165.95    4812.55 06/07/2019    Shipped
## 1191       10398              45    106.93    4811.85 30/03/2020    Shipped
## 1141       10367              46    104.53    4808.38 12/01/2020   Resolved
## 455        10102              39    123.29    4808.31 10/01/2018    Shipped
## 271        10348              47    102.16    4801.52 01/11/2019    Shipped
## 1995       10282              39    123.01    4797.39 20/08/2019    Shipped
## 1072       10103              46    104.17    4791.82 29/01/2018    Shipped
## 220        10322              27    177.19    4784.13 04/11/2019    Shipped
## 766        10327              45    106.26    4781.70 10/11/2019   Resolved
## 936        10270              38    125.66    4775.08 19/07/2019    Shipped
## 1169       10106              41    116.46    4774.86 17/02/2018    Shipped
## 2494       10198              42    113.68    4774.56 27/11/2018    Shipped
## 367        10305              38    125.61    4773.18 13/10/2019    Shipped
## 234        10211              36    132.55    4771.80 15/01/2019    Shipped
## 2128       10416              45    105.88    4764.60 10/05/2020    Shipped
## 196        10359              42    113.44    4764.48 15/12/2019    Shipped
## 2541       10114              42    113.29    4758.18 01/04/2018    Shipped
## 290        10287              45    105.70    4756.50 30/08/2019    Shipped
## 2070       10310              49     97.01    4753.49 16/10/2019    Shipped
## 711        10280              37    128.40    4750.80 17/08/2019    Shipped
## 2098       10335              44    107.87    4746.28 19/11/2019    Shipped
## 1265       10396              45    105.32    4739.40 23/03/2020    Shipped
## 1992       10230              45    105.27    4737.15 15/03/2019    Shipped
## 714        10312              31    152.56    4729.36 21/10/2019    Shipped
## 757        10223              47    100.53    4724.91 20/02/2019    Shipped
## 2445       10196              50     94.40    4720.00 26/11/2018    Shipped
## 1278       10229              41    115.03    4716.23 11/03/2019    Shipped
## 261        10220              30    157.12    4713.60 12/02/2019    Shipped
## 8          10211              41    114.84    4708.44 15/01/2019    Shipped
## 1322       10135              31    151.78    4705.18 02/07/2018    Shipped
## 570        10367              37    127.13    4703.81 12/01/2020   Resolved
## 2278       10375              41    114.68    4701.88 03/02/2020    Shipped
## 56         10180              42    111.80    4695.60 11/11/2018    Shipped
## 2659       10294              45    104.28    4692.60 10/09/2019    Shipped
## 376        10425              33    142.20    4692.60 31/05/2020 In Process
## 418        10291              41    114.34    4687.94 08/09/2019    Shipped
## 465        10244              40    117.12    4684.80 29/04/2019    Shipped
## 2379       10341              38    123.22    4682.36 24/11/2019    Shipped
## 604        10171              35    133.72    4680.20 05/11/2018    Shipped
## 1208       10282              31    150.80    4674.80 20/08/2019    Shipped
## 2020       10269              48     97.39    4674.72 16/07/2019    Shipped
## 442        10278              34    137.29    4667.86 06/08/2019    Shipped
## 1280       10259              41    113.82    4666.62 15/06/2019    Shipped
## 1590       10165              32    145.68    4661.76 22/10/2018    Shipped
## 242        10309              26    179.24    4660.24 15/10/2019    Shipped
## 1465       10120              39    119.27    4651.53 29/04/2018    Shipped
## 1723       10267              43    108.04    4645.72 07/07/2019    Shipped
## 706        10193              44    105.52    4642.88 21/11/2018    Shipped
## 1997       10305              36    128.93    4641.48 13/10/2019    Shipped
## 406        10150              34    136.50    4641.00 19/09/2018    Shipped
## 231        10169              35    132.55    4639.25 04/11/2018    Shipped
## 907        10222              49     94.62    4636.38 19/02/2019    Shipped
## 2552       10245              44    105.20    4628.80 04/05/2019    Shipped
## 2407       10373              44    105.18    4627.92 31/01/2020    Shipped
## 2000       10336              31    148.99    4618.69 20/11/2019    Shipped
## 2324       10305              42    109.96    4618.32 13/10/2019    Shipped
## 350        10104              41    112.58    4615.78 31/01/2018    Shipped
## 2628       10232              48     96.16    4615.68 20/03/2019    Shipped
## 865        10304              46    100.30    4613.80 11/10/2019    Shipped
## 1166       10378              28    164.63    4609.64 10/02/2020    Shipped
## 2596       10168              48     96.00    4608.00 28/10/2018    Shipped
## 2085       10184              46    100.16    4607.36 14/11/2018    Shipped
## 1270       10140              40    115.03    4601.20 24/07/2018    Shipped
## 1035       10232              48     95.80    4598.40 20/03/2019    Shipped
## 1437       10389              45    102.17    4597.65 03/03/2020    Shipped
## 2542       10126              45    102.16    4597.20 28/05/2018    Shipped
## 1727       10311              43    106.87    4595.41 16/10/2019    Shipped
## 625        10419              34    135.14    4594.76 17/05/2020    Shipped
## 2029       10382              33    139.17    4592.61 17/02/2020    Shipped
## 136        10245              28    163.99    4591.72 04/05/2019    Shipped
## 870        10369              42    109.08    4581.36 20/01/2020    Shipped
## 2501       10284              45    101.71    4576.95 21/08/2019    Shipped
## 1007       10313              25    182.89    4572.25 22/10/2019    Shipped
## 90         10308              20    228.52    4570.40 15/10/2019    Shipped
## 468        10289              38    120.21    4567.98 03/09/2019    Shipped
## 300        10105              29    157.45    4566.05 11/02/2018    Shipped
## 1105       10225              27    169.04    4564.08 22/02/2019    Shipped
## 973        10104              23    198.13    4556.99 31/01/2018    Shipped
## 2312       10165              48     94.92    4556.16 22/10/2018    Shipped
## 1081       10215              41    111.12    4555.92 29/01/2019    Shipped
## 642        10292              26    175.19    4554.94 08/09/2019    Shipped
## 1916       10225              40    113.75    4550.00 22/02/2019    Shipped
## 1202       10196              27    168.04    4537.08 26/11/2018    Shipped
## 1362       10380              24    189.00    4536.00 16/02/2020    Shipped
## 1544       10197              41    110.60    4534.60 26/11/2018    Shipped
## 438        10225              32    141.54    4529.28 22/02/2019    Shipped
## 689        10292              41    110.46    4528.86 08/09/2019    Shipped
## 2571       10168              36    125.77    4527.72 28/10/2018    Shipped
## 1643       10204              47     96.32    4527.04 02/12/2018    Shipped
## 103        10155              32    141.44    4526.08 06/10/2018    Shipped
## 1198       10152              35    129.26    4524.10 25/09/2018    Shipped
## 361        10229              36    125.61    4521.96 11/03/2019    Shipped
## 160        10225              27    167.33    4517.91 22/02/2019    Shipped
## 357        10184              37    122.06    4516.22 14/11/2018    Shipped
## 47         10369              41    110.12    4514.92 20/01/2020    Shipped
## 1549       10261              36    125.35    4512.60 17/06/2019    Shipped
## 233        10189              28    161.16    4512.48 18/11/2018    Shipped
## 597        10405              61     73.92    4509.12 14/04/2020    Shipped
## 1277       10217              38    118.66    4509.08 04/02/2019    Shipped
## 419        10304              46     98.00    4508.00 11/10/2019    Shipped
## 433        10171              35    128.80    4508.00 05/11/2018    Shipped
## 1261       10337              29    155.11    4498.19 21/11/2019    Shipped
## 2458       10372              44    102.20    4496.80 26/01/2020    Shipped
## 704        10173              31    144.93    4492.83 05/11/2018    Shipped
## 511        10212              38    118.22    4492.36 16/01/2019    Shipped
## 520        10321              44    102.04    4489.76 04/11/2019    Shipped
## 408        10174              48     93.34    4480.32 06/11/2018    Shipped
## 1917       10239              29    154.47    4479.63 12/04/2019    Shipped
## 382        10181              36    124.37    4477.32 12/11/2018    Shipped
## 2500       10275              39    114.68    4472.52 23/07/2019    Shipped
## 62         10263              40    111.80    4472.00 28/06/2019    Shipped
## 389        10266              40    111.71    4468.40 06/07/2019    Shipped
## 454        10419              38    117.48    4464.24 17/05/2020    Shipped
## 818        10356              30    148.74    4462.20 09/12/2019    Shipped
## 2540       10103              42    106.21    4460.82 29/01/2018    Shipped
## 611        10253              33    135.14    4459.62 01/06/2019  Cancelled
## 940        10312              38    117.29    4457.02 21/10/2019    Shipped
## 811        10280              22    202.50    4455.00 17/08/2019    Shipped
## 2626       10208              37    120.20    4447.40 02/01/2019    Shipped
## 1100       10169              36    123.47    4444.92 04/11/2018    Shipped
## 1323       10146              29    153.26    4444.54 03/09/2018    Shipped
## 1646       10241              47     94.50    4441.50 13/04/2019    Shipped
## 599        10109              38    116.65    4432.70 10/03/2018    Shipped
## 702        10124              42    105.52    4431.84 21/05/2018    Shipped
## 145        10347              27    164.00    4428.00 29/11/2019    Shipped
## 2100       10358              41    108.00    4428.00 10/12/2019    Shipped
## 149        10411              27    163.99    4427.73 01/05/2020    Shipped
## 2489       10131              40    110.69    4427.60 16/06/2018    Shipped
## 1363       10407              66     66.99    4421.34 22/04/2020    On Hold
## 1868       10226              48     92.09    4420.32 26/02/2019    Shipped
## 984        10175              29    152.41    4419.89 06/11/2018    Shipped
## 958        10221              33    133.86    4417.38 18/02/2019    Shipped
## 986        10184              28    157.49    4409.72 14/11/2018    Shipped
## 320        10349              26    169.56    4408.56 01/12/2019    Shipped
## 2621       10153              50     88.15    4407.50 28/09/2018    Shipped
## 861        10257              50     88.14    4407.00 14/06/2019    Shipped
## 2201       10350              27    163.20    4406.40 02/12/2019    Shipped
## 1099       10147              37    119.06    4405.22 05/09/2018    Shipped
## 1114       10330              37    119.06    4405.22 16/11/2019    Shipped
## 1530       10340              55     79.98    4398.90 24/11/2019    Shipped
## 101        10129              33    133.28    4398.24 12/06/2018    Shipped
## 18         10329              42    104.67    4396.14 15/11/2019    Shipped
## 1214       10349              34    129.26    4394.84 01/12/2019    Shipped
## 16         10309              41    107.18    4394.38 15/10/2019    Shipped
## 1714       10148              34    129.18    4392.12 11/09/2018    Shipped
## 381        10170              41    107.10    4391.10 04/11/2018    Shipped
## 2271       10299              38    115.32    4382.16 30/09/2019    Shipped
## 263        10247              25    175.25    4381.25 05/05/2019    Shipped
## 504        10137              44     99.55    4380.20 10/07/2018    Shipped
## 428        10109              26    168.43    4379.18 10/03/2018    Shipped
## 472        10332              46     95.13    4375.98 17/11/2019    Shipped
## 1866       10204              48     91.02    4368.96 02/12/2018    Shipped
## 265        10282              27    161.66    4364.82 20/08/2019    Shipped
## 1952       10339              45     96.92    4361.40 23/11/2019    Shipped
## 17         10318              46     94.74    4358.04 02/11/2019    Shipped
## 2718       10386              50     87.15    4357.50 01/03/2020   Resolved
## 622        10377              36    120.91    4352.76 09/02/2020    Shipped
## 552        10416              24    181.34    4352.16 10/05/2020    Shipped
## 2110       10188              44     98.89    4351.16 18/11/2018    Shipped
## 825        10137              37    117.48    4346.76 10/07/2018    Shipped
## 1721       10227              33    131.53    4340.49 02/03/2019    Shipped
## 1555       10326              41    105.69    4333.29 09/11/2019    Shipped
## 1024       10105              38    113.95    4330.10 11/02/2018    Shipped
## 1482       10374              46     94.10    4328.60 02/02/2020    Shipped
## 2276       10355              40    108.17    4326.80 07/12/2019    Shipped
## 1293       10425              38    113.82    4325.16 31/05/2020 In Process
## 837        10278              39    110.88    4324.32 06/08/2019    Shipped
## 2322       10282              38    113.44    4310.72 20/08/2019    Shipped
## 1135       10287              27    159.65    4310.55 30/08/2019    Shipped
## 1427       10263              42    102.56    4307.52 28/06/2019    Shipped
## 125        10114              31    138.88    4305.28 01/04/2018    Shipped
## 2269       10276              38    113.28    4304.64 02/08/2019    Shipped
## 138        10270              32    134.44    4302.08 19/07/2019    Shipped
## 2563       10371              34    126.51    4301.34 23/01/2020    Shipped
## 2202       10359              22    195.51    4301.22 15/12/2019    Shipped
## 1545       10208              35    122.89    4301.15 02/01/2019    Shipped
## 1260       10326              50     86.01    4300.50 09/11/2019    Shipped
## 1333       10287              34    126.48    4300.32 30/08/2019    Shipped
## 1921       10287              36    119.37    4297.32 30/08/2019    Shipped
## 2425       10296              42    102.30    4296.60 15/09/2019    Shipped
## 1181       10273              50     85.75    4287.50 21/07/2019    Shipped
## 852        10150              47     91.18    4285.46 19/09/2018    Shipped
## 264        10272              27    158.63    4283.01 20/07/2019    Shipped
## 2690       10361              35    122.21    4277.35 17/12/2019    Shipped
## 1893       10262              49     87.21    4273.29 24/06/2019  Cancelled
## 132        10194              26    163.99    4263.74 25/11/2018    Shipped
## 1275       10194              32    133.19    4262.08 25/11/2018    Shipped
## 509        10192              29    146.84    4258.36 20/11/2018    Shipped
## 1796       10267              44     96.74    4256.56 07/07/2019    Shipped
## 2006       10412              31    137.20    4253.20 03/05/2020    Shipped
## 2559       10324              34    124.95    4248.30 05/11/2019    Shipped
## 266        10293              24    176.76    4242.24 09/09/2019    Shipped
## 1719       10204              42    101.00    4242.00 02/12/2018    Shipped
## 1326       10191              32    132.43    4237.76 20/11/2018    Shipped
## 1874       10311              46     92.09    4236.14 16/10/2019    Shipped
## 2272       10309              50     84.70    4235.00 15/10/2019    Shipped
## 1138       10321              28    151.17    4232.76 04/11/2019    Shipped
## 602        10148              25    169.28    4232.00 11/09/2018    Shipped
## 802        10149              23    183.94    4230.62 12/09/2018    Shipped
## 1267       10103              36    117.45    4228.20 29/01/2018    Shipped
## 2363       10135              44     96.00    4224.00 02/07/2018    Shipped
## 1730       10368              31    136.23    4223.13 19/01/2020    Shipped
## 295        10341              44     95.93    4220.92 24/11/2019    Shipped
## 2053       10401              52     81.14    4219.28 03/04/2020    On Hold
## 2618       10118              36    117.20    4219.20 21/04/2018    Shipped
## 550        10398              33    127.73    4215.09 30/03/2020    Shipped
## 1554       10315              35    120.43    4215.05 29/10/2019    Shipped
## 2557       10304              40    105.20    4208.00 11/10/2019    Shipped
## 621        10366              34    123.76    4207.84 10/01/2020    Shipped
## 1211       10314              29    145.06    4206.74 22/10/2019    Shipped
## 2372       10264              47     89.50    4206.50 30/06/2019    Shipped
## 1339       10355              25    168.14    4203.50 07/12/2019    Shipped
## 1436       10374              38    110.45    4197.10 02/02/2020    Shipped
## 449        10356              43     97.60    4196.80 09/12/2019    Shipped
## 719        10367              27    155.41    4196.07 12/01/2020   Resolved
## 2477       10316              45     93.24    4195.80 01/11/2019    Shipped
## 236        10237              32    131.04    4193.28 05/04/2019    Shipped
## 1001       10281              25    167.65    4191.25 19/08/2019    Shipped
## 2627       10222              38    110.19    4187.22 19/02/2019    Shipped
## 437        10212              29    144.37    4186.73 16/01/2019    Shipped
## 79         10168              20    209.15    4183.00 28/10/2018    Shipped
## 405        10140              32    130.67    4181.44 24/07/2018    Shipped
## 420        10312              32    130.67    4181.44 21/10/2019    Shipped
## 385        10212              33    126.68    4180.44 16/01/2019    Shipped
## 2113       10235              41    101.89    4177.49 02/04/2019    Shipped
## 13         10275              45     92.83    4177.35 23/07/2019    Shipped
## 2126       10387              44     94.90    4175.60 02/03/2020    Shipped
## 1038       10282              36    115.97    4174.92 20/08/2019    Shipped
## 993        10229              22    189.66    4172.52 11/03/2019    Shipped
## 1010       10331              27    154.47    4170.69 17/11/2019    Shipped
## 831        10204              27    154.44    4169.88 02/12/2018    Shipped
## 1184       10307              48     86.81    4166.88 14/10/2019    Shipped
## 1486       10416              47     88.63    4165.61 10/05/2020    Shipped
## 675        10114              39    106.78    4164.42 01/04/2018    Shipped
## 416        10270              43     96.84    4164.12 19/07/2019    Shipped
## 512        10226              38    109.51    4161.38 26/02/2019    Shipped
## 312        10247              27    153.99    4157.73 05/05/2019    Shipped
## 2449       10248              40    103.93    4157.20 07/05/2019  Cancelled
## 241        10299              24    173.21    4157.04 30/09/2019    Shipped
## 2478       10328              41    101.38    4156.58 12/11/2019    Shipped
## 1118       10378              43     96.49    4149.07 10/02/2020    Shipped
## 2640       10386              45     92.08    4143.60 01/03/2020   Resolved
## 1117       10363              24    172.61    4142.64 06/01/2020    Shipped
## 1645       10227              47     88.14    4142.58 02/03/2019    Shipped
## 2472       10262              44     94.14    4142.16 24/06/2019  Cancelled
## 2080       10126              43     96.31    4141.33 28/05/2018    Shipped
## 49         10411              23    180.01    4140.23 01/05/2020    Shipped
## 396        10341              55     75.20    4136.00 24/11/2019    Shipped
## 2090       10245              37    111.72    4133.64 04/05/2019    Shipped
## 115        10316              33    125.12    4128.96 01/11/2019    Shipped
## 2434       10398              47     87.69    4121.43 30/03/2020    Shipped
## 1419       10145              43     95.80    4119.40 25/08/2018    Shipped
## 1134       10278              31    132.80    4116.80 06/08/2019    Shipped
## 2543       10140              36    114.30    4114.80 24/07/2018    Shipped
## 1479       10328              47     87.54    4114.38 12/11/2019    Shipped
## 243        10319              30    137.06    4111.80 03/11/2019    Shipped
## 1655       10368              40    102.68    4107.20 19/01/2020    Shipped
## 1180       10262              34    120.69    4103.46 24/06/2019  Cancelled
## 2146       10331              28    146.52    4102.56 17/11/2019    Shipped
## 600        10122              31    132.29    4100.99 08/05/2018    Shipped
## 205        10150              30    136.67    4100.10 19/09/2018    Shipped
## 14         10285              36    113.88    4099.68 27/08/2019    Shipped
## 215        10270              28    146.24    4094.72 19/07/2019    Shipped
## 2584       10340              29    141.19    4094.51 24/11/2019    Shipped
## 1935       10131              50     81.89    4094.50 16/06/2018    Shipped
## 2244       10284              50     81.86    4093.00 21/08/2019    Shipped
## 580        10192              45     90.86    4088.70 20/11/2018    Shipped
## 1978       10380              43     95.03    4086.29 16/02/2020    Shipped
## 2742       10337              42     97.16    4080.72 21/11/2019    Shipped
## 1185       10316              47     86.81    4080.07 01/11/2019    Shipped
## 133        10207              31    131.49    4076.19 09/12/2018    Shipped
## 2583       10328              33    123.40    4072.20 12/11/2019    Shipped
## 274        10382              37    110.05    4071.85 17/02/2020    Shipped
## 2656       10261              50     81.43    4071.50 17/06/2019    Shipped
## 2684       10296              47     86.62    4071.14 15/09/2019    Shipped
## 1786       10124              49     83.04    4068.96 21/05/2018    Shipped
## 397        10363              46     88.45    4068.70 06/01/2020    Shipped
## 1476       10297              32    126.93    4061.76 16/09/2019    Shipped
## 270        10336              33    123.01    4059.33 20/11/2019    Shipped
## 210        10206              28    144.87    4056.36 05/12/2018    Shipped
## 2623       10177              44     92.16    4055.04 07/11/2018    Shipped
## 1924       10321              26    155.88    4052.88 04/11/2019    Shipped
## 1096       10108              29    139.64    4049.56 03/03/2018    Shipped
## 2554       10270              46     88.00    4048.00 19/07/2019    Shipped
## 120        10373              39    103.75    4046.25 31/01/2020    Shipped
## 2101       10371              26    155.54    4044.04 23/01/2020    Shipped
## 66         10308              34    118.94    4043.96 15/10/2019    Shipped
## 1583       10391              24    168.42    4042.08 09/03/2020    Shipped
## 2264       10211              37    109.19    4040.03 15/01/2019    Shipped
## 1867       10212              46     87.81    4039.26 16/01/2019    Shipped
## 2485       10400              46     87.80    4038.80 01/04/2020    Shipped
## 258        10185              33    122.37    4038.21 14/11/2018    Shipped
## 906        10197              46     87.74    4036.04 26/11/2018    Shipped
## 1094       10392              36    112.11    4035.96 10/03/2020    Shipped
## 137        10259              26    155.13    4033.38 15/06/2019    Shipped
## 510        10204              40    100.80    4032.00 02/12/2018    Shipped
## 1132       10253              31    129.98    4029.38 01/06/2019  Cancelled
## 2665       10373              37    108.80    4025.60 31/01/2020    Shipped
## 2505       10328              37    108.69    4021.53 12/11/2019    Shipped
## 1004       10301              23    174.42    4011.66 05/10/2018    Shipped
## 2581       10308              31    129.33    4009.23 15/10/2019    Shipped
## 1998       10314              38    105.27    4000.26 22/10/2019    Shipped
## 2417       10199              48     83.12    3989.76 01/12/2018    Shipped
## 342        10310              49     81.40    3988.60 16/10/2019    Shipped
## 1533       10389              49     81.40    3988.60 03/03/2020    Shipped
## 297        10376              35    113.92    3987.20 08/02/2020    Shipped
## 2567       10106              32    124.58    3986.56 17/02/2018    Shipped
## 2580       10297              35    113.90    3986.50 16/09/2019    Shipped
## 1894       10273              48     83.02    3984.96 21/07/2019    Shipped
## 291        10300              29    137.40    3984.60 04/10/2018    Shipped
## 1882       10105              50     79.67    3983.50 11/02/2018    Shipped
## 2317       10220              37    107.65    3983.05 12/02/2019    Shipped
## 2744       10373              29    137.19    3978.51 31/01/2020    Shipped
## 2318       10230              34    116.91    3974.94 15/03/2019    Shipped
## 1461       10379              32    124.08    3970.56 10/02/2020    Shipped
## 411        10206              34    116.67    3966.78 05/12/2018    Shipped
## 1644       10212              45     88.14    3966.30 16/01/2019    Shipped
## 9          10223              37    107.18    3965.66 20/02/2019    Shipped
## 2087       10207              49     80.90    3964.10 09/12/2018    Shipped
## 1243       10128              43     92.16    3962.88 06/06/2018    Shipped
## 1075       10149              42     94.25    3958.50 12/09/2018    Shipped
## 1087       10304              38    104.17    3958.46 11/10/2019    Shipped
## 2572       10188              29    136.45    3957.05 18/11/2018    Shipped
## 1879       10380              34    116.27    3953.18 16/02/2020    Shipped
## 1031       10185              49     80.67    3952.83 14/11/2018    Shipped
## 1250       10208              45     87.77    3949.65 02/01/2019    Shipped
## 696        10370              22    179.50    3949.00 20/01/2020    Shipped
## 2414       10143              36    109.61    3945.96 10/08/2018    Shipped
## 45         10347              30    131.49    3944.70 29/11/2019    Shipped
## 1225       10182              36    109.52    3942.72 12/11/2018    Shipped
## 2522       10197              50     78.79    3939.50 26/11/2018    Shipped
## 2380       10356              26    151.45    3937.70 09/12/2019    Shipped
## 990        10207              25    157.49    3937.25 09/12/2018    Shipped
## 643        10305              27    145.72    3934.44 13/10/2019    Shipped
## 1658       10420              39    100.87    3933.93 29/05/2020 In Process
## 158        10203              20    196.52    3930.40 02/12/2018    Shipped
## 999        10271              20    196.43    3928.60 20/07/2019    Shipped
## 717        10344              30    130.94    3928.20 25/11/2019    Shipped
## 1109       10276              30    130.82    3924.60 02/08/2019    Shipped
## 162        10253              24    163.44    3922.56 01/06/2019  Cancelled
## 2261       10169              34    115.32    3920.88 04/11/2018    Shipped
## 402        10103              35    112.00    3920.00 29/01/2018    Shipped
## 2253       10388              35    111.97    3918.95 03/03/2020    Shipped
## 2479       10339              55     71.25    3918.75 23/11/2019    Shipped
## 1648       10279              49     79.97    3918.53 09/08/2019    Shipped
## 987        10192              26    150.71    3918.46 20/11/2018    Shipped
## 2066       10264              47     83.27    3913.69 30/06/2019    Shipped
## 424        10370              27    144.87    3911.49 20/01/2020    Shipped
## 1558       10372              37    105.69    3910.53 26/01/2020    Shipped
## 1768       10197              47     83.20    3910.40 26/11/2018    Shipped
## 2484       10398              36    108.62    3910.32 30/03/2020    Shipped
## 2498       10250              35    111.69    3909.15 11/05/2019    Shipped
## 1776       10295              46     84.97    3908.62 10/09/2019    Shipped
## 1061       10265              45     86.84    3907.80 02/07/2019    Shipped
## 1514       10145              47     83.03    3902.41 25/08/2018    Shipped
## 2091       10259              45     86.68    3900.60 15/06/2019    Shipped
## 1884       10129              50     77.99    3899.50 12/06/2018    Shipped
## 51         10107              39     99.91    3896.49 24/02/2018    Shipped
## 609        10226              24    162.17    3892.08 26/02/2019    Shipped
## 1906       10414              51     76.31    3891.81 06/05/2020    On Hold
## 2624       10185              37    105.18    3891.66 14/11/2018    Shipped
## 829        10181              27    143.88    3884.76 12/11/2018    Shipped
## 3          10134              41     94.74    3884.34 01/07/2018    Shipped
## 182        10185              21    184.94    3883.74 14/11/2018    Shipped
## 1762       10129              41     94.71    3883.11 12/06/2018    Shipped
## 596        10389              49     79.22    3881.78 03/03/2020    Shipped
## 547        10351              39     99.52    3881.28 03/12/2019    Shipped
## 814        10312              25    155.25    3881.25 21/10/2019    Shipped
## 1387       10420              60     64.67    3880.20 29/05/2020 In Process
## 246        10362              22    176.23    3877.06 05/01/2020    Shipped
## 1853       10361              34    113.88    3871.92 17/12/2019    Shipped
## 2549       10206              33    117.33    3871.89 05/12/2018    Shipped
## 247        10375              49     78.92    3867.08 03/02/2020    Shipped
## 2365       10169              48     80.55    3866.40 04/11/2018    Shipped
## 2369       10224              50     77.29    3864.50 21/02/2019    Shipped
## 2412       10120              47     82.21    3863.87 29/04/2018    Shipped
## 969        10372              28    137.96    3862.88 26/01/2020    Shipped
## 1912       10181              25    154.47    3861.75 12/11/2018    Shipped
## 1064       10300              49     78.80    3861.20 04/10/2018    Shipped
## 701        10110              33    116.96    3859.68 18/03/2018    Shipped
## 1178       10222              45     85.75    3858.75 19/02/2019    Shipped
## 1466       10133              41     94.10    3858.10 27/06/2018    Shipped
## 404        10126              38    101.50    3857.00 28/05/2018    Shipped
## 2509       10375              33    116.87    3856.71 03/02/2020    Shipped
## 140        10291              30    128.53    3855.90 08/09/2019    Shipped
## 106        10186              26    148.24    3854.24 14/11/2018    Shipped
## 900        10130              40     96.34    3853.60 16/06/2018    Shipped
## 294        10329              46     83.63    3846.98 15/11/2019    Shipped
## 581        10203              45     85.47    3846.15 02/12/2018    Shipped
## 1642       10192              46     83.60    3845.60 20/11/2018    Shipped
## 2011       10163              42     91.55    3845.10 20/10/2018    Shipped
## 756        10210              50     76.88    3844.00 12/01/2019    Shipped
## 697        10383              27    142.37    3843.99 22/02/2020    Shipped
## 470        10312              43     89.38    3843.34 21/10/2019    Shipped
## 1958       10401              64     60.05    3843.20 03/04/2020    On Hold
## 157        10191              21    182.90    3840.90 20/11/2018    Shipped
## 2516       10129              45     85.29    3838.05 12/06/2018    Shipped
## 2471       10249              40     95.95    3838.00 08/05/2019    Shipped
## 977        10127              22    174.42    3837.24 03/06/2018    Shipped
## 95         10374              22    174.29    3834.38 02/02/2020    Shipped
## 401        10419              32    119.77    3832.64 17/05/2020    Shipped
## 1996       10292              27    141.94    3832.38 08/09/2019    Shipped
## 2619       10129              42     91.15    3828.30 12/06/2018    Shipped
## 198        10382              34    112.46    3823.64 17/02/2020    Shipped
## 712        10288              31    123.32    3822.92 01/09/2019    Shipped
## 423        10357              39     98.00    3822.00 10/12/2019    Shipped
## 1604       10324              31    123.24    3820.44 05/11/2019    Shipped
## 1911       10170              34    112.34    3819.56 04/11/2018    Shipped
## 1186       10328              34    112.22    3815.48 12/11/2019    Shipped
## 1044       10350              41     93.04    3814.64 02/12/2019    Shipped
## 1541       10167              33    115.52    3812.16 23/10/2018  Cancelled
## 1042       10326              32    118.99    3807.68 09/11/2019    Shipped
## 259        10196              24    158.63    3807.12 26/11/2018    Shipped
## 576        10135              48     79.31    3806.88 02/07/2018    Shipped
## 960        10248              32    118.83    3802.56 07/05/2019  Cancelled
## 2692       10386              44     86.40    3801.60 01/03/2020   Resolved
## 1023       10425              28    135.47    3793.16 31/05/2020 In Process
## 1197       10142              24    157.98    3791.52 08/08/2018    Shipped
## 2667       10397              36    105.27    3789.72 28/03/2020    Shipped
## 2713       10329              44     86.13    3789.72 15/11/2019    Shipped
## 589        10300              41     92.40    3788.40 04/10/2018    Shipped
## 1771       10233              40     94.71    3788.40 29/03/2019    Shipped
## 1230       10241              42     90.19    3787.98 13/04/2019    Shipped
## 1111       10300              23    164.63    3786.49 04/10/2018    Shipped
## 1984       10141              40     94.62    3784.80 01/08/2018    Shipped
## 700        10101              25    151.28    3782.00 09/01/2018    Shipped
## 314        10282              24    157.45    3778.80 20/08/2019    Shipped
## 2673       10155              44     85.87    3778.28 06/10/2018    Shipped
## 699        10425              38     99.41    3777.58 31/05/2020 In Process
## 798        10101              26    145.13    3773.38 09/01/2018    Shipped
## 674        10104              29    130.09    3772.61 31/01/2018    Shipped
## 684        10229              26    144.82    3765.32 11/03/2019    Shipped
## 432        10161              28    134.46    3764.88 17/10/2018    Shipped
## 2487       10106              34    110.69    3763.46 17/02/2018    Shipped
## 2562       10358              27    139.31    3761.37 10/12/2019    Shipped
## 964        10306              32    117.47    3759.04 14/10/2019    Shipped
## 65         10298              39     96.34    3757.26 27/09/2019    Shipped
## 2035       10168              48     78.25    3756.00 28/10/2018    Shipped
## 613        10278              29    129.45    3754.05 06/08/2019    Shipped
## 2644       10117              45     83.42    3753.90 16/04/2018    Shipped
## 1361       10367              44     85.25    3751.00 12/01/2020   Resolved
## 4          10145              45     83.26    3746.70 25/08/2018    Shipped
## 1104       10211              28    133.76    3745.28 15/01/2019    Shipped
## 462        10205              36    103.77    3735.72 03/12/2018    Shipped
## 1140       10343              44     84.88    3734.72 24/11/2019    Shipped
## 981        10151              21    177.81    3734.01 21/09/2018    Shipped
## 617        10321              25    149.36    3734.00 04/11/2019    Shipped
## 1207       10272              25    149.36    3734.00 20/07/2019    Shipped
## 2123       10353              46     81.17    3733.82 04/12/2019    Shipped
## 377        10108              36    103.64    3731.04 03/03/2018    Shipped
## 1880       10407              43     86.73    3729.39 22/04/2020    On Hold
## 810        10255              24    155.25    3726.00 04/06/2019    Shipped
## 1859       10110              37    100.66    3724.42 18/03/2018    Shipped
## 2451       10282              43     86.61    3724.23 20/08/2019    Shipped
## 2566       10424              46     80.92    3722.32 31/05/2020 In Process
## 2534       10339              50     74.35    3717.50 23/11/2019    Shipped
## 1429       10285              34    109.32    3716.88 27/08/2019    Shipped
## 2595       10155              43     86.40    3715.20 06/10/2018    Shipped
## 2147       10343              29    128.04    3713.16 24/11/2019    Shipped
## 562        10227              26    142.80    3712.80 02/03/2019    Shipped
## 866        10312              37    100.30    3711.10 21/10/2019    Shipped
## 1954       10361              26    142.73    3710.98 17/12/2019    Shipped
## 471        10322              43     86.30    3710.90 04/11/2019    Shipped
## 2307       10104              33    112.28    3705.24 31/01/2018    Shipped
## 544        10316              27    137.19    3704.13 01/11/2019    Shipped
## 1231       10280              35    105.83    3704.05 17/08/2019    Shipped
## 1891       10222              46     80.51    3703.46 19/02/2019    Shipped
## 1989       10195              34    108.82    3699.88 25/11/2018    Shipped
## 277        10122              37     99.82    3693.34 08/05/2018    Shipped
## 594        10363              22    167.57    3686.54 06/01/2020    Shipped
## 1503       10332              45     81.91    3685.95 17/11/2019    Shipped
## 2071       10319              43     85.69    3684.67 03/11/2019    Shipped
## 1585       10103              36    102.23    3680.28 29/01/2018    Shipped
## 12         10263              34    108.14    3676.76 28/06/2019    Shipped
## 2111       10210              46     79.91    3675.86 12/01/2019    Shipped
## 954        10177              23    159.81    3675.63 07/11/2018    Shipped
## 805        10193              22    167.06    3675.32 21/11/2018    Shipped
## 1040       10306              40     91.76    3670.40 14/10/2019    Shipped
## 2257       10108              31    118.38    3669.78 03/03/2018    Shipped
## 564        10280              26    141.10    3668.60 17/08/2019    Shipped
## 632        10176              20    183.38    3667.60 06/11/2018    Shipped
## 2079       10114              32    114.61    3667.52 01/04/2018    Shipped
## 1082       10227              33    111.12    3666.96 02/03/2019    Shipped
## 2044       10308              44     83.32    3666.08 15/10/2019    Shipped
## 94         10362              22    166.55    3664.10 05/01/2020    Shipped
## 1804       10368              46     79.62    3662.52 19/01/2020    Shipped
## 55         10168              27    135.59    3660.93 28/10/2018    Shipped
## 57         10188              38     96.34    3660.92 18/11/2018    Shipped
## 1687       10106              49     74.68    3659.32 17/02/2018    Shipped
## 1485       10401              38     96.29    3659.02 03/04/2020    On Hold
## 2117       10285              37     98.89    3658.93 27/08/2019    Shipped
## 2378       10331              20    182.89    3657.80 17/11/2019    Shipped
## 997        10259              27    135.47    3657.69 15/06/2019    Shipped
## 1518       10188              40     91.40    3656.00 18/11/2018    Shipped
## 333        10203              44     82.99    3651.56 02/12/2018    Shipped
## 430        10136              25    145.79    3644.75 04/07/2018    Shipped
## 2609       10341              34    107.18    3644.12 24/11/2019    Shipped
## 952        10153              31    117.47    3641.57 28/09/2018    Shipped
## 2553       10258              45     80.92    3641.40 15/06/2019    Shipped
## 1123       10148              28    129.98    3639.44 11/09/2018    Shipped
## 316        10306              20    181.67    3633.40 14/10/2019    Shipped
## 1248       10185              47     77.24    3630.28 14/11/2018    Shipped
## 718        10356              29    125.18    3630.22 09/12/2019    Shipped
## 2019       10257              46     78.89    3628.94 14/06/2019    Shipped
## 588        10287              44     82.39    3625.16 30/08/2019    Shipped
## 1173       10155              29    124.93    3622.97 06/10/2018    Shipped
## 2252       10375              44     82.26    3619.44 03/02/2020    Shipped
## 1137       10311              32    113.02    3616.64 16/10/2019    Shipped
## 1849       10316              47     76.93    3615.71 01/11/2019    Shipped
## 2440       10142              43     84.01    3612.43 08/08/2018    Shipped
## 2546       10175              42     85.98    3611.16 06/11/2018    Shipped
## 2607       10316              48     75.20    3609.60 01/11/2019    Shipped
## 1470       10223              34    106.14    3608.76 20/02/2019    Shipped
## 2067       10276              48     75.18    3608.64 02/08/2019    Shipped
## 682        10195              35    103.09    3608.15 25/11/2018    Shipped
## 344        10329              33    109.32    3607.56 15/11/2019    Shipped
## 959        10232              22    163.91    3606.02 20/03/2019    Shipped
## 708        10214              27    133.49    3604.23 26/01/2019    Shipped
## 1259       10315              36    100.06    3602.16 29/10/2019    Shipped
## 1228       10213              38     94.79    3602.02 22/01/2019    Shipped
## 1210       10306              23    156.55    3600.65 14/10/2019    Shipped
## 2263       10190              42     85.72    3600.24 19/11/2018    Shipped
## 593        10342              55     65.45    3599.75 24/11/2019    Shipped
## 1174       10167              34    105.87    3599.58 23/10/2018  Cancelled
## 2086       10194              37     97.27    3598.99 25/11/2018    Shipped
## 976        10122              25    143.94    3598.50 08/05/2018    Shipped
## 1223       10148              34    105.83    3598.22 11/09/2018    Shipped
## 1531       10363              21    171.22    3595.62 06/01/2020    Shipped
## 221        10347              29    123.67    3586.43 29/11/2019    Shipped
## 170        10341              45     79.65    3584.25 24/11/2019    Shipped
## 1321       10122              28    127.97    3583.16 08/05/2018    Shipped
## 2054       10416              48     74.62    3581.76 10/05/2020    Shipped
## 931        10206              30    119.38    3581.40 05/12/2018    Shipped
## 1256       10283              34    105.32    3580.88 20/08/2019    Shipped
## 813        10304              20    178.88    3577.60 11/10/2019    Shipped
## 2565       10411              34    105.20    3576.80 01/05/2020    Shipped
## 2008       10126              34    105.18    3576.12 28/05/2018    Shipped
## 1799       10302              48     74.48    3575.04 06/10/2018    Shipped
## 2532       10316              48     74.45    3573.60 01/11/2019    Shipped
## 869        10357              41     87.13    3572.33 10/12/2019    Shipped
## 1513       10134              43     83.03    3570.29 01/07/2018    Shipped
## 407        10164              36     99.17    3570.12 21/10/2018   Resolved
## 1229       10227              34    104.91    3566.94 02/03/2019    Shipped
## 2033       10133              46     77.52    3565.92 27/06/2018    Shipped
## 1032       10196              35    101.85    3564.75 26/11/2018    Shipped
## 1263       10372              41     86.89    3562.49 26/01/2020    Shipped
## 197        10371              32    111.27    3560.64 23/01/2020    Shipped
## 1289       10357              28    127.13    3559.64 10/12/2019    Shipped
## 1330       10252              26    136.90    3559.40 26/05/2019    Shipped
## 2104       10425              41     86.68    3553.88 31/05/2020 In Process
## 949        10117              26    136.59    3551.34 16/04/2018    Shipped
## 1439       10417              35    101.43    3550.05 13/05/2020   Disputed
## 383        10192              27    131.28    3544.56 20/11/2018    Shipped
## 2375       10299              44     80.55    3544.20 30/09/2019    Shipped
## 2251       10361              49     72.33    3544.17 17/12/2019    Shipped
## 356        10175              26    136.28    3543.28 06/11/2018    Shipped
## 244        10329              24    147.61    3542.64 15/11/2019    Shipped
## 1058       10225              37     95.69    3540.53 22/02/2019    Shipped
## 2400       10283              45     78.67    3540.15 20/08/2019    Shipped
## 129        10164              21    168.42    3536.82 21/10/2018   Resolved
## 1088       10312              33    107.15    3535.95 21/10/2019    Shipped
## 469        10304              37     95.55    3535.35 11/10/2019    Shipped
## 2460       10414              34    103.93    3533.62 06/05/2020    On Hold
## 2016       10215              39     90.57    3532.23 29/01/2019    Shipped
## 826        10148              27    130.68    3528.36 11/09/2018    Shipped
## 2406       10350              46     76.67    3526.82 02/12/2019    Shipped
## 1258       10306              39     90.40    3525.60 14/10/2019    Shipped
## 860        10244              30    117.52    3525.60 29/04/2019    Shipped
## 2068       10287              40     88.12    3524.80 30/08/2019    Shipped
## 867        10322              33    106.81    3524.73 04/11/2019    Shipped
## 2610       10353              43     81.95    3523.85 04/12/2019    Shipped
## 2052       10398              45     78.25    3521.25 30/03/2020    Shipped
## 1597       10246              29    121.40    3520.60 05/05/2019    Shipped
## 1779       10326              41     85.85    3519.85 09/11/2019    Shipped
## 614        10287              24    146.52    3516.48 30/08/2019    Shipped
## 2660       10306              30    117.19    3515.70 14/10/2019    Shipped
## 768        10353              27    130.21    3515.67 04/12/2019    Shipped
## 1051       10135              45     78.00    3510.00 02/07/2018    Shipped
## 111        10273              30    116.96    3508.80 21/07/2019    Shipped
## 557        10173              24    146.20    3508.80 05/11/2018    Shipped
## 1467       10145              40     87.54    3501.60 25/08/2018    Shipped
## 1577       10322              30    116.67    3500.10 04/11/2019    Shipped
## 1592       10184              24    145.68    3496.32 14/11/2018    Shipped
## 279        10147              31    112.74    3494.94 05/09/2018    Shipped
## 1529       10329              37     94.43    3493.91 15/11/2019    Shipped
## 1477       10308              31    112.70    3493.70 15/10/2019    Shipped
## 105        10178              24    145.52    3492.48 08/11/2018    Shipped
## 1251       10221              39     89.53    3491.67 18/02/2019    Shipped
## 2383       10390              22    158.69    3491.18 04/03/2020    Shipped
## 1113       10320              25    139.64    3491.00 03/11/2019    Shipped
## 2453       10306              38     91.81    3488.78 14/10/2019    Shipped
## 1370       10182              47     74.22    3488.34 12/11/2018    Shipped
## 326        10108              39     89.38    3485.82 03/03/2018    Shipped
## 902        10155              44     79.14    3482.16 06/10/2018    Shipped
## 5          10168              36     96.66    3479.76 28/10/2018    Shipped
## 1805       10380              44     79.06    3478.64 16/02/2020    Shipped
## 2377       10319              45     77.29    3478.05 03/11/2019    Shipped
## 2475       10296              34    102.29    3477.86 15/09/2019    Shipped
## 2028       10369              40     86.92    3476.80 20/01/2020    Shipped
## 2371       10252              48     72.41    3475.68 26/05/2019    Shipped
## 1085       10280              34    102.19    3474.46 17/08/2019    Shipped
## 2633       10295              34    102.17    3473.78 10/09/2019    Shipped
## 1359       10332              21    165.38    3472.98 17/11/2019    Shipped
## 1624       10276              46     75.49    3472.54 02/08/2019    Shipped
## 1861       10148              27    128.50    3469.50 11/09/2018    Shipped
## 2455       10327              20    173.46    3469.20 10/11/2019   Resolved
## 2018       10244              40     86.68    3467.20 29/04/2019    Shipped
## 2333       10412              26    133.11    3460.86 03/05/2020    Shipped
## 894        10357              49     70.58    3458.42 10/12/2019    Shipped
## 626        10104              24    144.08    3457.92 31/01/2018    Shipped
## 1172       10143              34    101.64    3455.76 10/08/2018    Shipped
## 803        10173              22    156.94    3452.68 05/11/2018    Shipped
## 212        10229              25    138.04    3451.00 11/03/2019    Shipped
## 414        10245              29    119.00    3451.00 04/05/2019    Shipped
## 1608       10371              20    172.47    3449.40 23/01/2020    Shipped
## 616        10310              24    143.67    3448.08 16/10/2019    Shipped
## 250        10417              21    164.18    3447.78 13/05/2020   Disputed
## 1196       10127              25    137.88    3447.00 03/06/2018    Shipped
## 2631       10273              40     86.15    3446.00 21/07/2019    Shipped
## 901        10143              46     74.84    3442.64 10/08/2018    Shipped
## 955        10185              28    122.93    3442.04 14/11/2018    Shipped
## 1385       10380              34    101.23    3441.82 16/02/2020    Shipped
## 919        10386              37     93.01    3441.37 01/03/2020   Resolved
## 2636       10327              43     80.00    3440.00 10/11/2019   Resolved
## 131        10183              28    122.62    3433.36 13/11/2018    Shipped
## 165        10287              21    163.44    3432.24 30/08/2019    Shipped
## 1417       10120              35     98.05    3431.75 29/04/2018    Shipped
## 1350       10204              45     76.26    3431.70 02/12/2018    Shipped
## 2492       10168              31    110.69    3431.39 28/10/2018    Shipped
## 2675       10178              45     76.25    3431.25 08/11/2018    Shipped
## 113        10295              24    142.80    3427.20 10/09/2019    Shipped
## 2277       10365              22    155.69    3425.18 07/01/2020    Shipped
## 2523       10208              46     74.45    3424.70 02/01/2019    Shipped
## 518        10301              32    107.02    3424.64 05/10/2018    Shipped
## 1171       10130              33    103.75    3423.75 16/06/2018    Shipped
## 898        10106              41     83.44    3421.04 17/02/2018    Shipped
## 172        10375              45     76.00    3420.00 03/02/2020    Shipped
## 2568       10120              24    142.38    3417.12 29/04/2018    Shipped
## 691        10313              29    117.82    3416.78 22/10/2019    Shipped
## 1587       10126              27    126.51    3415.77 28/05/2018    Shipped
## 1055       10191              36     94.88    3415.68 20/11/2018    Shipped
## 202        10113              21    162.64    3415.44 26/03/2018    Shipped
## 1102       10191              23    148.46    3414.58 20/11/2018    Shipped
## 2017       10228              33    103.23    3406.59 10/03/2019    Shipped
## 2207       10103              45     75.63    3403.35 29/01/2018    Shipped
## 1629       10330              42     81.03    3403.26 16/11/2019    Shipped
## 2325       10314              28    121.54    3403.12 22/10/2019    Shipped
## 1066       10319              46     73.98    3403.08 03/11/2019    Shipped
## 584        10239              46     73.92    3400.32 12/04/2019    Shipped
## 2658       10283              38     89.38    3396.44 20/08/2019    Shipped
## 1101       10181              22    154.34    3395.48 12/11/2018    Shipped
## 201        10103              27    125.74    3394.98 29/01/2018    Shipped
## 753        10133              49     69.27    3394.23 27/06/2018    Shipped
## 1937       10155              44     77.11    3392.84 06/10/2018    Shipped
## 1233       10302              38     89.27    3392.26 06/10/2018    Shipped
## 2047       10340              40     84.77    3390.80 24/11/2019    Shipped
## 874        10126              46     73.70    3390.20 28/05/2018    Shipped
## 653        10100              50     67.80    3390.00 06/01/2018    Shipped
## 325        10413              22    153.99    3387.78 05/05/2020    Shipped
## 1807       10420              35     96.74    3385.90 29/05/2020 In Process
## 359        10207              34     99.54    3384.36 09/12/2018    Shipped
## 1241       10105              41     82.50    3382.50 11/02/2018    Shipped
## 1653       10332              39     86.72    3382.08 17/11/2019    Shipped
## 2661       10315              37     91.37    3380.69 29/10/2019    Shipped
## 686        10259              34     99.41    3379.94 15/06/2019    Shipped
## 110        10261              27    125.12    3378.24 17/06/2019    Shipped
## 1238       10380              32    105.52    3376.64 16/02/2020    Shipped
## 452        10390              36     93.77    3375.72 04/03/2020    Shipped
## 514        10253              24    140.62    3374.88 01/06/2019  Cancelled
## 1373       10212              41     82.31    3374.71 16/01/2019    Shipped
## 1188       10351              20    168.73    3374.60 03/12/2019    Shipped
## 2497       10235              38     88.75    3372.50 02/04/2019    Shipped
## 121        10395              32    105.33    3370.56 17/03/2020    Shipped
## 345        10341              36     93.56    3368.16 24/11/2019    Shipped
## 1539       10142              33    102.00    3366.00 08/08/2018    Shipped
## 903        10167              46     73.12    3363.52 23/10/2018  Cancelled
## 2422       10262              40     84.03    3361.20 24/06/2019  Cancelled
## 1636       10110              43     78.15    3360.45 18/03/2018    Shipped
## 413        10228              32    105.00    3360.00 10/03/2019    Shipped
## 1234       10311              41     81.91    3358.31 16/10/2019    Shipped
## 877        10163              48     69.96    3358.08 20/10/2018    Shipped
## 1946       10275              41     81.89    3357.49 23/07/2019    Shipped
## 1019       10394              22    152.41    3353.02 15/03/2020    Shipped
## 1904       10396              37     90.57    3351.09 23/03/2020    Shipped
## 904        10178              41     81.72    3350.52 08/11/2018    Shipped
## 2687       10328              39     85.87    3348.93 12/11/2019    Shipped
## 126        10126              22    152.17    3347.74 28/05/2018    Shipped
## 2321       10271              34     98.39    3345.26 20/07/2019    Shipped
## 2023       10304              33    101.29    3342.57 11/10/2019    Shipped
## 934        10244              29    115.19    3340.51 29/04/2019    Shipped
## 1046       10383              26    128.48    3340.48 22/02/2020    Shipped
## 1678       10324              30    111.27    3338.10 05/11/2019    Shipped
## 1199       10165              28    119.20    3337.60 22/10/2018    Shipped
## 2265       10224              30    111.23    3336.90 21/02/2019    Shipped
## 857        10206              37     90.17    3336.29 05/12/2018    Shipped
## 1560       10414              23    145.01    3335.23 06/05/2020    On Hold
## 910        10273              34     98.06    3334.04 21/07/2019    Shipped
## 2268       10264              34     97.97    3330.98 30/06/2019    Shipped
## 853        10163              31    107.39    3329.09 20/10/2018    Shipped
## 1770       10222              47     70.81    3328.07 19/02/2019    Shipped
## 354        10151              24    138.65    3327.60 21/09/2018    Shipped
## 1803       10346              24    138.58    3325.92 29/11/2019    Shipped
## 2476       10307              34     97.76    3323.84 14/10/2019    Shipped
## 2065       10252              38     87.31    3317.78 26/05/2019    Shipped
## 1647       10267              38     87.24    3315.12 07/07/2019    Shipped
## 2411       10106              31    106.87    3312.97 17/02/2018    Shipped
## 1473       10262              34     97.38    3310.92 24/06/2019  Cancelled
## 53         10134              27    122.51    3307.77 01/07/2018    Shipped
## 1630       10341              32    103.35    3307.20 24/11/2019    Shipped
## 1801       10321              39     84.75    3305.25 04/11/2019    Shipped
## 2585       10353              48     68.80    3302.40 04/12/2019    Shipped
## 435        10192              22    150.03    3300.66 20/11/2018    Shipped
## 855        10183              37     89.15    3298.55 13/11/2018    Shipped
## 2150       10378              40     82.46    3298.40 10/02/2020    Shipped
## 2362       10121              44     74.85    3293.40 07/05/2018    Shipped
## 2467       10178              34     96.86    3293.24 08/11/2018    Shipped
## 1341       10378              49     67.14    3289.86 10/02/2020    Shipped
## 296        10363              34     96.73    3288.82 06/01/2020    Shipped
## 1092       10369              45     73.08    3288.60 20/01/2020    Shipped
## 2300       10353              40     82.21    3288.40 04/12/2019    Shipped
## 1949       10308              43     76.43    3286.49 15/10/2019    Shipped
## 605        10181              21    156.48    3286.08 12/11/2018    Shipped
## 2114       10250              31    105.88    3282.28 11/05/2019    Shipped
## 2009       10139              29    112.97    3276.13 16/07/2018    Shipped
## 2639       10373              34     96.34    3275.56 31/01/2020    Shipped
## 1418       10134              35     93.54    3273.90 01/07/2018    Shipped
## 2592       10106              44     74.40    3273.60 17/02/2018    Shipped
## 598        10419              39     83.93    3273.27 17/05/2020    Shipped
## 2593       10120              43     76.00    3268.00 29/04/2018    Shipped
## 2651       10197              35     93.35    3267.25 26/11/2018    Shipped
## 1766       10177              45     72.58    3266.10 07/11/2018    Shipped
## 1389       10115              47     69.36    3259.92 04/04/2018    Shipped
## 568        10331              44     74.04    3257.76 17/11/2019    Shipped
## 2556       10291              28    116.32    3256.96 08/09/2019    Shipped
## 2360       10413              51     63.85    3256.35 05/05/2020    Shipped
## 1695       10198              48     67.82    3255.36 27/11/2018    Shipped
## 922        10414              44     73.98    3255.12 06/05/2020    On Hold
## 456        10125              32    101.71    3254.72 21/05/2018    Shipped
## 2260       10145              27    120.42    3251.34 25/08/2018    Shipped
## 466        10256              34     95.55    3248.70 08/06/2019    Shipped
## 2496       10222              37     87.75    3246.75 19/02/2019    Shipped
## 2038       10235              40     81.14    3245.60 02/04/2019    Shipped
## 2646       10142              38     85.41    3245.58 08/08/2018    Shipped
## 2629       10248              30    108.18    3245.40 07/05/2019  Cancelled
## 2109       10168              28    115.87    3244.36 28/10/2018    Shipped
## 323        10382              34     95.35    3241.90 17/02/2020    Shipped
## 1933       10106              50     64.83    3241.50 17/02/2018    Shipped
## 2390       10167              43     75.34    3239.62 23/10/2018  Cancelled
## 641        10282              23    140.81    3238.63 20/08/2019    Shipped
## 1844       10262              46     70.35    3236.10 24/06/2019  Cancelled
## 2063       10225              46     70.33    3235.18 22/02/2019    Shipped
## 2674       10168              39     82.91    3233.49 28/10/2018    Shipped
## 2531       10306              43     75.17    3232.31 14/10/2019    Shipped
## 833        10226              24    134.64    3231.36 26/02/2019    Shipped
## 380        10147              33     97.89    3230.37 05/09/2018    Shipped
## 2181       10104              49     65.87    3227.63 31/01/2018    Shipped
## 2519       10167              46     70.11    3225.06 23/10/2018  Cancelled
## 2078       10103              31    104.01    3224.31 29/01/2018    Shipped
## 2302       10375              49     65.80    3224.20 03/02/2020    Shipped
## 839        10301              22    146.52    3223.44 05/10/2018    Shipped
## 2368       10211              40     80.55    3222.00 15/01/2019    Shipped
## 2446       10208              40     80.55    3222.00 02/01/2019    Shipped
## 2311       10151              26    123.85    3220.10 21/09/2018    Shipped
## 2015       10206              33     97.39    3213.87 05/12/2018    Shipped
## 426        10411              27    119.00    3213.00 01/05/2020    Shipped
## 2303       10388              27    118.94    3211.38 03/03/2020    Shipped
## 2741       10327              37     86.74    3209.38 10/11/2019   Resolved
## 1553       10306              29    110.60    3207.40 14/10/2019    Shipped
## 22         10388              42     76.36    3207.12 03/03/2020    Shipped
## 707        10204              26    123.32    3206.32 02/12/2018    Shipped
## 2662       10327              37     86.61    3204.57 10/11/2019   Resolved
## 1376       10267              40     80.10    3204.00 07/07/2019    Shipped
## 668        10332              38     84.25    3201.50 17/11/2019    Shipped
## 1618       10190              42     76.19    3199.98 19/11/2018    Shipped
## 2574       10223              29    110.34    3199.86 20/02/2019    Shipped
## 2545       10164              39     81.93    3195.27 21/10/2018   Resolved
## 1760       10105              44     72.58    3193.52 11/02/2018    Shipped
## 772        10401              42     76.03    3193.26 03/04/2020    On Hold
## 128        10150              20    159.56    3191.20 19/09/2018    Shipped
## 1602       10305              24    132.90    3189.60 13/10/2019    Shipped
## 11         10251              28    113.88    3188.64 18/05/2019    Shipped
## 127        10140              26    122.62    3188.12 24/07/2018    Shipped
## 144        10334              26    122.62    3188.12 19/11/2019    On Hold
## 827        10161              23    138.60    3187.80 17/10/2018    Shipped
## 2586       10361              44     72.42    3186.48 17/12/2019    Shipped
## 457        10139              31    102.74    3184.94 16/07/2018    Shipped
## 1792       10204              40     79.62    3184.80 02/12/2018    Shipped
## 1794       10227              40     79.62    3184.80 02/03/2019    Shipped
## 339        10276              38     83.79    3184.02 02/08/2019    Shipped
## 2678       10222              43     74.03    3183.29 19/02/2019    Shipped
## 2001       10349              23    138.39    3182.97 01/12/2019    Shipped
## 933        10228              31    102.63    3181.53 10/03/2019    Shipped
## 2337       10127              46     69.12    3179.52 03/06/2018    Shipped
## 1116       10355              23    138.17    3177.91 07/12/2019    Shipped
## 2461       10106              30    105.91    3177.30 17/02/2018    Shipped
## 68         10329              20    158.80    3176.00 15/11/2019    Shipped
## 732        10194              45     70.49    3172.05 25/11/2018    Shipped
## 1543       10185              30    105.69    3170.70 14/11/2018    Shipped
## 1253       10248              42     75.48    3170.16 07/05/2019  Cancelled
## 1883       10119              35     90.57    3169.95 28/04/2018    Shipped
## 286        10238              29    109.22    3167.38 09/04/2019    Shipped
## 2214       10183              49     64.64    3167.36 13/11/2018    Shipped
## 2051       10386              50     63.34    3167.00 01/03/2020   Resolved
## 1975       10332              41     77.24    3166.84 17/11/2019    Shipped
## 2159       10175              50     63.31    3165.50 06/11/2018    Shipped
## 1903       10385              37     85.54    3164.98 28/02/2020    Shipped
## 2603       10275              43     73.60    3164.80 23/07/2019    Shipped
## 2617       10105              39     81.14    3164.46 11/02/2018    Shipped
## 2242       10262              40     79.11    3164.40 24/06/2019  Cancelled
## 761        10275              35     90.39    3163.65 23/07/2019    Shipped
## 2655       10248              35     90.37    3162.95 07/05/2019  Cancelled
## 619        10342              22    143.67    3160.74 24/11/2019    Shipped
## 2229       10370              25    126.41    3160.25 20/01/2020    Shipped
## 1775       10283              34     92.94    3159.96 20/08/2019    Shipped
## 1920       10278              25    126.39    3159.75 06/08/2019    Shipped
## 823        10109              26    121.44    3157.44 10/03/2018    Shipped
## 499        10369              32     98.63    3156.16 20/01/2020    Shipped
## 1148       10146              47     67.14    3155.58 03/09/2018    Shipped
## 1009       10324              27    116.87    3155.49 05/11/2019    Shipped
## 1511       10107              38     83.03    3155.14 24/02/2018    Shipped
## 2095       10305              28    112.68    3155.04 13/10/2019    Shipped
## 1521       10236              36     87.60    3153.60 03/04/2019    Shipped
## 1595       10217              28    112.46    3148.88 04/02/2019    Shipped
## 1862       10161              30    104.94    3148.20 17/10/2018    Shipped
## 2048       10353              35     89.90    3146.50 04/12/2019    Shipped
## 2693       10398              36     87.36    3144.96 30/03/2020    Shipped
## 260        10208              26    120.86    3142.36 02/01/2019    Shipped
## 559        10193              21    149.60    3141.60 21/11/2018    Shipped
## 2327       10336              23    136.59    3141.57 20/11/2019    Shipped
## 2227       10348              31    101.29    3139.99 01/11/2019    Shipped
## 935        10257              37     84.82    3138.34 14/06/2019    Shipped
## 1925       10331              21    149.33    3135.93 17/11/2019    Shipped
## 2184       10142              42     74.57    3131.94 08/08/2018    Shipped
## 2597       10199              38     82.40    3131.20 01/12/2018    Shipped
## 574        10108              38     82.39    3130.82 03/03/2018    Shipped
## 1073       10126              38     82.34    3128.92 28/05/2018    Shipped
## 2347       10247              49     63.85    3128.65 05/05/2019    Shipped
## 390        10277              28    111.71    3127.88 04/08/2019    Shipped
## 1151       10191              43     72.74    3127.82 20/11/2018    Shipped
## 765        10318              31    100.53    3116.43 02/11/2019    Shipped
## 2313       10176              23    135.43    3114.89 06/11/2018    Shipped
## 309        10208              20    155.72    3114.40 02/01/2019    Shipped
## 2266       10237              27    115.32    3113.64 05/04/2019    Shipped
## 575        10122              43     72.38    3112.34 08/05/2018    Shipped
## 1790       10182              33     94.17    3107.61 12/11/2018    Shipped
## 461        10193              28    110.96    3106.88 21/11/2018    Shipped
## 2503       10308              35     88.75    3106.25 15/10/2019    Shipped
## 319        10336              49     63.38    3105.62 20/11/2019    Shipped
## 2439       10128              32     97.00    3104.00 06/06/2018    Shipped
## 2510       10386              37     83.84    3102.08 01/03/2020   Resolved
## 292        10310              24    129.18    3100.32 16/10/2019    Shipped
## 2073       10343              30    103.29    3098.70 24/11/2019    Shipped
## 2108       10145              33     93.90    3098.70 25/08/2018    Shipped
## 1052       10147              36     86.04    3097.44 05/09/2018    Shipped
## 1074       10139              30    103.18    3095.40 16/07/2018    Shipped
## 1622       10252              47     65.80    3092.60 26/05/2019    Shipped
## 2364       10145              38     81.36    3091.68 25/08/2018    Shipped
## 2529       10283              47     65.77    3091.19 20/08/2019    Shipped
## 725        10114              45     68.67    3090.15 01/04/2018    Shipped
## 2331       10383              29    106.45    3087.05 22/02/2020    Shipped
## 1222       10124              36     85.59    3081.24 21/05/2018    Shipped
## 1889       10186              36     85.54    3079.44 14/11/2018    Shipped
## 2747       10414              47     65.52    3079.44 06/05/2020    On Hold
## 1826       10331              25    123.14    3078.50 17/11/2019    Shipped
## 2374       10285              39     78.92    3077.88 27/08/2019    Shipped
## 503        10123              26    118.22    3073.72 20/05/2018    Shipped
## 751        10106              34     90.39    3073.26 17/02/2018    Shipped
## 1348       10182              44     69.84    3072.96 12/11/2018    Shipped
## 1994       10271              22    139.57    3070.54 20/07/2019    Shipped
## 1030       10177              29    105.88    3070.52 07/11/2018    Shipped
## 2486       10415              32     95.95    3070.40 09/05/2020   Disputed
## 1365       10110              36     85.25    3069.00 18/03/2018    Shipped
## 721        10390              31     98.99    3068.69 04/03/2020    Shipped
## 2082       10151              27    113.65    3068.55 21/09/2018    Shipped
## 1761       10119              35     87.62    3066.70 28/04/2018    Shipped
## 349        10419              34     90.17    3065.78 17/05/2020    Shipped
## 948        10105              22    139.32    3065.04 11/02/2018    Shipped
## 796        10402              55     55.72    3064.60 07/04/2020    Shipped
## 1905       10400              42     72.96    3064.32 01/04/2020    Shipped
## 2241       10250              50     61.22    3061.00 11/05/2019    Shipped
## 2320       10259              29    105.33    3054.57 15/06/2019    Shipped
## 440        10253              26    117.48    3054.48 01/06/2019  Cancelled
## 1772       10248              30    101.79    3053.70 07/05/2019  Cancelled
## 486        10205              48     63.61    3053.28 03/12/2018    Shipped
## 1718       10192              23    132.71    3052.33 20/11/2018    Shipped
## 116        10325              47     64.93    3051.71 05/11/2019    Shipped
## 672        10407              42     72.65    3051.30 22/04/2020    On Hold
## 804        10182              21    145.13    3047.73 12/11/2018    Shipped
## 2219       10245              44     69.16    3043.04 04/05/2019    Shipped
## 1063       10287              43     70.76    3042.68 30/08/2019    Shipped
## 321        10359              49     62.09    3042.41 15/12/2019    Shipped
## 583        10225              47     64.68    3039.96 22/02/2019    Shipped
## 2246       10308              46     66.04    3037.84 15/10/2019    Shipped
## 227        10107              21    144.60    3036.60 24/02/2018    Shipped
## 1854       10373              46     66.00    3036.00 31/01/2020    Shipped
## 1083       10244              36     84.33    3035.88 29/04/2019    Shipped
## 819        10367              32     94.79    3033.28 12/01/2020   Resolved
## 2432       10375              37     81.87    3029.19 03/02/2020    Shipped
## 2642       10414              28    108.18    3029.04 06/05/2020    On Hold
## 2438       10117              38     79.68    3027.84 16/04/2018    Shipped
## 1842       10222              43     70.35    3025.05 19/02/2019    Shipped
## 1189       10373              50     60.49    3024.50 31/01/2020    Shipped
## 1262       10350              30    100.77    3023.10 02/12/2019    Shipped
## 2527       10261              44     68.67    3021.48 17/06/2019    Shipped
## 1781       10350              30    100.70    3021.00 02/12/2019    Shipped
## 2613       10386              32     94.34    3018.88 01/03/2020   Resolved
## 2442       10166              29    103.93    3013.97 21/10/2018    Shipped
## 364        10271              31     97.17    3012.27 20/07/2019    Shipped
## 1089       10323              33     91.27    3011.91 05/11/2019    Shipped
## 58         10210              23    130.83    3009.09 12/01/2019    Shipped
## 937        10280              29    103.67    3006.43 17/08/2019    Shipped
## 1956       10386              41     73.32    3006.12 01/03/2020   Resolved
## 2648       10167              28    107.25    3003.00 23/10/2018  Cancelled
## 2726       10153              50     60.06    3003.00 28/09/2018    Shipped
## 1944       10250              40     75.06    3002.40 11/05/2019    Shipped
## 1059       10238              41     73.17    2999.97 09/04/2019    Shipped
## 1827       10342              48     62.45    2997.60 24/11/2019    Shipped
## 2499       10262              33     90.75    2994.75 24/06/2019  Cancelled
## 1441       10123              50     59.87    2993.50 20/05/2018    Shipped
## 112        10283              25    119.68    2992.00 20/08/2019    Shipped
## 1014       10358              32     93.49    2991.68 10/12/2019    Shipped
## 93         10339              39     76.67    2990.13 23/11/2019    Shipped
## 2203       10371              30     99.55    2986.50 23/01/2020    Shipped
## 1681       10358              36     82.94    2985.84 10/12/2019    Shipped
## 394        10321              24    124.37    2984.88 04/11/2019    Shipped
## 862        10270              31     96.24    2983.44 19/07/2019    Shipped
## 1990       10207              28    106.45    2980.60 09/12/2018    Shipped
## 892        10332              26    114.58    2979.08 17/11/2019    Shipped
## 2558       10313              30     99.13    2973.90 22/10/2019    Shipped
## 1620       10224              37     80.34    2972.58 21/02/2019    Shipped
## 1527       10308              47     63.22    2971.34 15/10/2019    Shipped
## 1591       10175              28    106.07    2969.96 06/11/2018    Shipped
## 2657       10273              26    114.21    2969.46 21/07/2019    Shipped
## 2601       10250              44     67.20    2956.80 11/05/2019    Shipped
## 2653       10222              31     95.34    2955.54 19/02/2019    Shipped
## 592        10329              29    101.89    2954.81 15/11/2019    Shipped
## 887        10280              43     68.71    2954.53 17/08/2019    Shipped
## 2677       10210              42     70.33    2953.86 12/01/2019    Shipped
## 464        10227              25    118.15    2953.75 02/03/2019    Shipped
## 2669       10106              48     61.44    2949.12 17/02/2018    Shipped
## 1945       10262              48     61.42    2948.16 24/06/2019  Cancelled
## 2600       10235              32     92.00    2944.00 02/04/2019    Shipped
## 1552       10293              21    140.09    2941.89 09/09/2019    Shipped
## 2466       10167              29    101.38    2940.02 23/10/2018  Cancelled
## 216        10281              25    117.54    2938.50 19/08/2019    Shipped
## 517        10288              20    146.84    2936.80 01/09/2019    Shipped
## 1818       10238              47     62.45    2935.15 09/04/2019    Shipped
## 1820       10266              47     62.45    2935.15 06/07/2019    Shipped
## 1919       10266              24    122.17    2932.08 06/07/2019    Shipped
## 1928       10363              31     94.58    2931.98 06/01/2020    Shipped
## 169        10329              41     71.47    2930.27 15/11/2019    Shipped
## 2319       10246              22    133.11    2928.42 05/05/2019    Shipped
## 2465       10155              32     91.43    2925.76 06/10/2018    Shipped
## 1586       10114              21    139.29    2925.09 01/04/2018    Shipped
## 1396       10195              44     66.47    2924.68 25/11/2018    Shipped
## 2457       10350              28    104.44    2924.32 02/12/2019    Shipped
## 519        10311              29    100.80    2923.20 16/10/2019    Shipped
## 924        10126              30     97.39    2921.70 28/05/2018    Shipped
## 1981       10104              26    112.37    2921.62 31/01/2018    Shipped
## 1424       10223              32     91.29    2921.28 20/02/2019    Shipped
## 2672       10143              34     85.87    2919.58 10/08/2018    Shipped
## 2061       10191              44     66.29    2916.76 20/11/2018    Shipped
## 2045       10317              35     83.32    2916.20 02/11/2019    Shipped
## 1987       10176              29    100.54    2915.66 06/11/2018    Shipped
## 2524       10222              36     80.95    2914.20 19/02/2019    Shipped
## 1145       10108              43     67.77    2914.11 03/03/2018    Shipped
## 749        10412              47     61.99    2913.53 03/05/2020    Shipped
## 1402       10271              45     64.74    2913.30 20/07/2019    Shipped
## 109        10248              20    145.52    2910.40 07/05/2019  Cancelled
## 769        10374              42     69.27    2909.34 02/02/2020    Shipped
## 2194       10272              45     64.63    2908.35 20/07/2019    Shipped
## 1910       10147              23    126.39    2906.97 05/09/2018    Shipped
## 591        10321              37     78.54    2905.98 04/11/2019    Shipped
## 2103       10411              26    111.72    2904.72 01/05/2020    Shipped
## 63         10275              22    132.02    2904.44 23/07/2019    Shipped
## 2385       10105              41     70.67    2897.47 11/02/2018    Shipped
## 1631       10355              41     70.65    2896.65 07/12/2019    Shipped
## 1832       10419              55     52.66    2896.30 17/05/2020    Shipped
## 2688       10339              50     57.86    2893.00 23/11/2019    Shipped
## 1851       10339              29     99.69    2891.01 23/11/2019    Shipped
## 2654       10232              35     82.43    2885.05 20/03/2019    Shipped
## 2634       10306              32     90.15    2884.80 14/10/2019    Shipped
## 2536       10373              41     70.33    2883.53 31/01/2020    Shipped
## 1285       10313              28    102.92    2881.76 22/10/2019    Shipped
## 1814       10191              48     60.01    2880.48 20/11/2018    Shipped
## 1011       10334              20    143.94    2878.80 19/11/2019    On Hold
## 1654       10346              25    115.07    2876.75 29/11/2019    Shipped
## 2121       10329              45     63.91    2875.95 15/11/2019    Shipped
## 2007       10103              25    114.92    2873.00 29/01/2018    Shipped
## 1478       10316              25    114.89    2872.25 01/11/2019    Shipped
## 1          10107              30     95.70    2871.00 24/02/2018    Shipped
## 883        10228              45     63.71    2866.95 10/03/2019    Shipped
## 938        10291              23    124.62    2866.26 08/09/2019    Shipped
## 2666       10386              30     95.48    2864.40 01/03/2020   Resolved
## 2423       10275              32     89.51    2864.32 23/07/2019    Shipped
## 335        10225              37     77.41    2864.17 22/02/2019    Shipped
## 905        10186              32     89.46    2862.72 14/11/2018    Shipped
## 281        10181              28    102.17    2860.76 12/11/2018    Shipped
## 2118       10297              26    109.88    2856.88 16/09/2019    Shipped
## 2343       10196              46     62.09    2856.14 26/11/2018    Shipped
## 555        10124              21    136.00    2856.00 21/05/2018    Shipped
## 2664       10350              25    114.19    2854.75 02/12/2019    Shipped
## 60         10236              22    129.64    2852.08 03/04/2019    Shipped
## 1165       10363              32     89.12    2851.84 06/01/2020    Shipped
## 143        10322              46     61.99    2851.54 04/11/2019    Shipped
## 727        10140              46     61.99    2851.54 24/07/2018    Shipped
## 841        10321              27    105.60    2851.20 04/11/2019    Shipped
## 2211       10150              49     58.18    2850.82 19/09/2018    Shipped
## 1512       10120              34     83.79    2848.86 29/04/2018    Shipped
## 1078       10182              33     86.31    2848.23 12/11/2018    Shipped
## 1955       10373              39     73.00    2847.00 31/01/2020    Shipped
## 340        10287              41     69.43    2846.63 30/08/2019    Shipped
## 1940       10198              43     66.19    2846.17 27/11/2018    Shipped
## 1416       10107              25    113.83    2845.75 24/02/2018    Shipped
## 1003       10292              21    135.47    2844.87 08/09/2019    Shipped
## 2308       10115              27    105.33    2843.91 04/04/2018    Shipped
## 760        10263              33     86.17    2843.61 28/06/2019    Shipped
## 730        10175              41     69.28    2840.48 06/11/2018    Shipped
## 2036       10210              40     71.00    2840.00 12/01/2019    Shipped
## 1056       10203              33     86.04    2839.32 02/12/2018    Shipped
## 379        10135              29     97.89    2838.81 02/07/2018    Shipped
## 2394       10208              38     74.67    2837.46 02/01/2019    Shipped
## 1232       10288              35     80.99    2834.65 01/09/2019    Shipped
## 2267       10252              25    113.28    2832.00 26/05/2019    Shipped
## 2444       10185              30     94.40    2832.00 14/11/2018    Shipped
## 2421       10250              31     91.34    2831.54 11/05/2019    Shipped
## 1649       10288              35     80.87    2830.45 01/09/2019    Shipped
## 2081       10140              26    108.83    2829.58 24/07/2018    Shipped
## 1704       10328              48     58.92    2828.16 12/11/2019    Shipped
## 1764       10154              31     91.17    2826.27 02/10/2018    Shipped
## 836        10266              20    141.24    2824.80 06/07/2019    Shipped
## 2361       10108              34     82.99    2821.66 03/03/2018    Shipped
## 1160       10310              42     67.14    2819.88 16/10/2019    Shipped
## 963        10293              24    117.47    2819.28 09/09/2019    Shipped
## 2652       10208              33     85.41    2818.53 02/01/2019    Shipped
## 2573       10210              25    112.72    2818.00 12/01/2019    Shipped
## 171        10363              33     85.39    2817.87 06/01/2020    Shipped
## 2405       10339              22    128.02    2816.44 23/11/2019    Shipped
## 1616       10169              38     74.11    2816.18 04/11/2018    Shipped
## 778        10168              46     61.18    2814.28 28/10/2018    Shipped
## 2622       10167              24    117.20    2812.80 23/10/2018  Cancelled
## 2589       10398              23    122.21    2810.83 30/03/2020    Shipped
## 767        10339              27    104.10    2810.70 23/11/2019    Shipped
## 392        10300              23    122.07    2807.61 04/10/2018    Shipped
## 1347       10173              39     71.98    2807.22 05/11/2018    Shipped
## 545        10327              25    112.19    2804.75 10/11/2019   Resolved
## 926        10150              26    107.86    2804.36 19/09/2018    Shipped
## 1522       10250              32     87.60    2803.20 11/05/2019    Shipped
## 1535       10416              32     87.60    2803.20 10/05/2020    Shipped
## 1985       10152              23    121.83    2802.09 25/09/2018    Shipped
## 2192       10230              46     60.90    2801.40 15/03/2019    Shipped
## 417        10280              24    116.67    2800.08 17/08/2019    Shipped
## 2235       10133              49     57.10    2797.90 27/06/2018    Shipped
## 1957       10398              41     68.24    2797.84 30/03/2020    Shipped
## 2034       10145              33     84.77    2797.41 25/08/2018    Shipped
## 1774       10273              27    103.56    2796.12 21/07/2019    Shipped
## 726        10126              43     65.02    2795.86 28/05/2018    Shipped
## 850        10126              31     90.17    2795.27 28/05/2018    Shipped
## 2427       10316              34     82.21    2795.14 01/11/2019    Shipped
## 1846       10284              39     71.67    2795.13 21/08/2019    Shipped
## 52         10120              29     96.34    2793.86 29/04/2018    Shipped
## 917        10350              43     64.97    2793.71 02/12/2019    Shipped
## 2089       10229              25    111.72    2793.00 11/03/2019    Shipped
## 2222       10281              36     77.57    2792.52 19/08/2019    Shipped
## 1720       10213              27    103.35    2790.45 22/01/2019    Shipped
## 343        10320              38     73.42    2789.96 03/11/2019    Shipped
## 1550       10273              22    126.58    2784.76 21/07/2019    Shipped
## 1405       10305              45     61.85    2783.25 13/10/2019    Shipped
## 529        10131              21    132.46    2781.66 16/06/2018    Shipped
## 2389       10153              43     64.67    2780.81 28/09/2018    Shipped
## 1195       10117              22    126.39    2780.58 16/04/2018    Shipped
## 1600       10281              25    111.18    2779.50 19/08/2019    Shipped
## 346        10363              34     81.62    2775.08 06/01/2020    Shipped
## 1069       10363              46     60.30    2773.80 06/01/2020    Shipped
## 2637       10337              31     89.38    2770.78 21/11/2019    Shipped
## 930        10193              23    120.43    2769.89 21/11/2018    Shipped
## 2          10121              34     81.35    2765.90 07/05/2018    Shipped
## 123        10414              19    145.52    2764.88 06/05/2020    On Hold
## 1722       10241              28     98.65    2762.20 13/04/2019    Shipped
## 2416       10168              28     98.65    2762.20 28/10/2018    Shipped
## 2428       10328              27    102.30    2762.10 12/11/2019    Shipped
## 1077       10173              29     95.24    2761.96 05/11/2018    Shipped
## 2039       10250              37     74.62    2760.94 11/05/2019    Shipped
## 1715       10161              25    110.39    2759.75 17/10/2018    Shipped
## 928        10173              31     89.01    2759.31 05/11/2018    Shipped
## 523        10367              49     56.30    2758.70 12/01/2020   Resolved
## 69         10339              40     68.92    2756.80 23/11/2019    Shipped
## 2508       10361              26    105.95    2754.70 17/12/2019    Shipped
## 2570       10145              20    137.63    2752.60 25/08/2018    Shipped
## 1693       10178              34     80.84    2748.56 08/11/2018    Shipped
## 1828       10355              44     62.45    2747.80 07/12/2019    Shipped
## 1472       10250              31     88.63    2747.53 11/05/2019    Shipped
## 2092       10270              32     85.72    2743.04 19/07/2019    Shipped
## 2443       10177              31     88.34    2738.54 07/11/2018    Shipped
## 2686       10316              44     62.19    2736.36 01/11/2019    Shipped
## 1525       10285              39     70.08    2733.12 27/08/2019    Shipped
## 965        10314              20    136.59    2731.80 22/10/2019    Shipped
## 2462       10119              29     94.14    2730.06 28/04/2018    Shipped
## 1057       10211              35     78.00    2730.00 15/01/2019    Shipped
## 1316       10370              20    136.50    2730.00 20/01/2020    Shipped
## 1716       10173              23    118.61    2728.03 05/11/2018    Shipped
## 2550       10217              31     88.00    2728.00 04/02/2019    Shipped
## 2301       10361              33     82.59    2725.47 17/12/2019    Shipped
## 1354       10267              36     75.55    2719.80 07/07/2019    Shipped
## 1942       10222              48     56.64    2718.72 19/02/2019    Shipped
## 2330       10371              48     56.55    2714.40 23/01/2020    Shipped
## 2441       10153              31     87.48    2711.88 28/09/2018    Shipped
## 272        10358              49     55.34    2711.66 10/12/2019    Shipped
## 229        10134              20    135.56    2711.20 01/07/2018    Shipped
## 2102       10382              26    104.17    2708.42 17/02/2020    Shipped
## 2504       10316              23    117.67    2706.41 01/11/2019    Shipped
## 431        10148              23    117.48    2702.04 11/09/2018    Shipped
## 2232       10424              44     61.41    2702.04 31/05/2020 In Process
## 728        10151              39     69.28    2701.92 21/09/2018    Shipped
## 2482       10373              32     84.41    2701.12 31/01/2020    Shipped
## 2402       10306              50     54.00    2700.00 14/10/2019    Shipped
## 909        10262              32     84.30    2697.60 24/06/2019  Cancelled
## 1237       10367              43     62.72    2696.96 12/01/2020   Resolved
## 372        10358              42     64.16    2694.72 10/12/2019    Shipped
## 1306       10245              45     59.87    2694.15 04/05/2019    Shipped
## 2259       10135              30     89.80    2694.00 02/07/2018    Shipped
## 114        10307              22    122.40    2692.80 14/10/2019    Shipped
## 1368       10161              37     72.76    2692.12 17/10/2018    Shipped
## 2212       10164              49     54.94    2692.06 21/10/2018   Resolved
## 2569       10133              27     99.67    2691.09 27/06/2018    Shipped
## 193        10325              42     64.00    2688.00 05/11/2019    Shipped
## 2594       10143              28     96.00    2688.00 10/08/2018    Shipped
## 1170       10119              27     99.52    2687.04 28/04/2018    Shipped
## 386        10225              21    127.83    2684.43 22/02/2019    Shipped
## 2731       10208              42     63.88    2682.96 02/01/2019    Shipped
## 338        10266              35     76.61    2681.35 06/07/2019    Shipped
## 2598       10210              31     86.40    2678.40 12/01/2019    Shipped
## 1707       10373              38     70.44    2676.72 31/01/2020    Shipped
## 391        10287              23    116.31    2675.13 30/08/2019    Shipped
## 1951       10328              35     76.43    2675.05 12/11/2019    Shipped
## 775        10120              46     58.15    2674.90 29/04/2018    Shipped
## 2695       10416              43     62.19    2674.17 10/05/2020    Shipped
## 1410       10358              44     60.76    2673.44 10/12/2019    Shipped
## 1443       10148              47     56.85    2671.95 11/09/2018    Shipped
## 2074       10355              28     95.39    2670.92 07/12/2019    Shipped
## 2635       10315              31     86.15    2670.65 29/10/2019    Shipped
## 219        10313              21    127.10    2669.10 22/10/2019    Shipped
## 2367       10190              40     66.72    2668.80 19/11/2018    Shipped
## 759        10250              27     98.84    2668.68 11/05/2019    Shipped
## 2470       10222              26    102.29    2659.54 19/02/2019    Shipped
## 1469       10210              27     98.48    2658.96 12/01/2019    Shipped
## 1062       10276              38     69.96    2658.48 02/08/2019    Shipped
## 2429       10340              30     88.60    2658.00 24/11/2019    Shipped
## 2316       10207              28     94.92    2657.76 09/12/2018    Shipped
## 1090       10347              26    102.19    2656.94 29/11/2019    Shipped
## 2685       10308              39     68.11    2656.29 15/10/2019    Shipped
## 879        10183              39     68.08    2655.12 13/11/2018    Shipped
## 1609       10382              20    132.72    2654.40 17/02/2020    Shipped
## 1431       10309              21    126.22    2650.62 15/10/2019    Shipped
## 2561       10348              32     82.83    2650.56 01/11/2019    Shipped
## 1641       10182              36     73.60    2649.60 12/11/2018    Shipped
## 731        10184              44     60.16    2647.04 14/11/2018    Shipped
## 2517       10143              31     85.29    2643.99 10/08/2018    Shipped
## 2240       10235              34     77.73    2642.82 02/04/2019    Shipped
## 2107       10133              23    114.87    2642.01 27/06/2018    Shipped
## 2410       10414              37     71.34    2639.58 06/05/2020    On Hold
## 1426       10251              26    101.43    2637.18 18/05/2019    Shipped
## 2083       10164              24    109.79    2634.96 21/10/2018   Resolved
## 587        10278              29     90.86    2634.94 06/08/2019    Shipped
## 1309       10281              44     59.87    2634.28 19/08/2019    Shipped
## 1520       10223              38     69.31    2633.78 20/02/2019    Shipped
## 1433       10329              30     87.78    2633.40 15/11/2019    Shipped
## 1632       10363              43     61.23    2632.89 06/01/2020    Shipped
## 885        10257              49     53.72    2632.28 14/06/2019    Shipped
## 2224       10304              36     73.04    2629.44 11/10/2019    Shipped
## 2273       10319              22    119.40    2626.80 03/11/2019    Shipped
## 1156       10264              48     54.71    2626.08 30/06/2019    Shipped
## 2200       10336              31     84.71    2626.01 20/11/2019    Shipped
## 119        10359              48     54.68    2624.64 15/12/2019    Shipped
## 1502       10322              20    131.20    2624.00 04/11/2019    Shipped
## 2388       10142              41     64.00    2624.00 08/08/2018    Shipped
## 957        10208              24    109.27    2622.48 02/01/2019    Shipped
## 2616       10416              39     67.20    2620.80 10/05/2020    Shipped
## 1651       10311              28     93.60    2620.80 16/10/2019    Shipped
## 2157       10151              41     63.85    2617.85 21/09/2018    Shipped
## 1881       10420              26    100.66    2617.16 29/05/2020 In Process
## 2046       10328              43     60.86    2616.98 12/11/2019    Shipped
## 1454       10288              50     52.32    2616.00 01/09/2019    Shipped
## 771        10398              34     76.88    2613.92 30/03/2020    Shipped
## 2464       10143              26    100.48    2612.48 10/08/2018    Shipped
## 450        10365              30     87.06    2611.80 07/01/2020    Shipped
## 1247       10177              35     74.60    2611.00 07/11/2018    Shipped
## 2528       10273              42     62.16    2610.72 21/07/2019    Shipped
## 856        10193              28     93.21    2609.88 21/11/2018    Shipped
## 1696       10222              32     81.53    2608.96 19/02/2019    Shipped
## 1777       10306              31     84.08    2606.48 14/10/2019    Shipped
## 516        10278              23    113.24    2604.52 06/08/2019    Shipped
## 1091       10357              25    104.17    2604.25 10/12/2019    Shipped
## 1699       10274              40     65.08    2603.20 21/07/2019    Shipped
## 2002       10359              22    118.32    2603.04 15/12/2019    Shipped
## 649        10371              25    104.09    2602.25 23/01/2020    Shipped
## 2270       10285              26    100.01    2600.26 27/08/2019    Shipped
## 2409       10396              39     66.67    2600.13 23/03/2020    Shipped
## 1149       10169              38     68.39    2598.82 04/11/2018    Shipped
## 1161       10319              44     59.06    2598.64 03/11/2019    Shipped
## 1852       10351              38     68.38    2598.44 03/12/2019    Shipped
## 15         10299              23    112.93    2597.39 30/09/2019    Shipped
## 2495       10210              26     99.72    2592.72 12/01/2019    Shipped
## 334        10211              28     92.57    2591.96 15/01/2019    Shipped
## 2663       10337              36     71.89    2588.04 21/11/2019    Shipped
## 2069       10299              32     80.84    2586.88 30/09/2019    Shipped
## 913        10307              31     83.44    2586.64 14/10/2019    Shipped
## 733        10207              37     69.89    2585.93 09/12/2018    Shipped
## 2488       10120              24    107.70    2584.80 29/04/2018    Shipped
## 318        10325              24    107.65    2583.60 05/11/2019    Shipped
## 1371       10192              37     69.82    2583.34 20/11/2018    Shipped
## 2420       10235              25    103.21    2580.25 02/04/2019    Shipped
## 2715       10352              49     52.64    2579.36 03/12/2019    Shipped
## 2459       10397              32     80.55    2577.60 28/03/2020    Shipped
## 2530       10295              44     58.55    2576.20 10/09/2019    Shipped
## 1462       10407              64     40.25    2576.00 22/04/2020    On Hold
## 1415       10425              55     46.82    2575.10 31/05/2020 In Process
## 173        10389              26     99.04    2575.04 03/03/2020    Shipped
## 1343       10110              42     61.29    2574.18 18/03/2018    Shipped
## 1028       10153              29     88.74    2573.46 28/09/2018    Shipped
## 2012       10173              22    116.87    2571.14 05/11/2018    Shipped
## 2397       10248              36     71.34    2568.24 07/05/2019  Cancelled
## 1308       10270              44     58.36    2567.84 19/07/2019    Shipped
## 2645       10129              30     85.41    2562.30 12/06/2018    Shipped
## 1836       10143              33     77.59    2560.47 10/08/2018    Shipped
## 352        10127              24    106.65    2559.60 03/06/2018    Shipped
## 754        10145              30     85.32    2559.60 25/08/2018    Shipped
## 2643       10105              22    116.19    2556.18 11/02/2018    Shipped
## 2676       10198              40     63.67    2546.80 27/11/2018    Shipped
## 2190       10207              45     56.55    2544.75 09/12/2018    Shipped
## 2396       10233              36     70.67    2544.12 29/03/2019    Shipped
## 2403       10315              41     62.00    2542.00 29/10/2019    Shipped
## 746        10357              41     61.99    2541.59 10/12/2019    Shipped
## 849        10112              23    110.43    2539.89 24/03/2018    Shipped
## 1079       10193              32     79.37    2539.84 21/11/2018    Shipped
## 923        10103              25    101.58    2539.50 29/01/2018    Shipped
## 1177       10197              22    115.40    2538.80 26/11/2018    Shipped
## 2340       10165              38     66.78    2537.64 22/10/2018    Shipped
## 1422       10188              25    101.43    2535.75 18/11/2018    Shipped
## 2419       10223              25    101.39    2534.75 20/02/2019    Shipped
## 1628       10319              31     81.73    2533.63 03/11/2019    Shipped
## 2456       10337              36     70.30    2530.80 21/11/2019    Shipped
## 1447       10192              47     53.83    2530.01 20/11/2018    Shipped
## 348        10389              36     70.26    2529.36 03/03/2020    Shipped
## 1215       10358              25    101.13    2528.25 10/12/2019    Shipped
## 2696       10106              48     52.64    2526.72 17/02/2018    Shipped
## 441        10266              21    120.31    2526.51 06/07/2019    Shipped
## 2649       10177              24    105.27    2526.48 07/11/2018    Shipped
## 395        10329              39     64.74    2524.86 15/11/2019    Shipped
## 1617       10180              35     72.03    2521.05 11/11/2018    Shipped
## 946        10392              29     86.92    2520.68 10/03/2020    Shipped
## 476        10380              27     93.16    2515.32 16/02/2020    Shipped
## 2262       10180              22    114.30    2514.60 11/11/2018    Shipped
## 1886       10155              37     67.93    2513.41 06/10/2018    Shipped
## 195        10348              48     52.36    2513.28 01/11/2019    Shipped
## 474        10356              50     50.18    2509.00 09/12/2019    Shipped
## 513        10241              21    119.46    2508.66 13/04/2019    Shipped
## 393        10310              25    100.19    2504.75 16/10/2019    Shipped
## 859        10228              24    104.35    2504.40 10/03/2019    Shipped
## 2691       10373              45     55.62    2502.90 31/01/2020    Shipped
## 1086       10290              26     96.23    2501.98 07/09/2019    Shipped
## 1221       10110              28     89.27    2499.56 18/03/2018    Shipped
## 2515       10119              38     65.77    2499.26 28/04/2018    Shipped
## 6          10180              29     86.13    2497.77 11/11/2018    Shipped
## 285        10225              25     99.82    2495.50 22/02/2019    Shipped
## 1900       10339              42     59.36    2493.12 23/11/2019    Shipped
## 1877       10346              26     95.88    2492.88 29/11/2019    Shipped
## 2286       10168              48     51.93    2492.64 28/10/2018    Shipped
## 659        10193              42     59.33    2491.86 21/11/2018    Shipped
## 1295       10113              50     49.81    2490.50 26/03/2018    Shipped
## 2625       10197              27     92.16    2488.32 26/11/2018    Shipped
## 929        10183              22    113.10    2488.20 13/11/2018    Shipped
## 1152       10211              46     54.09    2488.14 15/01/2019    Shipped
## 2681       10262              35     71.07    2487.45 24/06/2019  Cancelled
## 2483       10386              29     85.76    2487.04 01/03/2020   Resolved
## 1054       10181              30     82.82    2484.60 12/11/2018    Shipped
## 2376       10309              28     88.68    2483.04 15/10/2019    Shipped
## 1282       10281              25     99.29    2482.25 19/08/2019    Shipped
## 1227       10204              29     85.59    2482.11 02/12/2018    Shipped
## 1041       10314              23    107.90    2481.70 22/10/2019    Shipped
## 1464       10106              28     88.63    2481.64 17/02/2018    Shipped
## 2282       10120              49     50.62    2480.38 29/04/2018    Shipped
## 2032       10120              29     85.49    2479.21 29/04/2018    Shipped
## 2709       10283              43     57.61    2477.23 20/08/2019    Shipped
## 2115       10263              31     79.91    2477.21 28/06/2019    Shipped
## 2112       10223              21    117.87    2475.27 20/02/2019    Shipped
## 1561       10101              46     53.76    2472.96 09/01/2018    Shipped
## 2077       10390              30     82.42    2472.60 04/03/2020    Shipped
## 2349       10282              37     66.78    2470.86 20/08/2019    Shipped
## 1097       10122              21    117.59    2469.39 08/05/2018    Shipped
## 425        10391              29     85.10    2467.90 09/03/2020    Shipped
## 2679       10235              34     72.55    2466.70 02/04/2019    Shipped
## 224        10391              39     63.20    2464.80 09/03/2020    Shipped
## 586        10266              33     74.69    2464.77 06/07/2019    Shipped
## 1070       10378              22    112.00    2464.00 10/02/2020    Shipped
## 2106       10120              22    111.88    2461.36 29/04/2018    Shipped
## 1613       10121              32     76.88    2460.16 07/05/2018    Shipped
## 2513       10416              22    111.69    2457.18 10/05/2020    Shipped
## 485        10193              46     53.37    2455.02 21/11/2018    Shipped
## 288        10266              22    111.57    2454.54 06/07/2019    Shipped
## 1767       10185              33     74.35    2453.55 14/11/2018    Shipped
## 2520       10177              32     76.62    2451.84 07/11/2018    Shipped
## 2341       10176              38     64.44    2448.72 06/11/2018    Shipped
## 1829       10363              21    116.56    2447.76 06/01/2020    Shipped
## 2188       10184              48     50.95    2445.60 14/11/2018    Shipped
## 1080       10206              28     87.30    2444.40 05/12/2018    Shipped
## 1688       10119              41     59.60    2443.60 28/04/2018    Shipped
## 1532       10375              23    106.23    2443.29 03/02/2020    Shipped
## 2348       10272              43     56.82    2443.26 20/07/2019    Shipped
## 1274       10183              21    116.24    2441.04 13/11/2018    Shipped
## 2502       10296              24    101.71    2441.04 15/09/2019    Shipped
## 713        10304              24    101.70    2440.80 11/10/2019    Shipped
## 2668       10414              27     90.37    2439.99 06/05/2020    On Hold
## 203        10126              21    116.17    2439.57 28/05/2018    Shipped
## 1856       10398              34     71.67    2436.78 30/03/2020    Shipped
## 2084       10175              22    110.76    2436.72 06/11/2018    Shipped
## 23         10403              24    101.44    2434.56 08/04/2020    Shipped
## 1887       10167              29     83.86    2431.94 23/10/2018  Cancelled
## 1411       10371              25     97.27    2431.75 23/01/2020    Shipped
## 1831       10390              46     52.84    2430.64 04/03/2020    Shipped
## 2526       10248              32     75.89    2428.48 07/05/2019  Cancelled
## 648        10358              20    121.40    2428.00 10/12/2019    Shipped
## 496        10332              27     89.89    2427.03 17/11/2019    Shipped
## 2173       10335              40     60.60    2424.00 19/11/2019    Shipped
## 1369       10172              32     75.69    2422.08 05/11/2018    Shipped
## 2217       10217              39     62.05    2419.95 04/02/2019    Shipped
## 2721       10415              42     57.61    2419.62 09/05/2020   Disputed
## 1039       10293              22    109.92    2418.24 09/09/2019    Shipped
## 48         10391              24    100.69    2416.56 09/03/2020    Shipped
## 1564       10149              49     49.28    2414.72 12/09/2018    Shipped
## 463        10215              27     89.38    2413.26 29/01/2019    Shipped
## 1331       10264              20    120.53    2410.60 30/06/2019    Shipped
## 1623       10264              37     65.10    2408.70 30/06/2019    Shipped
## 1895       10283              33     72.96    2407.68 20/08/2019    Shipped
## 2233       10106              33     72.92    2406.36 17/02/2018    Shipped
## 287        10253              22    109.22    2402.84 01/06/2019  Cancelled
## 2575       10235              25     96.11    2402.75 02/04/2019    Shipped
## 2093       10281              29     82.83    2402.07 19/08/2019    Shipped
## 1449       10212              45     53.33    2399.85 16/01/2019    Shipped
## 1524       10275              30     79.98    2399.40 23/07/2019    Shipped
## 1377       10279              32     74.96    2398.72 09/08/2019    Shipped
## 2638       10350              31     77.34    2397.54 02/12/2019    Shipped
## 663        10241              33     72.65    2397.45 13/04/2019    Shipped
## 1717       10182              20    119.79    2395.80 12/11/2018    Shipped
## 1902       10373              23    104.10    2394.30 31/01/2020    Shipped
## 1279       10245              21    113.82    2390.22 04/05/2019    Shipped
## 2468       10186              24     99.57    2389.68 14/11/2018    Shipped
## 2525       10233              29     82.40    2389.60 29/03/2019    Shipped
## 1986       10165              24     99.36    2384.64 22/10/2018    Shipped
## 1378       10288              36     66.14    2381.04 01/09/2019    Shipped
## 1474       10275              25     95.20    2380.00 23/07/2019    Shipped
## 2096       10313              27     87.64    2366.28 22/10/2019    Shipped
## 495        10322              41     57.68    2364.88 04/11/2019    Shipped
## 2680       10250              38     62.19    2363.22 11/05/2019    Shipped
## 1345       10148              29     81.25    2356.25 11/09/2018    Shipped
## 2491       10155              20    117.67    2353.40 06/10/2018    Shipped
## 786        10275              37     63.60    2353.20 23/07/2019    Shipped
## 2480       10352              23    102.29    2352.67 03/12/2019    Shipped
## 2539       10414              31     75.89    2352.59 06/05/2020    On Hold
## 2186       10165              44     53.44    2351.36 22/10/2018    Shipped
## 1816       10211              48     48.98    2351.04 15/01/2019    Shipped
## 1689       10131              35     67.14    2349.90 16/06/2018    Shipped
## 1569       10214              49     47.94    2349.06 26/01/2019    Shipped
## 1713       10124              25     93.95    2348.75 21/05/2018    Shipped
## 1255       10273              33     71.09    2345.97 21/07/2019    Shipped
## 1797       10279              33     71.06    2344.98 09/08/2019    Shipped
## 1869       10241              27     86.73    2341.71 13/04/2019    Shipped
## 1226       10193              24     97.55    2341.20 21/11/2018    Shipped
## 2404       10326              39     60.00    2340.00 09/11/2019    Shipped
## 1406       10314              44     53.18    2339.92 22/10/2019    Shipped
## 2155       10127              45     51.95    2337.75 03/06/2018    Shipped
## 2352       10314              38     61.51    2337.38 22/10/2019    Shipped
## 2620       10142              21    111.19    2334.99 08/08/2018    Shipped
## 1950       10316              30     77.79    2333.70 01/11/2019    Shipped
## 10         10237              23    101.44    2333.12 05/04/2019    Shipped
## 1798       10288              34     68.49    2328.66 01/09/2019    Shipped
## 1791       10192              32     72.77    2328.64 20/11/2018    Shipped
## 2198       10314              35     66.49    2327.15 22/10/2019    Shipped
## 2169       10292              50     46.53    2326.50 08/09/2019    Shipped
## 1637       10124              32     72.70    2326.40 21/05/2018    Shipped
## 658        10182              38     61.15    2323.70 12/11/2018    Shipped
## 1084       10257              26     89.29    2321.54 14/06/2019    Shipped
## 2555       10281              27     85.98    2321.46 19/08/2019    Shipped
## 2149       10364              48     48.28    2317.44 06/01/2020    Shipped
## 2170       10305              40     57.90    2316.00 13/10/2019    Shipped
## 2518       10154              36     64.33    2315.88 02/10/2018    Shipped
## 2197       10306              46     50.33    2315.18 14/10/2019    Shipped
## 1296       10126              43     53.83    2314.69 28/05/2018    Shipped
## 1400       10246              44     52.60    2314.40 05/05/2019    Shipped
## 2548       10194              26     89.01    2314.26 25/11/2018    Shipped
## 916        10338              28     82.58    2312.24 22/11/2019    Shipped
## 1579       10345              43     53.76    2311.68 25/11/2019    Shipped
## 1523       10263              37     62.46    2311.02 28/06/2019    Shipped
## 1475       10284              22    105.04    2310.88 21/08/2019    Shipped
## 480        10126              42     54.99    2309.58 28/05/2018    Shipped
## 2238       10210              39     59.16    2307.24 12/01/2019    Shipped
## 2249       10340              39     59.16    2307.24 24/11/2019    Shipped
## 1898       10316              25     92.25    2306.25 01/11/2019    Shipped
## 2702       10178              45     51.15    2301.75 08/11/2018    Shipped
## 1425       10237              20    114.95    2299.00 05/04/2019    Shipped
## 330        10169              36     63.84    2298.24 04/11/2018    Shipped
## 147        10370              35     65.63    2297.05 20/01/2020    Shipped
## 2448       10232              26     88.34    2296.84 20/03/2019    Shipped
## 2354       10337              21    109.37    2296.77 21/11/2019    Shipped
## 2223       10291              32     71.75    2296.00 08/09/2019    Shipped
## 1397       10207              49     46.82    2294.18 09/12/2018    Shipped
## 1948       10296              32     71.65    2292.80 15/09/2019    Shipped
## 673        10420              36     63.57    2288.52 29/05/2020 In Process
## 2358       10383              38     60.06    2282.28 22/02/2020    Shipped
## 1787       10148              31     73.62    2282.22 11/09/2018    Shipped
## 2237       10168              31     73.61    2281.91 28/10/2018    Shipped
## 199        10395              33     69.12    2280.96 17/03/2020    Shipped
## 2732       10222              36     63.34    2280.24 19/02/2019    Shipped
## 1634       10390              35     65.13    2279.55 04/03/2020    Shipped
## 2014       10193              20    113.95    2279.00 21/11/2018    Shipped
## 1434       10339              27     84.39    2278.53 23/11/2019    Shipped
## 669        10344              40     56.91    2276.40 25/11/2019    Shipped
## 1409       10349              48     47.40    2275.20 01/12/2019    Shipped
## 1380       10311              26     87.45    2273.70 16/10/2019    Shipped
## 2059       10169              24     94.58    2269.92 04/11/2018    Shipped
## 1142       10379              32     70.83    2266.56 10/02/2020    Shipped
## 1147       10135              45     50.36    2266.20 02/07/2018    Shipped
## 1053       10169              32     70.76    2264.32 04/11/2018    Shipped
## 716        10332              35     64.69    2264.15 17/11/2019    Shipped
## 1625       10285              38     59.56    2263.28 27/08/2019    Shipped
## 655        10124              42     53.88    2262.96 21/05/2018    Shipped
## 2178       10394              36     62.77    2259.72 15/03/2020    Shipped
## 941        10322              48     47.04    2257.92 04/11/2019    Shipped
## 1507       10380              32     70.56    2257.92 16/02/2020    Shipped
## 1528       10318              26     86.83    2257.58 02/11/2019    Shipped
## 666        10303              46     49.04    2255.84 06/10/2019    Shipped
## 2521       10185              39     57.82    2254.98 14/11/2018    Shipped
## 283        10203              20    112.74    2254.80 02/12/2018    Shipped
## 337        10253              25     90.17    2254.25 01/06/2019  Cancelled
## 1423       10211              25     90.16    2254.00 15/01/2019    Shipped
## 421        10322              22    102.32    2251.04 04/11/2019    Shipped
## 2682       10275              31     72.55    2249.05 23/07/2019    Shipped
## 1783       10396              27     83.20    2246.40 23/03/2020    Shipped
## 1067       10329              38     59.10    2245.80 15/11/2019    Shipped
## 921        10400              30     74.84    2245.20 01/04/2020    Shipped
## 2088       10217              21    106.90    2244.90 04/02/2019    Shipped
## 2743       10350              20    112.22    2244.40 02/12/2019    Shipped
## 848        10103              27     83.07    2242.89 29/01/2018    Shipped
## 2346       10230              43     52.14    2242.02 15/03/2019    Shipped
## 1448       10204              45     49.81    2241.45 02/12/2018    Shipped
## 1242       10117              23     97.42    2240.66 16/04/2018    Shipped
## 764        10308              27     82.79    2235.33 15/10/2019    Shipped
## 2245       10297              28     79.80    2234.40 16/09/2019    Shipped
## 1463       10420              37     60.37    2233.69 29/05/2020 In Process
## 939        10304              26     85.87    2232.62 11/10/2019    Shipped
## 1855       10386              35     63.76    2231.60 01/03/2020   Resolved
## 2447       10221              23     97.00    2231.00 18/02/2019    Shipped
## 1043       10336              21    106.21    2230.41 20/11/2019    Shipped
## 2740       10315              40     55.69    2227.60 29/10/2019    Shipped
## 762        10284              31     71.81    2226.11 21/08/2019    Shipped
## 72         10388              50     44.51    2225.50 03/03/2020    Shipped
## 2426       10308              21    105.95    2224.95 15/10/2019    Shipped
## 1578       10332              26     85.52    2223.52 17/11/2019    Shipped
## 1153       10224              38     58.44    2220.72 21/02/2019    Shipped
## 1700       10284              30     73.99    2219.70 21/08/2019    Shipped
## 896        10392              37     59.96    2218.52 10/03/2020    Shipped
## 1456       10311              45     49.30    2218.50 16/10/2019    Shipped
## 1312       10312              39     56.85    2217.15 21/10/2019    Shipped
## 366        10292              21    105.47    2214.87 08/09/2019    Shipped
## 1471       10235              23     96.29    2214.67 02/04/2019    Shipped
## 790        10318              42     52.70    2213.40 02/11/2019    Shipped
## 2328       10350              31     71.40    2213.40 02/12/2019    Shipped
## 2671       10131              26     85.13    2213.38 16/06/2018    Shipped
## 705        10182              20    110.60    2212.00 12/11/2018    Shipped
## 2030       10423              28     78.89    2208.92 30/05/2020 In Process
## 893        10347              34     64.96    2208.64 29/11/2019    Shipped
## 2158       10165              48     45.99    2207.52 22/10/2018    Shipped
## 1815       10203              34     64.90    2206.60 02/12/2018    Shipped
## 2647       10153              20    110.23    2204.60 28/09/2018    Shipped
## 729        10165              31     71.10    2204.10 22/10/2018    Shipped
## 2279       10390              45     48.98    2204.10 04/03/2020    Shipped
## 2630       10261              25     88.15    2203.75 17/06/2019    Shipped
## 1236       10344              21    104.91    2203.11 25/11/2019    Shipped
## 797        10417              36     61.18    2202.48 13/05/2020   Disputed
## 2275       10341              31     71.02    2201.62 24/11/2019    Shipped
## 650        10382              25     88.00    2200.00 17/02/2020    Shipped
## 1300       10174              49     44.78    2194.22 06/11/2018    Shipped
## 1626       10299              33     66.49    2194.17 30/09/2019    Shipped
## 741        10305              41     53.48    2192.68 13/10/2019    Shipped
## 2218       10229              30     73.04    2191.20 11/03/2019    Shipped
## 2716       10361              23     95.20    2189.60 17/12/2019    Shipped
## 1516       10168              29     75.41    2186.89 28/10/2018    Shipped
## 2535       10350              29     75.35    2185.15 02/12/2019    Shipped
## 1284       10305              22     99.29    2184.38 13/10/2019    Shipped
## 2723       10117              50     43.68    2184.00 16/04/2018    Shipped
## 460        10182              25     87.33    2183.25 12/11/2018    Shipped
## 1708       10386              39     55.96    2182.44 01/03/2020   Resolved
## 1159       10299              39     55.95    2182.05 30/09/2019    Shipped
## 1652       10321              30     72.70    2181.00 04/11/2019    Shipped
## 2094       10291              26     83.79    2178.54 08/09/2019    Shipped
## 1574       10289              45     48.38    2177.10 03/09/2019    Shipped
## 2213       10175              29     74.98    2174.42 06/11/2018    Shipped
## 1158       10286              38     57.20    2173.60 28/08/2019    Shipped
## 1857       10400              38     57.20    2173.60 01/04/2020    Shipped
## 2469       10197              24     90.52    2172.48 26/11/2018    Shipped
## 2473       10274              24     90.52    2172.48 21/07/2019    Shipped
## 1065       10310              27     80.41    2171.07 16/10/2019    Shipped
## 1939       10178              30     72.33    2169.90 08/11/2018    Shipped
## 2258       10121              25     86.74    2168.50 07/05/2018    Shipped
## 1863       10172              22     98.51    2167.22 05/11/2018    Shipped
## 1703       10316              34     63.71    2166.14 01/11/2019    Shipped
## 1824       10310              38     56.94    2163.72 16/10/2019    Shipped
## 685        10246              22     98.18    2159.96 05/05/2019    Shipped
## 1047       10396              24     89.75    2154.00 23/03/2020    Shipped
## 1428       10275              21    102.56    2153.76 23/07/2019    Shipped
## 2490       10143              26     82.77    2152.02 10/08/2018    Shipped
## 1027       10142              22     97.81    2151.82 08/08/2018    Shipped
## 1635       10403              27     79.65    2150.55 08/04/2020    Shipped
## 1404       10292              40     53.75    2150.00 08/09/2019    Shipped
## 1793       10212              27     79.62    2149.74 16/01/2019    Shipped
## 734        10217              35     61.38    2148.30 04/02/2019    Shipped
## 2195       10282              36     59.65    2147.40 20/08/2019    Shipped
## 2450       10273              21    102.20    2146.20 21/07/2019    Shipped
## 1639       10161              20    107.23    2144.60 17/10/2018    Shipped
## 1976       10346              22     97.44    2143.68 29/11/2019    Shipped
## 2215       10194              39     54.94    2142.66 25/11/2018    Shipped
## 743        10322              35     61.21    2142.35 04/11/2019    Shipped
## 577        10147              26     82.39    2142.14 05/09/2018    Shipped
## 378        10122              20    107.10    2142.00 08/05/2018    Shipped
## 353        10141              21    101.91    2140.11 01/08/2018    Shipped
## 1573       10280              45     47.49    2137.05 17/08/2019    Shipped
## 1352       10227              37     57.73    2136.01 02/03/2019    Shipped
## 747        10370              22     96.86    2130.92 20/01/2020    Shipped
## 374        10382              32     66.58    2130.56 17/02/2020    Shipped
## 2055       10108              31     68.71    2130.01 03/03/2018    Shipped
## 483        10173              48     44.21    2122.08 05/11/2018    Shipped
## 1873       10301              22     96.37    2120.14 05/10/2018    Shipped
## 2384       10403              31     68.34    2118.54 08/04/2020    Shipped
## 1045       10372              25     84.71    2117.75 26/01/2020    Shipped
## 2216       10206              36     58.82    2117.52 05/12/2018    Shipped
## 1381       10321              30     70.55    2116.50 04/11/2019    Shipped
## 2746       10397              34     62.24    2116.16 28/03/2020    Shipped
## 1795       10241              26     81.33    2114.58 13/04/2019    Shipped
## 481        10139              49     43.13    2113.37 16/07/2018    Shipped
## 2608       10328              33     64.00    2112.00 12/11/2019    Shipped
## 2730       10197              42     50.23    2109.66 26/11/2018    Shipped
## 2398       10261              34     62.00    2108.00 17/06/2019    Shipped
## 2544       10150              20    105.20    2104.00 19/09/2018    Shipped
## 2436       10416              23     91.34    2100.82 10/05/2020    Shipped
## 595        10377              31     67.76    2100.56 09/02/2020    Shipped
## 2196       10292              31     67.73    2099.63 08/09/2019    Shipped
## 1526       10297              32     65.51    2096.32 16/09/2019    Shipped
## 1318       10411              35     59.87    2095.45 01/05/2020    Shipped
## 2234       10120              29     72.23    2094.67 29/04/2018    Shipped
## 1758       10405              47     44.56    2094.32 14/04/2020    Shipped
## 1729       10346              24     87.24    2093.76 29/11/2019    Shipped
## 780        10188              32     65.42    2093.44 18/11/2018    Shipped
## 2338       10142              42     49.79    2091.18 08/08/2018    Shipped
## 1556       10337              29     71.97    2087.13 21/11/2019    Shipped
## 744        10334              34     61.38    2086.92 19/11/2019    On Hold
## 2452       10293              29     71.89    2084.81 09/09/2019    Shipped
## 1351       10213              25     83.39    2084.75 22/01/2019    Shipped
## 422        10347              42     49.60    2083.20 29/11/2019    Shipped
## 1304       10215              46     45.28    2082.88 29/01/2019    Shipped
## 2739       10306              35     59.51    2082.85 14/10/2019    Shipped
## 752        10120              29     71.81    2082.49 29/04/2018    Shipped
## 1778       10315              24     86.74    2081.76 29/10/2019    Shipped
## 2724       10129              32     64.97    2079.04 12/06/2018    Shipped
## 1364       10420              36     57.73    2078.28 29/05/2020 In Process
## 1800       10311              25     83.04    2076.00 16/10/2019    Shipped
## 2160       10184              33     62.77    2071.41 14/11/2018    Shipped
## 1621       10237              26     79.65    2070.90 05/04/2019    Shipped
## 763        10297              25     82.79    2069.75 16/09/2019    Shipped
## 2056       10122              29     71.14    2063.06 08/05/2018    Shipped
## 2064       10238              22     93.77    2062.94 09/04/2019    Shipped
## 2683       10284              32     64.41    2061.12 21/08/2019    Shipped
## 1612       10108              35     58.87    2060.45 03/03/2018    Shipped
## 2714       10339              27     76.31    2060.37 23/11/2019    Shipped
## 911        10283              21     98.06    2059.26 20/08/2019    Shipped
## 1252       10232              23     89.53    2059.19 20/03/2019    Shipped
## 1811       10147              30     68.58    2057.40 05/09/2018    Shipped
## 2345       10220              30     68.54    2056.20 12/02/2019    Shipped
## 479        10102              41     50.14    2055.74 10/01/2018    Shipped
## 774        10107              29     70.87    2055.23 24/02/2018    Shipped
## 2183       10127              29     70.84    2054.36 03/06/2018    Shipped
## 2602       10262              27     76.00    2052.00 24/06/2019  Cancelled
## 2351       10306              34     60.34    2051.56 14/10/2019    Shipped
## 2296       10308              47     43.64    2051.08 15/10/2019    Shipped
## 1633       10375              20    102.30    2046.00 03/02/2020    Shipped
## 327        10122              32     63.84    2042.88 08/05/2018    Shipped
## 2514       10105              31     65.77    2038.87 11/02/2018    Shipped
## 2437       10105              29     70.15    2034.35 11/02/2018    Shipped
## 409        10183              21     96.84    2033.64 13/11/2018    Shipped
## 2694       10401              28     72.55    2031.40 03/04/2020    On Hold
## 821        10390              26     78.11    2030.86 04/03/2020    Shipped
## 1457       10321              48     42.26    2028.48 04/11/2019    Shipped
## 2062       10211              22     92.16    2027.52 15/01/2019    Shipped
## 2299       10340              40     50.62    2024.80 24/11/2019    Shipped
## 920        10398              28     72.26    2023.28 30/03/2020    Shipped
## 912        10296              21     96.34    2023.14 15/09/2019    Shipped
## 2533       10327              21     96.31    2022.51 10/11/2019   Resolved
## 1838       10167              32     63.12    2019.84 23/10/2018  Cancelled
## 1162       10330              29     69.63    2019.27 16/11/2019    Shipped
## 1412       10383              22     91.76    2018.72 22/02/2020    Shipped
## 1953       10351              34     59.37    2018.58 03/12/2019    Shipped
## 886        10269              32     63.08    2018.56 16/07/2019    Shipped
## 1941       10210              29     69.60    2018.40 12/01/2019    Shipped
## 2590       10401              21     96.11    2018.31 03/04/2020    On Hold
## 1346       10161              25     80.54    2013.50 17/10/2018    Shipped
## 1025       10117              21     95.80    2011.80 16/04/2018    Shipped
## 873        10103              35     57.46    2011.10 29/01/2018    Shipped
## 1897       10307              22     91.41    2011.02 14/10/2019    Shipped
## 1353       10241              30     66.99    2009.70 13/04/2019    Shipped
## 2728       10177              40     50.23    2009.20 07/11/2018    Shipped
## 1481       10353              28     71.73    2008.44 04/12/2019    Shipped
## 2057       10135              23     87.31    2008.13 02/07/2018    Shipped
## 1773       10261              22     91.17    2005.74 17/06/2019    Shipped
## 2058       10147              31     64.67    2004.77 05/09/2018    Shipped
## 2547       10183              23     86.99    2000.77 13/11/2018    Shipped
## 785        10263              34     58.75    1997.50 28/06/2019    Shipped
## 2424       10284              24     83.12    1994.88 21/08/2019    Shipped
## 2060       10180              28     71.14    1991.92 11/11/2018    Shipped
## 1878       10368              20     99.58    1991.60 19/01/2020    Shipped
## 2193       10247              40     49.71    1988.40 05/05/2019    Shipped
## 1839       10178              27     73.64    1988.28 08/11/2018    Shipped
## 1785       10110              27     73.62    1987.74 18/03/2018    Shipped
## 1386       10407              26     76.43    1987.18 22/04/2020    On Hold
## 914        10316              21     94.62    1987.02 01/11/2019    Shipped
## 781        10210              40     49.67    1986.80 12/01/2019    Shipped
## 1943       10235              33     60.05    1981.65 02/04/2019    Shipped
## 2305       10401              56     35.35    1979.60 03/04/2020    On Hold
## 945        10369              21     94.22    1978.62 20/01/2020    Shipped
## 2004       10383              21     93.91    1972.11 22/02/2020    Shipped
## 1301       10183              40     49.30    1972.00 13/11/2018    Shipped
## 1938       10168              27     73.02    1971.54 28/10/2018    Shipped
## 2344       10208              30     65.61    1968.30 02/01/2019    Shipped
## 1934       10119              28     70.29    1968.12 28/04/2018    Shipped
## 2366       10180              21     93.56    1964.76 11/11/2018    Shipped
## 2097       10324              20     98.18    1963.60 05/11/2019    Shipped
## 118        10350              26     75.47    1962.22 02/12/2019    Shipped
## 2026       10348              39     50.31    1962.09 01/11/2019    Shipped
## 174        10419              12    163.44    1961.28 17/05/2020    Shipped
## 410        10194              21     93.34    1960.14 25/11/2018    Shipped
## 387        10239              21     93.28    1958.88 12/04/2019    Shipped
## 2401       10295              26     75.34    1958.84 10/09/2019    Shipped
## 1399       10230              36     54.33    1955.88 15/03/2019    Shipped
## 1789       10172              24     81.33    1951.92 05/11/2018    Shipped
## 2248       10328              24     81.17    1948.08 12/11/2019    Shipped
## 1379       10301              27     72.02    1944.54 05/10/2018    Shipped
## 2395       10222              31     62.67    1942.77 19/02/2019    Shipped
## 1388       10104              35     55.49    1942.15 31/01/2018    Shipped
## 1983       10127              20     96.99    1939.80 03/06/2018    Shipped
## 2632       10283              22     88.15    1939.30 20/08/2019    Shipped
## 332        10191              30     64.64    1939.20 20/11/2018    Shipped
## 1294       10103              41     47.29    1938.89 29/01/2018    Shipped
## 1841       10198              27     71.67    1935.09 27/11/2018    Shipped
## 2408       10385              25     77.34    1933.50 28/02/2020    Shipped
## 2163       10219              35     55.19    1931.65 10/02/2019    Shipped
## 2493       10178              22     87.75    1930.50 08/11/2018    Shipped
## 585        10253              23     83.93    1930.39 01/06/2019  Cancelled
## 2350       10292              35     55.07    1927.45 08/09/2019    Shipped
## 2738       10293              32     60.06    1921.92 09/09/2019    Shipped
## 2306       10416              37     51.93    1921.41 10/05/2020    Shipped
## 1517       10180              28     68.55    1919.40 11/11/2018    Shipped
## 2119       10308              24     79.91    1917.84 15/10/2019    Shipped
## 1246       10166              26     73.73    1916.98 21/10/2018    Shipped
## 2386       10119              25     76.67    1916.75 28/04/2018    Shipped
## 2225       10313              34     56.24    1912.16 22/10/2019    Shipped
## 1830       10378              46     41.54    1910.84 10/02/2020    Shipped
## 2511       10398              22     86.76    1908.72 30/03/2020    Shipped
## 918        10373              22     86.74    1908.28 31/01/2020    Shipped
## 1349       10193              25     76.26    1906.50 21/11/2018    Shipped
## 1220       10100              22     86.51    1903.22 06/01/2018    Shipped
## 2614       10398              29     65.60    1902.40 30/03/2020    Shipped
## 1890       10197              22     86.38    1900.36 26/11/2018    Shipped
## 1837       10155              34     55.89    1900.26 06/10/2018    Shipped
## 2289       10223              41     46.26    1896.66 20/02/2019    Shipped
## 2334       10425              18    105.33    1895.94 31/05/2020 In Process
## 1808       10108              30     63.07    1892.10 03/03/2018    Shipped
## 2463       10131              22     85.99    1891.78 16/06/2018    Shipped
## 1782       10373              33     57.32    1891.56 31/01/2020    Shipped
## 1875       10321              21     89.95    1888.95 04/11/2019    Shipped
## 881        10206              28     67.46    1888.88 05/12/2018    Shipped
## 194        10336              33     57.22    1888.26 20/11/2019    Shipped
## 1702       10307              25     75.36    1884.00 14/10/2019    Shipped
## 2116       10275              23     81.91    1883.93 23/07/2019    Shipped
## 2474       10283              20     94.14    1882.80 20/08/2019    Shipped
## 890        10312              35     53.72    1880.20 21/10/2019    Shipped
## 1168       10403              36     52.22    1879.92 08/04/2020    Shipped
## 899        10119              21     89.46    1878.66 28/04/2018    Shipped
## 2708       10274              32     58.60    1875.20 21/07/2019    Shipped
## 1095       10423              21     89.29    1875.09 30/05/2020 In Process
## 2699       10143              37     50.65    1874.05 10/08/2018    Shipped
## 888        10291              37     50.59    1871.83 08/09/2019    Shipped
## 2291       10250              36     51.93    1869.48 11/05/2019    Shipped
## 2231       10411              27     69.16    1867.32 01/05/2020    Shipped
## 1706       10351              25     74.68    1867.00 03/12/2019    Shipped
## 792        10339              30     62.16    1864.80 23/11/2019    Shipped
## 2564       10382              34     54.84    1864.56 17/02/2020    Shipped
## 1395       10184              31     60.11    1863.41 14/11/2018    Shipped
## 1183       10296              22     84.70    1863.40 15/09/2019    Shipped
## 2413       10133              24     77.64    1863.36 27/06/2018    Shipped
## 2292       10262              49     37.97    1860.53 24/06/2019  Cancelled
## 2387       10129              31     60.00    1860.00 12/06/2018    Shipped
## 736        10246              30     61.99    1859.70 05/05/2019    Shipped
## 1728       10332              44     42.26    1859.44 17/11/2019    Shipped
## 2105       10107              20     92.90    1858.00 24/02/2018    Shipped
## 1394       10176              27     68.78    1857.06 06/11/2018    Shipped
## 1034       10221              23     80.67    1855.41 18/02/2019    Shipped
## 776        10134              30     61.78    1853.40 01/07/2018    Shipped
## 1936       10143              28     66.19    1853.32 10/08/2018    Shipped
## 1885       10143              23     80.51    1851.73 10/08/2018    Shipped
## 1519       10210              30     61.70    1851.00 12/01/2019    Shipped
## 2727       10167              38     48.59    1846.42 23/10/2018  Cancelled
## 1582       10380              27     68.35    1845.45 16/02/2020    Shipped
## 1899       10326              20     92.25    1845.00 09/11/2019    Shipped
## 2706       10249              32     57.61    1843.52 08/05/2019    Shipped
## 1302       10194              41     44.78    1835.98 25/11/2018    Shipped
## 667        10312              30     61.15    1834.50 21/10/2019    Shipped
## 1245       10153              22     83.38    1834.36 28/09/2018    Shipped
## 590        10310              20     91.63    1832.60 16/10/2019    Shipped
## 2606       10308              21     87.20    1831.20 15/10/2019    Shipped
## 1446       10181              34     53.83    1830.22 12/11/2018    Shipped
## 1584       10421              40     45.70    1828.00 29/05/2020 In Process
## 2151       10390              41     44.56    1826.96 04/03/2020    Shipped
## 758        10235              24     76.03    1824.72 02/04/2019    Shipped
## 2391       10177              24     76.00    1824.00 07/11/2018    Shipped
## 2711       10307              34     53.63    1823.42 14/10/2019    Shipped
## 1823       10300              31     58.78    1822.18 04/10/2018    Shipped
## 96         10388              21     86.77    1822.17 03/03/2020    Shipped
## 882        10215              31     58.71    1820.01 29/01/2019    Shipped
## 2010       10149              20     90.57    1811.40 12/09/2018    Shipped
## 298        10389              25     72.38    1809.50 03/03/2020    Shipped
## 2205       10394              30     60.28    1808.40 15/03/2020    Shipped
## 2040       10263              24     75.35    1808.40 28/06/2019    Shipped
## 2189       10195              33     54.68    1804.44 25/11/2018    Shipped
## 2729       10185              28     64.43    1804.04 14/11/2018    Shipped
## 1509       10409              61     29.54    1801.94 23/04/2020    Shipped
## 925        10139              20     90.06    1801.20 16/07/2018    Shipped
## 328        10135              24     75.01    1800.24 02/07/2018    Shipped
## 742        10313              34     52.87    1797.58 22/10/2019    Shipped
## 2304       10398              49     36.66    1796.34 30/03/2020    Shipped
## 493        10304              37     48.52    1795.24 11/10/2019    Shipped
## 2243       10275              28     63.97    1791.16 23/07/2019    Shipped
## 1254       10261              20     89.53    1790.60 17/06/2019    Shipped
## 1684       10394              46     38.90    1789.40 15/03/2020    Shipped
## 1769       10208              20     89.40    1788.00 02/01/2019    Shipped
## 1614       10135              29     61.64    1787.56 02/07/2018    Shipped
## 1810       10135              27     66.13    1785.51 02/07/2018    Shipped
## 947        10423              21     84.82    1781.22 30/05/2020 In Process
## 2250       10353              40     44.51    1780.40 04/12/2019    Shipped
## 2339       10153              31     57.41    1779.71 28/09/2018    Shipped
## 2605       10296              22     80.80    1777.60 15/09/2019    Shipped
## 1049       10108              26     68.35    1777.10 03/03/2018    Shipped
## 784        10251              29     61.18    1774.22 18/05/2019    Shipped
## 789        10308              34     52.09    1771.06 15/10/2019    Shipped
## 1671       10246              49     36.07    1767.43 05/05/2019    Shipped
## 1139       10331              26     67.91    1765.66 17/11/2019    Shipped
## 2298       10328              34     51.93    1765.62 12/11/2019    Shipped
## 1571       10244              39     45.25    1764.75 29/04/2019    Shipped
## 2288       10210              43     41.02    1763.86 12/01/2019    Shipped
## 1458       10332              20     87.96    1759.20 17/11/2019    Shipped
## 1929       10378              33     53.27    1757.91 10/02/2020    Shipped
## 1892       10248              23     76.31    1755.13 07/05/2019  Cancelled
## 2166       10259              40     43.83    1753.20 15/06/2019    Shipped
## 2454       10314              23     76.22    1753.06 22/10/2019    Shipped
## 373        10371              49     35.71    1749.79 23/01/2020    Shipped
## 2650       10185              22     79.45    1747.90 14/11/2018    Shipped
## 2599       10223              26     67.20    1747.20 20/02/2019    Shipped
## 620        10356              27     64.69    1746.63 09/12/2019    Shipped
## 482        10149              30     58.22    1746.60 12/09/2018    Shipped
## 1843       10249              25     69.70    1742.50 08/05/2019    Shipped
## 484        10182              32     54.45    1742.40 12/11/2018    Shipped
## 1659       10104              44     39.60    1742.40 31/01/2018    Shipped
## 1146       10122              35     49.74    1740.90 08/05/2018    Shipped
## 2604       10284              25     69.60    1740.00 21/08/2019    Shipped
## 2139       10252              36     48.28    1738.08 26/05/2019    Shipped
## 1845       10274              24     72.33    1735.92 21/07/2019    Shipped
## 148        10391              37     46.90    1735.30 09/03/2020    Shipped
## 1575       10304              44     39.42    1734.48 11/10/2019    Shipped
## 1393       10165              25     69.36    1734.00 22/10/2018    Shipped
## 738        10271              25     69.28    1732.00 20/07/2019    Shipped
## 2136       10211              41     42.24    1731.84 15/01/2019    Shipped
## 1562       10110              39     44.35    1729.65 18/03/2018    Shipped
## 665        10288              28     61.75    1729.00 01/09/2019    Shipped
## 1407       10324              25     69.16    1729.00 05/11/2019    Shipped
## 2171       10313              38     45.45    1727.10 22/10/2019    Shipped
## 1383       10344              29     59.53    1726.37 25/11/2019    Shipped
## 2725       10142              39     44.23    1724.97 08/08/2018    Shipped
## 2293       10275              38     45.39    1724.82 23/07/2019    Shipped
## 1440       10110              29     59.37    1721.73 18/03/2018    Shipped
## 1977       10368              46     37.34    1717.64 19/01/2020    Shipped
## 2037       10223              23     74.62    1716.26 20/02/2019    Shipped
## 1835       10131              29     59.18    1716.22 16/06/2018    Shipped
## 1366       10124              22     77.90    1713.80 21/05/2018    Shipped
## 2294       10284              33     51.93    1713.69 21/08/2019    Shipped
## 2182       10116              27     63.38    1711.26 11/04/2018    Shipped
## 1557       10350              34     50.33    1711.22 02/12/2019    Shipped
## 2168       10281              31     55.19    1710.89 19/08/2019    Shipped
## 1809       10122              34     50.21    1707.14 08/05/2018    Shipped
## 1812       10169              34     50.21    1707.14 04/11/2018    Shipped
## 1745       10253              40     42.67    1706.80 01/06/2019  Cancelled
## 2335       10104              32     53.31    1705.92 31/01/2018    Shipped
## 2165       10246              35     48.70    1704.50 05/05/2019    Shipped
## 1489       10124              45     37.84    1702.80 21/05/2018    Shipped
## 2177       10383              32     53.18    1701.76 22/02/2020    Shipped
## 2210       10140              28     60.76    1701.28 24/07/2018    Shipped
## 1970       10242              46     36.93    1698.78 20/04/2019    Shipped
## 1896       10296              22     77.15    1697.30 15/09/2019    Shipped
## 2736       10273              37     45.86    1696.82 21/07/2019    Shipped
## 782        10223              28     60.57    1695.96 20/02/2019    Shipped
## 2137       10224              43     39.43    1695.49 21/02/2019    Shipped
## 748        10391              44     38.50    1694.00 09/03/2020    Shipped
## 2737       10283              33     51.32    1693.56 20/08/2019    Shipped
## 1572       10255              37     45.70    1690.90 04/06/2019    Shipped
## 1960       10100              49     34.47    1689.03 06/01/2018    Shipped
## 1356       10288              23     73.41    1688.43 01/09/2019    Shipped
## 842        10331              26     64.90    1687.40 17/11/2019    Shipped
## 341        10300              22     76.61    1685.42 04/10/2018    Shipped
## 1244       10142              24     70.22    1685.28 08/08/2018    Shipped
## 2041       10275              27     62.31    1682.37 23/07/2019    Shipped
## 1375       10241              22     76.43    1681.46 13/04/2019    Shipped
## 2185       10152              33     50.95    1681.35 25/09/2018    Shipped
## 1311       10304              34     49.30    1676.20 11/10/2019    Shipped
## 1358       10311              25     66.99    1674.75 16/10/2019    Shipped
## 739        10281              29     57.73    1674.17 19/08/2019    Shipped
## 1357       10302              23     72.70    1672.10 06/10/2018    Shipped
## 1847       10296              31     53.92    1671.52 15/09/2019    Shipped
## 2700       10155              34     49.16    1671.44 06/10/2018    Shipped
## 1691       10155              23     72.62    1670.26 06/10/2018    Shipped
## 1068       10342              25     66.74    1668.50 24/11/2019    Shipped
## 2701       10167              40     41.71    1668.40 23/10/2018  Cancelled
## 1290       10370              29     57.53    1668.37 20/01/2020    Shipped
## 2587       10375              25     66.73    1668.25 03/02/2020    Shipped
## 735        10229              28     59.55    1667.40 11/03/2019    Shipped
## 2153       10104              35     47.62    1666.70 31/01/2018    Shipped
## 2167       10271              35     47.62    1666.70 20/07/2019    Shipped
## 2043       10297              23     72.45    1666.35 16/09/2019    Shipped
## 897        10423              31     53.72    1665.32 30/05/2020 In Process
## 1157       10276              33     50.36    1661.88 02/08/2019    Shipped
## 2689       10352              22     75.51    1661.22 03/12/2019    Shipped
## 966        10325              24     69.12    1658.88 05/11/2019    Shipped
## 2031       10106              26     63.76    1657.76 17/02/2018    Shipped
## 1164       10355              31     53.47    1657.57 07/12/2019    Shipped
## 2021       10280              21     78.89    1656.69 17/08/2019    Shipped
## 1961       10110              48     34.47    1654.56 18/03/2018    Shipped
## 2418       10210              21     78.55    1649.55 12/01/2019    Shipped
## 1749       10301              48     34.36    1649.28 05/10/2018    Shipped
## 1360       10344              26     63.43    1649.18 25/11/2019    Shipped
## 1690       10143              27     60.97    1646.19 10/08/2018    Shipped
## 1615       10145              27     60.95    1645.65 25/08/2018    Shipped
## 660        10204              23     71.44    1643.12 02/12/2018    Shipped
## 1264       10383              28     58.58    1640.24 22/02/2020    Shipped
## 1640       10172              22     74.51    1639.22 05/11/2018    Shipped
## 1155       10252              31     52.84    1638.04 26/05/2019    Shipped
## 2236       10144              20     81.86    1637.20 13/08/2018    Shipped
## 1392       10152              25     65.31    1632.75 25/09/2018    Shipped
## 1833       10106              31     52.60    1630.60 17/02/2018    Shipped
## 2209       10126              26     62.70    1630.20 28/05/2018    Shipped
## 1340       10363              28     58.18    1629.04 06/01/2020    Shipped
## 331        10181              20     81.40    1628.00 12/11/2018    Shipped
## 347        10377              24     67.83    1627.92 09/02/2020    Shipped
## 579        10181              22     73.92    1626.24 12/11/2018    Shipped
## 2717       10373              25     64.97    1624.25 31/01/2020    Shipped
## 2356       10359              25     64.93    1623.25 15/12/2019    Shipped
## 2162       10207              27     60.06    1621.62 09/12/2018    Shipped
## 2297       10316              34     47.57    1617.38 01/11/2019    Shipped
## 548        10373              28     57.55    1611.40 31/01/2020    Shipped
## 1709       10398              28     57.55    1611.40 30/03/2020    Shipped
## 1698       10262              24     67.14    1611.36 24/06/2019  Cancelled
## 654        10110              32     50.25    1608.00 18/03/2018    Shipped
## 779        10180              25     64.20    1605.00 11/11/2018    Shipped
## 1731       10380              44     36.29    1596.76 16/02/2020    Shipped
## 1765       10167              20     79.66    1593.20 23/10/2018  Cancelled
## 498        10356              22     72.41    1593.02 09/12/2019    Shipped
## 942        10332              40     39.80    1592.00 17/11/2019    Shipped
## 1825       10320              26     61.23    1591.98 03/11/2019    Shipped
## 2256       10416              26     61.22    1591.72 10/05/2020    Shipped
## 2204       10383              44     36.07    1587.08 22/02/2020    Shipped
## 1673       10271              38     41.72    1585.36 20/07/2019    Shipped
## 1453       10278              35     45.28    1584.80 06/08/2019    Shipped
## 1224       10173              21     75.46    1584.66 05/11/2018    Shipped
## 1739       10181              37     42.67    1578.79 12/11/2018    Shipped
## 1848       10307              22     71.67    1576.74 14/10/2019    Shipped
## 2208       10113              23     68.52    1575.96 26/03/2018    Shipped
## 1753       10342              39     40.40    1575.60 24/11/2019    Shipped
## 1355       10279              26     60.58    1575.08 09/08/2019    Shipped
## 664        10280              25     62.96    1574.00 17/08/2019    Shipped
## 770        10386              21     74.77    1570.17 01/03/2020   Resolved
## 1305       10229              39     40.25    1569.75 11/03/2019    Shipped
## 2281       10106              39     40.15    1565.85 17/02/2018    Shipped
## 2049       10361              25     62.46    1561.50 17/12/2019    Shipped
## 2154       10114              28     55.73    1560.44 01/04/2018    Shipped
## 889        10304              24     64.96    1559.04 11/10/2019    Shipped
## 1413       10394              31     50.29    1558.99 15/03/2020    Shipped
## 1450       10226              36     43.27    1557.72 26/02/2019    Shipped
## 491        10280              27     57.68    1557.36 17/08/2019    Shipped
## 1319       10424              26     59.87    1556.62 31/05/2020 In Process
## 908        10248              21     73.98    1553.58 07/05/2019  Cancelled
## 788        10298              32     48.46    1550.72 27/09/2019    Shipped
## 2144       10310              36     43.05    1549.80 16/10/2019    Shipped
## 2134       10180              34     45.46    1545.64 11/11/2018    Shipped
## 1638       10148              21     73.60    1545.60 11/09/2018    Shipped
## 1788       10161              20     77.05    1541.00 17/10/2018    Shipped
## 2670       10119              26     59.22    1539.72 28/04/2018    Shipped
## 1802       10332              45     34.19    1538.55 17/11/2019    Shipped
## 1743       10225              42     36.63    1538.46 22/02/2019    Shipped
## 1050       10122              21     73.17    1536.57 08/05/2018    Shipped
## 2174       10349              33     46.53    1535.49 01/12/2019    Shipped
## 1016       10370              27     56.85    1534.95 20/01/2020    Shipped
## 1968       10214              44     34.88    1534.72 26/01/2019    Shipped
## 1962       10124              46     33.23    1528.58 21/05/2018    Shipped
## 1060       10252              20     76.39    1527.80 26/05/2019    Shipped
## 1694       10186              22     69.20    1522.40 14/11/2018    Shipped
## 2142       10285              37     41.03    1518.11 27/08/2019    Shipped
## 369        10324              26     58.38    1517.88 05/11/2019    Shipped
## 2135       10190              46     32.99    1517.54 19/11/2018    Shipped
## 473        10346              42     36.11    1516.62 29/11/2019    Shipped
## 1888       10178              21     72.12    1514.52 08/11/2018    Shipped
## 2148       10355              38     39.83    1513.54 07/12/2019    Shipped
## 1676       10305              48     31.47    1510.56 13/10/2019    Shipped
## 1901       10350              25     60.34    1508.50 02/12/2019    Shipped
## 1813       10181              23     65.52    1506.96 12/11/2018    Shipped
## 2734       10248              23     65.52    1506.96 07/05/2019  Cancelled
## 1367       10148              25     60.26    1506.50 11/09/2018    Shipped
## 878        10173              28     53.72    1504.16 05/11/2018    Shipped
## 488        10227              31     48.52    1504.12 02/03/2019    Shipped
## 1310       10291              29     51.82    1502.78 08/09/2019    Shipped
## 740        10291              26     57.73    1500.98 08/09/2019    Shipped
## 490        10256              29     51.75    1500.75 08/06/2019    Shipped
## 876        10150              30     49.97    1499.10 19/09/2018    Shipped
## 656        10149              24     62.36    1496.64 12/09/2018    Shipped
## 1701       10296              21     71.25    1496.25 15/09/2019    Shipped
## 657        10173              26     57.51    1495.26 05/11/2018    Shipped
## 2042       10284              21     71.00    1491.00 21/08/2019    Shipped
## 755        10168              21     70.96    1490.16 28/10/2018    Shipped
## 777        10145              30     49.67    1490.10 25/08/2018    Shipped
## 1661       10127              39     38.19    1489.41 03/06/2018    Shipped
## 2393       10197              23     64.67    1487.41 26/11/2018    Shipped
## 2373       10276              21     70.78    1486.38 02/08/2019    Shipped
## 2712       10316              34     43.70    1485.80 01/11/2019    Shipped
## 336        10238              20     74.21    1484.20 09/04/2019    Shipped
## 2254       10398              22     67.41    1483.02 30/03/2020    Shipped
## 773        10416              15     98.84    1482.60 10/05/2020    Shipped
## 1710       10400              24     61.66    1479.84 01/04/2020    Shipped
## 737        10259              30     49.22    1476.60 15/06/2019    Shipped
## 970        10383              24     61.52    1476.48 22/02/2020    Shipped
## 1742       10212              34     43.42    1476.28 16/01/2019    Shipped
## 1515       10158              22     67.03    1474.66 10/10/2018    Shipped
## 2735       10261              29     50.78    1472.62 17/06/2019    Shipped
## 1692       10167              21     69.88    1467.48 23/10/2018  Cancelled
## 269        10324              27     54.33    1466.91 05/11/2019    Shipped
## 623        10390              34     43.05    1463.70 04/03/2020    Shipped
## 1460       10367              38     38.50    1463.00 12/01/2020   Resolved
## 2538       10397              22     66.50    1463.00 28/03/2020    Shipped
## 2703       10186              28     52.14    1459.92 14/11/2018    Shipped
## 1834       10119              20     72.98    1459.60 28/04/2018    Shipped
## 1850       10328              20     72.98    1459.60 12/11/2019    Shipped
## 1398       10220              26     56.07    1457.82 12/02/2019    Shipped
## 1163       10342              26     55.95    1454.70 24/11/2019    Shipped
## 1445       10172              34     42.76    1453.84 05/11/2018    Shipped
## 20         10361              20     72.55    1451.00 17/12/2019    Shipped
## 1840       10186              21     69.04    1449.84 14/11/2018    Shipped
## 524        10378              34     42.64    1449.76 10/02/2020    Shipped
## 2290       10235              41     35.35    1449.35 02/04/2019    Shipped
## 1677       10314              39     37.13    1448.07 22/10/2019    Shipped
## 871        10391              32     45.25    1448.00 09/03/2020    Shipped
## 1492       10182              39     36.84    1436.76 12/11/2018    Shipped
## 1748       10287              36     39.65    1427.40 30/08/2019    Shipped
## 1711       10415              21     67.82    1424.22 09/05/2020   Disputed
## 875        10139              20     71.20    1424.00 16/07/2018    Shipped
## 662        10227              28     50.85    1423.80 02/03/2019    Shipped
## 487        10215              33     43.13    1423.29 29/01/2019    Shipped
## 2247       10316              24     59.16    1419.84 01/11/2019    Shipped
## 2722       10105              25     56.78    1419.50 11/02/2018    Shipped
## 2705       10222              31     45.69    1416.39 19/02/2019    Shipped
## 2003       10371              28     50.32    1408.96 23/01/2020    Shipped
## 2187       10176              22     64.00    1408.00 06/11/2018    Shipped
## 2357       10372              24     58.58    1405.92 26/01/2020    Shipped
## 1487       10101              45     31.20    1404.00 09/01/2018    Shipped
## 884        10244              24     58.09    1394.16 29/04/2019    Shipped
## 1754       10355              36     38.52    1386.72 07/12/2019    Shipped
## 2161       10195              32     43.29    1385.28 25/11/2018    Shipped
## 2130       10122              31     44.66    1384.46 08/05/2018    Shipped
## 1750       10310              33     41.91    1383.03 16/10/2019    Shipped
## 1971       10280              33     41.85    1381.05 17/08/2019    Shipped
## 1483       10386              33     41.71    1376.43 01/03/2020   Resolved
## 1746       10266              34     40.40    1373.60 06/07/2019    Shipped
## 2399       10273              21     65.34    1372.14 21/07/2019    Shipped
## 2719       10398              34     40.22    1367.48 30/03/2020    Shipped
## 2370       10237              20     68.34    1366.80 05/04/2019    Shipped
## 549        10386              25     54.57    1364.25 01/03/2020   Resolved
## 1822       10287              20     67.97    1359.40 30/08/2019    Shipped
## 1403       10282              29     46.82    1357.78 20/08/2019    Shipped
## 1154       10237              26     52.22    1357.72 05/04/2019    Shipped
## 1697       10249              20     67.82    1356.40 08/05/2019    Shipped
## 2283       10133              27     50.19    1355.13 27/06/2018    Shipped
## 1452       10266              28     48.30    1352.40 06/07/2019    Shipped
## 1959       10416              18     75.06    1351.08 10/05/2020    Shipped
## 1656       10380              36     37.50    1350.00 16/02/2020    Shipped
## 2697       10119              28     48.17    1348.76 28/04/2018    Shipped
## 1627       10309              24     56.10    1346.40 15/10/2019    Shipped
## 1299       10164              25     53.83    1345.75 21/10/2018   Resolved
## 492        10289              24     56.07    1345.68 03/09/2019    Shipped
## 329        10147              21     63.84    1340.64 05/09/2018    Shipped
## 1972       10288              33     40.62    1340.46 01/09/2019    Shipped
## 582        10212              20     66.99    1339.80 16/01/2019    Shipped
## 1619       10211              21     63.72    1338.12 15/01/2019    Shipped
## 1680       10349              36     37.13    1336.68 01/12/2019    Shipped
## 1666       10184              42     31.82    1336.44 14/11/2018    Shipped
## 671        10379              27     49.30    1331.10 10/02/2020    Shipped
## 2221       10270              21     63.35    1330.35 19/07/2019    Shipped
## 70         10361              26     51.15    1329.90 17/12/2019    Shipped
## 2176       10371              20     66.47    1329.40 23/01/2020    Shipped
## 1344       10124              23     57.73    1327.79 21/05/2018    Shipped
## 2131       10135              33     40.23    1327.59 02/07/2018    Shipped
## 661        10214              21     62.96    1322.16 26/01/2019    Shipped
## 2239       10223              20     66.04    1320.80 20/02/2019    Shipped
## 1401       10259              28     46.82    1310.96 15/06/2019    Shipped
## 843        10343              25     52.32    1308.00 24/11/2019    Shipped
## 1382       10332              23     56.84    1307.32 17/11/2019    Shipped
## 1967       10204              39     33.23    1295.97 02/12/2018    Shipped
## 1442       10137              26     49.81    1295.06 10/07/2018    Shipped
## 501        10422              25     51.75    1293.75 30/05/2020 In Process
## 1298       10150              30     42.76    1282.80 19/09/2018    Shipped
## 783        10236              23     55.72    1281.56 03/04/2019    Shipped
## 1738       10171              36     35.49    1277.64 05/11/2018    Shipped
## 1384       10367              21     60.37    1267.77 12/01/2020   Resolved
## 1190       10386              22     57.55    1266.10 01/03/2020   Resolved
## 1374       10226              21     60.26    1265.46 26/02/2019    Shipped
## 816        10332              24     52.67    1264.08 17/11/2019    Shipped
## 1819       10253              24     52.66    1263.84 01/06/2019  Cancelled
## 578        10170              20     63.14    1262.80 04/11/2018    Shipped
## 2295       10296              26     48.44    1259.44 15/09/2019    Shipped
## 1307       10258              21     59.87    1257.27 15/06/2019    Shipped
## 1297       10140              29     43.27    1254.83 24/07/2018    Shipped
## 1858       10415              18     69.70    1254.60 09/05/2020   Disputed
## 1372       10204              20     62.47    1249.40 02/12/2018    Shipped
## 1668       10207              42     29.70    1247.40 09/12/2018    Shipped
## 2284       10143              34     36.66    1246.44 10/08/2018    Shipped
## 2164       10229              23     54.11    1244.53 11/03/2019    Shipped
## 880        10193              24     51.84    1244.16 21/11/2018    Shipped
## 497        10347              21     58.95    1237.95 29/11/2019    Shipped
## 895        10369              28     44.21    1237.88 20/01/2020    Shipped
## 692        10324              33     37.48    1236.84 05/11/2019    Shipped
## 1751       10321              37     33.23    1229.51 04/11/2019    Shipped
## 2220       10258              20     61.41    1228.20 15/06/2019    Shipped
## 1496       10227              42     29.21    1226.82 02/03/2019    Shipped
## 1444       10161              23     53.33    1226.59 17/10/2018    Shipped
## 1679       10335              33     37.13    1225.29 19/11/2019    Shipped
## 891        10322              41     29.87    1224.67 04/11/2019    Shipped
## 1821       10276              20     61.23    1224.60 02/08/2019    Shipped
## 1390       10127              20     60.69    1213.80 03/06/2018    Shipped
## 2431       10361              20     60.54    1210.80 17/12/2019    Shipped
## 1510       10420              45     26.88    1209.60 29/05/2020 In Process
## 2704       10197              29     41.71    1209.59 26/11/2018    Shipped
## 1663       10151              30     40.31    1209.30 21/09/2018    Shipped
## 1266       10414              16     75.48    1207.68 06/05/2020    On Hold
## 1735       10122              39     30.96    1207.44 08/05/2018    Shipped
## 2152       10403              30     40.23    1206.90 08/04/2020    Shipped
## 1747       10278              31     38.89    1205.59 06/08/2019    Shipped
## 1817       10225              24     50.21    1205.04 22/02/2019    Shipped
## 117        10337              25     48.05    1201.25 21/11/2019    Shipped
## 2707       10262              21     57.11    1199.31 24/06/2019  Cancelled
## 1490       10149              36     33.19    1194.84 12/09/2018    Shipped
## 2206       10413              24     49.71    1193.04 05/05/2020    Shipped
## 2733       10232              24     49.69    1192.56 20/03/2019    Shipped
## 724        10103              22     54.09    1189.98 29/01/2018    Shipped
## 1494       10205              32     37.17    1189.44 03/12/2018    Shipped
## 1969       10227              27     43.90    1185.30 02/03/2019    Shipped
## 1947       10284              21     55.96    1175.16 21/08/2019    Shipped
## 2129       10108              27     43.45    1173.15 03/03/2018    Shipped
## 794        10374              22     53.30    1172.60 02/02/2020    Shipped
## 1675       10292              39     30.06    1172.34 08/09/2019    Shipped
## 489        10244              20     58.22    1164.40 29/04/2019    Shipped
## 1964       10173              35     33.23    1163.05 05/11/2018    Shipped
## 1570       10227              24     48.38    1161.12 02/03/2019    Shipped
## 1876       10332              31     37.18    1152.58 17/11/2019    Shipped
## 1501       10312              39     29.54    1152.06 21/10/2019    Shipped
## 1665       10175              37     31.12    1151.44 06/11/2018    Shipped
## 915        10327              25     45.86    1146.50 10/11/2019   Resolved
## 793        10362              23     49.67    1142.41 05/01/2020    Shipped
## 1752       10331              27     42.24    1140.48 17/11/2019    Shipped
## 1566       10182              31     36.74    1138.94 12/11/2018    Shipped
## 2435       10401              11    103.21    1135.31 03/04/2020    On Hold
## 2392       10185              21     54.00    1134.00 14/11/2018    Shipped
## 1455       10301              22     51.32    1129.04 05/10/2018    Shipped
## 2720       10400              20     56.12    1122.40 01/04/2020    Shipped
## 1303       10206              21     53.33    1119.93 05/12/2018    Shipped
## 2287       10199              29     38.40    1113.60 01/12/2018    Shipped
## 1565       10173              27     41.22    1112.94 05/11/2018    Shipped
## 2132       10145              31     35.80    1109.80 25/08/2018    Shipped
## 2145       10319              29     38.22    1108.38 03/11/2019    Shipped
## 1499       10288              29     38.17    1106.93 01/09/2019    Shipped
## 494        10312              25     44.21    1105.25 21/10/2019    Shipped
## 1414       10412              21     52.60    1104.60 03/05/2020    Shipped
## 2156       10141              24     45.99    1103.76 01/08/2018    Shipped
## 1974       10312              31     35.29    1093.99 21/10/2019    Shipped
## 299        10419              10    109.22    1092.20 17/05/2020    Shipped
## 2481       10361              24     45.39    1089.36 17/12/2019    Shipped
## 1391       10141              20     54.33    1086.60 01/08/2018    Shipped
## 1670       10229              33     32.88    1085.04 11/03/2019    Shipped
## 1685       10412              30     36.07    1082.10 03/05/2020    Shipped
## 1737       10147              25     42.67    1066.75 05/09/2018    Shipped
## 1480       10339              21     50.65    1063.65 23/11/2019    Shipped
## 1150       10180              21     50.36    1057.56 11/11/2018    Shipped
## 1806       10407              13     81.33    1057.29 22/04/2020    On Hold
## 2191       10220              20     52.82    1056.40 12/02/2019    Shipped
## 2138       10237              26     40.23    1045.98 05/04/2019    Shipped
## 2133       10169              26     39.83    1035.58 04/11/2018    Shipped
## 2336       10117              21     49.21    1033.41 16/04/2018    Shipped
## 1672       10259              31     33.24    1030.44 15/06/2019    Shipped
## 1686       10425              31     33.24    1030.44 31/05/2020 In Process
## 2143       10299              24     42.24    1013.76 30/09/2019    Shipped
## 1963       10149              26     38.98    1013.48 12/09/2018    Shipped
## 1567       10193              20     50.62    1012.40 21/11/2018    Shipped
## 1563       10124              22     45.25     995.50 21/05/2018    Shipped
## 820        10380              21     47.18     990.78 16/02/2020    Shipped
## 2141       10276              27     36.61     988.47 02/08/2019    Shipped
## 787        10285              20     49.06     981.20 27/08/2019    Shipped
## 1459       10343              27     36.21     977.67 24/11/2019    Shipped
## 1491       10173              31     31.53     977.43 05/11/2018    Shipped
## 1497       10243              33     29.54     974.82 26/04/2019    Shipped
## 618        10331              30     32.47     974.10 17/11/2019    Shipped
## 2342       10185              20     48.62     972.40 14/11/2018    Shipped
## 1965       10182              23     42.26     971.98 12/11/2018    Shipped
## 1973       10303              24     40.21     965.04 06/10/2019    Shipped
## 2710       10296              21     45.19     948.99 15/09/2019    Shipped
## 750        10425              19     49.22     935.18 31/05/2020 In Process
## 1734       10109              29     32.10     930.90 10/03/2018    Shipped
## 2179       10412              19     48.70     925.30 03/05/2020    Shipped
## 1740       10192              30     30.59     917.70 20/11/2018    Shipped
## 1568       10205              24     38.08     913.92 03/12/2018    Shipped
## 1667       10195              32     28.29     905.28 25/11/2018    Shipped
## 1966       10193              22     41.03     902.66 21/11/2018    Shipped
## 1744       10239              20     44.56     891.20 12/04/2019    Shipped
## 1662       10141              21     42.43     891.03 01/08/2018    Shipped
## 872        10423              10     88.14     881.40 30/05/2020 In Process
## 2698       10131              21     41.71     875.91 16/06/2018    Shipped
## 1576       10312              23     37.63     865.49 21/10/2019    Shipped
## 1664       10165              27     31.82     859.14 22/10/2018    Shipped
## 1581       10367              28     30.59     856.52 12/01/2020   Resolved
## 1669       10219              21     40.31     846.51 10/02/2019    Shipped
## 1451       10241              21     40.25     845.25 13/04/2019    Shipped
## 1506       10367              23     36.29     834.67 12/01/2020   Resolved
## 1580       10356              26     31.86     828.36 09/12/2019    Shipped
## 2285       10156              20     41.02     820.40 08/10/2018    Shipped
## 1674       10281              20     40.66     813.20 19/08/2019    Shipped
## 722        10409               6    130.94     785.64 23/04/2020    Shipped
## 1741       10203              21     37.00     777.00 02/12/2018    Shipped
## 1493       10193              26     29.21     759.46 21/11/2018    Shipped
## 21         10375              21     34.91     733.11 03/02/2020    Shipped
## 695        10358              20     36.42     728.40 10/12/2019    Shipped
## 1660       10114              24     30.06     721.44 01/04/2018    Shipped
## 1736       10135              20     35.87     717.40 02/07/2018    Shipped
## 1488       10110              20     35.51     710.20 18/03/2018    Shipped
## 1504       10344              20     35.18     703.60 25/11/2019    Shipped
## 1500       10304              23     30.20     694.60 11/10/2019    Shipped
## 1495       10214              20     34.19     683.80 26/01/2019    Shipped
## 1980       10420              15     43.49     652.35 29/05/2020 In Process
## 2140       10264              20     32.59     651.80 30/06/2019    Shipped
## 1759       10419              15     42.67     640.05 17/05/2020    Shipped
## 1498       10280              20     28.88     577.60 17/08/2019    Shipped
## 1979       10408              15     36.93     553.95 22/04/2020    Shipped
## 1239       10407               6     90.19     541.14 22/04/2020    On Hold
## 2180       10425              11     43.83     482.13 31/05/2020 In Process
##           PRODUCTLINE           CITY     COUNTRY DEALSIZE
## 572      Vintage Cars       San Jose         USA    Large
## 715      Vintage Cars         Nashua         USA    Large
## 50       Classic Cars         Madrid       Spain    Large
## 1021     Classic Cars         Madrid       Spain    Large
## 97        Motorcycles      Liverpool          UK    Large
## 1931     Classic Cars     Strasbourg      France    Large
## 43       Classic Cars     San Rafael         USA    Large
## 177      Classic Cars            NYC         USA    Large
## 29       Classic Cars      Singapore   Singapore    Large
## 1780     Vintage Cars      Minato-ku       Japan    Large
## 187      Classic Cars          Espoo     Finland    Large
## 1143     Classic Cars      Kobenhavn     Denmark    Large
## 42       Classic Cars     Versailles      France    Large
## 2433           Planes    New Bedford         USA    Large
## 2050           Planes         Nantes      France    Large
## 83        Motorcycles      Melbourne   Australia    Large
## 1505     Vintage Cars          Paris      France    Large
## 122      Classic Cars       San Jose         USA    Large
## 164      Classic Cars     Brickhaven         USA    Large
## 2560     Classic Cars          Paris      France    Large
## 807      Vintage Cars         Madrid       Spain    Large
## 303      Classic Cars     San Rafael         USA    Large
## 76        Motorcycles      Melbourne   Australia    Large
## 154      Classic Cars     Brickhaven         USA    Large
## 475      Vintage Cars     Brickhaven         USA    Large
## 1932     Classic Cars       Salzburg     Austria    Large
## 98        Motorcycles         Madrid       Spain    Large
## 640      Classic Cars     San Rafael         USA    Large
## 163      Classic Cars  Reggio Emilia       Italy    Large
## 34       Classic Cars      Vancouver      Canada    Large
## 400      Classic Cars     Strasbourg      France    Large
## 2359           Trains          Paris      France    Large
## 1006     Classic Cars           Koln     Germany    Large
## 1093     Vintage Cars     San Rafael         USA    Large
## 80        Motorcycles          Lille      France    Large
## 183      Classic Cars      New Haven         USA    Large
## 670      Vintage Cars       Pasadena         USA    Large
## 2172 Trucks and Buses        Stavern      Norway    Large
## 982      Classic Cars      Singapore   Singapore    Large
## 81        Motorcycles         Bergen      Norway    Large
## 175      Classic Cars      Kobenhavn     Denmark    Large
## 200      Classic Cars    Bridgewater         USA    Large
## 249       Motorcycles      Liverpool          UK    Large
## 184      Classic Cars           Lyon      France    Large
## 180      Classic Cars      Singapore   Singapore    Large
## 1610 Trucks and Buses         Madrid       Spain    Large
## 223  Trucks and Buses   North Sydney   Australia    Large
## 636      Classic Cars       Brisbane         USA    Large
## 1108     Classic Cars   Glen Waverly   Australia    Large
## 190      Classic Cars         Torino       Italy    Large
## 257      Classic Cars  Reggio Emilia       Italy    Large
## 186      Classic Cars         Madrid       Spain    Large
## 453      Classic Cars      Kobenhavn     Denmark    Large
## 1508     Vintage Cars   North Sydney   Australia    Large
## 230       Motorcycles       Pasadena         USA    Large
## 86        Motorcycles    Bridgewater         USA    Large
## 978      Classic Cars       Toulouse      France    Large
## 989      Classic Cars         Madrid       Spain    Large
## 1020     Classic Cars     Strasbourg      France    Large
## 228       Motorcycles          Reims      France    Large
## 812      Vintage Cars         Bergen      Norway    Large
## 1204     Classic Cars         Dublin     Ireland    Large
## 974      Classic Cars   Philadelphia         USA    Large
## 315      Classic Cars         Torino       Italy    Large
## 275      Classic Cars    Bridgewater         USA    Large
## 975      Classic Cars          Paris      France    Large
## 2226 Trucks and Buses            NYC         USA    Large
## 538            Planes       San Jose         USA    Large
## 302      Classic Cars            NYC         USA    Large
## 245       Motorcycles       Salzburg     Austria    Large
## 567      Vintage Cars     San Rafael         USA    Large
## 178      Classic Cars     San Rafael         USA    Large
## 31       Classic Cars South Brisbane   Australia    Large
## 40       Classic Cars         Torino       Italy    Large
## 153      Classic Cars     San Rafael         USA    Large
## 192      Classic Cars        Aaarhus     Denmark    Large
## 226  Trucks and Buses         Madrid       Spain    Large
## 313      Classic Cars      Allentown         USA    Large
## 801      Vintage Cars      Chatswood   Australia    Large
## 1334     Classic Cars       Helsinki     Finland    Large
## 1336     Classic Cars            NYC         USA    Large
## 307      Classic Cars    New Bedford         USA    Large
## 306      Classic Cars  Reggio Emilia       Italy    Large
## 1317     Vintage Cars     San Rafael         USA    Large
## 19        Motorcycles       Salzburg     Austria    Large
## 1922     Classic Cars           Oslo      Norway    Large
## 847      Classic Cars       Salzburg     Austria    Large
## 38       Classic Cars      Minato-ku       Japan    Large
## 91        Motorcycles      Allentown         USA    Large
## 569      Vintage Cars      Marseille      France    Large
## 988      Classic Cars   White Plains         USA    Large
## 152      Classic Cars      Marseille      France    Large
## 563      Vintage Cars     Strasbourg      France    Large
## 558      Vintage Cars     San Rafael         USA    Large
## 237       Motorcycles         Newark         USA    Large
## 2512           Planes         Newark         USA    Large
## 24        Motorcycles         Madrid       Spain    Large
## 159      Classic Cars          Paris      France    Large
## 806      Vintage Cars         Madrid       Spain    Large
## 615      Classic Cars           Oslo      Norway    Large
## 535            Planes    Makati City Philippines    Large
## 181      Classic Cars  Reggio Emilia       Italy    Large
## 646      Classic Cars          Paris      France    Large
## 1005     Classic Cars      Cambridge         USA    Large
## 606      Classic Cars         Nashua         USA    Large
## 1119     Classic Cars     San Rafael         USA    Large
## 1013     Classic Cars            NYC         USA    Large
## 627      Classic Cars            NYC         USA    Large
## 633      Classic Cars        Sevilla       Spain    Large
## 543            Planes   Philadelphia         USA    Large
## 28       Classic Cars     Burlingame         USA    Large
## 253      Classic Cars            NYC         USA    Large
## 1130     Classic Cars      San Diego         USA    Large
## 27       Classic Cars         Madrid       Spain    Large
## 566      Vintage Cars      Liverpool          UK    Large
## 1235     Vintage Cars     Manchester          UK    Large
## 1192     Vintage Cars       San Jose         USA    Large
## 637      Classic Cars      Frankfurt     Germany    Large
## 33       Classic Cars           Lyon      France    Large
## 1017     Classic Cars       Helsinki     Finland    Large
## 1205     Classic Cars      Frankfurt     Germany    Large
## 308      Classic Cars      New Haven         USA    Large
## 26       Classic Cars           Lule      Sweden    Large
## 99       Classic Cars      Kobenhavn     Denmark    Large
## 645      Classic Cars            NYC         USA    Large
## 427  Trucks and Buses         Madrid       Spain    Large
## 1657     Classic Cars       San Jose         USA    Large
## 185      Classic Cars         Dublin     Ireland    Large
## 624      Classic Cars      Kobenhavn     Denmark    Large
## 2588           Planes    New Bedford         USA    Large
## 628      Classic Cars            NYC         USA    Large
## 1209     Classic Cars            NYC         USA    Large
## 41       Classic Cars          Boras      Sweden    Large
## 995      Classic Cars         Madrid       Spain    Large
## 2582           Planes      Allentown         USA    Large
## 630      Classic Cars           Oulu     Finland    Large
## 1314     Vintage Cars         Madrid       Spain    Large
## 2615           Planes         Newark         USA    Large
## 994      Classic Cars           Oulu     Finland    Large
## 1269 Trucks and Buses         Madrid       Spain    Large
## 85        Motorcycles         Newark         USA    Large
## 189      Classic Cars     San Rafael         USA    Large
## 635      Classic Cars         Boston         USA    Large
## 525      Classic Cars       San Jose         USA    Large
## 304      Classic Cars         Madrid       Spain    Large
## 1216     Classic Cars      Minato-ku       Japan    Large
## 77        Motorcycles          Paris      France    Large
## 84        Motorcycles            NYC         USA    Large
## 139      Classic Cars      Allentown         USA    Large
## 134      Classic Cars      Singapore   Singapore    Large
## 709      Vintage Cars           Lyon      France    Large
## 262      Classic Cars      Frankfurt     Germany    Large
## 1914     Classic Cars         Madrid       Spain   Medium
## 795       Motorcycles          Boras      Sweden   Medium
## 1548            Ships            NYC         USA   Medium
## 537            Planes      San Diego         USA   Medium
## 311      Classic Cars         Madrid       Spain   Medium
## 1915     Classic Cars         Madrid       Spain   Medium
## 167      Classic Cars           Koln     Germany   Medium
## 953      Vintage Cars    New Bedford         USA   Medium
## 528            Planes       Salzburg     Austria   Medium
## 317      Classic Cars        Aaarhus     Denmark   Medium
## 87        Motorcycles         Nantes      France   Medium
## 1219     Classic Cars    Bridgewater         USA   Medium
## 956      Vintage Cars      New Haven         USA   Medium
## 168      Classic Cars           Lule      Sweden   Medium
## 1018     Classic Cars         Madrid       Spain   Medium
## 240       Motorcycles      Cambridge         USA   Medium
## 1342     Classic Cars     San Rafael         USA   Medium
## 834      Classic Cars     Strasbourg      France   Medium
## 2027     Vintage Cars         Madrid       Spain   Medium
## 745  Trucks and Buses      Melbourne   Australia   Medium
## 1313     Vintage Cars            NYC         USA   Medium
## 355  Trucks and Buses      Singapore   Singapore   Medium
## 1594 Trucks and Buses         Boston         USA   Medium
## 207  Trucks and Buses South Brisbane   Australia   Medium
## 1546            Ships      Bruxelles     Belgium   Medium
## 2230 Trucks and Buses     San Rafael         USA   Medium
## 996      Classic Cars      Liverpool          UK   Medium
## 1287 Trucks and Buses           Lule      Sweden   Medium
## 1930     Classic Cars     San Rafael         USA   Medium
## 1110     Classic Cars         Gensve Switzerland   Medium
## 1206     Classic Cars          Espoo     Finland   Medium
## 1107     Classic Cars          Paris      France   Medium
## 232       Motorcycles          Lille      France   Medium
## 540            Planes     Brickhaven         USA   Medium
## 647      Classic Cars            NYC         USA   Medium
## 651      Classic Cars         Madrid       Spain   Medium
## 962      Vintage Cars     San Rafael         USA   Medium
## 89        Motorcycles       Helsinki     Finland   Medium
## 141      Classic Cars      Cambridge         USA   Medium
## 142      Classic Cars      Vancouver      Canada   Medium
## 214  Trucks and Buses      Minato-ku       Japan   Medium
## 1276 Trucks and Buses         Boston         USA   Medium
## 2124      Motorcycles          Espoo     Finland   Medium
## 191      Classic Cars     Manchester          UK   Medium
## 539            Planes         Madrid       Spain   Medium
## 206  Trucks and Buses           Graz     Austria   Medium
## 1106     Classic Cars      Kobenhavn     Denmark   Medium
## 638      Classic Cars         Madrid       Spain   Medium
## 1115     Classic Cars      Melbourne   Australia   Medium
## 363  Trucks and Buses      Singapore   Singapore   Medium
## 1725     Classic Cars      Singapore   Singapore   Medium
## 531            Planes       Helsinki     Finland   Medium
## 443      Classic Cars         Gensve Switzerland   Medium
## 2355           Trains         Madrid       Spain   Medium
## 533            Planes       Toulouse      France   Medium
## 64        Motorcycles      Cambridge         USA   Medium
## 800      Vintage Cars      Melbourne   Australia   Medium
## 2122      Motorcycles      Barcelona       Spain   Medium
## 1271 Trucks and Buses      Singapore   Singapore   Medium
## 36       Classic Cars      Cambridge         USA   Medium
## 448      Classic Cars      Melbourne   Australia   Medium
## 1136     Classic Cars           Oslo      Norway   Medium
## 358  Trucks and Buses   White Plains         USA   Medium
## 1432      Motorcycles      Allentown         USA   Medium
## 238       Motorcycles    Bridgewater         USA   Medium
## 447      Classic Cars   Philadelphia         USA   Medium
## 551            Planes       San Jose         USA   Medium
## 1468           Planes     Burlingame         USA   Medium
## 607      Classic Cars            NYC         USA   Medium
## 135      Classic Cars     San Rafael         USA   Medium
## 992      Classic Cars         Gensve Switzerland   Medium
## 1000     Classic Cars      Las Vegas         USA   Medium
## 218  Trucks and Buses     Versailles      France   Medium
## 268      Classic Cars        Aaarhus     Denmark   Medium
## 217  Trucks and Buses          Boras      Sweden   Medium
## 2099 Trucks and Buses         Madrid       Spain   Medium
## 846      Classic Cars       San Jose         USA   Medium
## 2578           Planes         Nantes      France   Medium
## 1218     Classic Cars         Madrid       Spain   Medium
## 370  Trucks and Buses          Paris      France   Medium
## 2175 Trucks and Buses          Reims      France   Medium
## 1129     Classic Cars         Madrid       Spain   Medium
## 2125      Motorcycles         Nantes      France   Medium
## 1329     Classic Cars      Kobenhavn     Denmark   Medium
## 1536            Ships      Kobenhavn     Denmark   Medium
## 1909     Classic Cars     San Rafael         USA   Medium
## 985      Classic Cars         Bergen      Norway   Medium
## 1913     Classic Cars         Nashua         USA   Medium
## 1993     Classic Cars         Madrid       Spain   Medium
## 676  Trucks and Buses            NYC         USA   Medium
## 677  Trucks and Buses          Espoo     Finland   Medium
## 1338     Classic Cars      Melbourne   Australia   Medium
## 1015     Classic Cars      Charleroi     Belgium   Medium
## 2025     Vintage Cars            NYC         USA   Medium
## 1112     Classic Cars           Koln     Germany   Medium
## 1864     Classic Cars     San Rafael         USA   Medium
## 1120     Classic Cars   Philadelphia         USA   Medium
## 225  Trucks and Buses       Montreal      Canada   Medium
## 445      Classic Cars           Koln     Germany   Medium
## 1705           Planes      Minato-ku       Japan   Medium
## 1193     Vintage Cars   Glen Waverly   Australia   Medium
## 612      Classic Cars  Reggio Emilia       Italy   Medium
## 1286 Trucks and Buses      Frankfurt     Germany   Medium
## 368  Trucks and Buses        Aaarhus     Denmark   Medium
## 436      Classic Cars            NYC         USA   Medium
## 2309 Trucks and Buses            NYC         USA   Medium
## 1871     Classic Cars         Madrid       Spain   Medium
## 208  Trucks and Buses   Philadelphia         USA   Medium
## 710      Vintage Cars         Boston         USA   Medium
## 506      Classic Cars        Aaarhus     Denmark   Medium
## 1203     Classic Cars         Boston         USA   Medium
## 603      Classic Cars        Aaarhus     Denmark   Medium
## 844      Classic Cars      Charleroi     Belgium   Medium
## 1240     Vintage Cars      Chatswood   Australia   Medium
## 276      Classic Cars    Makati City Philippines   Medium
## 82        Motorcycles          Osaka       Japan   Medium
## 37       Classic Cars      New Haven         USA   Medium
## 324      Classic Cars     San Rafael         USA   Medium
## 1784     Vintage Cars         Boston         USA   Medium
## 1337     Classic Cars    Makati City Philippines   Medium
## 1683     Classic Cars         Madrid       Spain   Medium
## 235       Motorcycles          Lille      France   Medium
## 1542            Ships         Madrid       Spain   Medium
## 35       Classic Cars        Burbank         USA   Medium
## 554      Vintage Cars     Manchester          UK   Medium
## 75        Motorcycles            NYC         USA   Medium
## 2576           Planes       San Jose         USA   Medium
## 176      Classic Cars      Singapore   Singapore   Medium
## 951      Vintage Cars     San Rafael         USA   Medium
## 278      Classic Cars     San Rafael         USA   Medium
## 1538            Ships         London          UK   Medium
## 828      Classic Cars    Bridgewater         USA   Medium
## 534            Planes         London          UK   Medium
## 44       Classic Cars         Nashua         USA   Medium
## 108      Classic Cars      San Diego         USA   Medium
## 679  Trucks and Buses      Singapore   Singapore   Medium
## 681  Trucks and Buses        Sevilla       Spain   Medium
## 1606 Trucks and Buses         Madrid       Spain   Medium
## 1408     Classic Cars          Paris      France   Medium
## 561      Vintage Cars         Madrid       Spain   Medium
## 222  Trucks and Buses     San Rafael         USA   Medium
## 1131     Classic Cars          Osaka       Japan   Medium
## 251      Classic Cars         Madrid       Spain   Medium
## 248       Motorcycles    New Bedford         USA   Medium
## 375  Trucks and Buses         Madrid       Spain   Medium
## 809      Vintage Cars         Madrid       Spain   Medium
## 1712     Classic Cars     Manchester          UK   Medium
## 322      Classic Cars      Minato-ku       Japan   Medium
## 629      Classic Cars          Espoo     Finland   Medium
## 301      Classic Cars      Singapore   Singapore   Medium
## 2353           Trains        Stavern      Norway   Medium
## 1022     Classic Cars       Salzburg     Austria   Medium
## 104      Classic Cars          Boras      Sweden   Medium
## 213  Trucks and Buses      New Haven         USA   Medium
## 444      Classic Cars           Oslo      Norway   Medium
## 252      Classic Cars      Singapore   Singapore   Medium
## 458      Vintage Cars       Brisbane         USA   Medium
## 451      Classic Cars       Helsinki     Finland   Medium
## 150      Classic Cars         Nantes      France   Medium
## 680  Trucks and Buses         London          UK   Medium
## 560      Vintage Cars            NYC         USA   Medium
## 74        Motorcycles         Madrid       Spain   Medium
## 1288 Trucks and Buses      Melbourne   Australia   Medium
## 565      Vintage Cars      Singapore   Singapore   Medium
## 92        Motorcycles            NYC         USA   Medium
## 273      Classic Cars      Minato-ku       Japan   Medium
## 1756     Classic Cars         Madrid       Spain   Medium
## 1002     Classic Cars         Gensve Switzerland   Medium
## 522      Classic Cars          Reims      France   Medium
## 505      Classic Cars   North Sydney   Australia   Medium
## 73        Motorcycles          Paris      France   Medium
## 1732     Classic Cars       San Jose         USA   Medium
## 188      Classic Cars      Allentown         USA   Medium
## 693  Trucks and Buses           Lule      Sweden   Medium
## 1048           Trains         Boston         USA   Medium
## 446      Classic Cars    New Bedford         USA   Medium
## 815      Vintage Cars         Nashua         USA   Medium
## 1988     Classic Cars        Sevilla       Spain   Medium
## 1182     Vintage Cars      Tsawassen      Canada   Medium
## 1126     Classic Cars         Bergen      Norway   Medium
## 146      Classic Cars     San Rafael         USA   Medium
## 967      Vintage Cars          Paris      France   Medium
## 644      Classic Cars        Aaarhus     Denmark   Medium
## 161      Classic Cars      Kobenhavn     Denmark   Medium
## 688  Trucks and Buses      Allentown         USA   Medium
## 532            Planes          Boras      Sweden   Medium
## 1593 Trucks and Buses           Lyon      France   Medium
## 211  Trucks and Buses     Versailles      France   Medium
## 61        Motorcycles         Newark         USA   Medium
## 683  Trucks and Buses         Boston         USA   Medium
## 541            Planes           Oslo      Norway   Medium
## 1420      Motorcycles     Burlingame         USA   Medium
## 1128     Classic Cars            NYC         USA   Medium
## 351  Trucks and Buses            NYC         USA   Medium
## 1559            Ships     San Rafael         USA   Medium
## 536            Planes          Osaka       Japan   Medium
## 2072     Classic Cars   Philadelphia         USA   Medium
## 1332     Classic Cars     Brickhaven         USA   Medium
## 864      Vintage Cars          Boras      Sweden   Medium
## 1596 Trucks and Buses     San Rafael         USA   Medium
## 1008     Classic Cars    New Bedford         USA   Medium
## 639      Classic Cars      Singapore   Singapore   Medium
## 2332 Trucks and Buses          Paris      France   Medium
## 46       Classic Cars     San Rafael         USA   Medium
## 1607 Trucks and Buses         Madrid       Spain   Medium
## 1213     Classic Cars            NYC         USA   Medium
## 542            Planes         Munich     Germany   Medium
## 1327     Classic Cars          Paris      France   Medium
## 2228 Trucks and Buses         Madrid       Spain   Medium
## 1547            Ships          Cowes          UK   Medium
## 2591           Planes  Reggio Emilia       Italy   Medium
## 439      Classic Cars          Osaka       Japan   Medium
## 546            Planes      Charleroi     Belgium   Medium
## 1033           Trains           Lyon      France   Medium
## 2551     Classic Cars     San Rafael         USA   Medium
## 1599 Trucks and Buses     San Rafael         USA   Medium
## 1179     Vintage Cars      Cambridge         USA   Medium
## 102      Classic Cars    New Bedford         USA   Medium
## 854      Vintage Cars South Brisbane   Australia   Medium
## 282      Classic Cars           Koln     Germany   Medium
## 1144     Classic Cars       Salzburg     Austria   Medium
## 1603 Trucks and Buses      Vancouver      Canada   Medium
## 1724     Classic Cars         Madrid       Spain   Medium
## 808      Vintage Cars           Lyon      France   Medium
## 1982     Classic Cars            NYC         USA   Medium
## 67        Motorcycles      Allentown         USA   Medium
## 1865     Classic Cars         Nashua         USA   Medium
## 1320     Classic Cars    Makati City Philippines   Medium
## 1325     Classic Cars          Lille      France   Medium
## 305      Classic Cars      Singapore   Singapore   Medium
## 991      Classic Cars         Madrid       Spain   Medium
## 1484           Planes          Reims      France   Medium
## 1726     Classic Cars      Liverpool          UK   Medium
## 477      Vintage Cars   North Sydney   Australia   Medium
## 1682     Classic Cars     San Rafael         USA   Medium
## 851      Vintage Cars      Chatswood   Australia   Medium
## 950      Vintage Cars         Madrid       Spain   Medium
## 1124     Classic Cars        Aaarhus     Denmark   Medium
## 1200     Classic Cars  Reggio Emilia       Italy   Medium
## 1605 Trucks and Buses           Lule      Sweden   Medium
## 1187     Vintage Cars      Charleroi     Belgium   Medium
## 610      Classic Cars          Osaka       Japan   Medium
## 166      Classic Cars      Frankfurt     Germany   Medium
## 7         Motorcycles         Bergen      Norway   Medium
## 1611 Trucks and Buses         Nantes      France   Medium
## 858      Vintage Cars        Burbank         USA   Medium
## 2310 Trucks and Buses          Espoo     Finland   Medium
## 698  Trucks and Buses         Madrid       Spain   Medium
## 1923     Classic Cars           Koln     Germany   Medium
## 1908     Classic Cars      Marseille      France   Medium
## 1125     Classic Cars    Bridgewater         USA   Medium
## 1071     Classic Cars     San Rafael         USA   Medium
## 983      Classic Cars       Montreal      Canada   Medium
## 2577           Planes    Bridgewater         USA   Medium
## 280      Classic Cars           Graz     Austria   Medium
## 289      Classic Cars     Brickhaven         USA   Medium
## 1540            Ships         Madrid       Spain   Medium
## 1430      Motorcycles       Helsinki     Finland   Medium
## 415  Trucks and Buses      Minato-ku       Japan   Medium
## 1037           Trains      Bruxelles     Belgium   Medium
## 1907     Classic Cars    Makati City Philippines   Medium
## 88        Motorcycles      Cambridge         USA   Medium
## 508      Classic Cars         Bergen      Norway   Medium
## 822      Vintage Cars     San Rafael         USA   Medium
## 502      Classic Cars     Manchester          UK   Medium
## 1098     Classic Cars     San Rafael         USA   Medium
## 59        Motorcycles      Melbourne   Australia   Medium
## 980      Classic Cars   North Sydney   Australia   Medium
## 434      Classic Cars         Bergen      Norway   Medium
## 2745            Ships         Madrid       Spain   Medium
## 678  Trucks and Buses           Oulu     Finland   Medium
## 156      Classic Cars         Bergen      Norway   Medium
## 2382      Motorcycles         Nantes      France   Medium
## 25       Classic Cars        Stavern      Norway   Medium
## 571      Vintage Cars         Madrid       Spain   Medium
## 124      Classic Cars        Stavern      Norway   Medium
## 1601 Trucks and Buses          Boras      Sweden   Medium
## 255      Classic Cars         Madrid       Spain   Medium
## 2579           Planes      Cambridge         USA   Medium
## 1175     Vintage Cars       Toulouse      France   Medium
## 1281 Trucks and Buses      Chatswood   Australia   Medium
## 1212     Classic Cars            NYC         USA   Medium
## 2199           Trains        Stavern      Norway   Medium
## 556      Vintage Cars       Brisbane         USA   Medium
## 32       Classic Cars   Philadelphia         USA   Medium
## 130      Classic Cars         London          UK   Medium
## 1335     Classic Cars           Koln     Germany   Medium
## 1421      Motorcycles          Lille      France   Medium
## 1194     Classic Cars         Madrid       Spain   Medium
## 1029           Trains      Singapore   Singapore   Medium
## 1217     Classic Cars         Madrid       Spain   Medium
## 1127     Classic Cars         Nashua         USA   Medium
## 1121     Classic Cars         Nantes      France   Medium
## 1999     Classic Cars        Stavern      Norway   Medium
## 107      Classic Cars      Barcelona       Spain   Medium
## 652      Classic Cars         Nantes      France   Medium
## 1551            Ships      Tsawassen      Canada   Medium
## 2120      Motorcycles      Allentown         USA   Medium
## 1315     Vintage Cars         Madrid       Spain   Medium
## 1927     Classic Cars         Madrid       Spain   Medium
## 1650     Classic Cars      Liverpool          UK   Medium
## 1733     Classic Cars      Chatswood   Australia   Medium
## 1283 Trucks and Buses          Boras      Sweden   Medium
## 71        Motorcycles South Brisbane   Australia   Medium
## 1438      Motorcycles      Liverpool          UK   Medium
## 1598 Trucks and Buses      Singapore   Singapore   Medium
## 932      Vintage Cars        Burbank         USA   Medium
## 573      Vintage Cars      Chatswood   Australia   Medium
## 527            Planes        Bergamo       Italy   Medium
## 840      Classic Cars         Madrid       Spain   Medium
## 601      Classic Cars       Toulouse      France   Medium
## 971      Vintage Cars     San Rafael         USA   Medium
## 791       Motorcycles            NYC         USA   Medium
## 151      Classic Cars    Makati City Philippines   Medium
## 1328     Classic Cars         Gensve Switzerland   Medium
## 530            Planes    New Bedford         USA   Medium
## 365  Trucks and Buses      Allentown         USA   Medium
## 399      Classic Cars          Boras      Sweden   Medium
## 467      Vintage Cars         Torino       Italy   Medium
## 1292 Trucks and Buses       Montreal      Canada   Medium
## 371  Trucks and Buses            NYC         USA   Medium
## 694  Trucks and Buses            NYC         USA   Medium
## 2612           Planes         Nantes      France   Medium
## 2005     Classic Cars         Madrid       Spain   Medium
## 1860     Classic Cars      Las Vegas         USA   Medium
## 526      Classic Cars       Salzburg     Austria   Medium
## 515      Classic Cars  Reggio Emilia       Italy   Medium
## 384      Classic Cars         Madrid       Spain   Medium
## 54        Motorcycles       Pasadena         USA   Medium
## 2641            Ships       Toulouse      France   Medium
## 968      Vintage Cars         Madrid       Spain   Medium
## 2326 Trucks and Buses        Stavern      Norway   Medium
## 1537            Ships      Singapore   Singapore   Medium
## 2280      Motorcycles      Liverpool          UK   Medium
## 398      Classic Cars       Helsinki     Finland   Medium
## 239       Motorcycles     Brickhaven         USA   Medium
## 835      Classic Cars      Liverpool          UK   Medium
## 78        Motorcycles       Pasadena         USA   Medium
## 2022     Vintage Cars     Brickhaven         USA   Medium
## 1534      Motorcycles          Paris      France   Medium
## 824      Classic Cars         Nantes      France   Medium
## 2315 Trucks and Buses   White Plains         USA   Medium
## 944      Vintage Cars     San Rafael         USA   Medium
## 2075     Classic Cars          Espoo     Finland   Medium
## 412  Trucks and Buses        Burbank         USA   Medium
## 553      Vintage Cars         Nashua         USA   Medium
## 1918     Classic Cars      Liverpool          UK   Medium
## 634      Classic Cars   White Plains         USA   Medium
## 845      Classic Cars         Madrid       Spain   Medium
## 1103     Classic Cars         Madrid       Spain   Medium
## 863      Vintage Cars         Torino       Italy   Medium
## 1122     Classic Cars          Reims      France   Medium
## 1273 Trucks and Buses         London          UK   Medium
## 1870     Classic Cars            NYC         USA   Medium
## 1588 Trucks and Buses     Burlingame         USA   Medium
## 1589 Trucks and Buses           Oulu     Finland   Medium
## 1201     Classic Cars    New Bedford         USA   Medium
## 687  Trucks and Buses     San Rafael         USA   Medium
## 1249     Vintage Cars      Barcelona       Spain   Medium
## 1036           Trains            NYC         USA   Medium
## 1167      Motorcycles     San Rafael         USA   Medium
## 799      Vintage Cars     Manchester          UK   Medium
## 362  Trucks and Buses         Madrid       Spain   Medium
## 838      Classic Cars         Gensve Switzerland   Medium
## 310      Classic Cars         Dublin     Ireland   Medium
## 2430           Planes       Glendale         USA   Medium
## 459      Vintage Cars        Bergamo       Italy   Medium
## 1133     Classic Cars  Reggio Emilia       Italy   Medium
## 2013     Vintage Cars   Philadelphia         USA   Medium
## 631      Classic Cars      Singapore   Singapore   Medium
## 1991     Classic Cars         Dublin     Ireland   Medium
## 1012     Classic Cars      Melbourne   Australia   Medium
## 2274      Motorcycles   Philadelphia         USA   Medium
## 961      Vintage Cars      Bruxelles     Belgium   Medium
## 155      Classic Cars   North Sydney   Australia   Medium
## 1755     Classic Cars       Pasadena         USA   Medium
## 2537            Ships         Madrid       Spain   Medium
## 1926     Classic Cars      Melbourne   Australia   Medium
## 1272 Trucks and Buses           Graz     Austria   Medium
## 100      Classic Cars       Salzburg     Austria   Medium
## 429      Classic Cars      Marseille      France   Medium
## 2611           Planes      Chatswood   Australia   Medium
## 500      Vintage Cars   North Sydney   Australia   Medium
## 2127      Motorcycles         Newark         USA   Medium
## 1076     Vintage Cars            NYC         USA   Medium
## 254      Classic Cars     San Rafael         USA   Medium
## 2381      Motorcycles    New Bedford         USA   Medium
## 2323 Trucks and Buses            NYC         USA   Medium
## 267      Classic Cars     Manchester          UK   Medium
## 723      Vintage Cars      Chatswood   Australia   Medium
## 830      Classic Cars         Nashua         USA   Medium
## 507      Classic Cars    Bridgewater         USA   Medium
## 2415           Planes         Madrid       Spain   Medium
## 703      Vintage Cars       Brisbane         USA   Medium
## 943      Vintage Cars      Melbourne   Australia   Medium
## 2314 Trucks and Buses        Sevilla       Spain   Medium
## 284      Classic Cars         Madrid       Spain   Medium
## 1257     Vintage Cars         Torino       Italy   Medium
## 2507           Planes     Brickhaven         USA   Medium
## 209  Trucks and Buses           Lyon      France   Medium
## 720      Vintage Cars         Madrid       Spain   Medium
## 1176     Vintage Cars         London          UK   Medium
## 403  Trucks and Buses     San Rafael         USA   Medium
## 388      Classic Cars      Liverpool          UK   Medium
## 832      Classic Cars         Madrid       Spain   Medium
## 1324     Classic Cars   North Sydney   Australia   Medium
## 39       Classic Cars      Chatswood   Australia   Medium
## 179      Classic Cars         Madrid       Spain   Medium
## 927      Vintage Cars            NYC         USA   Medium
## 2329 Trucks and Buses          Reims      France   Medium
## 1757     Classic Cars     San Rafael         USA   Medium
## 2076     Classic Cars         Madrid       Spain   Medium
## 360  Trucks and Buses       Brisbane         USA   Medium
## 1291 Trucks and Buses     San Rafael         USA   Medium
## 2024     Vintage Cars     San Rafael         USA   Medium
## 256      Classic Cars      Singapore   Singapore   Medium
## 1872     Classic Cars      Singapore   Singapore   Medium
## 478      Vintage Cars      Allentown         USA   Medium
## 972      Vintage Cars         Boston         USA   Medium
## 30       Classic Cars            NYC         USA   Medium
## 293      Classic Cars           Lule      Sweden   Medium
## 521      Classic Cars   Philadelphia         USA   Medium
## 1435      Motorcycles     Burlingame         USA   Medium
## 608      Classic Cars         Madrid       Spain   Medium
## 1026           Trains         Madrid       Spain   Medium
## 979      Classic Cars          Espoo     Finland   Medium
## 204  Trucks and Buses     Burlingame         USA   Medium
## 2506           Planes      Barcelona       Spain   Medium
## 2255     Vintage Cars         Newark         USA   Medium
## 690  Trucks and Buses      Cambridge         USA   Medium
## 1268 Trucks and Buses          Paris      France   Medium
## 817      Vintage Cars      Melbourne   Australia   Medium
## 868      Vintage Cars      Melbourne   Australia   Medium
## 1763     Vintage Cars     San Rafael         USA   Medium
## 998      Classic Cars  Reggio Emilia       Italy   Medium
## 1191     Vintage Cars          Reims      France   Medium
## 1141     Classic Cars       Pasadena         USA   Medium
## 455      Vintage Cars            NYC         USA   Medium
## 271      Classic Cars         Madrid       Spain   Medium
## 1995     Classic Cars     San Rafael         USA   Medium
## 1072     Vintage Cars        Stavern      Norway   Medium
## 220  Trucks and Buses         Nashua         USA   Medium
## 766            Planes      Kobenhavn     Denmark   Medium
## 936      Vintage Cars      Chatswood   Australia   Medium
## 1169     Vintage Cars        Bergamo       Italy   Medium
## 2494           Planes    Makati City Philippines   Medium
## 367  Trucks and Buses      Cambridge         USA   Medium
## 234       Motorcycles          Paris      France   Medium
## 2128      Motorcycles  Reggio Emilia       Italy   Medium
## 196      Classic Cars          Reims      France   Medium
## 2541     Classic Cars          Paris      France   Medium
## 290      Classic Cars         Gensve Switzerland   Medium
## 2070     Classic Cars           Koln     Germany   Medium
## 711      Vintage Cars         Torino       Italy   Medium
## 2098 Trucks and Buses     San Rafael         USA   Medium
## 1265     Vintage Cars     San Rafael         USA   Medium
## 1992     Classic Cars      Frankfurt     Germany   Medium
## 714      Vintage Cars     San Rafael         USA   Medium
## 757            Planes      Melbourne   Australia   Medium
## 2445            Ships      New Haven         USA   Medium
## 1278 Trucks and Buses     San Rafael         USA   Medium
## 261      Classic Cars         Dublin     Ireland   Medium
## 8         Motorcycles          Paris      France   Medium
## 1322     Classic Cars     San Rafael         USA   Medium
## 570      Vintage Cars       Pasadena         USA   Medium
## 2278      Motorcycles         Nantes      France   Medium
## 56        Motorcycles          Lille      France   Medium
## 2659            Ships     Brickhaven         USA   Medium
## 376  Trucks and Buses         Nantes      France   Medium
## 418  Trucks and Buses          Boras      Sweden   Medium
## 465      Vintage Cars         Madrid       Spain   Medium
## 2379      Motorcycles       Salzburg     Austria   Medium
## 604      Classic Cars       Montreal      Canada   Medium
## 1208     Classic Cars     San Rafael         USA   Medium
## 2020     Vintage Cars       Salzburg     Austria   Medium
## 442      Classic Cars      Las Vegas         USA   Medium
## 1280 Trucks and Buses      Singapore   Singapore   Medium
## 1590 Trucks and Buses      Singapore   Singapore   Medium
## 242       Motorcycles        Stavern      Norway   Medium
## 1465           Planes      Melbourne   Australia   Medium
## 1723     Classic Cars            NYC         USA   Medium
## 706      Vintage Cars   Glen Waverly   Australia   Medium
## 1997     Classic Cars      Cambridge         USA   Medium
## 406  Trucks and Buses      Singapore   Singapore   Medium
## 231       Motorcycles   North Sydney   Australia   Medium
## 907             Ships      San Diego         USA   Medium
## 2552     Classic Cars      New Haven         USA   Medium
## 2407            Ships           Oulu     Finland   Medium
## 2000     Classic Cars          Paris      France   Medium
## 2324 Trucks and Buses      Cambridge         USA   Medium
## 350  Trucks and Buses         Madrid       Spain   Medium
## 2628            Ships          Cowes          UK   Medium
## 865      Vintage Cars     Versailles      France   Medium
## 1166      Motorcycles         Madrid       Spain   Medium
## 2596           Planes     Burlingame         USA   Medium
## 2085 Trucks and Buses        Sevilla       Spain   Medium
## 1270 Trucks and Buses     Burlingame         USA   Medium
## 1035           Trains          Cowes          UK   Medium
## 1437      Motorcycles          Boras      Sweden   Medium
## 2542     Classic Cars         Madrid       Spain   Medium
## 1727     Classic Cars         Madrid       Spain   Medium
## 625      Classic Cars       Salzburg     Austria   Medium
## 2029     Vintage Cars     San Rafael         USA   Medium
## 136      Classic Cars      New Haven         USA   Medium
## 870      Vintage Cars     Brickhaven         USA   Medium
## 2501           Planes           Oslo      Norway   Medium
## 1007     Classic Cars      Vancouver      Canada   Medium
## 90        Motorcycles   White Plains         USA   Medium
## 468      Vintage Cars         Bergen      Norway   Medium
## 300      Classic Cars      Kobenhavn     Denmark   Medium
## 1105     Classic Cars         Gensve Switzerland   Medium
## 973      Classic Cars         Madrid       Spain   Medium
## 2312 Trucks and Buses      Singapore   Singapore   Medium
## 1081     Vintage Cars        Burbank         USA   Medium
## 642      Classic Cars            NYC         USA   Medium
## 1916     Classic Cars         Gensve Switzerland   Medium
## 1202     Classic Cars      New Haven         USA   Medium
## 1362     Classic Cars         Madrid       Spain   Medium
## 1544            Ships      Barcelona       Spain   Medium
## 438      Classic Cars         Gensve Switzerland   Medium
## 689  Trucks and Buses            NYC         USA   Medium
## 2571           Planes     Burlingame         USA   Medium
## 1643     Classic Cars            NYC         USA   Medium
## 103      Classic Cars       Helsinki     Finland   Medium
## 1198     Classic Cars South Brisbane   Australia   Medium
## 361  Trucks and Buses     San Rafael         USA   Medium
## 160      Classic Cars         Gensve Switzerland   Medium
## 357  Trucks and Buses        Sevilla       Spain   Medium
## 47       Classic Cars     Brickhaven         USA   Medium
## 1549            Ships       Montreal      Canada   Medium
## 233       Motorcycles       Pasadena         USA   Medium
## 597      Classic Cars     Strasbourg      France   Medium
## 1277 Trucks and Buses      Singapore   Singapore   Medium
## 419  Trucks and Buses     Versailles      France   Medium
## 433      Classic Cars       Montreal      Canada   Medium
## 1261     Vintage Cars            NYC         USA   Medium
## 2458            Ships      Minato-ku       Japan   Medium
## 704      Vintage Cars        Bergamo       Italy   Medium
## 511      Classic Cars         Madrid       Spain   Medium
## 520      Classic Cars    New Bedford         USA   Medium
## 408  Trucks and Buses South Brisbane   Australia   Medium
## 1917     Classic Cars           Oulu     Finland   Medium
## 382      Classic Cars         Bergen      Norway   Medium
## 2500           Planes         Nantes      France   Medium
## 62        Motorcycles    Bridgewater         USA   Medium
## 389      Classic Cars  Reggio Emilia       Italy   Medium
## 454      Classic Cars       Salzburg     Austria   Medium
## 818      Vintage Cars          Paris      France   Medium
## 2540     Classic Cars        Stavern      Norway   Medium
## 611      Classic Cars      Liverpool          UK   Medium
## 940      Vintage Cars     San Rafael         USA   Medium
## 811      Vintage Cars         Torino       Italy   Medium
## 2626            Ships           Lyon      France   Medium
## 1100     Classic Cars   North Sydney   Australia   Medium
## 1323     Classic Cars       Glendale         USA   Medium
## 1646     Classic Cars     Strasbourg      France   Medium
## 599      Classic Cars   Philadelphia         USA   Medium
## 702      Vintage Cars      Las Vegas         USA   Medium
## 145      Classic Cars      Melbourne   Australia   Medium
## 2100 Trucks and Buses         Madrid       Spain   Medium
## 149      Classic Cars       Montreal      Canada   Medium
## 2489           Planes       Glendale         USA   Medium
## 1363     Classic Cars       San Jose         USA   Medium
## 1868     Classic Cars      San Diego         USA   Medium
## 984      Classic Cars         London          UK   Medium
## 958      Vintage Cars      Bruxelles     Belgium   Medium
## 986      Classic Cars        Sevilla       Spain   Medium
## 320      Classic Cars            NYC         USA   Medium
## 2621            Ships         Madrid       Spain   Medium
## 861      Vintage Cars       San Jose         USA   Medium
## 2201           Trains         Madrid       Spain   Medium
## 1099     Classic Cars     Brickhaven         USA   Medium
## 1114     Classic Cars    Makati City Philippines   Medium
## 1530      Motorcycles      Barcelona       Spain   Medium
## 101      Classic Cars         London          UK   Medium
## 18        Motorcycles            NYC         USA   Medium
## 1214     Classic Cars            NYC         USA   Medium
## 16        Motorcycles        Stavern      Norway   Medium
## 1714     Classic Cars   North Sydney   Australia   Medium
## 381      Classic Cars           Graz     Austria   Medium
## 2271      Motorcycles       Helsinki     Finland   Medium
## 263      Classic Cars          Espoo     Finland   Medium
## 504      Classic Cars          Reims      France   Medium
## 428      Classic Cars   Philadelphia         USA   Medium
## 472      Vintage Cars     Manchester          UK   Medium
## 1866     Classic Cars            NYC         USA   Medium
## 265      Classic Cars     San Rafael         USA   Medium
## 1952           Planes      Minato-ku       Japan   Medium
## 17        Motorcycles      Allentown         USA   Medium
## 2718           Planes         Madrid       Spain   Medium
## 622      Classic Cars       Helsinki     Finland   Medium
## 552            Planes  Reggio Emilia       Italy   Medium
## 2110      Motorcycles         Bergen      Norway   Medium
## 825      Classic Cars          Reims      France   Medium
## 1721     Classic Cars           Lyon      France   Medium
## 1555            Ships           Lule      Sweden   Medium
## 1024           Trains      Kobenhavn     Denmark   Medium
## 1482           Planes South Brisbane   Australia   Medium
## 2276      Motorcycles         Madrid       Spain   Medium
## 1293 Trucks and Buses         Nantes      France   Medium
## 837      Classic Cars      Las Vegas         USA   Medium
## 2322 Trucks and Buses     San Rafael         USA   Medium
## 1135     Classic Cars         Gensve Switzerland   Medium
## 1427      Motorcycles    Bridgewater         USA   Medium
## 125      Classic Cars          Paris      France   Medium
## 2269      Motorcycles     Brickhaven         USA   Medium
## 138      Classic Cars      Chatswood   Australia   Medium
## 2563     Classic Cars     San Rafael         USA   Medium
## 2202           Trains          Reims      France   Medium
## 1545            Ships           Lyon      France   Medium
## 1260     Vintage Cars           Lule      Sweden   Medium
## 1333     Classic Cars         Gensve Switzerland   Medium
## 1921     Classic Cars         Gensve Switzerland   Medium
## 2425           Planes         Munich     Germany   Medium
## 1181     Vintage Cars      Bruxelles     Belgium   Medium
## 852      Vintage Cars      Singapore   Singapore   Medium
## 264      Classic Cars      Allentown         USA   Medium
## 2690           Planes      Chatswood   Australia   Medium
## 1893     Vintage Cars         Madrid       Spain   Medium
## 132      Classic Cars           Lyon      France   Medium
## 1275 Trucks and Buses           Lyon      France   Medium
## 509      Classic Cars         Nashua         USA   Medium
## 1796     Classic Cars            NYC         USA   Medium
## 2006     Classic Cars         Madrid       Spain   Medium
## 2559     Classic Cars            NYC         USA   Medium
## 266      Classic Cars         Torino       Italy   Medium
## 1719     Classic Cars            NYC         USA   Medium
## 1326     Classic Cars           Koln     Germany   Medium
## 1874     Classic Cars         Madrid       Spain   Medium
## 2272      Motorcycles        Stavern      Norway   Medium
## 1138     Classic Cars    New Bedford         USA   Medium
## 602      Classic Cars   North Sydney   Australia   Medium
## 802      Vintage Cars       Brisbane         USA   Medium
## 1267 Trucks and Buses        Stavern      Norway   Medium
## 2363      Motorcycles     San Rafael         USA   Medium
## 1730     Classic Cars     San Rafael         USA   Medium
## 295      Classic Cars       Salzburg     Austria   Medium
## 2053           Planes         Newark         USA   Medium
## 2618            Ships      Barcelona       Spain   Medium
## 550            Planes          Reims      France   Medium
## 1554            Ships         Nantes      France   Medium
## 2557     Classic Cars     Versailles      France   Medium
## 621      Classic Cars      Charleroi     Belgium   Medium
## 1211     Classic Cars        Aaarhus     Denmark   Medium
## 2372      Motorcycles         Boston         USA   Medium
## 1339     Classic Cars         Madrid       Spain   Medium
## 1436      Motorcycles South Brisbane   Australia   Medium
## 449      Classic Cars          Paris      France   Medium
## 719      Vintage Cars       Pasadena         USA   Medium
## 2477            Ships          Cowes          UK   Medium
## 236       Motorcycles            NYC         USA   Medium
## 1001     Classic Cars      Allentown         USA   Medium
## 2627            Ships      San Diego         USA   Medium
## 437      Classic Cars         Madrid       Spain   Medium
## 79        Motorcycles     Burlingame         USA   Medium
## 405  Trucks and Buses     Burlingame         USA   Medium
## 420  Trucks and Buses     San Rafael         USA   Medium
## 385      Classic Cars         Madrid       Spain   Medium
## 2113      Motorcycles      Tsawassen      Canada   Medium
## 13        Motorcycles         Nantes      France   Medium
## 2126      Motorcycles      Singapore   Singapore   Medium
## 1038           Trains     San Rafael         USA   Medium
## 993      Classic Cars     San Rafael         USA   Medium
## 1010     Classic Cars   Philadelphia         USA   Medium
## 831      Classic Cars            NYC         USA   Medium
## 1184     Vintage Cars   Philadelphia         USA   Medium
## 1486           Planes  Reggio Emilia       Italy   Medium
## 675  Trucks and Buses          Paris      France   Medium
## 416  Trucks and Buses      Chatswood   Australia   Medium
## 512      Classic Cars      San Diego         USA   Medium
## 312      Classic Cars          Espoo     Finland   Medium
## 2449            Ships            NYC         USA   Medium
## 241       Motorcycles       Helsinki     Finland   Medium
## 2478            Ships        Bergamo       Italy   Medium
## 1118     Classic Cars         Madrid       Spain   Medium
## 2640            Ships         Madrid       Spain   Medium
## 1117     Classic Cars          Espoo     Finland   Medium
## 1645     Classic Cars           Lyon      France   Medium
## 2472            Ships         Madrid       Spain   Medium
## 2080 Trucks and Buses         Madrid       Spain   Medium
## 49       Classic Cars       Montreal      Canada   Medium
## 396      Classic Cars       Salzburg     Austria   Medium
## 2090 Trucks and Buses      New Haven         USA   Medium
## 115      Classic Cars          Cowes          UK   Medium
## 2434           Planes          Reims      France   Medium
## 1419      Motorcycles       Pasadena         USA   Medium
## 1134     Classic Cars      Las Vegas         USA   Medium
## 2543     Classic Cars     Burlingame         USA   Medium
## 1479           Planes        Bergamo       Italy   Medium
## 243       Motorcycles            NYC         USA   Medium
## 1655     Classic Cars     San Rafael         USA   Medium
## 1180     Vintage Cars         Madrid       Spain   Medium
## 2146      Motorcycles   Philadelphia         USA   Medium
## 600      Classic Cars      Marseille      France   Medium
## 205  Trucks and Buses      Singapore   Singapore   Medium
## 14        Motorcycles      Cambridge         USA   Medium
## 215  Trucks and Buses      Chatswood   Australia   Medium
## 2584           Planes      Barcelona       Spain   Medium
## 1935           Planes       Glendale         USA   Medium
## 2244     Vintage Cars           Oslo      Norway   Medium
## 580      Classic Cars         Nashua         USA   Medium
## 1978     Vintage Cars         Madrid       Spain   Medium
## 2742            Ships            NYC         USA   Medium
## 1185     Vintage Cars          Cowes          UK   Medium
## 133      Classic Cars         Boston         USA   Medium
## 2583           Planes        Bergamo       Italy   Medium
## 274      Classic Cars     San Rafael         USA   Medium
## 2656            Ships       Montreal      Canada   Medium
## 2684           Planes         Munich     Germany   Medium
## 1786     Classic Cars      Las Vegas         USA   Medium
## 397      Classic Cars          Espoo     Finland   Medium
## 1476           Planes         Dublin     Ireland   Medium
## 270      Classic Cars          Paris      France   Medium
## 210  Trucks and Buses      Vancouver      Canada   Medium
## 2623            Ships         Madrid       Spain   Medium
## 1924     Classic Cars    New Bedford         USA   Medium
## 1096     Classic Cars    Makati City Philippines   Medium
## 2554     Classic Cars      Chatswood   Australia   Medium
## 120      Classic Cars           Oulu     Finland   Medium
## 2101 Trucks and Buses     San Rafael         USA   Medium
## 66        Motorcycles   White Plains         USA   Medium
## 1583     Vintage Cars   North Sydney   Australia   Medium
## 2264      Motorcycles          Paris      France   Medium
## 1867     Classic Cars         Madrid       Spain   Medium
## 2485            Ships       San Jose         USA   Medium
## 258      Classic Cars    New Bedford         USA   Medium
## 906             Ships      Barcelona       Spain   Medium
## 1094     Vintage Cars           Graz     Austria   Medium
## 137      Classic Cars      Singapore   Singapore   Medium
## 510      Classic Cars            NYC         USA   Medium
## 1132     Classic Cars      Liverpool          UK   Medium
## 2665            Ships           Oulu     Finland   Medium
## 2505           Planes        Bergamo       Italy   Medium
## 1004     Classic Cars           Oslo      Norway   Medium
## 2581           Planes   White Plains         USA   Medium
## 1998     Classic Cars        Aaarhus     Denmark   Medium
## 2417           Planes        Burbank         USA   Medium
## 342      Classic Cars           Koln     Germany   Medium
## 1533      Motorcycles          Boras      Sweden   Medium
## 297      Classic Cars       Glendale         USA   Medium
## 2567           Planes        Bergamo       Italy   Medium
## 2580           Planes         Dublin     Ireland   Medium
## 1894     Vintage Cars      Bruxelles     Belgium   Medium
## 291      Classic Cars      Frankfurt     Germany   Medium
## 1882     Vintage Cars      Kobenhavn     Denmark   Medium
## 2317 Trucks and Buses         Dublin     Ireland   Medium
## 2744            Ships           Oulu     Finland   Medium
## 2318 Trucks and Buses      Frankfurt     Germany   Medium
## 1461     Classic Cars         Madrid       Spain   Medium
## 411  Trucks and Buses      Vancouver      Canada   Medium
## 1644     Classic Cars         Madrid       Spain   Medium
## 9         Motorcycles      Melbourne   Australia   Medium
## 2087 Trucks and Buses         Boston         USA   Medium
## 1243     Vintage Cars         Madrid       Spain   Medium
## 1075     Vintage Cars       Brisbane         USA   Medium
## 1087     Vintage Cars     Versailles      France   Medium
## 2572           Planes         Bergen      Norway   Medium
## 1879     Classic Cars         Madrid       Spain   Medium
## 1031           Trains    New Bedford         USA   Medium
## 1250     Vintage Cars           Lyon      France   Medium
## 696  Trucks and Buses   North Sydney   Australia   Medium
## 2414           Planes    New Bedford         USA   Medium
## 45       Classic Cars      Melbourne   Australia   Medium
## 1225     Vintage Cars     San Rafael         USA   Medium
## 2522            Ships      Barcelona       Spain   Medium
## 2380      Motorcycles          Paris      France   Medium
## 990      Classic Cars         Boston         USA   Medium
## 643      Classic Cars      Cambridge         USA   Medium
## 1658     Classic Cars      Chatswood   Australia   Medium
## 158      Classic Cars         Madrid       Spain   Medium
## 999      Classic Cars     San Rafael         USA   Medium
## 717      Vintage Cars      Marseille      France   Medium
## 1109     Classic Cars     Brickhaven         USA   Medium
## 162      Classic Cars      Liverpool          UK   Medium
## 2261      Motorcycles   North Sydney   Australia   Medium
## 402  Trucks and Buses        Stavern      Norway   Medium
## 2253     Vintage Cars    New Bedford         USA   Medium
## 2479            Ships      Minato-ku       Japan   Medium
## 1648     Classic Cars         Madrid       Spain   Medium
## 987      Classic Cars         Nashua         USA   Medium
## 2066     Classic Cars         Boston         USA   Medium
## 424  Trucks and Buses   North Sydney   Australia   Medium
## 1558            Ships      Minato-ku       Japan   Medium
## 1768     Vintage Cars      Barcelona       Spain   Medium
## 2484            Ships          Reims      France   Medium
## 2498           Planes       San Jose         USA   Medium
## 1776     Vintage Cars         Boston         USA   Medium
## 1061     Classic Cars   Glen Waverly   Australia   Medium
## 1514      Motorcycles       Pasadena         USA   Medium
## 2091 Trucks and Buses      Singapore   Singapore   Medium
## 1884     Vintage Cars         London          UK   Medium
## 51        Motorcycles            NYC         USA   Medium
## 609      Classic Cars      San Diego         USA   Medium
## 1906     Vintage Cars         Boston         USA   Medium
## 2624            Ships    New Bedford         USA   Medium
## 829      Classic Cars         Bergen      Norway   Medium
## 3         Motorcycles          Paris      France   Medium
## 182      Classic Cars    New Bedford         USA   Medium
## 1762     Vintage Cars         London          UK   Medium
## 596      Classic Cars          Boras      Sweden   Medium
## 547            Planes         London          UK   Medium
## 814      Vintage Cars     San Rafael         USA   Medium
## 1387     Classic Cars      Chatswood   Australia   Medium
## 246       Motorcycles     Burlingame         USA   Medium
## 1853     Vintage Cars      Chatswood   Australia   Medium
## 2549     Classic Cars      Vancouver      Canada   Medium
## 247       Motorcycles         Nantes      France   Medium
## 2365      Motorcycles   North Sydney   Australia   Medium
## 2369      Motorcycles          Lille      France   Medium
## 2412           Planes      Melbourne   Australia   Medium
## 969      Vintage Cars      Minato-ku       Japan   Medium
## 1912     Classic Cars         Bergen      Norway   Medium
## 1064     Classic Cars      Frankfurt     Germany   Medium
## 701      Vintage Cars     Manchester          UK   Medium
## 1178     Vintage Cars      San Diego         USA   Medium
## 1466           Planes         Madrid       Spain   Medium
## 404  Trucks and Buses         Madrid       Spain   Medium
## 2509           Planes         Nantes      France   Medium
## 140      Classic Cars          Boras      Sweden   Medium
## 106      Classic Cars         London          UK   Medium
## 900             Ships     Brickhaven         USA   Medium
## 294      Classic Cars            NYC         USA   Medium
## 581      Classic Cars         Madrid       Spain   Medium
## 1642     Classic Cars         Nashua         USA   Medium
## 2011     Vintage Cars            NYC         USA   Medium
## 756            Planes          Osaka       Japan   Medium
## 697  Trucks and Buses         Madrid       Spain   Medium
## 470      Vintage Cars     San Rafael         USA   Medium
## 1958           Planes         Newark         USA   Medium
## 157      Classic Cars           Koln     Germany   Medium
## 2516            Ships         London          UK   Medium
## 2471            Ships      Cambridge         USA   Medium
## 977      Classic Cars            NYC         USA   Medium
## 95        Motorcycles South Brisbane   Australia   Medium
## 401      Classic Cars       Salzburg     Austria   Medium
## 1996     Classic Cars            NYC         USA   Medium
## 2619            Ships         London          UK   Medium
## 198      Classic Cars     San Rafael         USA   Medium
## 712      Vintage Cars      Singapore   Singapore   Medium
## 423  Trucks and Buses     San Rafael         USA   Medium
## 1604 Trucks and Buses            NYC         USA   Medium
## 1911     Classic Cars           Graz     Austria   Medium
## 1186     Vintage Cars        Bergamo       Italy   Medium
## 1044           Trains         Madrid       Spain   Medium
## 1541            Ships          Boras      Sweden   Medium
## 1042           Trains           Lule      Sweden   Medium
## 259      Classic Cars      New Haven         USA   Medium
## 576      Classic Cars     San Rafael         USA   Medium
## 960      Vintage Cars            NYC         USA   Medium
## 2692           Planes         Madrid       Spain   Medium
## 1023     Classic Cars         Nantes      France   Medium
## 1197     Classic Cars     San Rafael         USA   Medium
## 2667            Ships       Toulouse      France   Medium
## 2713           Planes            NYC         USA   Medium
## 589      Classic Cars      Frankfurt     Germany   Medium
## 1771     Vintage Cars         Newark         USA   Medium
## 1230     Vintage Cars     Strasbourg      France   Medium
## 1111     Classic Cars      Frankfurt     Germany   Medium
## 1984     Classic Cars          Espoo     Finland   Medium
## 700      Vintage Cars      Frankfurt     Germany   Medium
## 314      Classic Cars     San Rafael         USA   Medium
## 2673           Planes       Helsinki     Finland   Medium
## 699  Trucks and Buses         Nantes      France   Medium
## 798      Vintage Cars      Frankfurt     Germany   Medium
## 674  Trucks and Buses         Madrid       Spain   Medium
## 684  Trucks and Buses     San Rafael         USA   Medium
## 432      Classic Cars        Aaarhus     Denmark   Medium
## 2487           Planes        Bergamo       Italy   Medium
## 2562     Classic Cars         Madrid       Spain   Medium
## 964      Vintage Cars     Manchester          UK   Medium
## 65        Motorcycles         Nantes      France   Medium
## 2035           Planes     Burlingame         USA   Medium
## 613      Classic Cars      Las Vegas         USA   Medium
## 2644            Ships      Singapore   Singapore   Medium
## 1361     Classic Cars       Pasadena         USA   Medium
## 4         Motorcycles       Pasadena         USA   Medium
## 1104     Classic Cars          Paris      France   Medium
## 462      Vintage Cars         Madrid       Spain   Medium
## 1140     Classic Cars          Reims      France   Medium
## 981      Classic Cars           Oulu     Finland   Medium
## 617      Classic Cars    New Bedford         USA   Medium
## 1207     Classic Cars      Allentown         USA   Medium
## 2123      Motorcycles       Glendale         USA   Medium
## 377      Classic Cars    Makati City Philippines   Medium
## 1880     Classic Cars       San Jose         USA   Medium
## 810      Vintage Cars     Strasbourg      France   Medium
## 1859     Classic Cars     Manchester          UK   Medium
## 2451            Ships     San Rafael         USA   Medium
## 2566     Classic Cars         Madrid       Spain   Medium
## 2534            Ships      Minato-ku       Japan   Medium
## 1429      Motorcycles      Cambridge         USA   Medium
## 2595           Planes       Helsinki     Finland   Medium
## 2147      Motorcycles          Reims      France   Medium
## 562      Vintage Cars           Lyon      France   Medium
## 866      Vintage Cars     San Rafael         USA   Medium
## 1954           Planes      Chatswood   Australia   Medium
## 471      Vintage Cars         Nashua         USA   Medium
## 2307 Trucks and Buses         Madrid       Spain   Medium
## 544            Planes          Cowes          UK   Medium
## 1231     Vintage Cars         Torino       Italy   Medium
## 1891     Vintage Cars      San Diego         USA   Medium
## 1989     Classic Cars   White Plains         USA   Medium
## 277      Classic Cars      Marseille      France   Medium
## 594      Classic Cars          Espoo     Finland   Medium
## 1503     Vintage Cars     Manchester          UK   Medium
## 2071     Classic Cars            NYC         USA   Medium
## 1585 Trucks and Buses        Stavern      Norway   Medium
## 12        Motorcycles    Bridgewater         USA   Medium
## 2111      Motorcycles          Osaka       Japan   Medium
## 954      Vintage Cars         Madrid       Spain   Medium
## 805      Vintage Cars   Glen Waverly   Australia   Medium
## 1040           Trains     Manchester          UK   Medium
## 2257      Motorcycles    Makati City Philippines   Medium
## 564      Vintage Cars         Torino       Italy   Medium
## 632      Classic Cars  Reggio Emilia       Italy   Medium
## 2079 Trucks and Buses          Paris      France   Medium
## 1082     Vintage Cars           Lyon      France   Medium
## 2044           Planes   White Plains         USA   Medium
## 94        Motorcycles     Burlingame         USA   Medium
## 1804     Classic Cars     San Rafael         USA   Medium
## 55        Motorcycles     Burlingame         USA   Medium
## 57        Motorcycles         Bergen      Norway   Medium
## 1687           Planes        Bergamo       Italy   Medium
## 1485           Planes         Newark         USA   Medium
## 2117      Motorcycles      Cambridge         USA   Medium
## 2378      Motorcycles   Philadelphia         USA   Medium
## 997      Classic Cars      Singapore   Singapore   Medium
## 1518      Motorcycles         Bergen      Norway   Medium
## 333      Classic Cars         Madrid       Spain   Medium
## 430      Classic Cars       Toulouse      France   Medium
## 2609           Planes       Salzburg     Austria   Medium
## 952      Vintage Cars         Madrid       Spain   Medium
## 2553     Classic Cars      Minato-ku       Japan   Medium
## 1123     Classic Cars   North Sydney   Australia   Medium
## 316      Classic Cars     Manchester          UK   Medium
## 1248     Vintage Cars    New Bedford         USA   Medium
## 718      Vintage Cars          Paris      France   Medium
## 2019     Vintage Cars       San Jose         USA   Medium
## 588      Classic Cars         Gensve Switzerland   Medium
## 1173     Vintage Cars       Helsinki     Finland   Medium
## 2252     Vintage Cars         Nantes      France   Medium
## 1137     Classic Cars         Madrid       Spain   Medium
## 1849     Vintage Cars          Cowes          UK   Medium
## 2440            Ships     San Rafael         USA   Medium
## 2546     Classic Cars         London          UK   Medium
## 2607           Planes          Cowes          UK   Medium
## 1470           Planes      Melbourne   Australia   Medium
## 2067     Classic Cars     Brickhaven         USA   Medium
## 682  Trucks and Buses   White Plains         USA   Medium
## 344      Classic Cars            NYC         USA   Medium
## 959      Vintage Cars          Cowes          UK   Medium
## 708      Vintage Cars         Madrid       Spain   Medium
## 1259     Vintage Cars         Nantes      France   Medium
## 1228     Vintage Cars         London          UK   Medium
## 1210     Classic Cars     Manchester          UK   Medium
## 2263      Motorcycles         Madrid       Spain   Medium
## 593      Classic Cars      Melbourne   Australia   Medium
## 1174     Vintage Cars          Boras      Sweden   Medium
## 2086 Trucks and Buses           Lyon      France   Medium
## 976      Classic Cars      Marseille      France   Medium
## 1223     Vintage Cars   North Sydney   Australia   Medium
## 1531      Motorcycles          Espoo     Finland   Medium
## 221  Trucks and Buses      Melbourne   Australia   Medium
## 170      Classic Cars       Salzburg     Austria   Medium
## 1321     Classic Cars      Marseille      France   Medium
## 2054           Planes  Reggio Emilia       Italy   Medium
## 931      Vintage Cars      Vancouver      Canada   Medium
## 1256     Vintage Cars      Tsawassen      Canada   Medium
## 813      Vintage Cars     Versailles      France   Medium
## 2565     Classic Cars       Montreal      Canada   Medium
## 2008     Vintage Cars         Madrid       Spain   Medium
## 1799     Classic Cars      Liverpool          UK   Medium
## 2532            Ships          Cowes          UK   Medium
## 869      Vintage Cars     San Rafael         USA   Medium
## 1513      Motorcycles          Paris      France   Medium
## 407  Trucks and Buses           Graz     Austria   Medium
## 1229     Vintage Cars           Lyon      France   Medium
## 2033           Planes         Madrid       Spain   Medium
## 1032           Trains      New Haven         USA   Medium
## 1263     Vintage Cars      Minato-ku       Japan   Medium
## 197      Classic Cars     San Rafael         USA   Medium
## 1289 Trucks and Buses     San Rafael         USA   Medium
## 1330     Classic Cars          Paris      France   Medium
## 2104 Trucks and Buses         Nantes      France   Medium
## 949      Vintage Cars      Singapore   Singapore   Medium
## 1439      Motorcycles         Madrid       Spain   Medium
## 383      Classic Cars         Nashua         USA   Medium
## 2375      Motorcycles       Helsinki     Finland   Medium
## 2251     Vintage Cars      Chatswood   Australia   Medium
## 356  Trucks and Buses         London          UK   Medium
## 244       Motorcycles            NYC         USA   Medium
## 1058     Classic Cars         Gensve Switzerland   Medium
## 2400            Ships      Tsawassen      Canada   Medium
## 129      Classic Cars           Graz     Austria   Medium
## 1088     Vintage Cars     San Rafael         USA   Medium
## 469      Vintage Cars     Versailles      France   Medium
## 2460            Ships         Boston         USA   Medium
## 2016     Vintage Cars        Burbank         USA   Medium
## 826      Classic Cars   North Sydney   Australia   Medium
## 2406            Ships         Madrid       Spain   Medium
## 1258     Vintage Cars     Manchester          UK   Medium
## 860      Vintage Cars         Madrid       Spain   Medium
## 2068     Classic Cars         Gensve Switzerland   Medium
## 867      Vintage Cars         Nashua         USA   Medium
## 2610           Planes       Glendale         USA   Medium
## 2052           Planes          Reims      France   Medium
## 1597 Trucks and Buses         Madrid       Spain   Medium
## 1779     Vintage Cars           Lule      Sweden   Medium
## 614      Classic Cars         Gensve Switzerland   Medium
## 2660            Ships     Manchester          UK   Medium
## 768            Planes       Glendale         USA   Medium
## 1051     Classic Cars     San Rafael         USA   Medium
## 111      Classic Cars      Bruxelles     Belgium   Medium
## 557      Vintage Cars        Bergamo       Italy   Medium
## 1467           Planes       Pasadena         USA   Medium
## 1577     Vintage Cars         Nashua         USA   Medium
## 1592 Trucks and Buses        Sevilla       Spain   Medium
## 279      Classic Cars     Brickhaven         USA   Medium
## 1529      Motorcycles            NYC         USA   Medium
## 1477           Planes   White Plains         USA   Medium
## 105      Classic Cars       Toulouse      France   Medium
## 1251     Vintage Cars      Bruxelles     Belgium   Medium
## 2383      Motorcycles     San Rafael         USA   Medium
## 1113     Classic Cars           Lule      Sweden   Medium
## 2453            Ships     Manchester          UK   Medium
## 1370     Classic Cars     San Rafael         USA   Medium
## 326      Classic Cars    Makati City Philippines   Medium
## 902             Ships       Helsinki     Finland   Medium
## 5         Motorcycles     Burlingame         USA   Medium
## 1805     Classic Cars         Madrid       Spain   Medium
## 2377      Motorcycles            NYC         USA   Medium
## 2475            Ships         Munich     Germany   Medium
## 2028     Vintage Cars     Brickhaven         USA   Medium
## 2371      Motorcycles          Paris      France   Medium
## 1085     Vintage Cars         Torino       Italy   Medium
## 2633            Ships         Boston         USA   Medium
## 1359     Classic Cars     Manchester          UK   Medium
## 1624      Motorcycles     Brickhaven         USA   Medium
## 1861     Classic Cars   North Sydney   Australia   Medium
## 2455            Ships      Kobenhavn     Denmark   Medium
## 2018     Vintage Cars         Madrid       Spain   Medium
## 2333 Trucks and Buses         Madrid       Spain   Medium
## 894      Vintage Cars     San Rafael         USA   Medium
## 626      Classic Cars         Madrid       Spain   Medium
## 1172     Vintage Cars    New Bedford         USA   Medium
## 803      Vintage Cars        Bergamo       Italy   Medium
## 212  Trucks and Buses     San Rafael         USA   Medium
## 414  Trucks and Buses      New Haven         USA   Medium
## 1608 Trucks and Buses     San Rafael         USA   Medium
## 616      Classic Cars           Koln     Germany   Medium
## 250       Motorcycles         Madrid       Spain   Medium
## 1196     Classic Cars            NYC         USA   Medium
## 2631            Ships      Bruxelles     Belgium   Medium
## 901             Ships    New Bedford         USA   Medium
## 955      Vintage Cars    New Bedford         USA   Medium
## 1385     Classic Cars         Madrid       Spain   Medium
## 919             Ships         Madrid       Spain   Medium
## 2636            Ships      Kobenhavn     Denmark   Medium
## 131      Classic Cars   Philadelphia         USA   Medium
## 165      Classic Cars         Gensve Switzerland   Medium
## 1417      Motorcycles      Melbourne   Australia   Medium
## 1350     Classic Cars            NYC         USA   Medium
## 2492           Planes     Burlingame         USA   Medium
## 2675           Planes       Toulouse      France   Medium
## 113      Classic Cars         Boston         USA   Medium
## 2277      Motorcycles    New Bedford         USA   Medium
## 2523            Ships           Lyon      France   Medium
## 518      Classic Cars           Oslo      Norway   Medium
## 1171     Vintage Cars     Brickhaven         USA   Medium
## 898             Ships        Bergamo       Italy   Medium
## 172      Classic Cars         Nantes      France   Medium
## 2568           Planes      Melbourne   Australia   Medium
## 691  Trucks and Buses      Vancouver      Canada   Medium
## 1587 Trucks and Buses         Madrid       Spain   Medium
## 1055     Classic Cars           Koln     Germany   Medium
## 202  Trucks and Buses     San Rafael         USA   Medium
## 1102     Classic Cars           Koln     Germany   Medium
## 2017     Vintage Cars      Cambridge         USA   Medium
## 2207 Trucks and Buses        Stavern      Norway   Medium
## 1629      Motorcycles    Makati City Philippines   Medium
## 2325 Trucks and Buses        Aaarhus     Denmark   Medium
## 1066     Classic Cars            NYC         USA   Medium
## 584      Classic Cars           Oulu     Finland   Medium
## 2658            Ships      Tsawassen      Canada   Medium
## 1101     Classic Cars         Bergen      Norway   Medium
## 201  Trucks and Buses        Stavern      Norway   Medium
## 753            Planes         Madrid       Spain   Medium
## 1937           Planes       Helsinki     Finland   Medium
## 1233     Vintage Cars      Liverpool          UK   Medium
## 2047           Planes      Barcelona       Spain   Medium
## 874      Vintage Cars         Madrid       Spain   Medium
## 653      Vintage Cars         Nashua         USA   Medium
## 325      Classic Cars    Bridgewater         USA   Medium
## 1807     Classic Cars      Chatswood   Australia   Medium
## 359  Trucks and Buses         Boston         USA   Medium
## 1241     Vintage Cars      Kobenhavn     Denmark   Medium
## 1653     Classic Cars     Manchester          UK   Medium
## 2661            Ships         Nantes      France   Medium
## 686  Trucks and Buses      Singapore   Singapore   Medium
## 110      Classic Cars       Montreal      Canada   Medium
## 1238     Vintage Cars         Madrid       Spain   Medium
## 452      Classic Cars     San Rafael         USA   Medium
## 514      Classic Cars      Liverpool          UK   Medium
## 1373     Classic Cars         Madrid       Spain   Medium
## 1188     Vintage Cars         London          UK   Medium
## 2497           Planes      Tsawassen      Canada   Medium
## 121      Classic Cars          Paris      France   Medium
## 345      Classic Cars       Salzburg     Austria   Medium
## 1539            Ships     San Rafael         USA   Medium
## 903             Ships          Boras      Sweden   Medium
## 2422           Planes         Madrid       Spain   Medium
## 1636     Classic Cars     Manchester          UK   Medium
## 413  Trucks and Buses      Cambridge         USA   Medium
## 1234     Vintage Cars         Madrid       Spain   Medium
## 877      Vintage Cars            NYC         USA   Medium
## 1946           Planes         Nantes      France   Medium
## 1019     Classic Cars         Madrid       Spain   Medium
## 1904     Vintage Cars     San Rafael         USA   Medium
## 904             Ships       Toulouse      France   Medium
## 2687           Planes        Bergamo       Italy   Medium
## 126      Classic Cars         Madrid       Spain   Medium
## 2321 Trucks and Buses     San Rafael         USA   Medium
## 2023     Vintage Cars     Versailles      France   Medium
## 934      Vintage Cars         Madrid       Spain   Medium
## 1046           Trains         Madrid       Spain   Medium
## 1678     Classic Cars            NYC         USA   Medium
## 1199     Classic Cars      Singapore   Singapore   Medium
## 2265      Motorcycles          Lille      France   Medium
## 857      Vintage Cars      Vancouver      Canada   Medium
## 1560            Ships         Boston         USA   Medium
## 910             Ships      Bruxelles     Belgium   Medium
## 2268      Motorcycles         Boston         USA   Medium
## 853      Vintage Cars            NYC         USA   Medium
## 1770     Vintage Cars      San Diego         USA   Medium
## 354  Trucks and Buses           Oulu     Finland   Medium
## 1803     Classic Cars      Las Vegas         USA   Medium
## 2476            Ships   Philadelphia         USA   Medium
## 2065     Classic Cars          Paris      France   Medium
## 1647     Classic Cars            NYC         USA   Medium
## 2411           Planes        Bergamo       Italy   Medium
## 1473           Planes         Madrid       Spain   Medium
## 53        Motorcycles          Paris      France   Medium
## 1630      Motorcycles       Salzburg     Austria   Medium
## 1801     Classic Cars    New Bedford         USA   Medium
## 2585           Planes       Glendale         USA   Medium
## 435      Classic Cars         Nashua         USA   Medium
## 855      Vintage Cars   Philadelphia         USA   Medium
## 2150      Motorcycles         Madrid       Spain   Medium
## 2362      Motorcycles          Reims      France   Medium
## 2467            Ships       Toulouse      France   Medium
## 1341     Classic Cars         Madrid       Spain   Medium
## 296      Classic Cars          Espoo     Finland   Medium
## 1092     Vintage Cars     Brickhaven         USA   Medium
## 2300     Vintage Cars       Glendale         USA   Medium
## 1949           Planes   White Plains         USA   Medium
## 605      Classic Cars         Bergen      Norway   Medium
## 2114      Motorcycles       San Jose         USA   Medium
## 2009     Vintage Cars      Chatswood   Australia   Medium
## 2639            Ships           Oulu     Finland   Medium
## 1418      Motorcycles          Paris      France   Medium
## 2592           Planes        Bergamo       Italy   Medium
## 598      Classic Cars       Salzburg     Austria   Medium
## 2593           Planes      Melbourne   Australia   Medium
## 2651            Ships      Barcelona       Spain   Medium
## 1766     Vintage Cars         Madrid       Spain   Medium
## 1389     Classic Cars            NYC         USA   Medium
## 568      Vintage Cars   Philadelphia         USA   Medium
## 2556     Classic Cars          Boras      Sweden   Medium
## 2360           Trains    Bridgewater         USA   Medium
## 1695           Planes    Makati City Philippines   Medium
## 922             Ships         Boston         USA   Medium
## 456      Vintage Cars      Melbourne   Australia   Medium
## 2260      Motorcycles       Pasadena         USA   Medium
## 466      Vintage Cars      Kobenhavn     Denmark   Medium
## 2496           Planes      San Diego         USA   Medium
## 2038           Planes      Tsawassen      Canada   Medium
## 2646            Ships     San Rafael         USA   Medium
## 2629            Ships            NYC         USA   Medium
## 2109      Motorcycles     Burlingame         USA   Medium
## 323      Classic Cars     San Rafael         USA   Medium
## 1933           Planes        Bergamo       Italy   Medium
## 2390            Ships          Boras      Sweden   Medium
## 641      Classic Cars     San Rafael         USA   Medium
## 1844     Vintage Cars         Madrid       Spain   Medium
## 2063     Classic Cars         Gensve Switzerland   Medium
## 2674           Planes     Burlingame         USA   Medium
## 2531            Ships     Manchester          UK   Medium
## 833      Classic Cars      San Diego         USA   Medium
## 380      Classic Cars     Brickhaven         USA   Medium
## 2181           Trains         Madrid       Spain   Medium
## 2519            Ships          Boras      Sweden   Medium
## 2078 Trucks and Buses        Stavern      Norway   Medium
## 2302     Vintage Cars         Nantes      France   Medium
## 839      Classic Cars           Oslo      Norway   Medium
## 2368      Motorcycles          Paris      France   Medium
## 2446            Ships           Lyon      France   Medium
## 2311 Trucks and Buses           Oulu     Finland   Medium
## 2015     Vintage Cars      Vancouver      Canada   Medium
## 426  Trucks and Buses       Montreal      Canada   Medium
## 2303     Vintage Cars    New Bedford         USA   Medium
## 2741            Ships      Kobenhavn     Denmark   Medium
## 1553            Ships     Manchester          UK   Medium
## 22        Motorcycles    New Bedford         USA   Medium
## 707      Vintage Cars            NYC         USA   Medium
## 2662            Ships      Kobenhavn     Denmark   Medium
## 1376     Classic Cars            NYC         USA   Medium
## 668      Vintage Cars     Manchester          UK   Medium
## 1618      Motorcycles         Madrid       Spain   Medium
## 2574           Planes      Melbourne   Australia   Medium
## 2545     Classic Cars           Graz     Austria   Medium
## 1760     Vintage Cars      Kobenhavn     Denmark   Medium
## 772            Planes         Newark         USA   Medium
## 128      Classic Cars      Singapore   Singapore   Medium
## 1602 Trucks and Buses      Cambridge         USA   Medium
## 11        Motorcycles         Newark         USA   Medium
## 127      Classic Cars     Burlingame         USA   Medium
## 144      Classic Cars           Lule      Sweden   Medium
## 827      Classic Cars        Aaarhus     Denmark   Medium
## 2586           Planes      Chatswood   Australia   Medium
## 457      Vintage Cars      Chatswood   Australia   Medium
## 1792     Classic Cars            NYC         USA   Medium
## 1794     Classic Cars           Lyon      France   Medium
## 339      Classic Cars     Brickhaven         USA   Medium
## 2678           Planes      San Diego         USA   Medium
## 2001     Classic Cars            NYC         USA   Medium
## 933      Vintage Cars      Cambridge         USA   Medium
## 2337           Trains            NYC         USA   Medium
## 1116     Classic Cars         Madrid       Spain   Medium
## 2461            Ships        Bergamo       Italy   Medium
## 68        Motorcycles            NYC         USA   Medium
## 732  Trucks and Buses           Lyon      France   Medium
## 1543            Ships    New Bedford         USA   Medium
## 1253     Vintage Cars            NYC         USA   Medium
## 1883     Vintage Cars       Salzburg     Austria   Medium
## 286      Classic Cars      Kobenhavn     Denmark   Medium
## 2214 Trucks and Buses   Philadelphia         USA   Medium
## 2051           Planes         Madrid       Spain   Medium
## 1975     Vintage Cars     Manchester          UK   Medium
## 2159 Trucks and Buses         London          UK   Medium
## 1903     Vintage Cars     San Rafael         USA   Medium
## 2603           Planes         Nantes      France   Medium
## 2617            Ships      Kobenhavn     Denmark   Medium
## 2242     Vintage Cars         Madrid       Spain   Medium
## 761            Planes         Nantes      France   Medium
## 2655            Ships            NYC         USA   Medium
## 619      Classic Cars      Melbourne   Australia   Medium
## 2229 Trucks and Buses   North Sydney   Australia   Medium
## 1775     Vintage Cars      Tsawassen      Canada   Medium
## 1920     Classic Cars      Las Vegas         USA   Medium
## 823      Classic Cars   Philadelphia         USA   Medium
## 499      Vintage Cars     Brickhaven         USA   Medium
## 1148      Motorcycles       Glendale         USA   Medium
## 1009     Classic Cars            NYC         USA   Medium
## 1511      Motorcycles            NYC         USA   Medium
## 2095 Trucks and Buses      Cambridge         USA   Medium
## 1521      Motorcycles   Philadelphia         USA   Medium
## 1595 Trucks and Buses      Singapore   Singapore   Medium
## 1862     Classic Cars        Aaarhus     Denmark   Medium
## 2048           Planes       Glendale         USA   Medium
## 2693           Planes          Reims      France   Medium
## 260      Classic Cars           Lyon      France   Medium
## 559      Vintage Cars   Glen Waverly   Australia   Medium
## 2327 Trucks and Buses          Paris      France   Medium
## 2227 Trucks and Buses         Madrid       Spain   Medium
## 935      Vintage Cars       San Jose         USA   Medium
## 1925     Classic Cars   Philadelphia         USA   Medium
## 2184           Trains     San Rafael         USA   Medium
## 2597           Planes        Burbank         USA   Medium
## 574      Classic Cars    Makati City Philippines   Medium
## 1073     Vintage Cars         Madrid       Spain   Medium
## 2347           Trains          Espoo     Finland   Medium
## 390      Classic Cars      Singapore   Singapore   Medium
## 1151      Motorcycles           Koln     Germany   Medium
## 765            Planes      Allentown         USA   Medium
## 2313 Trucks and Buses  Reggio Emilia       Italy   Medium
## 309      Classic Cars           Lyon      France   Medium
## 2266      Motorcycles            NYC         USA   Medium
## 575      Classic Cars      Marseille      France   Medium
## 1790     Classic Cars     San Rafael         USA   Medium
## 461      Vintage Cars   Glen Waverly   Australia   Medium
## 2503           Planes   White Plains         USA   Medium
## 319      Classic Cars          Paris      France   Medium
## 2439            Ships         Madrid       Spain   Medium
## 2510           Planes         Madrid       Spain   Medium
## 292      Classic Cars           Koln     Germany   Medium
## 2073     Classic Cars          Reims      France   Medium
## 2108      Motorcycles       Pasadena         USA   Medium
## 1052     Classic Cars     Brickhaven         USA   Medium
## 1074     Vintage Cars      Chatswood   Australia   Medium
## 1622      Motorcycles          Paris      France   Medium
## 2364      Motorcycles       Pasadena         USA   Medium
## 2529            Ships      Tsawassen      Canada   Medium
## 725  Trucks and Buses          Paris      France   Medium
## 2331 Trucks and Buses         Madrid       Spain   Medium
## 1222     Vintage Cars      Las Vegas         USA   Medium
## 1889     Vintage Cars         London          UK   Medium
## 2747            Ships         Boston         USA   Medium
## 1826     Classic Cars   Philadelphia         USA   Medium
## 2374      Motorcycles      Cambridge         USA   Medium
## 503      Classic Cars         Nantes      France   Medium
## 751            Planes        Bergamo       Italy   Medium
## 1348     Classic Cars     San Rafael         USA   Medium
## 1994     Classic Cars     San Rafael         USA   Medium
## 1030           Trains         Madrid       Spain   Medium
## 2486            Ships   Glen Waverly   Australia   Medium
## 1365     Classic Cars     Manchester          UK   Medium
## 721      Vintage Cars     San Rafael         USA   Medium
## 2082 Trucks and Buses           Oulu     Finland   Medium
## 1761     Vintage Cars       Salzburg     Austria   Medium
## 349      Classic Cars       Salzburg     Austria   Medium
## 948      Vintage Cars      Kobenhavn     Denmark   Medium
## 796       Motorcycles          Paris      France   Medium
## 1905     Vintage Cars       San Jose         USA   Medium
## 2241     Vintage Cars       San Jose         USA   Medium
## 2320 Trucks and Buses      Singapore   Singapore   Medium
## 440      Classic Cars      Liverpool          UK   Medium
## 1772     Vintage Cars            NYC         USA   Medium
## 486      Vintage Cars         Madrid       Spain   Medium
## 1718     Classic Cars         Nashua         USA   Medium
## 116      Classic Cars        Stavern      Norway   Medium
## 672      Vintage Cars       San Jose         USA   Medium
## 804      Vintage Cars     San Rafael         USA   Medium
## 2219 Trucks and Buses      New Haven         USA   Medium
## 1063     Classic Cars         Gensve Switzerland   Medium
## 321      Classic Cars          Reims      France   Medium
## 583      Classic Cars         Gensve Switzerland   Medium
## 2246     Vintage Cars   White Plains         USA   Medium
## 227       Motorcycles            NYC         USA   Medium
## 1854     Vintage Cars           Oulu     Finland   Medium
## 1083     Vintage Cars         Madrid       Spain   Medium
## 819      Vintage Cars       Pasadena         USA   Medium
## 2432           Planes         Nantes      France   Medium
## 2642            Ships         Boston         USA   Medium
## 2438            Ships      Singapore   Singapore   Medium
## 1842     Vintage Cars      San Diego         USA   Medium
## 1189     Vintage Cars           Oulu     Finland   Medium
## 1262     Vintage Cars         Madrid       Spain   Medium
## 2527            Ships       Montreal      Canada   Medium
## 1781     Vintage Cars         Madrid       Spain   Medium
## 2613           Planes         Madrid       Spain   Medium
## 2442            Ships    New Bedford         USA   Medium
## 364  Trucks and Buses     San Rafael         USA   Medium
## 1089     Vintage Cars      Frankfurt     Germany   Medium
## 58        Motorcycles          Osaka       Japan   Medium
## 937      Vintage Cars         Torino       Italy   Medium
## 1956           Planes         Madrid       Spain   Medium
## 2648            Ships          Boras      Sweden   Medium
## 2726            Ships         Madrid       Spain   Medium
## 1944           Planes       San Jose         USA   Medium
## 1059     Classic Cars      Kobenhavn     Denmark    Small
## 1827     Classic Cars      Melbourne   Australia    Small
## 2499           Planes         Madrid       Spain    Small
## 1441     Classic Cars         Nantes      France    Small
## 112      Classic Cars      Tsawassen      Canada    Small
## 1014     Classic Cars         Madrid       Spain    Small
## 93        Motorcycles      Minato-ku       Japan    Small
## 2203           Trains     San Rafael         USA    Small
## 1681     Classic Cars         Madrid       Spain    Small
## 394      Classic Cars    New Bedford         USA    Small
## 862      Vintage Cars      Chatswood   Australia    Small
## 1990     Classic Cars         Boston         USA    Small
## 892      Vintage Cars     Manchester          UK    Small
## 2558     Classic Cars      Vancouver      Canada    Small
## 1620      Motorcycles          Lille      France    Small
## 1527      Motorcycles   White Plains         USA    Small
## 1591 Trucks and Buses         London          UK    Small
## 2657            Ships      Bruxelles     Belgium    Small
## 2601           Planes       San Jose         USA    Small
## 2653            Ships      San Diego         USA    Small
## 592      Classic Cars            NYC         USA    Small
## 887      Vintage Cars         Torino       Italy    Small
## 2677           Planes          Osaka       Japan    Small
## 464      Vintage Cars           Lyon      France    Small
## 2669           Planes        Bergamo       Italy    Small
## 1945           Planes         Madrid       Spain    Small
## 2600           Planes      Tsawassen      Canada    Small
## 1552            Ships         Torino       Italy    Small
## 2466            Ships          Boras      Sweden    Small
## 216  Trucks and Buses      Allentown         USA    Small
## 517      Classic Cars      Singapore   Singapore    Small
## 1818     Classic Cars      Kobenhavn     Denmark    Small
## 1820     Classic Cars  Reggio Emilia       Italy    Small
## 1919     Classic Cars  Reggio Emilia       Italy    Small
## 1928     Classic Cars          Espoo     Finland    Small
## 169      Classic Cars            NYC         USA    Small
## 2319 Trucks and Buses         Madrid       Spain    Small
## 2465            Ships       Helsinki     Finland    Small
## 1586 Trucks and Buses          Paris      France    Small
## 1396     Classic Cars   White Plains         USA    Small
## 2457            Ships         Madrid       Spain    Small
## 519      Classic Cars         Madrid       Spain    Small
## 924      Vintage Cars         Madrid       Spain    Small
## 1981     Classic Cars         Madrid       Spain    Small
## 1424      Motorcycles      Melbourne   Australia    Small
## 2672           Planes    New Bedford         USA    Small
## 2061     Classic Cars           Koln     Germany    Small
## 2045           Planes     Burlingame         USA    Small
## 1987     Classic Cars  Reggio Emilia       Italy    Small
## 2524            Ships      San Diego         USA    Small
## 1145      Motorcycles    Makati City Philippines    Small
## 749  Trucks and Buses         Madrid       Spain    Small
## 1402     Classic Cars     San Rafael         USA    Small
## 109      Classic Cars            NYC         USA    Small
## 769            Planes South Brisbane   Australia    Small
## 2194           Trains      Allentown         USA    Small
## 1910     Classic Cars     Brickhaven         USA    Small
## 591      Classic Cars    New Bedford         USA    Small
## 2103 Trucks and Buses       Montreal      Canada    Small
## 63        Motorcycles         Nantes      France    Small
## 2385            Ships      Kobenhavn     Denmark    Small
## 1631      Motorcycles         Madrid       Spain    Small
## 1832     Classic Cars       Salzburg     Austria    Small
## 2688           Planes      Minato-ku       Japan    Small
## 1851     Vintage Cars      Minato-ku       Japan    Small
## 2654            Ships          Cowes          UK    Small
## 2634            Ships     Manchester          UK    Small
## 2536            Ships           Oulu     Finland    Small
## 1285 Trucks and Buses      Vancouver      Canada    Small
## 1814     Classic Cars           Koln     Germany    Small
## 1011     Classic Cars           Lule      Sweden    Small
## 1654     Classic Cars      Las Vegas         USA    Small
## 2121      Motorcycles            NYC         USA    Small
## 2007     Vintage Cars        Stavern      Norway    Small
## 1478           Planes          Cowes          UK    Small
## 1         Motorcycles            NYC         USA    Small
## 883      Vintage Cars      Cambridge         USA    Small
## 938      Vintage Cars          Boras      Sweden    Small
## 2666            Ships         Madrid       Spain    Small
## 2423           Planes         Nantes      France    Small
## 335      Classic Cars         Gensve Switzerland    Small
## 905             Ships         London          UK    Small
## 281      Classic Cars         Bergen      Norway    Small
## 2118      Motorcycles         Dublin     Ireland    Small
## 2343           Trains      New Haven         USA    Small
## 555      Vintage Cars      Las Vegas         USA    Small
## 2664            Ships         Madrid       Spain    Small
## 60        Motorcycles   Philadelphia         USA    Small
## 1165      Motorcycles          Espoo     Finland    Small
## 143      Classic Cars         Nashua         USA    Small
## 727  Trucks and Buses     Burlingame         USA    Small
## 841      Classic Cars    New Bedford         USA    Small
## 2211 Trucks and Buses      Singapore   Singapore    Small
## 1512      Motorcycles      Melbourne   Australia    Small
## 1078     Vintage Cars     San Rafael         USA    Small
## 1955           Planes           Oulu     Finland    Small
## 340      Classic Cars         Gensve Switzerland    Small
## 1940           Planes    Makati City Philippines    Small
## 1416      Motorcycles            NYC         USA    Small
## 1003     Classic Cars            NYC         USA    Small
## 2308 Trucks and Buses            NYC         USA    Small
## 760            Planes    Bridgewater         USA    Small
## 730  Trucks and Buses         London          UK    Small
## 2036           Planes          Osaka       Japan    Small
## 1056     Classic Cars         Madrid       Spain    Small
## 379      Classic Cars     San Rafael         USA    Small
## 2394            Ships           Lyon      France    Small
## 1232     Vintage Cars      Singapore   Singapore    Small
## 2267      Motorcycles          Paris      France    Small
## 2444            Ships    New Bedford         USA    Small
## 2421           Planes       San Jose         USA    Small
## 1649     Classic Cars      Singapore   Singapore    Small
## 2081 Trucks and Buses     Burlingame         USA    Small
## 1704           Planes        Bergamo       Italy    Small
## 1764     Vintage Cars       Glendale         USA    Small
## 836      Classic Cars  Reggio Emilia       Italy    Small
## 2361      Motorcycles    Makati City Philippines    Small
## 1160      Motorcycles           Koln     Germany    Small
## 963      Vintage Cars         Torino       Italy    Small
## 2652            Ships           Lyon      France    Small
## 2573           Planes          Osaka       Japan    Small
## 171      Classic Cars          Espoo     Finland    Small
## 2405            Ships      Minato-ku       Japan    Small
## 1616      Motorcycles   North Sydney   Australia    Small
## 778       Motorcycles     Burlingame         USA    Small
## 2622            Ships          Boras      Sweden    Small
## 2589           Planes          Reims      France    Small
## 767            Planes      Minato-ku       Japan    Small
## 392      Classic Cars      Frankfurt     Germany    Small
## 1347     Classic Cars        Bergamo       Italy    Small
## 545            Planes      Kobenhavn     Denmark    Small
## 926      Vintage Cars      Singapore   Singapore    Small
## 1522      Motorcycles       San Jose         USA    Small
## 1535      Motorcycles  Reggio Emilia       Italy    Small
## 1985     Classic Cars South Brisbane   Australia    Small
## 2192           Trains      Frankfurt     Germany    Small
## 417  Trucks and Buses         Torino       Italy    Small
## 2235     Vintage Cars         Madrid       Spain    Small
## 1957           Planes          Reims      France    Small
## 2034           Planes       Pasadena         USA    Small
## 1774     Vintage Cars      Bruxelles     Belgium    Small
## 726  Trucks and Buses         Madrid       Spain    Small
## 850      Vintage Cars         Madrid       Spain    Small
## 2427           Planes          Cowes          UK    Small
## 1846     Vintage Cars           Oslo      Norway    Small
## 52        Motorcycles      Melbourne   Australia    Small
## 917             Ships         Madrid       Spain    Small
## 2089 Trucks and Buses     San Rafael         USA    Small
## 2222 Trucks and Buses      Allentown         USA    Small
## 1720     Classic Cars         London          UK    Small
## 343      Classic Cars           Lule      Sweden    Small
## 1550            Ships      Bruxelles     Belgium    Small
## 1405     Classic Cars      Cambridge         USA    Small
## 529            Planes       Glendale         USA    Small
## 2389            Ships         Madrid       Spain    Small
## 1195     Classic Cars      Singapore   Singapore    Small
## 1600 Trucks and Buses      Allentown         USA    Small
## 346      Classic Cars          Espoo     Finland    Small
## 1069     Classic Cars          Espoo     Finland    Small
## 2637            Ships            NYC         USA    Small
## 930      Vintage Cars   Glen Waverly   Australia    Small
## 2         Motorcycles          Reims      France    Small
## 123      Classic Cars         Boston         USA    Small
## 1722     Classic Cars     Strasbourg      France    Small
## 2416           Planes     Burlingame         USA    Small
## 2428           Planes        Bergamo       Italy    Small
## 1077     Vintage Cars        Bergamo       Italy    Small
## 2039           Planes       San Jose         USA    Small
## 1715     Classic Cars        Aaarhus     Denmark    Small
## 928      Vintage Cars        Bergamo       Italy    Small
## 523      Classic Cars       Pasadena         USA    Small
## 69        Motorcycles      Minato-ku       Japan    Small
## 2508           Planes      Chatswood   Australia    Small
## 2570           Planes       Pasadena         USA    Small
## 1693           Planes       Toulouse      France    Small
## 1828     Classic Cars         Madrid       Spain    Small
## 1472           Planes       San Jose         USA    Small
## 2092 Trucks and Buses      Chatswood   Australia    Small
## 2443            Ships         Madrid       Spain    Small
## 2686           Planes          Cowes          UK    Small
## 1525      Motorcycles      Cambridge         USA    Small
## 965      Vintage Cars        Aaarhus     Denmark    Small
## 2462            Ships       Salzburg     Austria    Small
## 1057     Classic Cars          Paris      France    Small
## 1316     Vintage Cars   North Sydney   Australia    Small
## 1716     Classic Cars        Bergamo       Italy    Small
## 2550     Classic Cars      Singapore   Singapore    Small
## 2301     Vintage Cars      Chatswood   Australia    Small
## 1354     Classic Cars            NYC         USA    Small
## 1942           Planes      San Diego         USA    Small
## 2330 Trucks and Buses     San Rafael         USA    Small
## 2441            Ships         Madrid       Spain    Small
## 272      Classic Cars         Madrid       Spain    Small
## 229       Motorcycles          Paris      France    Small
## 2102 Trucks and Buses     San Rafael         USA    Small
## 2504           Planes          Cowes          UK    Small
## 431      Classic Cars   North Sydney   Australia    Small
## 2232 Trucks and Buses         Madrid       Spain    Small
## 728  Trucks and Buses           Oulu     Finland    Small
## 2482            Ships           Oulu     Finland    Small
## 2402            Ships     Manchester          UK    Small
## 909             Ships         Madrid       Spain    Small
## 1237     Vintage Cars       Pasadena         USA    Small
## 372  Trucks and Buses         Madrid       Spain    Small
## 1306     Vintage Cars      New Haven         USA    Small
## 2259      Motorcycles     San Rafael         USA    Small
## 114      Classic Cars   Philadelphia         USA    Small
## 1368     Classic Cars        Aaarhus     Denmark    Small
## 2212 Trucks and Buses           Graz     Austria    Small
## 2569           Planes         Madrid       Spain    Small
## 193      Classic Cars        Stavern      Norway    Small
## 2594           Planes    New Bedford         USA    Small
## 1170     Vintage Cars       Salzburg     Austria    Small
## 386      Classic Cars         Gensve Switzerland    Small
## 2731            Ships           Lyon      France    Small
## 338      Classic Cars  Reggio Emilia       Italy    Small
## 2598           Planes          Osaka       Japan    Small
## 1707           Planes           Oulu     Finland    Small
## 391      Classic Cars         Gensve Switzerland    Small
## 1951           Planes        Bergamo       Italy    Small
## 775       Motorcycles      Melbourne   Australia    Small
## 2695           Planes  Reggio Emilia       Italy    Small
## 1410     Classic Cars         Madrid       Spain    Small
## 1443     Classic Cars   North Sydney   Australia    Small
## 2074     Classic Cars         Madrid       Spain    Small
## 2635            Ships         Nantes      France    Small
## 219  Trucks and Buses      Vancouver      Canada    Small
## 2367      Motorcycles         Madrid       Spain    Small
## 759            Planes       San Jose         USA    Small
## 2470            Ships      San Diego         USA    Small
## 1469           Planes          Osaka       Japan    Small
## 1062     Classic Cars     Brickhaven         USA    Small
## 2429           Planes      Barcelona       Spain    Small
## 2316 Trucks and Buses         Boston         USA    Small
## 1090     Vintage Cars      Melbourne   Australia    Small
## 2685           Planes   White Plains         USA    Small
## 879      Vintage Cars   Philadelphia         USA    Small
## 1609 Trucks and Buses     San Rafael         USA    Small
## 1431      Motorcycles        Stavern      Norway    Small
## 2561     Classic Cars         Madrid       Spain    Small
## 1641     Classic Cars     San Rafael         USA    Small
## 731  Trucks and Buses        Sevilla       Spain    Small
## 2517            Ships    New Bedford         USA    Small
## 2240     Vintage Cars      Tsawassen      Canada    Small
## 2107      Motorcycles         Madrid       Spain    Small
## 2410            Ships         Boston         USA    Small
## 1426      Motorcycles         Newark         USA    Small
## 2083 Trucks and Buses           Graz     Austria    Small
## 587      Classic Cars      Las Vegas         USA    Small
## 1309     Vintage Cars      Allentown         USA    Small
## 1520      Motorcycles      Melbourne   Australia    Small
## 1433      Motorcycles            NYC         USA    Small
## 1632      Motorcycles          Espoo     Finland    Small
## 885      Vintage Cars       San Jose         USA    Small
## 2224 Trucks and Buses     Versailles      France    Small
## 2273      Motorcycles            NYC         USA    Small
## 1156      Motorcycles         Boston         USA    Small
## 2200           Trains          Paris      France    Small
## 119      Classic Cars          Reims      France    Small
## 1502     Vintage Cars         Nashua         USA    Small
## 2388            Ships     San Rafael         USA    Small
## 957      Vintage Cars           Lyon      France    Small
## 2616           Planes  Reggio Emilia       Italy    Small
## 1651     Classic Cars         Madrid       Spain    Small
## 2157 Trucks and Buses           Oulu     Finland    Small
## 1881     Classic Cars      Chatswood   Australia    Small
## 2046           Planes        Bergamo       Italy    Small
## 1454     Classic Cars      Singapore   Singapore    Small
## 771            Planes          Reims      France    Small
## 2464            Ships    New Bedford         USA    Small
## 450      Classic Cars    New Bedford         USA    Small
## 1247     Vintage Cars         Madrid       Spain    Small
## 2528            Ships      Bruxelles     Belgium    Small
## 856      Vintage Cars   Glen Waverly   Australia    Small
## 1696           Planes      San Diego         USA    Small
## 1777     Vintage Cars     Manchester          UK    Small
## 516      Classic Cars      Las Vegas         USA    Small
## 1091     Vintage Cars     San Rafael         USA    Small
## 1699           Planes     Brickhaven         USA    Small
## 2002     Classic Cars          Reims      France    Small
## 649      Classic Cars     San Rafael         USA    Small
## 2270      Motorcycles      Cambridge         USA    Small
## 2409            Ships     San Rafael         USA    Small
## 1149      Motorcycles   North Sydney   Australia    Small
## 1161      Motorcycles            NYC         USA    Small
## 1852     Vintage Cars         London          UK    Small
## 15        Motorcycles       Helsinki     Finland    Small
## 2495           Planes          Osaka       Japan    Small
## 334      Classic Cars          Paris      France    Small
## 2663            Ships            NYC         USA    Small
## 2069     Classic Cars       Helsinki     Finland    Small
## 913             Ships   Philadelphia         USA    Small
## 733  Trucks and Buses         Boston         USA    Small
## 2488           Planes      Melbourne   Australia    Small
## 318      Classic Cars        Stavern      Norway    Small
## 1371     Classic Cars         Nashua         USA    Small
## 2420           Planes      Tsawassen      Canada    Small
## 2715           Planes     Brickhaven         USA    Small
## 2459            Ships       Toulouse      France    Small
## 2530            Ships         Boston         USA    Small
## 1462     Classic Cars       San Jose         USA    Small
## 1415     Classic Cars         Nantes      France    Small
## 173      Classic Cars          Boras      Sweden    Small
## 1343     Classic Cars     Manchester          UK    Small
## 1028           Trains         Madrid       Spain    Small
## 2012     Vintage Cars        Bergamo       Italy    Small
## 2397            Ships            NYC         USA    Small
## 1308     Vintage Cars      Chatswood   Australia    Small
## 2645            Ships         London          UK    Small
## 1836     Vintage Cars    New Bedford         USA    Small
## 352  Trucks and Buses            NYC         USA    Small
## 754            Planes       Pasadena         USA    Small
## 2643            Ships      Kobenhavn     Denmark    Small
## 2676           Planes    Makati City Philippines    Small
## 2190           Trains         Boston         USA    Small
## 2396            Ships         Newark         USA    Small
## 2403            Ships         Nantes      France    Small
## 746  Trucks and Buses     San Rafael         USA    Small
## 849      Vintage Cars           Lule      Sweden    Small
## 1079     Vintage Cars   Glen Waverly   Australia    Small
## 923      Vintage Cars        Stavern      Norway    Small
## 1177     Vintage Cars      Barcelona       Spain    Small
## 2340           Trains      Singapore   Singapore    Small
## 1422      Motorcycles         Bergen      Norway    Small
## 2419           Planes      Melbourne   Australia    Small
## 1628      Motorcycles            NYC         USA    Small
## 2456            Ships            NYC         USA    Small
## 1447     Classic Cars         Nashua         USA    Small
## 348      Classic Cars          Boras      Sweden    Small
## 1215     Classic Cars         Madrid       Spain    Small
## 2696           Planes        Bergamo       Italy    Small
## 441      Classic Cars  Reggio Emilia       Italy    Small
## 2649            Ships         Madrid       Spain    Small
## 395      Classic Cars            NYC         USA    Small
## 1617      Motorcycles          Lille      France    Small
## 946      Vintage Cars           Graz     Austria    Small
## 476      Vintage Cars         Madrid       Spain    Small
## 2262      Motorcycles          Lille      France    Small
## 1886     Vintage Cars       Helsinki     Finland    Small
## 195      Classic Cars         Madrid       Spain    Small
## 474      Vintage Cars          Paris      France    Small
## 513      Classic Cars     Strasbourg      France    Small
## 393      Classic Cars           Koln     Germany    Small
## 859      Vintage Cars      Cambridge         USA    Small
## 2691           Planes           Oulu     Finland    Small
## 1086     Vintage Cars     Brickhaven         USA    Small
## 1221     Vintage Cars     Manchester          UK    Small
## 2515            Ships       Salzburg     Austria    Small
## 6         Motorcycles          Lille      France    Small
## 285      Classic Cars         Gensve Switzerland    Small
## 1900     Vintage Cars      Minato-ku       Japan    Small
## 1877     Classic Cars      Las Vegas         USA    Small
## 2286     Vintage Cars     Burlingame         USA    Small
## 659      Vintage Cars   Glen Waverly   Australia    Small
## 1295     Vintage Cars     San Rafael         USA    Small
## 2625            Ships      Barcelona       Spain    Small
## 929      Vintage Cars   Philadelphia         USA    Small
## 1152      Motorcycles          Paris      France    Small
## 2681           Planes         Madrid       Spain    Small
## 2483            Ships         Madrid       Spain    Small
## 1054     Classic Cars         Bergen      Norway    Small
## 2376      Motorcycles        Stavern      Norway    Small
## 1282 Trucks and Buses      Allentown         USA    Small
## 1227     Vintage Cars            NYC         USA    Small
## 1041           Trains        Aaarhus     Denmark    Small
## 1464           Planes        Bergamo       Italy    Small
## 2282     Vintage Cars      Melbourne   Australia    Small
## 2032           Planes      Melbourne   Australia    Small
## 2709           Planes      Tsawassen      Canada    Small
## 2115      Motorcycles    Bridgewater         USA    Small
## 2112      Motorcycles      Melbourne   Australia    Small
## 1561     Vintage Cars      Frankfurt     Germany    Small
## 2077     Classic Cars     San Rafael         USA    Small
## 2349           Trains     San Rafael         USA    Small
## 1097     Classic Cars      Marseille      France    Small
## 425  Trucks and Buses   North Sydney   Australia    Small
## 2679           Planes      Tsawassen      Canada    Small
## 224  Trucks and Buses   North Sydney   Australia    Small
## 586      Classic Cars  Reggio Emilia       Italy    Small
## 1070     Classic Cars         Madrid       Spain    Small
## 2106      Motorcycles      Melbourne   Australia    Small
## 1613      Motorcycles          Reims      France    Small
## 2513           Planes  Reggio Emilia       Italy    Small
## 485      Vintage Cars   Glen Waverly   Australia    Small
## 288      Classic Cars  Reggio Emilia       Italy    Small
## 1767     Vintage Cars    New Bedford         USA    Small
## 2520            Ships         Madrid       Spain    Small
## 2341           Trains  Reggio Emilia       Italy    Small
## 1829     Classic Cars          Espoo     Finland    Small
## 2188           Trains        Sevilla       Spain    Small
## 1080     Vintage Cars      Vancouver      Canada    Small
## 1688           Planes       Salzburg     Austria    Small
## 1532      Motorcycles         Nantes      France    Small
## 2348           Trains      Allentown         USA    Small
## 1274 Trucks and Buses   Philadelphia         USA    Small
## 2502           Planes         Munich     Germany    Small
## 713      Vintage Cars     Versailles      France    Small
## 2668            Ships         Boston         USA    Small
## 203  Trucks and Buses         Madrid       Spain    Small
## 1856     Vintage Cars          Reims      France    Small
## 2084 Trucks and Buses         London          UK    Small
## 23        Motorcycles      Liverpool          UK    Small
## 1887     Vintage Cars          Boras      Sweden    Small
## 1411     Classic Cars     San Rafael         USA    Small
## 1831     Classic Cars     San Rafael         USA    Small
## 2526            Ships            NYC         USA    Small
## 648      Classic Cars         Madrid       Spain    Small
## 496      Vintage Cars     Manchester          UK    Small
## 2173 Trucks and Buses     San Rafael         USA    Small
## 1369     Classic Cars    Bridgewater         USA    Small
## 2217 Trucks and Buses      Singapore   Singapore    Small
## 2721           Planes   Glen Waverly   Australia    Small
## 1039           Trains         Torino       Italy    Small
## 48       Classic Cars   North Sydney   Australia    Small
## 1564     Vintage Cars       Brisbane         USA    Small
## 463      Vintage Cars        Burbank         USA    Small
## 1331     Classic Cars         Boston         USA    Small
## 1623      Motorcycles         Boston         USA    Small
## 1895     Vintage Cars      Tsawassen      Canada    Small
## 2233     Vintage Cars        Bergamo       Italy    Small
## 287      Classic Cars      Liverpool          UK    Small
## 2575           Planes      Tsawassen      Canada    Small
## 2093 Trucks and Buses      Allentown         USA    Small
## 1449     Classic Cars         Madrid       Spain    Small
## 1524      Motorcycles         Nantes      France    Small
## 1377     Classic Cars         Madrid       Spain    Small
## 2638            Ships         Madrid       Spain    Small
## 663      Vintage Cars     Strasbourg      France    Small
## 1717     Classic Cars     San Rafael         USA    Small
## 1902     Vintage Cars           Oulu     Finland    Small
## 1279 Trucks and Buses      New Haven         USA    Small
## 2468            Ships         London          UK    Small
## 2525            Ships         Newark         USA    Small
## 1986     Classic Cars      Singapore   Singapore    Small
## 1378     Classic Cars      Singapore   Singapore    Small
## 1474           Planes         Nantes      France    Small
## 2096 Trucks and Buses      Vancouver      Canada    Small
## 495      Vintage Cars         Nashua         USA    Small
## 2680           Planes       San Jose         USA    Small
## 1345     Classic Cars   North Sydney   Australia    Small
## 2491           Planes       Helsinki     Finland    Small
## 786       Motorcycles         Nantes      France    Small
## 2480            Ships     Brickhaven         USA    Small
## 2539            Ships         Boston         USA    Small
## 2186           Trains      Singapore   Singapore    Small
## 1816     Classic Cars          Paris      France    Small
## 1689           Planes       Glendale         USA    Small
## 1569     Vintage Cars         Madrid       Spain    Small
## 1713     Classic Cars      Las Vegas         USA    Small
## 1255     Vintage Cars      Bruxelles     Belgium    Small
## 1797     Classic Cars         Madrid       Spain    Small
## 1869     Classic Cars     Strasbourg      France    Small
## 1226     Vintage Cars   Glen Waverly   Australia    Small
## 2404            Ships           Lule      Sweden    Small
## 1406     Classic Cars        Aaarhus     Denmark    Small
## 2155 Trucks and Buses            NYC         USA    Small
## 2352           Trains        Aaarhus     Denmark    Small
## 2620            Ships     San Rafael         USA    Small
## 1950           Planes          Cowes          UK    Small
## 10        Motorcycles            NYC         USA    Small
## 1798     Classic Cars      Singapore   Singapore    Small
## 1791     Classic Cars         Nashua         USA    Small
## 2198           Trains        Aaarhus     Denmark    Small
## 2169 Trucks and Buses            NYC         USA    Small
## 1637     Classic Cars      Las Vegas         USA    Small
## 658      Vintage Cars     San Rafael         USA    Small
## 1084     Vintage Cars       San Jose         USA    Small
## 2555     Classic Cars      Allentown         USA    Small
## 2149      Motorcycles      Marseille      France    Small
## 2170 Trucks and Buses      Cambridge         USA    Small
## 2518            Ships       Glendale         USA    Small
## 2197           Trains     Manchester          UK    Small
## 1296     Vintage Cars         Madrid       Spain    Small
## 1400     Classic Cars         Madrid       Spain    Small
## 2548     Classic Cars           Lyon      France    Small
## 916             Ships      Charleroi     Belgium    Small
## 1579     Vintage Cars         Nantes      France    Small
## 1523      Motorcycles    Bridgewater         USA    Small
## 1475           Planes           Oslo      Norway    Small
## 480      Vintage Cars         Madrid       Spain    Small
## 2238     Vintage Cars          Osaka       Japan    Small
## 2249     Vintage Cars      Barcelona       Spain    Small
## 1898     Vintage Cars          Cowes          UK    Small
## 2702           Planes       Toulouse      France    Small
## 1425      Motorcycles            NYC         USA    Small
## 330      Classic Cars   North Sydney   Australia    Small
## 147      Classic Cars   North Sydney   Australia    Small
## 2448            Ships          Cowes          UK    Small
## 2354           Trains            NYC         USA    Small
## 2223 Trucks and Buses          Boras      Sweden    Small
## 1397     Classic Cars         Boston         USA    Small
## 1948           Planes         Munich     Germany    Small
## 673      Vintage Cars      Chatswood   Australia    Small
## 2358           Trains         Madrid       Spain    Small
## 1787     Classic Cars   North Sydney   Australia    Small
## 2237     Vintage Cars     Burlingame         USA    Small
## 199      Classic Cars          Paris      France    Small
## 2732            Ships      San Diego         USA    Small
## 1634      Motorcycles     San Rafael         USA    Small
## 2014     Vintage Cars   Glen Waverly   Australia    Small
## 1434      Motorcycles      Minato-ku       Japan    Small
## 669      Vintage Cars      Marseille      France    Small
## 1409     Classic Cars            NYC         USA    Small
## 1380     Classic Cars         Madrid       Spain    Small
## 2059     Classic Cars   North Sydney   Australia    Small
## 1142     Classic Cars         Madrid       Spain    Small
## 1147      Motorcycles     San Rafael         USA    Small
## 1053     Classic Cars   North Sydney   Australia    Small
## 716      Vintage Cars     Manchester          UK    Small
## 1625      Motorcycles      Cambridge         USA    Small
## 655      Vintage Cars      Las Vegas         USA    Small
## 2178 Trucks and Buses         Madrid       Spain    Small
## 941      Vintage Cars         Nashua         USA    Small
## 1507     Vintage Cars         Madrid       Spain    Small
## 1528      Motorcycles      Allentown         USA    Small
## 666      Vintage Cars        Sevilla       Spain    Small
## 2521            Ships    New Bedford         USA    Small
## 283      Classic Cars         Madrid       Spain    Small
## 337      Classic Cars      Liverpool          UK    Small
## 1423      Motorcycles          Paris      France    Small
## 421  Trucks and Buses         Nashua         USA    Small
## 2682           Planes         Nantes      France    Small
## 1783     Vintage Cars     San Rafael         USA    Small
## 1067     Classic Cars            NYC         USA    Small
## 921             Ships       San Jose         USA    Small
## 2088 Trucks and Buses      Singapore   Singapore    Small
## 2743            Ships         Madrid       Spain    Small
## 848      Vintage Cars        Stavern      Norway    Small
## 2346           Trains      Frankfurt     Germany    Small
## 1448     Classic Cars            NYC         USA    Small
## 1242     Vintage Cars      Singapore   Singapore    Small
## 764            Planes   White Plains         USA    Small
## 2245     Vintage Cars         Dublin     Ireland    Small
## 1463     Classic Cars      Chatswood   Australia    Small
## 939      Vintage Cars     Versailles      France    Small
## 1855     Vintage Cars         Madrid       Spain    Small
## 2447            Ships      Bruxelles     Belgium    Small
## 1043           Trains          Paris      France    Small
## 2740            Ships         Nantes      France    Small
## 762            Planes           Oslo      Norway    Small
## 72        Motorcycles    New Bedford         USA    Small
## 2426           Planes   White Plains         USA    Small
## 1578     Vintage Cars     Manchester          UK    Small
## 1153      Motorcycles          Lille      France    Small
## 1700           Planes           Oslo      Norway    Small
## 896      Vintage Cars           Graz     Austria    Small
## 1456     Classic Cars         Madrid       Spain    Small
## 1312     Vintage Cars     San Rafael         USA    Small
## 366  Trucks and Buses            NYC         USA    Small
## 1471           Planes      Tsawassen      Canada    Small
## 790       Motorcycles      Allentown         USA    Small
## 2328 Trucks and Buses         Madrid       Spain    Small
## 2671           Planes       Glendale         USA    Small
## 705      Vintage Cars     San Rafael         USA    Small
## 2030     Vintage Cars      Bruxelles     Belgium    Small
## 893      Vintage Cars      Melbourne   Australia    Small
## 2158 Trucks and Buses      Singapore   Singapore    Small
## 1815     Classic Cars         Madrid       Spain    Small
## 2647            Ships         Madrid       Spain    Small
## 729  Trucks and Buses      Singapore   Singapore    Small
## 2279      Motorcycles     San Rafael         USA    Small
## 2630            Ships       Montreal      Canada    Small
## 1236     Vintage Cars      Marseille      France    Small
## 797       Motorcycles         Madrid       Spain    Small
## 2275      Motorcycles       Salzburg     Austria    Small
## 650      Classic Cars     San Rafael         USA    Small
## 1300     Vintage Cars South Brisbane   Australia    Small
## 1626      Motorcycles       Helsinki     Finland    Small
## 741  Trucks and Buses      Cambridge         USA    Small
## 2218 Trucks and Buses     San Rafael         USA    Small
## 2716           Planes      Chatswood   Australia    Small
## 1516      Motorcycles     Burlingame         USA    Small
## 2535            Ships         Madrid       Spain    Small
## 1284 Trucks and Buses      Cambridge         USA    Small
## 2723            Ships      Singapore   Singapore    Small
## 460      Vintage Cars     San Rafael         USA    Small
## 1708           Planes         Madrid       Spain    Small
## 1159      Motorcycles       Helsinki     Finland    Small
## 1652     Classic Cars    New Bedford         USA    Small
## 2094 Trucks and Buses          Boras      Sweden    Small
## 1574     Vintage Cars         Bergen      Norway    Small
## 2213 Trucks and Buses         London          UK    Small
## 1158      Motorcycles          Paris      France    Small
## 1857     Vintage Cars       San Jose         USA    Small
## 2469            Ships      Barcelona       Spain    Small
## 2473            Ships     Brickhaven         USA    Small
## 1065     Classic Cars           Koln     Germany    Small
## 1939           Planes       Toulouse      France    Small
## 2258      Motorcycles          Reims      France    Small
## 1863     Classic Cars    Bridgewater         USA    Small
## 1703           Planes          Cowes          UK    Small
## 1824     Classic Cars           Koln     Germany    Small
## 685  Trucks and Buses         Madrid       Spain    Small
## 1047           Trains     San Rafael         USA    Small
## 1428      Motorcycles         Nantes      France    Small
## 2490           Planes    New Bedford         USA    Small
## 1027           Trains     San Rafael         USA    Small
## 1635      Motorcycles      Liverpool          UK    Small
## 1404     Classic Cars            NYC         USA    Small
## 1793     Classic Cars         Madrid       Spain    Small
## 734  Trucks and Buses      Singapore   Singapore    Small
## 2195           Trains     San Rafael         USA    Small
## 2450            Ships      Bruxelles     Belgium    Small
## 1639     Classic Cars        Aaarhus     Denmark    Small
## 1976     Vintage Cars      Las Vegas         USA    Small
## 2215 Trucks and Buses           Lyon      France    Small
## 743  Trucks and Buses         Nashua         USA    Small
## 577      Classic Cars     Brickhaven         USA    Small
## 378      Classic Cars      Marseille      France    Small
## 353  Trucks and Buses          Espoo     Finland    Small
## 1573     Vintage Cars         Torino       Italy    Small
## 1352     Classic Cars           Lyon      France    Small
## 747  Trucks and Buses   North Sydney   Australia    Small
## 374  Trucks and Buses     San Rafael         USA    Small
## 2055     Classic Cars    Makati City Philippines    Small
## 483      Vintage Cars        Bergamo       Italy    Small
## 1873     Classic Cars           Oslo      Norway    Small
## 2384      Motorcycles      Liverpool          UK    Small
## 1045           Trains      Minato-ku       Japan    Small
## 2216 Trucks and Buses      Vancouver      Canada    Small
## 1381     Classic Cars    New Bedford         USA    Small
## 2746            Ships       Toulouse      France    Small
## 1795     Classic Cars     Strasbourg      France    Small
## 481      Vintage Cars      Chatswood   Australia    Small
## 2608           Planes        Bergamo       Italy    Small
## 2730            Ships      Barcelona       Spain    Small
## 2398            Ships       Montreal      Canada    Small
## 2544     Classic Cars      Singapore   Singapore    Small
## 2436           Planes  Reggio Emilia       Italy    Small
## 595      Classic Cars       Helsinki     Finland    Small
## 2196           Trains            NYC         USA    Small
## 1526      Motorcycles         Dublin     Ireland    Small
## 1318     Vintage Cars       Montreal      Canada    Small
## 2234     Vintage Cars      Melbourne   Australia    Small
## 1758     Classic Cars     Strasbourg      France    Small
## 1729     Classic Cars      Las Vegas         USA    Small
## 780       Motorcycles         Bergen      Norway    Small
## 2338           Trains     San Rafael         USA    Small
## 1556            Ships            NYC         USA    Small
## 744  Trucks and Buses           Lule      Sweden    Small
## 2452            Ships         Torino       Italy    Small
## 1351     Classic Cars         London          UK    Small
## 422  Trucks and Buses      Melbourne   Australia    Small
## 1304     Vintage Cars        Burbank         USA    Small
## 2739            Ships     Manchester          UK    Small
## 752            Planes      Melbourne   Australia    Small
## 1778     Vintage Cars         Nantes      France    Small
## 2724            Ships         London          UK    Small
## 1364     Classic Cars      Chatswood   Australia    Small
## 1800     Classic Cars         Madrid       Spain    Small
## 2160 Trucks and Buses        Sevilla       Spain    Small
## 1621      Motorcycles            NYC         USA    Small
## 763            Planes         Dublin     Ireland    Small
## 2056     Classic Cars      Marseille      France    Small
## 2064     Classic Cars      Kobenhavn     Denmark    Small
## 2683           Planes           Oslo      Norway    Small
## 1612      Motorcycles    Makati City Philippines    Small
## 2714           Planes      Minato-ku       Japan    Small
## 911             Ships      Tsawassen      Canada    Small
## 1252     Vintage Cars          Cowes          UK    Small
## 1811     Classic Cars     Brickhaven         USA    Small
## 2345           Trains         Dublin     Ireland    Small
## 479      Vintage Cars            NYC         USA    Small
## 774       Motorcycles            NYC         USA    Small
## 2183           Trains            NYC         USA    Small
## 2602           Planes         Madrid       Spain    Small
## 2351           Trains     Manchester          UK    Small
## 2296     Vintage Cars   White Plains         USA    Small
## 1633      Motorcycles         Nantes      France    Small
## 327      Classic Cars      Marseille      France    Small
## 2514            Ships      Kobenhavn     Denmark    Small
## 2437            Ships      Kobenhavn     Denmark    Small
## 409  Trucks and Buses   Philadelphia         USA    Small
## 2694           Planes         Newark         USA    Small
## 821      Vintage Cars     San Rafael         USA    Small
## 1457     Classic Cars    New Bedford         USA    Small
## 2062     Classic Cars          Paris      France    Small
## 2299     Vintage Cars      Barcelona       Spain    Small
## 920             Ships          Reims      France    Small
## 912             Ships         Munich     Germany    Small
## 2533            Ships      Kobenhavn     Denmark    Small
## 1838     Vintage Cars          Boras      Sweden    Small
## 1162      Motorcycles    Makati City Philippines    Small
## 1412     Classic Cars         Madrid       Spain    Small
## 1953           Planes         London          UK    Small
## 886      Vintage Cars       Salzburg     Austria    Small
## 1941           Planes          Osaka       Japan    Small
## 2590           Planes         Newark         USA    Small
## 1346     Classic Cars        Aaarhus     Denmark    Small
## 1025           Trains      Singapore   Singapore    Small
## 873      Vintage Cars        Stavern      Norway    Small
## 1897     Vintage Cars   Philadelphia         USA    Small
## 1353     Classic Cars     Strasbourg      France    Small
## 2728            Ships         Madrid       Spain    Small
## 1481           Planes       Glendale         USA    Small
## 2057     Classic Cars     San Rafael         USA    Small
## 1773     Vintage Cars       Montreal      Canada    Small
## 2058     Classic Cars     Brickhaven         USA    Small
## 2547     Classic Cars   Philadelphia         USA    Small
## 785       Motorcycles    Bridgewater         USA    Small
## 2424           Planes           Oslo      Norway    Small
## 2060     Classic Cars          Lille      France    Small
## 1878     Classic Cars     San Rafael         USA    Small
## 2193           Trains          Espoo     Finland    Small
## 1839     Vintage Cars       Toulouse      France    Small
## 1785     Classic Cars     Manchester          UK    Small
## 1386     Classic Cars       San Jose         USA    Small
## 914             Ships          Cowes          UK    Small
## 781       Motorcycles          Osaka       Japan    Small
## 1943           Planes      Tsawassen      Canada    Small
## 2305     Vintage Cars         Newark         USA    Small
## 945      Vintage Cars     Brickhaven         USA    Small
## 2004     Classic Cars         Madrid       Spain    Small
## 1301     Vintage Cars   Philadelphia         USA    Small
## 1938           Planes     Burlingame         USA    Small
## 2344           Trains           Lyon      France    Small
## 1934           Planes       Salzburg     Austria    Small
## 2366      Motorcycles          Lille      France    Small
## 2097 Trucks and Buses            NYC         USA    Small
## 118      Classic Cars         Madrid       Spain    Small
## 2026     Vintage Cars         Madrid       Spain    Small
## 174      Classic Cars       Salzburg     Austria    Small
## 410  Trucks and Buses           Lyon      France    Small
## 387      Classic Cars           Oulu     Finland    Small
## 2401            Ships         Boston         USA    Small
## 1399     Classic Cars      Frankfurt     Germany    Small
## 1789     Classic Cars    Bridgewater         USA    Small
## 2248     Vintage Cars        Bergamo       Italy    Small
## 1379     Classic Cars           Oslo      Norway    Small
## 2395            Ships      San Diego         USA    Small
## 1388     Classic Cars         Madrid       Spain    Small
## 1983     Classic Cars            NYC         USA    Small
## 2632            Ships      Tsawassen      Canada    Small
## 332      Classic Cars           Koln     Germany    Small
## 1294     Vintage Cars        Stavern      Norway    Small
## 1841     Vintage Cars    Makati City Philippines    Small
## 2408            Ships     San Rafael         USA    Small
## 2163 Trucks and Buses       Brisbane         USA    Small
## 2493           Planes       Toulouse      France    Small
## 585      Classic Cars      Liverpool          UK    Small
## 2350           Trains            NYC         USA    Small
## 2738            Ships         Torino       Italy    Small
## 2306     Vintage Cars  Reggio Emilia       Italy    Small
## 1517      Motorcycles          Lille      France    Small
## 2119      Motorcycles   White Plains         USA    Small
## 1246     Vintage Cars    New Bedford         USA    Small
## 2386            Ships       Salzburg     Austria    Small
## 2225 Trucks and Buses      Vancouver      Canada    Small
## 1830     Classic Cars         Madrid       Spain    Small
## 2511           Planes          Reims      France    Small
## 918             Ships           Oulu     Finland    Small
## 1349     Classic Cars   Glen Waverly   Australia    Small
## 1220     Vintage Cars         Nashua         USA    Small
## 2614           Planes          Reims      France    Small
## 1890     Vintage Cars      Barcelona       Spain    Small
## 1837     Vintage Cars       Helsinki     Finland    Small
## 2289     Vintage Cars      Melbourne   Australia    Small
## 2334 Trucks and Buses         Nantes      France    Small
## 1808     Classic Cars    Makati City Philippines    Small
## 2463            Ships       Glendale         USA    Small
## 1782     Vintage Cars           Oulu     Finland    Small
## 1875     Classic Cars    New Bedford         USA    Small
## 881      Vintage Cars      Vancouver      Canada    Small
## 194      Classic Cars          Paris      France    Small
## 1702           Planes   Philadelphia         USA    Small
## 2116      Motorcycles         Nantes      France    Small
## 2474            Ships      Tsawassen      Canada    Small
## 890      Vintage Cars     San Rafael         USA    Small
## 1168      Motorcycles      Liverpool          UK    Small
## 899             Ships       Salzburg     Austria    Small
## 2708           Planes     Brickhaven         USA    Small
## 1095     Vintage Cars      Bruxelles     Belgium    Small
## 2699           Planes    New Bedford         USA    Small
## 888      Vintage Cars          Boras      Sweden    Small
## 2291     Vintage Cars       San Jose         USA    Small
## 2231 Trucks and Buses       Montreal      Canada    Small
## 1706           Planes         London          UK    Small
## 792       Motorcycles      Minato-ku       Japan    Small
## 2564     Classic Cars     San Rafael         USA    Small
## 1395     Classic Cars        Sevilla       Spain    Small
## 1183     Vintage Cars         Munich     Germany    Small
## 2413           Planes         Madrid       Spain    Small
## 2292     Vintage Cars         Madrid       Spain    Small
## 2387            Ships         London          UK    Small
## 736  Trucks and Buses         Madrid       Spain    Small
## 1728     Classic Cars     Manchester          UK    Small
## 2105      Motorcycles            NYC         USA    Small
## 1394     Classic Cars  Reggio Emilia       Italy    Small
## 1034           Trains      Bruxelles     Belgium    Small
## 776       Motorcycles          Paris      France    Small
## 1936           Planes    New Bedford         USA    Small
## 1885     Vintage Cars    New Bedford         USA    Small
## 1519      Motorcycles          Osaka       Japan    Small
## 2727            Ships          Boras      Sweden    Small
## 1582     Vintage Cars         Madrid       Spain    Small
## 1899     Vintage Cars           Lule      Sweden    Small
## 2706           Planes      Cambridge         USA    Small
## 1302     Vintage Cars           Lyon      France    Small
## 667      Vintage Cars     San Rafael         USA    Small
## 1245     Vintage Cars         Madrid       Spain    Small
## 590      Classic Cars           Koln     Germany    Small
## 2606           Planes   White Plains         USA    Small
## 1446     Classic Cars         Bergen      Norway    Small
## 1584     Vintage Cars     San Rafael         USA    Small
## 2151      Motorcycles     San Rafael         USA    Small
## 758            Planes      Tsawassen      Canada    Small
## 2391            Ships         Madrid       Spain    Small
## 2711           Planes   Philadelphia         USA    Small
## 1823     Classic Cars      Frankfurt     Germany    Small
## 96        Motorcycles    New Bedford         USA    Small
## 882      Vintage Cars        Burbank         USA    Small
## 2010     Vintage Cars       Brisbane         USA    Small
## 298      Classic Cars          Boras      Sweden    Small
## 2205           Trains         Madrid       Spain    Small
## 2040           Planes    Bridgewater         USA    Small
## 2189           Trains   White Plains         USA    Small
## 2729            Ships    New Bedford         USA    Small
## 1509     Vintage Cars      Singapore   Singapore    Small
## 925      Vintage Cars      Chatswood   Australia    Small
## 328      Classic Cars     San Rafael         USA    Small
## 742  Trucks and Buses      Vancouver      Canada    Small
## 2304     Vintage Cars          Reims      France    Small
## 493      Vintage Cars     Versailles      France    Small
## 2243     Vintage Cars         Nantes      France    Small
## 1254     Vintage Cars       Montreal      Canada    Small
## 1684     Classic Cars         Madrid       Spain    Small
## 1769     Vintage Cars           Lyon      France    Small
## 1614      Motorcycles     San Rafael         USA    Small
## 1810     Classic Cars     San Rafael         USA    Small
## 947      Vintage Cars      Bruxelles     Belgium    Small
## 2250     Vintage Cars       Glendale         USA    Small
## 2339           Trains         Madrid       Spain    Small
## 2605           Planes         Munich     Germany    Small
## 1049     Classic Cars    Makati City Philippines    Small
## 784       Motorcycles         Newark         USA    Small
## 789       Motorcycles   White Plains         USA    Small
## 1671     Classic Cars         Madrid       Spain    Small
## 1139     Classic Cars   Philadelphia         USA    Small
## 2298     Vintage Cars        Bergamo       Italy    Small
## 1571     Vintage Cars         Madrid       Spain    Small
## 2288     Vintage Cars          Osaka       Japan    Small
## 1458     Classic Cars     Manchester          UK    Small
## 1929     Classic Cars         Madrid       Spain    Small
## 1892     Vintage Cars            NYC         USA    Small
## 2166 Trucks and Buses      Singapore   Singapore    Small
## 2454            Ships        Aaarhus     Denmark    Small
## 373  Trucks and Buses     San Rafael         USA    Small
## 2650            Ships    New Bedford         USA    Small
## 2599           Planes      Melbourne   Australia    Small
## 620      Classic Cars          Paris      France    Small
## 482      Vintage Cars       Brisbane         USA    Small
## 1843     Vintage Cars      Cambridge         USA    Small
## 484      Vintage Cars     San Rafael         USA    Small
## 1659     Classic Cars         Madrid       Spain    Small
## 1146      Motorcycles      Marseille      France    Small
## 2604           Planes           Oslo      Norway    Small
## 2139      Motorcycles          Paris      France    Small
## 1845     Vintage Cars     Brickhaven         USA    Small
## 148      Classic Cars   North Sydney   Australia    Small
## 1575     Vintage Cars     Versailles      France    Small
## 1393     Classic Cars      Singapore   Singapore    Small
## 738  Trucks and Buses     San Rafael         USA    Small
## 2136      Motorcycles          Paris      France    Small
## 1562     Vintage Cars     Manchester          UK    Small
## 665      Vintage Cars      Singapore   Singapore    Small
## 1407     Classic Cars            NYC         USA    Small
## 2171 Trucks and Buses      Vancouver      Canada    Small
## 1383     Classic Cars      Marseille      France    Small
## 2725            Ships     San Rafael         USA    Small
## 2293     Vintage Cars         Nantes      France    Small
## 1440     Classic Cars     Manchester          UK    Small
## 1977     Vintage Cars     San Rafael         USA    Small
## 2037           Planes      Melbourne   Australia    Small
## 1835     Vintage Cars       Glendale         USA    Small
## 1366     Classic Cars      Las Vegas         USA    Small
## 2294     Vintage Cars           Oslo      Norway    Small
## 2182           Trains      Charleroi     Belgium    Small
## 1557            Ships         Madrid       Spain    Small
## 2168 Trucks and Buses      Allentown         USA    Small
## 1809     Classic Cars      Marseille      France    Small
## 1812     Classic Cars   North Sydney   Australia    Small
## 1745     Classic Cars      Liverpool          UK    Small
## 2335           Trains         Madrid       Spain    Small
## 2165 Trucks and Buses         Madrid       Spain    Small
## 1489     Vintage Cars      Las Vegas         USA    Small
## 2177 Trucks and Buses         Madrid       Spain    Small
## 2210 Trucks and Buses     Burlingame         USA    Small
## 1970     Vintage Cars            NYC         USA    Small
## 1896     Vintage Cars         Munich     Germany    Small
## 2736            Ships      Bruxelles     Belgium    Small
## 782       Motorcycles      Melbourne   Australia    Small
## 2137      Motorcycles          Lille      France    Small
## 748  Trucks and Buses   North Sydney   Australia    Small
## 2737            Ships      Tsawassen      Canada    Small
## 1572     Vintage Cars     Strasbourg      France    Small
## 1960     Vintage Cars         Nashua         USA    Small
## 1356     Classic Cars      Singapore   Singapore    Small
## 842      Classic Cars   Philadelphia         USA    Small
## 341      Classic Cars      Frankfurt     Germany    Small
## 1244     Vintage Cars     San Rafael         USA    Small
## 2041           Planes         Nantes      France    Small
## 1375     Classic Cars     Strasbourg      France    Small
## 2185           Trains South Brisbane   Australia    Small
## 1311     Vintage Cars     Versailles      France    Small
## 1358     Classic Cars         Madrid       Spain    Small
## 739  Trucks and Buses      Allentown         USA    Small
## 1357     Classic Cars      Liverpool          UK    Small
## 1847     Vintage Cars         Munich     Germany    Small
## 2700           Planes       Helsinki     Finland    Small
## 1691           Planes       Helsinki     Finland    Small
## 1068     Classic Cars      Melbourne   Australia    Small
## 2701           Planes          Boras      Sweden    Small
## 1290 Trucks and Buses   North Sydney   Australia    Small
## 2587           Planes         Nantes      France    Small
## 735  Trucks and Buses     San Rafael         USA    Small
## 2153 Trucks and Buses         Madrid       Spain    Small
## 2167 Trucks and Buses     San Rafael         USA    Small
## 2043           Planes         Dublin     Ireland    Small
## 897      Vintage Cars      Bruxelles     Belgium    Small
## 1157      Motorcycles     Brickhaven         USA    Small
## 2689           Planes     Brickhaven         USA    Small
## 966      Vintage Cars        Stavern      Norway    Small
## 2031           Planes        Bergamo       Italy    Small
## 1164      Motorcycles         Madrid       Spain    Small
## 2021     Vintage Cars         Torino       Italy    Small
## 1961     Vintage Cars     Manchester          UK    Small
## 2418           Planes          Osaka       Japan    Small
## 1749     Classic Cars           Oslo      Norway    Small
## 1360     Classic Cars      Marseille      France    Small
## 1690           Planes    New Bedford         USA    Small
## 1615      Motorcycles       Pasadena         USA    Small
## 660      Vintage Cars            NYC         USA    Small
## 1264     Vintage Cars         Madrid       Spain    Small
## 1640     Classic Cars    Bridgewater         USA    Small
## 1155      Motorcycles          Paris      France    Small
## 2236     Vintage Cars      Charleroi     Belgium    Small
## 1392     Classic Cars South Brisbane   Australia    Small
## 1833     Vintage Cars        Bergamo       Italy    Small
## 2209 Trucks and Buses         Madrid       Spain    Small
## 1340     Classic Cars          Espoo     Finland    Small
## 331      Classic Cars         Bergen      Norway    Small
## 347      Classic Cars       Helsinki     Finland    Small
## 579      Classic Cars         Bergen      Norway    Small
## 2717           Planes           Oulu     Finland    Small
## 2356           Trains          Reims      France    Small
## 2162 Trucks and Buses         Boston         USA    Small
## 2297     Vintage Cars          Cowes          UK    Small
## 548            Planes           Oulu     Finland    Small
## 1709           Planes          Reims      France    Small
## 1698           Planes         Madrid       Spain    Small
## 654      Vintage Cars     Manchester          UK    Small
## 779       Motorcycles          Lille      France    Small
## 1731     Classic Cars         Madrid       Spain    Small
## 1765     Vintage Cars          Boras      Sweden    Small
## 498      Vintage Cars          Paris      France    Small
## 942      Vintage Cars     Manchester          UK    Small
## 1825     Classic Cars           Lule      Sweden    Small
## 2256     Vintage Cars  Reggio Emilia       Italy    Small
## 2204           Trains         Madrid       Spain    Small
## 1673     Classic Cars     San Rafael         USA    Small
## 1453     Classic Cars      Las Vegas         USA    Small
## 1224     Vintage Cars        Bergamo       Italy    Small
## 1739     Classic Cars         Bergen      Norway    Small
## 1848     Vintage Cars   Philadelphia         USA    Small
## 2208 Trucks and Buses     San Rafael         USA    Small
## 1753     Classic Cars      Melbourne   Australia    Small
## 1355     Classic Cars         Madrid       Spain    Small
## 664      Vintage Cars         Torino       Italy    Small
## 770            Planes         Madrid       Spain    Small
## 1305     Vintage Cars     San Rafael         USA    Small
## 2281     Vintage Cars        Bergamo       Italy    Small
## 2049           Planes      Chatswood   Australia    Small
## 2154 Trucks and Buses          Paris      France    Small
## 889      Vintage Cars     Versailles      France    Small
## 1413     Classic Cars         Madrid       Spain    Small
## 1450     Classic Cars      San Diego         USA    Small
## 491      Vintage Cars         Torino       Italy    Small
## 1319     Vintage Cars         Madrid       Spain    Small
## 908             Ships            NYC         USA    Small
## 788       Motorcycles         Nantes      France    Small
## 2144      Motorcycles           Koln     Germany    Small
## 2134      Motorcycles          Lille      France    Small
## 1638     Classic Cars   North Sydney   Australia    Small
## 1788     Classic Cars        Aaarhus     Denmark    Small
## 2670           Planes       Salzburg     Austria    Small
## 1802     Classic Cars     Manchester          UK    Small
## 1743     Classic Cars         Gensve Switzerland    Small
## 1050     Classic Cars      Marseille      France    Small
## 2174 Trucks and Buses            NYC         USA    Small
## 1016     Classic Cars   North Sydney   Australia    Small
## 1968     Vintage Cars         Madrid       Spain    Small
## 1962     Vintage Cars      Las Vegas         USA    Small
## 1060     Classic Cars          Paris      France    Small
## 1694           Planes         London          UK    Small
## 2142      Motorcycles      Cambridge         USA    Small
## 369  Trucks and Buses            NYC         USA    Small
## 2135      Motorcycles         Madrid       Spain    Small
## 473      Vintage Cars      Las Vegas         USA    Small
## 1888     Vintage Cars       Toulouse      France    Small
## 2148      Motorcycles         Madrid       Spain    Small
## 1676     Classic Cars      Cambridge         USA    Small
## 1901     Vintage Cars         Madrid       Spain    Small
## 1813     Classic Cars         Bergen      Norway    Small
## 2734            Ships            NYC         USA    Small
## 1367     Classic Cars   North Sydney   Australia    Small
## 878      Vintage Cars        Bergamo       Italy    Small
## 488      Vintage Cars           Lyon      France    Small
## 1310     Vintage Cars          Boras      Sweden    Small
## 740  Trucks and Buses          Boras      Sweden    Small
## 490      Vintage Cars      Kobenhavn     Denmark    Small
## 876      Vintage Cars      Singapore   Singapore    Small
## 656      Vintage Cars       Brisbane         USA    Small
## 1701           Planes         Munich     Germany    Small
## 657      Vintage Cars        Bergamo       Italy    Small
## 2042           Planes           Oslo      Norway    Small
## 755            Planes     Burlingame         USA    Small
## 777       Motorcycles       Pasadena         USA    Small
## 1661     Classic Cars            NYC         USA    Small
## 2393            Ships      Barcelona       Spain    Small
## 2373      Motorcycles     Brickhaven         USA    Small
## 2712           Planes          Cowes          UK    Small
## 336      Classic Cars      Kobenhavn     Denmark    Small
## 2254     Vintage Cars          Reims      France    Small
## 773            Planes  Reggio Emilia       Italy    Small
## 1710           Planes       San Jose         USA    Small
## 737  Trucks and Buses      Singapore   Singapore    Small
## 970      Vintage Cars         Madrid       Spain    Small
## 1742     Classic Cars         Madrid       Spain    Small
## 1515      Motorcycles        Stavern      Norway    Small
## 2735            Ships       Montreal      Canada    Small
## 1692           Planes          Boras      Sweden    Small
## 269      Classic Cars            NYC         USA    Small
## 623      Classic Cars     San Rafael         USA    Small
## 1460     Classic Cars       Pasadena         USA    Small
## 2538            Ships       Toulouse      France    Small
## 2703           Planes         London          UK    Small
## 1834     Vintage Cars       Salzburg     Austria    Small
## 1850     Vintage Cars        Bergamo       Italy    Small
## 1398     Classic Cars         Dublin     Ireland    Small
## 1163      Motorcycles      Melbourne   Australia    Small
## 1445     Classic Cars    Bridgewater         USA    Small
## 20        Motorcycles      Chatswood   Australia    Small
## 1840     Vintage Cars         London          UK    Small
## 524      Classic Cars         Madrid       Spain    Small
## 2290     Vintage Cars      Tsawassen      Canada    Small
## 1677     Classic Cars        Aaarhus     Denmark    Small
## 871      Vintage Cars   North Sydney   Australia    Small
## 1492     Vintage Cars     San Rafael         USA    Small
## 1748     Classic Cars         Gensve Switzerland    Small
## 1711           Planes   Glen Waverly   Australia    Small
## 875      Vintage Cars      Chatswood   Australia    Small
## 662      Vintage Cars           Lyon      France    Small
## 487      Vintage Cars        Burbank         USA    Small
## 2247     Vintage Cars          Cowes          UK    Small
## 2722            Ships      Kobenhavn     Denmark    Small
## 2705           Planes      San Diego         USA    Small
## 2003     Classic Cars     San Rafael         USA    Small
## 2187           Trains  Reggio Emilia       Italy    Small
## 2357           Trains      Minato-ku       Japan    Small
## 1487     Vintage Cars      Frankfurt     Germany    Small
## 884      Vintage Cars         Madrid       Spain    Small
## 1754     Classic Cars         Madrid       Spain    Small
## 2161 Trucks and Buses   White Plains         USA    Small
## 2130      Motorcycles      Marseille      France    Small
## 1750     Classic Cars           Koln     Germany    Small
## 1971     Vintage Cars         Torino       Italy    Small
## 1483           Planes         Madrid       Spain    Small
## 1746     Classic Cars  Reggio Emilia       Italy    Small
## 2399            Ships      Bruxelles     Belgium    Small
## 2719           Planes          Reims      France    Small
## 2370      Motorcycles            NYC         USA    Small
## 549            Planes         Madrid       Spain    Small
## 1822     Classic Cars         Gensve Switzerland    Small
## 1403     Classic Cars     San Rafael         USA    Small
## 1154      Motorcycles            NYC         USA    Small
## 1697           Planes      Cambridge         USA    Small
## 2283     Vintage Cars         Madrid       Spain    Small
## 1452     Classic Cars  Reggio Emilia       Italy    Small
## 1959           Planes  Reggio Emilia       Italy    Small
## 1656     Classic Cars         Madrid       Spain    Small
## 2697           Planes       Salzburg     Austria    Small
## 1627      Motorcycles        Stavern      Norway    Small
## 1299     Vintage Cars           Graz     Austria    Small
## 492      Vintage Cars         Bergen      Norway    Small
## 329      Classic Cars     Brickhaven         USA    Small
## 1972     Vintage Cars      Singapore   Singapore    Small
## 582      Classic Cars         Madrid       Spain    Small
## 1619      Motorcycles          Paris      France    Small
## 1680     Classic Cars            NYC         USA    Small
## 1666     Classic Cars        Sevilla       Spain    Small
## 671      Vintage Cars         Madrid       Spain    Small
## 2221 Trucks and Buses      Chatswood   Australia    Small
## 70        Motorcycles      Chatswood   Australia    Small
## 2176 Trucks and Buses     San Rafael         USA    Small
## 1344     Classic Cars      Las Vegas         USA    Small
## 2131      Motorcycles     San Rafael         USA    Small
## 661      Vintage Cars         Madrid       Spain    Small
## 2239     Vintage Cars      Melbourne   Australia    Small
## 1401     Classic Cars      Singapore   Singapore    Small
## 843      Classic Cars          Reims      France    Small
## 1382     Classic Cars     Manchester          UK    Small
## 1967     Vintage Cars            NYC         USA    Small
## 1442     Classic Cars          Reims      France    Small
## 501      Vintage Cars      Allentown         USA    Small
## 1298     Vintage Cars      Singapore   Singapore    Small
## 783       Motorcycles   Philadelphia         USA    Small
## 1738     Classic Cars       Montreal      Canada    Small
## 1384     Classic Cars       Pasadena         USA    Small
## 1190     Vintage Cars         Madrid       Spain    Small
## 1374     Classic Cars      San Diego         USA    Small
## 816      Vintage Cars     Manchester          UK    Small
## 1819     Classic Cars      Liverpool          UK    Small
## 578      Classic Cars           Graz     Austria    Small
## 2295     Vintage Cars         Munich     Germany    Small
## 1307     Vintage Cars      Minato-ku       Japan    Small
## 1297     Vintage Cars     Burlingame         USA    Small
## 1858     Vintage Cars   Glen Waverly   Australia    Small
## 1372     Classic Cars            NYC         USA    Small
## 1668     Classic Cars         Boston         USA    Small
## 2284     Vintage Cars    New Bedford         USA    Small
## 2164 Trucks and Buses     San Rafael         USA    Small
## 880      Vintage Cars   Glen Waverly   Australia    Small
## 497      Vintage Cars      Melbourne   Australia    Small
## 895      Vintage Cars     Brickhaven         USA    Small
## 692  Trucks and Buses            NYC         USA    Small
## 1751     Classic Cars    New Bedford         USA    Small
## 2220 Trucks and Buses      Minato-ku       Japan    Small
## 1496     Vintage Cars           Lyon      France    Small
## 1444     Classic Cars        Aaarhus     Denmark    Small
## 1679     Classic Cars     San Rafael         USA    Small
## 891      Vintage Cars         Nashua         USA    Small
## 1821     Classic Cars     Brickhaven         USA    Small
## 1390     Classic Cars            NYC         USA    Small
## 2431           Planes      Chatswood   Australia    Small
## 1510     Vintage Cars      Chatswood   Australia    Small
## 2704           Planes      Barcelona       Spain    Small
## 1663     Classic Cars           Oulu     Finland    Small
## 1266     Vintage Cars         Boston         USA    Small
## 1735     Classic Cars      Marseille      France    Small
## 2152      Motorcycles      Liverpool          UK    Small
## 1747     Classic Cars      Las Vegas         USA    Small
## 1817     Classic Cars         Gensve Switzerland    Small
## 117      Classic Cars            NYC         USA    Small
## 2707           Planes         Madrid       Spain    Small
## 1490     Vintage Cars       Brisbane         USA    Small
## 2206           Trains    Bridgewater         USA    Small
## 2733            Ships          Cowes          UK    Small
## 724  Trucks and Buses        Stavern      Norway    Small
## 1494     Vintage Cars         Madrid       Spain    Small
## 1969     Vintage Cars           Lyon      France    Small
## 1947           Planes           Oslo      Norway    Small
## 2129      Motorcycles    Makati City Philippines    Small
## 794       Motorcycles South Brisbane   Australia    Small
## 1675     Classic Cars            NYC         USA    Small
## 489      Vintage Cars         Madrid       Spain    Small
## 1964     Vintage Cars        Bergamo       Italy    Small
## 1570     Vintage Cars           Lyon      France    Small
## 1876     Classic Cars     Manchester          UK    Small
## 1501     Vintage Cars     San Rafael         USA    Small
## 1665     Classic Cars         London          UK    Small
## 915             Ships      Kobenhavn     Denmark    Small
## 793       Motorcycles     Burlingame         USA    Small
## 1752     Classic Cars   Philadelphia         USA    Small
## 1566     Vintage Cars     San Rafael         USA    Small
## 2435           Planes         Newark         USA    Small
## 2392            Ships    New Bedford         USA    Small
## 1455     Classic Cars           Oslo      Norway    Small
## 2720           Planes       San Jose         USA    Small
## 1303     Vintage Cars      Vancouver      Canada    Small
## 2287     Vintage Cars        Burbank         USA    Small
## 1565     Vintage Cars        Bergamo       Italy    Small
## 2132      Motorcycles       Pasadena         USA    Small
## 2145      Motorcycles            NYC         USA    Small
## 1499     Vintage Cars      Singapore   Singapore    Small
## 494      Vintage Cars     San Rafael         USA    Small
## 1414     Classic Cars         Madrid       Spain    Small
## 2156 Trucks and Buses          Espoo     Finland    Small
## 1974     Vintage Cars     San Rafael         USA    Small
## 299      Classic Cars       Salzburg     Austria    Small
## 2481            Ships      Chatswood   Australia    Small
## 1391     Classic Cars          Espoo     Finland    Small
## 1670     Classic Cars     San Rafael         USA    Small
## 1685     Classic Cars         Madrid       Spain    Small
## 1737     Classic Cars     Brickhaven         USA    Small
## 1480           Planes      Minato-ku       Japan    Small
## 1150      Motorcycles          Lille      France    Small
## 1806     Classic Cars       San Jose         USA    Small
## 2191           Trains         Dublin     Ireland    Small
## 2138      Motorcycles            NYC         USA    Small
## 2133      Motorcycles   North Sydney   Australia    Small
## 2336           Trains      Singapore   Singapore    Small
## 1672     Classic Cars      Singapore   Singapore    Small
## 1686     Classic Cars         Nantes      France    Small
## 2143      Motorcycles       Helsinki     Finland    Small
## 1963     Vintage Cars       Brisbane         USA    Small
## 1567     Vintage Cars   Glen Waverly   Australia    Small
## 1563     Vintage Cars      Las Vegas         USA    Small
## 820      Vintage Cars         Madrid       Spain    Small
## 2141      Motorcycles     Brickhaven         USA    Small
## 787       Motorcycles      Cambridge         USA    Small
## 1459     Classic Cars          Reims      France    Small
## 1491     Vintage Cars        Bergamo       Italy    Small
## 1497     Vintage Cars         Boston         USA    Small
## 618      Classic Cars   Philadelphia         USA    Small
## 2342           Trains    New Bedford         USA    Small
## 1965     Vintage Cars     San Rafael         USA    Small
## 1973     Vintage Cars        Sevilla       Spain    Small
## 2710           Planes         Munich     Germany    Small
## 750  Trucks and Buses         Nantes      France    Small
## 1734     Classic Cars   Philadelphia         USA    Small
## 2179 Trucks and Buses         Madrid       Spain    Small
## 1740     Classic Cars         Nashua         USA    Small
## 1568     Vintage Cars         Madrid       Spain    Small
## 1667     Classic Cars   White Plains         USA    Small
## 1966     Vintage Cars   Glen Waverly   Australia    Small
## 1744     Classic Cars           Oulu     Finland    Small
## 1662     Classic Cars          Espoo     Finland    Small
## 872      Vintage Cars      Bruxelles     Belgium    Small
## 2698           Planes       Glendale         USA    Small
## 1576     Vintage Cars     San Rafael         USA    Small
## 1664     Classic Cars      Singapore   Singapore    Small
## 1581     Vintage Cars       Pasadena         USA    Small
## 1669     Classic Cars       Brisbane         USA    Small
## 1451     Classic Cars     Strasbourg      France    Small
## 1506     Vintage Cars       Pasadena         USA    Small
## 1580     Vintage Cars          Paris      France    Small
## 2285     Vintage Cars         Madrid       Spain    Small
## 1674     Classic Cars      Allentown         USA    Small
## 722      Vintage Cars      Singapore   Singapore    Small
## 1741     Classic Cars         Madrid       Spain    Small
## 1493     Vintage Cars   Glen Waverly   Australia    Small
## 21        Motorcycles         Nantes      France    Small
## 695  Trucks and Buses         Madrid       Spain    Small
## 1660     Classic Cars          Paris      France    Small
## 1736     Classic Cars     San Rafael         USA    Small
## 1488     Vintage Cars     Manchester          UK    Small
## 1504     Vintage Cars      Marseille      France    Small
## 1500     Vintage Cars     Versailles      France    Small
## 1495     Vintage Cars         Madrid       Spain    Small
## 1980     Vintage Cars      Chatswood   Australia    Small
## 2140      Motorcycles         Boston         USA    Small
## 1759     Classic Cars       Salzburg     Austria    Small
## 1498     Vintage Cars         Torino       Italy    Small
## 1979     Vintage Cars      Minato-ku       Japan    Small
## 1239     Vintage Cars       San Jose         USA    Small
## 2180 Trucks and Buses         Nantes      France    Small

Menghitung rata-rata jumlah total order

mean(datafilter3$TOTALPRICE)
## [1] 3553.048

Menampilkan negara yang paling banyak mendatangkan pembeli

datacountry <- datafilter3$COUNTRY
frequency<- table(datacountry)
frequency_country <- frequency
frequency_country
## datacountry
##   Australia     Austria     Belgium      Canada     Denmark     Finland 
##         185          55          33          70          63          92 
##      France     Germany     Ireland       Italy       Japan      Norway 
##         314          62          16         113          52          85 
## Philippines   Singapore       Spain      Sweden Switzerland          UK 
##          26          79         342          57          31         144 
##         USA 
##         928
modus_negara <- names(frequency_country)[which.max(frequency_country)]
print(paste("Negara pembeli terbanyak:", modus_negara))
## [1] "Negara pembeli terbanyak: USA"

Menampilkan jenis produk yang paling banyak dibeli

dataproduct <- datafilter3$PRODUCTLINE
frequency<- table(dataproduct)
frequency_product <- frequency
frequency_product
## dataproduct
##     Classic Cars      Motorcycles           Planes            Ships 
##              949              313              304              230 
##           Trains Trucks and Buses     Vintage Cars 
##               77              295              579
modus_produk <- names(frequency_product)[which.max(frequency_product)]
print(paste("Produk paling banyak dibeli:", modus_produk))
## [1] "Produk paling banyak dibeli: Classic Cars"

Menampilkan nama pembeli yang paling cepat melakukan order kembali

filterbuyer <- autosalesdata[,c("DAYS_SINCE_LASTORDER","CUSTOMERNAME")]
filterbuyer
##      DAYS_SINCE_LASTORDER                       CUSTOMERNAME
## 1                     828                  Land of Toys Inc.
## 2                     757                 Reims Collectables
## 3                     703                    Lyon Souveniers
## 4                     649                  Toys4GrownUps.com
## 5                     586               Technics Stores Inc.
## 6                     573           Daedalus Designs Imports
## 7                     567                       Herkku Gifts
## 8                     510                   Auto Canal Petit
## 9                     475         Australian Collectors, Co.
## 10                    432                    Vitachrome Inc.
## 11                    390            Tekni Collectables Inc.
## 12                    350                    Gift Depot Inc.
## 13                    326                  La Rochelle Gifts
## 14                    292               Marta's Replicas Co.
## 15                    259               Toys of Finland, Co.
## 16                    245                 Baane Mini Imports
## 17                    228              Diecast Classics Inc.
## 18                    216                  Land of Toys Inc.
## 19                    208              Salzburg Collectables
## 20                    186          Souveniers And Things Co.
## 21                    139                  La Rochelle Gifts
## 22                    111                   FunGiftIdeas.com
## 23                     76              UK Collectables, Ltd.
## 24                     42              Euro Shopping Channel
## 25                    878                 Baane Mini Imports
## 26                    825           Volvo Model Replicas, Co
## 27                    761         Corrida Auto Replicas, Ltd
## 28                    705               Technics Stores Inc.
## 29                    649            Dragon Souveniers, Ltd.
## 30                    619               Classic Legends Inc.
## 31                    603        Australian Gift Network, Co
## 32                    597            Classic Gift Ideas, Inc
## 33                    586             Saveley & Henriot, Co.
## 34                    577     Canadian Gift Exchange Network
## 35                    523        West Coast Collectables Co.
## 36                    484         Cambridge Collectables Co.
## 37                    430                   Super Scale Inc.
## 38                    389            Tokyo Collectables, Ltd
## 39                    356          Souveniers And Things Co.
## 40                    328                 Amica Models & Co.
## 41                    307            Scandinavian Gift Ideas
## 42                    275                 Auto Assoc. & Cie.
## 43                    266       Mini Gifts Distributors Ltd.
## 44                    253       Online Diecast Creations Co.
## 45                    229         Australian Collectors, Co.
## 46                    219       Mini Gifts Distributors Ltd.
## 47                    179         Collectables For Less Inc.
## 48                    131            Anna's Decorations, Ltd
## 49                     79       Quebec Home Shopping Network
## 50                     50              Euro Shopping Channel
## 51                    878                  Land of Toys Inc.
## 52                    815         Australian Collectors, Co.
## 53                    753                    Lyon Souveniers
## 54                    699                  Toys4GrownUps.com
## 55                    636               Technics Stores Inc.
## 56                    623           Daedalus Designs Imports
## 57                    617                       Herkku Gifts
## 58                    563               Osaka Souveniers Co.
## 59                    525         Australian Collectors, Co.
## 60                    484       Motor Mint Distributors Inc.
## 61                    440            Tekni Collectables Inc.
## 62                    400                    Gift Depot Inc.
## 63                    376                  La Rochelle Gifts
## 64                    342               Marta's Replicas Co.
## 65                    312                  Atelier graphique
## 66                    295                      Mini Classics
## 67                    278              Diecast Classics Inc.
## 68                    266                  Land of Toys Inc.
## 69                    259            Tokyo Collectables, Ltd
## 70                    236          Souveniers And Things Co.
## 71                    190        Australian Gift Network, Co
## 72                    161                   FunGiftIdeas.com
## 73                    127                   Auto Canal Petit
## 74                     92              Euro Shopping Channel
## 75                    902                  Land of Toys Inc.
## 76                    839         Australian Collectors, Co.
## 77                    777                    Lyon Souveniers
## 78                    723                  Toys4GrownUps.com
## 79                    660               Technics Stores Inc.
## 80                    647           Daedalus Designs Imports
## 81                    641                       Herkku Gifts
## 82                    587               Osaka Souveniers Co.
## 83                    549         Australian Collectors, Co.
## 84                    506                    Vitachrome Inc.
## 85                    464            Tekni Collectables Inc.
## 86                    424                    Gift Depot Inc.
## 87                    400                  La Rochelle Gifts
## 88                    366               Marta's Replicas Co.
## 89                    333               Toys of Finland, Co.
## 90                    319                      Mini Classics
## 91                    302              Diecast Classics Inc.
## 92                    290                  Land of Toys Inc.
## 93                    283            Tokyo Collectables, Ltd
## 94                    241               Technics Stores Inc.
## 95                    214        Australian Gift Network, Co
## 96                    185                   FunGiftIdeas.com
## 97                    150              UK Collectables, Ltd.
## 98                    116              Euro Shopping Channel
## 99                    939           Danish Wholesale Imports
## 100                   864              Salzburg Collectables
## 101                   820           Stylish Desk Decors, Co.
## 102                   762                Mini Creations Ltd.
## 103                   706               Toys of Finland, Co.
## 104                   690            Scandinavian Gift Ideas
## 105                   675                       Alpha Cognac
## 106                   670     Double Decker Gift Stores, Ltd
## 107                   659                 Enaco Distributors
## 108                   575       Collectable Mini Designs Co.
## 109                   499                  Land of Toys Inc.
## 110                   459       Quebec Home Shopping Network
## 111                   426                         Petit Auto
## 112                   397  Royal Canadian Collectables, Ltd.
## 113                   377                  Gifts4AllAges.com
## 114                   344            Classic Gift Ideas, Inc
## 115                   327                  giftsbymail.co.uk
## 116                   324                 Baane Mini Imports
## 117                   309               Classic Legends Inc.
## 118                   299              Euro Shopping Channel
## 119                   287                 Reims Collectables
## 120                   241            Oulu Toy Supplies, Inc.
## 121                   196                    Lyon Souveniers
## 122                   182          The Sharp Gifts Warehouse
## 123                   148                  Gifts4AllAges.com
## 124                   977                 Baane Mini Imports
## 125                   916          La Corne D'abondance, Co.
## 126                   860         Corrida Auto Replicas, Ltd
## 127                   804               Technics Stores Inc.
## 128                   748            Dragon Souveniers, Ltd.
## 129                   717                    Mini Auto Werke
## 130                   702           Stylish Desk Decors, Co.
## 131                   696            Classic Gift Ideas, Inc
## 132                   685             Saveley & Henriot, Co.
## 133                   672               Diecast Collectables
## 134                   616                   Handji Gifts& Co
## 135                   582       Mini Gifts Distributors Ltd.
## 136                   529                   Super Scale Inc.
## 137                   488                   Handji Gifts& Co
## 138                   455          Souveniers And Things Co.
## 139                   425              Diecast Classics Inc.
## 140                   406            Scandinavian Gift Ideas
## 141                   372               Marta's Replicas Co.
## 142                   364     Canadian Gift Exchange Network
## 143                   352       Online Diecast Creations Co.
## 144                   338           Volvo Model Replicas, Co
## 145                   329         Australian Collectors, Co.
## 146                   319       Mini Gifts Distributors Ltd.
## 147                   279            Anna's Decorations, Ltd
## 148                   231            Anna's Decorations, Ltd
## 149                   179       Quebec Home Shopping Network
## 150                   150                  La Rochelle Gifts
## 151                   971                    Cruz & Sons Co.
## 152                   906               Marseille Mini Autos
## 153                   852       Mini Gifts Distributors Ltd.
## 154                   788         Collectables For Less Inc.
## 155                   729            Anna's Decorations, Ltd
## 156                   722                       Herkku Gifts
## 157                   715             Toms Spezialitten, Ltd
## 158                   704              Euro Shopping Channel
## 159                   661                   Auto Canal Petit
## 160                   624                    Vida Sport, Ltd
## 161                   579           Danish Wholesale Imports
## 162                   527              UK Collectables, Ltd.
## 163                   493                L'ordine Souveniers
## 164                   467           Online Mini Collectables
## 165                   440                    Vida Sport, Ltd
## 166                   771               Blauer See Auto, Co.
## 167                   395             Toms Spezialitten, Ltd
## 168                   378           Volvo Model Replicas, Co
## 169                   367                  Land of Toys Inc.
## 170                   359              Salzburg Collectables
## 171                   317                Suominen Souveniers
## 172                   290                  La Rochelle Gifts
## 173                   262            Scandinavian Gift Ideas
## 174                   188              Salzburg Collectables
## 175                  1015           Danish Wholesale Imports
## 176                   952            Dragon Souveniers, Ltd.
## 177                   905                 Muscle Machine Inc
## 178                   840       Mini Gifts Distributors Ltd.
## 179                   790              Euro Shopping Channel
## 180                   767            Dragon Souveniers, Ltd.
## 181                   753                L'ordine Souveniers
## 182                   746                Mini Creations Ltd.
## 183                   735                   Super Scale Inc.
## 184                   699             Saveley & Henriot, Co.
## 185                   659            Clover Collections, Co.
## 186                   625                        CAF Imports
## 187                   579                Suominen Souveniers
## 188                   504              Diecast Classics Inc.
## 189                   474       Mini Gifts Distributors Ltd.
## 190                   455                 Amica Models & Co.
## 191                   421                     AV Stores, Co.
## 192                   414               Heintze Collectables
## 193                   401                 Baane Mini Imports
## 194                   387          La Corne D'abondance, Co.
## 195                   407         Corrida Auto Replicas, Ltd
## 196                   364                 Reims Collectables
## 197                   326       Mini Gifts Distributors Ltd.
## 198                   302       Mini Gifts Distributors Ltd.
## 199                   274                    Lyon Souveniers
## 200                   226                    Gift Depot Inc.
## 201                  1054                 Baane Mini Imports
## 202                   999       Mini Gifts Distributors Ltd.
## 203                   937         Corrida Auto Replicas, Ltd
## 204                   881               Technics Stores Inc.
## 205                   825            Dragon Souveniers, Ltd.
## 206                   794                    Mini Auto Werke
## 207                   779        Australian Gift Network, Co
## 208                   773            Classic Gift Ideas, Inc
## 209                   762             Saveley & Henriot, Co.
## 210                   753     Canadian Gift Exchange Network
## 211                   695                 Auto Assoc. & Cie.
## 212                   659       Mini Gifts Distributors Ltd.
## 213                   606                   Super Scale Inc.
## 214                   565            Tokyo Collectables, Ltd
## 215                   532          Souveniers And Things Co.
## 216                   502              Diecast Classics Inc.
## 217                   483            Scandinavian Gift Ideas
## 218                   451                 Auto Assoc. & Cie.
## 219                   441     Canadian Gift Exchange Network
## 220                   429       Online Diecast Creations Co.
## 221                   405         Australian Collectors, Co.
## 222                   395       Mini Gifts Distributors Ltd.
## 223                   355            Anna's Decorations, Ltd
## 224                   307            Anna's Decorations, Ltd
## 225                   255       Quebec Home Shopping Network
## 226                   226              Euro Shopping Channel
## 227                  1054                  Land of Toys Inc.
## 228                   983                 Reims Collectables
## 229                   929                    Lyon Souveniers
## 230                   875                  Toys4GrownUps.com
## 231                   805            Anna's Decorations, Ltd
## 232                   799           Daedalus Designs Imports
## 233                   793                  Toys4GrownUps.com
## 234                   736                   Auto Canal Petit
## 235                   700           Daedalus Designs Imports
## 236                   658                    Vitachrome Inc.
## 237                   616            Tekni Collectables Inc.
## 238                   576                    Gift Depot Inc.
## 239                   542           Online Mini Collectables
## 240                   518               Marta's Replicas Co.
## 241                   485               Toys of Finland, Co.
## 242                   471                 Baane Mini Imports
## 243                   453                    Microscale Inc.
## 244                   442                  Land of Toys Inc.
## 245                   434              Salzburg Collectables
## 246                   393               Technics Stores Inc.
## 247                   365                  La Rochelle Gifts
## 248                   337                   FunGiftIdeas.com
## 249                   302              UK Collectables, Ltd.
## 250                   268              Euro Shopping Channel
## 251                  1102              Euro Shopping Channel
## 252                  1028            Dragon Souveniers, Ltd.
## 253                   981                 Muscle Machine Inc
## 254                   916       Mini Gifts Distributors Ltd.
## 255                   866              Euro Shopping Channel
## 256                   843            Dragon Souveniers, Ltd.
## 257                   829                L'ordine Souveniers
## 258                   822                Mini Creations Ltd.
## 259                   811                   Super Scale Inc.
## 260                   775             Saveley & Henriot, Co.
## 261                   735            Clover Collections, Co.
## 262                   705               Blauer See Auto, Co.
## 263                   655                Suominen Souveniers
## 264                   580              Diecast Classics Inc.
## 265                   550       Mini Gifts Distributors Ltd.
## 266                   531                 Amica Models & Co.
## 267                   497                     AV Stores, Co.
## 268                   490               Heintze Collectables
## 269                   477                    Vitachrome Inc.
## 270                   463          La Corne D'abondance, Co.
## 271                   483         Corrida Auto Replicas, Ltd
## 272                   445              Euro Shopping Channel
## 273                   399            Tokyo Collectables, Ltd
## 274                   378       Mini Gifts Distributors Ltd.
## 275                   301                    Gift Depot Inc.
## 276                  1096                    Cruz & Sons Co.
## 277                  1031               Marseille Mini Autos
## 278                   977       Mini Gifts Distributors Ltd.
## 279                   913         Collectables For Less Inc.
## 280                   854                    Mini Auto Werke
## 281                   847                       Herkku Gifts
## 282                   840             Toms Spezialitten, Ltd
## 283                   829              Euro Shopping Channel
## 284                   785              Euro Shopping Channel
## 285                   749                    Vida Sport, Ltd
## 286                   704           Danish Wholesale Imports
## 287                   652              UK Collectables, Ltd.
## 288                   618                L'ordine Souveniers
## 289                   592           Online Mini Collectables
## 290                   565                    Vida Sport, Ltd
## 291                   896               Blauer See Auto, Co.
## 292                   520             Toms Spezialitten, Ltd
## 293                   503           Volvo Model Replicas, Co
## 294                   492                  Land of Toys Inc.
## 295                   484              Salzburg Collectables
## 296                   442                Suominen Souveniers
## 297                   410                  Boards & Toys Co.
## 298                   387            Scandinavian Gift Ideas
## 299                   313              Salzburg Collectables
## 300                  1140           Danish Wholesale Imports
## 301                  1077            Dragon Souveniers, Ltd.
## 302                  1030                 Muscle Machine Inc
## 303                   965       Mini Gifts Distributors Ltd.
## 304                   915              Euro Shopping Channel
## 305                   892            Dragon Souveniers, Ltd.
## 306                   878                L'ordine Souveniers
## 307                   871                Mini Creations Ltd.
## 308                   860                   Super Scale Inc.
## 309                   824             Saveley & Henriot, Co.
## 310                   784            Clover Collections, Co.
## 311                   750                        CAF Imports
## 312                   704                Suominen Souveniers
## 313                   629              Diecast Classics Inc.
## 314                   599       Mini Gifts Distributors Ltd.
## 315                   580                 Amica Models & Co.
## 316                   546                     AV Stores, Co.
## 317                   539               Heintze Collectables
## 318                   526                 Baane Mini Imports
## 319                   512          La Corne D'abondance, Co.
## 320                   502                 Muscle Machine Inc
## 321                   489                 Reims Collectables
## 322                   448            Tokyo Collectables, Ltd
## 323                   427       Mini Gifts Distributors Ltd.
## 324                   393       Mini Gifts Distributors Ltd.
## 325                   351                    Gift Depot Inc.
## 326                  1146                    Cruz & Sons Co.
## 327                  1081               Marseille Mini Autos
## 328                  1027       Mini Gifts Distributors Ltd.
## 329                   963         Collectables For Less Inc.
## 330                   904            Anna's Decorations, Ltd
## 331                   897                       Herkku Gifts
## 332                   890             Toms Spezialitten, Ltd
## 333                   879              Euro Shopping Channel
## 334                   836                   Auto Canal Petit
## 335                   799                    Vida Sport, Ltd
## 336                   754           Danish Wholesale Imports
## 337                   702              UK Collectables, Ltd.
## 338                   668                L'ordine Souveniers
## 339                   642           Online Mini Collectables
## 340                   615                    Vida Sport, Ltd
## 341                   946               Blauer See Auto, Co.
## 342                   570             Toms Spezialitten, Ltd
## 343                   553           Volvo Model Replicas, Co
## 344                   542                  Land of Toys Inc.
## 345                   534              Salzburg Collectables
## 346                   492                Suominen Souveniers
## 347                   459               Toys of Finland, Co.
## 348                   437            Scandinavian Gift Ideas
## 349                   363              Salzburg Collectables
## 350                  1201              Euro Shopping Channel
## 351                  1139               Classic Legends Inc.
## 352                  1080                 Muscle Machine Inc
## 353                  1022                Suominen Souveniers
## 354                   972            Oulu Toy Supplies, Inc.
## 355                   942            Dragon Souveniers, Ltd.
## 356                   928           Stylish Desk Decors, Co.
## 357                   921         Iberia Gift Imports, Corp.
## 358                   911                      Mini Classics
## 359                   898               Diecast Collectables
## 360                   836           Signal Collectibles Ltd.
## 361                   808       Mini Gifts Distributors Ltd.
## 362                   754              Euro Shopping Channel
## 363                   714                   Handji Gifts& Co
## 364                   680       Mini Gifts Distributors Ltd.
## 365                   651              Diecast Classics Inc.
## 366                   632                  Land of Toys Inc.
## 367                   598               Marta's Replicas Co.
## 368                   590               Heintze Collectables
## 369                   577                    Vitachrome Inc.
## 370                   563          La Corne D'abondance, Co.
## 371                   553                 Muscle Machine Inc
## 372                   545              Euro Shopping Channel
## 373                   502       Mini Gifts Distributors Ltd.
## 374                   478       Mini Gifts Distributors Ltd.
## 375                   403              Euro Shopping Channel
## 376                   376                  La Rochelle Gifts
## 377                  1197                    Cruz & Sons Co.
## 378                  1132               Marseille Mini Autos
## 379                  1078       Mini Gifts Distributors Ltd.
## 380                  1014         Collectables For Less Inc.
## 381                   955                    Mini Auto Werke
## 382                   948                       Herkku Gifts
## 383                   941       Online Diecast Creations Co.
## 384                   930              Euro Shopping Channel
## 385                   886              Euro Shopping Channel
## 386                   850                    Vida Sport, Ltd
## 387                   802            Oulu Toy Supplies, Inc.
## 388                   753              UK Collectables, Ltd.
## 389                   719                L'ordine Souveniers
## 390                   691            Dragon Souveniers, Ltd.
## 391                   666                    Vida Sport, Ltd
## 392                   997               Blauer See Auto, Co.
## 393                   621             Toms Spezialitten, Ltd
## 394                   603                   FunGiftIdeas.com
## 395                   593                  Land of Toys Inc.
## 396                   585              Salzburg Collectables
## 397                   543                Suominen Souveniers
## 398                   510               Toys of Finland, Co.
## 399                   488            Scandinavian Gift Ideas
## 400                   447                        Mini Caravy
## 401                   415              Salzburg Collectables
## 402                  1255                 Baane Mini Imports
## 403                  1200       Mini Gifts Distributors Ltd.
## 404                  1138         Corrida Auto Replicas, Ltd
## 405                  1082               Technics Stores Inc.
## 406                  1026            Dragon Souveniers, Ltd.
## 407                   995                    Mini Auto Werke
## 408                   980        Australian Gift Network, Co
## 409                   974            Classic Gift Ideas, Inc
## 410                   963             Saveley & Henriot, Co.
## 411                   954     Canadian Gift Exchange Network
## 412                   900        West Coast Collectables Co.
## 413                   861         Cambridge Collectables Co.
## 414                   807                   Super Scale Inc.
## 415                   766            Tokyo Collectables, Ltd
## 416                   733          Souveniers And Things Co.
## 417                   705                 Amica Models & Co.
## 418                   684            Scandinavian Gift Ideas
## 419                   652                 Auto Assoc. & Cie.
## 420                   643       Mini Gifts Distributors Ltd.
## 421                   630       Online Diecast Creations Co.
## 422                   606         Australian Collectors, Co.
## 423                   596       Mini Gifts Distributors Ltd.
## 424                   556            Anna's Decorations, Ltd
## 425                   508            Anna's Decorations, Ltd
## 426                   456       Quebec Home Shopping Network
## 427                   427              Euro Shopping Channel
## 428                  1241       Motor Mint Distributors Inc.
## 429                  1183               Marseille Mini Autos
## 430                  1127                       Alpha Cognac
## 431                  1059            Anna's Decorations, Ltd
## 432                  1024               Heintze Collectables
## 433                  1006       Quebec Home Shopping Network
## 434                  1000                       Herkku Gifts
## 435                   993       Online Diecast Creations Co.
## 436                   982                 Muscle Machine Inc
## 437                   938              Euro Shopping Channel
## 438                   902                    Vida Sport, Ltd
## 439                   853               Osaka Souveniers Co.
## 440                   805              UK Collectables, Ltd.
## 441                   771                L'ordine Souveniers
## 442                   741                 Signal Gift Stores
## 443                   718                    Vida Sport, Ltd
## 444                  1048          Norway Gifts By Mail, Co.
## 445                   673             Toms Spezialitten, Ltd
## 446                   655                   FunGiftIdeas.com
## 447                   643       Motor Mint Distributors Inc.
## 448                   637         Australian Collectors, Co.
## 449                   623                    Lyon Souveniers
## 450                   595                Mini Creations Ltd.
## 451                   563               Toys of Finland, Co.
## 452                   540       Mini Gifts Distributors Ltd.
## 453                   499           Danish Wholesale Imports
## 454                   468              Salzburg Collectables
## 455                  1327                    Vitachrome Inc.
## 456                  1197         Australian Collectors, Co.
## 457                  1142          Souveniers And Things Co.
## 458                  1085           Signal Collectibles Ltd.
## 459                  1032                      Rovelli Gifts
## 460                  1026       Mini Gifts Distributors Ltd.
## 461                  1018       Australian Collectables, Ltd
## 462                  1007              Euro Shopping Channel
## 463                   951        West Coast Collectables Co.
## 464                   920             Saveley & Henriot, Co.
## 465                   863              Euro Shopping Channel
## 466                   824           Danish Wholesale Imports
## 467                   755                 Amica Models & Co.
## 468                   739                       Herkku Gifts
## 469                   702                 Auto Assoc. & Cie.
## 470                   693       Mini Gifts Distributors Ltd.
## 471                   680       Online Diecast Creations Co.
## 472                   668                     AV Stores, Co.
## 473                   657                 Signal Gift Stores
## 474                   648                    Lyon Souveniers
## 475                   607         Collectables For Less Inc.
## 476                   581              Euro Shopping Channel
## 477                   560            Anna's Decorations, Ltd
## 478                   479              Diecast Classics Inc.
## 479                  1351                    Vitachrome Inc.
## 480                  1214         Corrida Auto Replicas, Ltd
## 481                  1166          Souveniers And Things Co.
## 482                  1109           Signal Collectibles Ltd.
## 483                  1056                      Rovelli Gifts
## 484                  1050       Mini Gifts Distributors Ltd.
## 485                  1042       Australian Collectables, Ltd
## 486                  1031              Euro Shopping Channel
## 487                   975        West Coast Collectables Co.
## 488                   944             Saveley & Henriot, Co.
## 489                   887              Euro Shopping Channel
## 490                   848           Danish Wholesale Imports
## 491                   779                 Amica Models & Co.
## 492                   763                       Herkku Gifts
## 493                   726                 Auto Assoc. & Cie.
## 494                   717       Mini Gifts Distributors Ltd.
## 495                   704       Online Diecast Creations Co.
## 496                   692                     AV Stores, Co.
## 497                   681         Australian Collectors, Co.
## 498                   672                    Lyon Souveniers
## 499                   631         Collectables For Less Inc.
## 500                   583            Anna's Decorations, Ltd
## 501                   502              Diecast Classics Inc.
## 502                  1307                     AV Stores, Co.
## 503                  1245                  Atelier graphique
## 504                  1195                 Reims Collectables
## 505                  1133            Anna's Decorations, Ltd
## 506                  1098               Heintze Collectables
## 507                  1080                    Gift Depot Inc.
## 508                  1074                       Herkku Gifts
## 509                  1067       Online Diecast Creations Co.
## 510                  1056                 Muscle Machine Inc
## 511                  1012              Euro Shopping Channel
## 512                   972       Collectable Mini Designs Co.
## 513                   927                        Mini Caravy
## 514                   879              UK Collectables, Ltd.
## 515                   845                L'ordine Souveniers
## 516                   815                 Signal Gift Stores
## 517                   790                   Handji Gifts& Co
## 518                  1122          Norway Gifts By Mail, Co.
## 519                   747              Euro Shopping Channel
## 520                   729                   FunGiftIdeas.com
## 521                   717       Motor Mint Distributors Inc.
## 522                   711                 Reims Collectables
## 523                   663                  Toys4GrownUps.com
## 524                   635              Euro Shopping Channel
## 525                   564          The Sharp Gifts Warehouse
## 526                   540              Salzburg Collectables
## 527                  1361                      Rovelli Gifts
## 528                  1292              Salzburg Collectables
## 529                  1244                   Gift Ideas Corp.
## 530                  1190                Mini Creations Ltd.
## 531                  1134               Toys of Finland, Co.
## 532                  1118            Scandinavian Gift Ideas
## 533                  1103                       Alpha Cognac
## 534                  1098     Double Decker Gift Stores, Ltd
## 535                  1086                    Cruz & Sons Co.
## 536                  1041               Osaka Souveniers Co.
## 537                  1004       Collectable Mini Designs Co.
## 538                   924          The Sharp Gifts Warehouse
## 539                   881              Euro Shopping Channel
## 540                   855         Collectables For Less Inc.
## 541                   825          Norway Gifts By Mail, Co.
## 542                   801 Bavarian Collectables Imports, Co.
## 543                   773            Classic Gift Ideas, Inc
## 544                   756                  giftsbymail.co.uk
## 545                   748           Danish Wholesale Imports
## 546                   737                       Royale Belge
## 547                   727           Stylish Desk Decors, Co.
## 548                   669            Oulu Toy Supplies, Inc.
## 549                   640              Euro Shopping Channel
## 550                   612                 Reims Collectables
## 551                   611          The Sharp Gifts Warehouse
## 552                   573                L'ordine Souveniers
## 553                  1429       Online Diecast Creations Co.
## 554                  1359                     AV Stores, Co.
## 555                  1296                 Signal Gift Stores
## 556                  1183           Signal Collectibles Ltd.
## 557                  1130                      Rovelli Gifts
## 558                  1124       Mini Gifts Distributors Ltd.
## 559                  1116       Australian Collectables, Ltd
## 560                  1106                 Muscle Machine Inc
## 561                  1052         Corrida Auto Replicas, Ltd
## 562                  1018             Saveley & Henriot, Co.
## 563                   977                        Mini Caravy
## 564                   852                 Amica Models & Co.
## 565                   838                   Handji Gifts& Co
## 566                  1169              UK Collectables, Ltd.
## 567                   790       Mini Gifts Distributors Ltd.
## 568                   764       Motor Mint Distributors Inc.
## 569                   757               Marseille Mini Autos
## 570                   710                  Toys4GrownUps.com
## 571                   682              Euro Shopping Channel
## 572                   611          The Sharp Gifts Warehouse
## 573                   575          Souveniers And Things Co.
## 574                  1394                    Cruz & Sons Co.
## 575                  1329               Marseille Mini Autos
## 576                  1275       Mini Gifts Distributors Ltd.
## 577                  1211         Collectables For Less Inc.
## 578                  1152                    Mini Auto Werke
## 579                  1145                       Herkku Gifts
## 580                  1138       Online Diecast Creations Co.
## 581                  1127              Euro Shopping Channel
## 582                  1083              Euro Shopping Channel
## 583                  1047                    Vida Sport, Ltd
## 584                   999            Oulu Toy Supplies, Inc.
## 585                   950              UK Collectables, Ltd.
## 586                   916                L'ordine Souveniers
## 587                   886                 Signal Gift Stores
## 588                   863                    Vida Sport, Ltd
## 589                  1194               Blauer See Auto, Co.
## 590                   818             Toms Spezialitten, Ltd
## 591                   800                   FunGiftIdeas.com
## 592                   790                  Land of Toys Inc.
## 593                   782         Australian Collectors, Co.
## 594                   740                Suominen Souveniers
## 595                   707               Toys of Finland, Co.
## 596                   685            Scandinavian Gift Ideas
## 597                   644                        Mini Caravy
## 598                   612              Salzburg Collectables
## 599                  1412       Motor Mint Distributors Inc.
## 600                  1354               Marseille Mini Autos
## 601                  1298                       Alpha Cognac
## 602                  1230            Anna's Decorations, Ltd
## 603                  1195               Heintze Collectables
## 604                  1177       Quebec Home Shopping Network
## 605                  1171                       Herkku Gifts
## 606                  1164       Online Diecast Creations Co.
## 607                  1153                 Muscle Machine Inc
## 608                  1109              Euro Shopping Channel
## 609                  1069       Collectable Mini Designs Co.
## 610                  1024               Osaka Souveniers Co.
## 611                   976              UK Collectables, Ltd.
## 612                   942                L'ordine Souveniers
## 613                   912                 Signal Gift Stores
## 614                   889                    Vida Sport, Ltd
## 615                  1219          Norway Gifts By Mail, Co.
## 616                   844             Toms Spezialitten, Ltd
## 617                   826                   FunGiftIdeas.com
## 618                   814       Motor Mint Distributors Inc.
## 619                   808         Australian Collectors, Co.
## 620                   794                    Lyon Souveniers
## 621                   763                       Royale Belge
## 622                   734               Toys of Finland, Co.
## 623                   711       Mini Gifts Distributors Ltd.
## 624                   670           Danish Wholesale Imports
## 625                   639              Salzburg Collectables
## 626                  1477              Euro Shopping Channel
## 627                  1415               Classic Legends Inc.
## 628                  1356                 Muscle Machine Inc
## 629                  1298                Suominen Souveniers
## 630                  1248            Oulu Toy Supplies, Inc.
## 631                  1218            Dragon Souveniers, Ltd.
## 632                  1204                L'ordine Souveniers
## 633                  1197         Iberia Gift Imports, Corp.
## 634                  1187                      Mini Classics
## 635                  1174               Diecast Collectables
## 636                  1112           Signal Collectibles Ltd.
## 637                  1080               Blauer See Auto, Co.
## 638                  1030              Euro Shopping Channel
## 639                   990                   Handji Gifts& Co
## 640                   956       Mini Gifts Distributors Ltd.
## 641                   926       Mini Gifts Distributors Ltd.
## 642                   908                  Land of Toys Inc.
## 643                   874               Marta's Replicas Co.
## 644                   866               Heintze Collectables
## 645                   853                    Vitachrome Inc.
## 646                   839          La Corne D'abondance, Co.
## 647                   829                 Muscle Machine Inc
## 648                   821              Euro Shopping Channel
## 649                   778       Mini Gifts Distributors Ltd.
## 650                   754       Mini Gifts Distributors Ltd.
## 651                   679              Euro Shopping Channel
## 652                   652                  La Rochelle Gifts
## 653                  1529       Online Diecast Creations Co.
## 654                  1459                     AV Stores, Co.
## 655                  1396                 Signal Gift Stores
## 656                  1283           Signal Collectibles Ltd.
## 657                  1230                      Rovelli Gifts
## 658                  1224       Mini Gifts Distributors Ltd.
## 659                  1216       Australian Collectables, Ltd
## 660                  1206                 Muscle Machine Inc
## 661                  1152         Corrida Auto Replicas, Ltd
## 662                  1118             Saveley & Henriot, Co.
## 663                  1077                        Mini Caravy
## 664                   952                 Amica Models & Co.
## 665                   938                   Handji Gifts& Co
## 666                   904         Iberia Gift Imports, Corp.
## 667                   890       Mini Gifts Distributors Ltd.
## 668                   864                     AV Stores, Co.
## 669                   857               Marseille Mini Autos
## 670                   810                  Toys4GrownUps.com
## 671                   782              Euro Shopping Channel
## 672                   711          The Sharp Gifts Warehouse
## 673                   675          Souveniers And Things Co.
## 674                  1525              Euro Shopping Channel
## 675                  1466          La Corne D'abondance, Co.
## 676                  1404                 Muscle Machine Inc
## 677                  1346                Suominen Souveniers
## 678                  1296            Oulu Toy Supplies, Inc.
## 679                  1266            Dragon Souveniers, Ltd.
## 680                  1252           Stylish Desk Decors, Co.
## 681                  1245         Iberia Gift Imports, Corp.
## 682                  1235                      Mini Classics
## 683                  1222               Diecast Collectables
## 684                  1131       Mini Gifts Distributors Ltd.
## 685                  1077              Euro Shopping Channel
## 686                  1037                   Handji Gifts& Co
## 687                  1003       Mini Gifts Distributors Ltd.
## 688                   974              Diecast Classics Inc.
## 689                   955                  Land of Toys Inc.
## 690                   921               Marta's Replicas Co.
## 691                   913     Canadian Gift Exchange Network
## 692                   900                    Vitachrome Inc.
## 693                   887           Volvo Model Replicas, Co
## 694                   876                 Muscle Machine Inc
## 695                   868              Euro Shopping Channel
## 696                   828            Anna's Decorations, Ltd
## 697                   796              Euro Shopping Channel
## 698                   726              Euro Shopping Channel
## 699                   699                  La Rochelle Gifts
## 700                  1573               Blauer See Auto, Co.
## 701                  1506                     AV Stores, Co.
## 702                  1443                 Signal Gift Stores
## 703                  1330           Signal Collectibles Ltd.
## 704                  1277                      Rovelli Gifts
## 705                  1271       Mini Gifts Distributors Ltd.
## 706                  1263       Australian Collectables, Ltd
## 707                  1253                 Muscle Machine Inc
## 708                  1199         Corrida Auto Replicas, Ltd
## 709                  1165             Saveley & Henriot, Co.
## 710                  1111               Diecast Collectables
## 711                   999                 Amica Models & Co.
## 712                   985                   Handji Gifts& Co
## 713                   946                 Auto Assoc. & Cie.
## 714                   937       Mini Gifts Distributors Ltd.
## 715                   924       Online Diecast Creations Co.
## 716                   912                     AV Stores, Co.
## 717                   905               Marseille Mini Autos
## 718                   892                    Lyon Souveniers
## 719                   859                  Toys4GrownUps.com
## 720                   825              Euro Shopping Channel
## 721                   809       Mini Gifts Distributors Ltd.
## 722                   760                   Handji Gifts& Co
## 723                   725          Souveniers And Things Co.
## 724                  1577                 Baane Mini Imports
## 725                  1516          La Corne D'abondance, Co.
## 726                  1460         Corrida Auto Replicas, Ltd
## 727                  1404               Technics Stores Inc.
## 728                  1346            Oulu Toy Supplies, Inc.
## 729                  1316            Dragon Souveniers, Ltd.
## 730                  1302           Stylish Desk Decors, Co.
## 731                  1295         Iberia Gift Imports, Corp.
## 732                  1285             Saveley & Henriot, Co.
## 733                  1272               Diecast Collectables
## 734                  1216                   Handji Gifts& Co
## 735                  1182       Mini Gifts Distributors Ltd.
## 736                  1128              Euro Shopping Channel
## 737                  1088                   Handji Gifts& Co
## 738                  1054       Mini Gifts Distributors Ltd.
## 739                  1025              Diecast Classics Inc.
## 740                  1006            Scandinavian Gift Ideas
## 741                   972               Marta's Replicas Co.
## 742                   964     Canadian Gift Exchange Network
## 743                   952       Online Diecast Creations Co.
## 744                   938           Volvo Model Replicas, Co
## 745                   929         Australian Collectors, Co.
## 746                   919       Mini Gifts Distributors Ltd.
## 747                   879            Anna's Decorations, Ltd
## 748                   831            Anna's Decorations, Ltd
## 749                   777              Euro Shopping Channel
## 750                   750                  La Rochelle Gifts
## 751                  1585                      Rovelli Gifts
## 752                  1515         Australian Collectors, Co.
## 753                  1457              Euro Shopping Channel
## 754                  1399                  Toys4GrownUps.com
## 755                  1336               Technics Stores Inc.
## 756                  1261               Osaka Souveniers Co.
## 757                  1223         Australian Collectors, Co.
## 758                  1183  Royal Canadian Collectables, Ltd.
## 759                  1145          The Sharp Gifts Warehouse
## 760                  1098                    Gift Depot Inc.
## 761                  1074                  La Rochelle Gifts
## 762                  1046          Norway Gifts By Mail, Co.
## 763                  1021            Clover Collections, Co.
## 764                   993                      Mini Classics
## 765                   976              Diecast Classics Inc.
## 766                   969           Danish Wholesale Imports
## 767                   957            Tokyo Collectables, Ltd
## 768                   947                   Gift Ideas Corp.
## 769                   888        Australian Gift Network, Co
## 770                   861              Euro Shopping Channel
## 771                   833                 Reims Collectables
## 772                   830            Tekni Collectables Inc.
## 773                   794                L'ordine Souveniers
## 774                  1601                  Land of Toys Inc.
## 775                  1538         Australian Collectors, Co.
## 776                  1476                    Lyon Souveniers
## 777                  1422                  Toys4GrownUps.com
## 778                  1359               Technics Stores Inc.
## 779                  1346           Daedalus Designs Imports
## 780                  1340                       Herkku Gifts
## 781                  1286               Osaka Souveniers Co.
## 782                  1248         Australian Collectors, Co.
## 783                  1207       Motor Mint Distributors Inc.
## 784                  1163            Tekni Collectables Inc.
## 785                  1123                    Gift Depot Inc.
## 786                  1099                  La Rochelle Gifts
## 787                  1065               Marta's Replicas Co.
## 788                  1035                  Atelier graphique
## 789                  1018                      Mini Classics
## 790                  1001              Diecast Classics Inc.
## 791                   989                  Land of Toys Inc.
## 792                   982            Tokyo Collectables, Ltd
## 793                   940               Technics Stores Inc.
## 794                   913        Australian Gift Network, Co
## 795                   884            Scandinavian Gift Ideas
## 796                   850                   Auto Canal Petit
## 797                   815              Euro Shopping Channel
## 798                  1671               Blauer See Auto, Co.
## 799                  1604                     AV Stores, Co.
## 800                  1541         Australian Collectors, Co.
## 801                  1486          Souveniers And Things Co.
## 802                  1429           Signal Collectibles Ltd.
## 803                  1376                      Rovelli Gifts
## 804                  1370       Mini Gifts Distributors Ltd.
## 805                  1362       Australian Collectables, Ltd
## 806                  1351              Euro Shopping Channel
## 807                  1298         Corrida Auto Replicas, Ltd
## 808                  1264             Saveley & Henriot, Co.
## 809                  1207              Euro Shopping Channel
## 810                  1172                        Mini Caravy
## 811                  1099                 Amica Models & Co.
## 812                  1083                       Herkku Gifts
## 813                  1046                 Auto Assoc. & Cie.
## 814                  1037       Mini Gifts Distributors Ltd.
## 815                  1024       Online Diecast Creations Co.
## 816                  1012                     AV Stores, Co.
## 817                  1001         Australian Collectors, Co.
## 818                   992                    Lyon Souveniers
## 819                   959                  Toys4GrownUps.com
## 820                   925              Euro Shopping Channel
## 821                   909       Mini Gifts Distributors Ltd.
## 822                   824       Mini Gifts Distributors Ltd.
## 823                  1636       Motor Mint Distributors Inc.
## 824                  1566                  Atelier graphique
## 825                  1516                 Reims Collectables
## 826                  1454            Anna's Decorations, Ltd
## 827                  1419               Heintze Collectables
## 828                  1401                    Gift Depot Inc.
## 829                  1395                       Herkku Gifts
## 830                  1388       Online Diecast Creations Co.
## 831                  1377                 Muscle Machine Inc
## 832                  1333              Euro Shopping Channel
## 833                  1293       Collectable Mini Designs Co.
## 834                  1248                        Mini Caravy
## 835                  1200              UK Collectables, Ltd.
## 836                  1166                L'ordine Souveniers
## 837                  1136                 Signal Gift Stores
## 838                  1113                    Vida Sport, Ltd
## 839                  1443          Norway Gifts By Mail, Co.
## 840                  1068              Euro Shopping Channel
## 841                  1050                   FunGiftIdeas.com
## 842                  1038       Motor Mint Distributors Inc.
## 843                  1032                 Reims Collectables
## 844                   986                       Royale Belge
## 845                   956              Euro Shopping Channel
## 846                   885          The Sharp Gifts Warehouse
## 847                   861              Salzburg Collectables
## 848                  1701                 Baane Mini Imports
## 849                  1648           Volvo Model Replicas, Co
## 850                  1584         Corrida Auto Replicas, Ltd
## 851                  1536          Souveniers And Things Co.
## 852                  1472            Dragon Souveniers, Ltd.
## 853                  1442               Classic Legends Inc.
## 854                  1426        Australian Gift Network, Co
## 855                  1420            Classic Gift Ideas, Inc
## 856                  1413       Australian Collectables, Ltd
## 857                  1400     Canadian Gift Exchange Network
## 858                  1346        West Coast Collectables Co.
## 859                  1307         Cambridge Collectables Co.
## 860                  1258              Euro Shopping Channel
## 861                  1213          The Sharp Gifts Warehouse
## 862                  1179          Souveniers And Things Co.
## 863                  1151                 Amica Models & Co.
## 864                  1130            Scandinavian Gift Ideas
## 865                  1098                 Auto Assoc. & Cie.
## 866                  1089       Mini Gifts Distributors Ltd.
## 867                  1076       Online Diecast Creations Co.
## 868                  1052         Australian Collectors, Co.
## 869                  1042       Mini Gifts Distributors Ltd.
## 870                  1002         Collectables For Less Inc.
## 871                   954            Anna's Decorations, Ltd
## 872                   873                         Petit Auto
## 873                  1726                 Baane Mini Imports
## 874                  1608         Corrida Auto Replicas, Ltd
## 875                  1560          Souveniers And Things Co.
## 876                  1496            Dragon Souveniers, Ltd.
## 877                  1466               Classic Legends Inc.
## 878                  1451                      Rovelli Gifts
## 879                  1444            Classic Gift Ideas, Inc
## 880                  1437       Australian Collectables, Ltd
## 881                  1424     Canadian Gift Exchange Network
## 882                  1370        West Coast Collectables Co.
## 883                  1331         Cambridge Collectables Co.
## 884                  1282              Euro Shopping Channel
## 885                  1237          The Sharp Gifts Warehouse
## 886                  1206              Salzburg Collectables
## 887                  1175                 Amica Models & Co.
## 888                  1154            Scandinavian Gift Ideas
## 889                  1122                 Auto Assoc. & Cie.
## 890                  1113       Mini Gifts Distributors Ltd.
## 891                  1100       Online Diecast Creations Co.
## 892                  1088                     AV Stores, Co.
## 893                  1077         Australian Collectors, Co.
## 894                  1067       Mini Gifts Distributors Ltd.
## 895                  1027         Collectables For Less Inc.
## 896                   978                    Mini Auto Werke
## 897                   898                         Petit Auto
## 898                  1732                      Rovelli Gifts
## 899                  1663              Salzburg Collectables
## 900                  1615            Auto-Moto Classics Inc.
## 901                  1561                Mini Creations Ltd.
## 902                  1505               Toys of Finland, Co.
## 903                  1489            Scandinavian Gift Ideas
## 904                  1474                       Alpha Cognac
## 905                  1469     Double Decker Gift Stores, Ltd
## 906                  1458                 Enaco Distributors
## 907                  1374       Collectable Mini Designs Co.
## 908                  1298                  Land of Toys Inc.
## 909                  1251              Euro Shopping Channel
## 910                  1225                         Petit Auto
## 911                  1196  Royal Canadian Collectables, Ltd.
## 912                  1171 Bavarian Collectables Imports, Co.
## 913                  1143            Classic Gift Ideas, Inc
## 914                  1126                  giftsbymail.co.uk
## 915                  1118           Danish Wholesale Imports
## 916                  1107                       Royale Belge
## 917                  1098              Euro Shopping Channel
## 918                  1039            Oulu Toy Supplies, Inc.
## 919                  1010              Euro Shopping Channel
## 920                   982                 Reims Collectables
## 921                   981          The Sharp Gifts Warehouse
## 922                   947                  Gifts4AllAges.com
## 923                  1776                 Baane Mini Imports
## 924                  1658         Corrida Auto Replicas, Ltd
## 925                  1610          Souveniers And Things Co.
## 926                  1546            Dragon Souveniers, Ltd.
## 927                  1516               Classic Legends Inc.
## 928                  1501                      Rovelli Gifts
## 929                  1494            Classic Gift Ideas, Inc
## 930                  1487       Australian Collectables, Ltd
## 931                  1474     Canadian Gift Exchange Network
## 932                  1420        West Coast Collectables Co.
## 933                  1381         Cambridge Collectables Co.
## 934                  1332              Euro Shopping Channel
## 935                  1287          The Sharp Gifts Warehouse
## 936                  1253          Souveniers And Things Co.
## 937                  1225                 Amica Models & Co.
## 938                  1204            Scandinavian Gift Ideas
## 939                  1172                 Auto Assoc. & Cie.
## 940                  1163       Mini Gifts Distributors Ltd.
## 941                  1150       Online Diecast Creations Co.
## 942                  1138                     AV Stores, Co.
## 943                  1127         Australian Collectors, Co.
## 944                  1117       Mini Gifts Distributors Ltd.
## 945                  1077         Collectables For Less Inc.
## 946                  1028                    Mini Auto Werke
## 947                   948                         Petit Auto
## 948                  1788           Danish Wholesale Imports
## 949                  1725            Dragon Souveniers, Ltd.
## 950                  1675              Euro Shopping Channel
## 951                  1613       Mini Gifts Distributors Ltd.
## 952                  1563              Euro Shopping Channel
## 953                  1541                   FunGiftIdeas.com
## 954                  1525                        CAF Imports
## 955                  1519                Mini Creations Ltd.
## 956                  1508                   Super Scale Inc.
## 957                  1472             Saveley & Henriot, Co.
## 958                  1426                         Petit Auto
## 959                  1397                  giftsbymail.co.uk
## 960                  1350                  Land of Toys Inc.
## 961                  1276                         Petit Auto
## 962                  1247       Mini Gifts Distributors Ltd.
## 963                  1228                 Amica Models & Co.
## 964                  1194                     AV Stores, Co.
## 965                  1187               Heintze Collectables
## 966                  1174                 Baane Mini Imports
## 967                  1160          La Corne D'abondance, Co.
## 968                  1149              Euro Shopping Channel
## 969                  1095            Tokyo Collectables, Ltd
## 970                  1069              Euro Shopping Channel
## 971                  1040       Mini Gifts Distributors Ltd.
## 972                   997                  Gifts4AllAges.com
## 973                  1824              Euro Shopping Channel
## 974                  1787       Motor Mint Distributors Inc.
## 975                  1766          La Corne D'abondance, Co.
## 976                  1730               Marseille Mini Autos
## 977                  1705                 Muscle Machine Inc
## 978                  1675                       Alpha Cognac
## 979                  1648                Suominen Souveniers
## 980                  1608            Anna's Decorations, Ltd
## 981                  1599            Oulu Toy Supplies, Inc.
## 982                  1569            Dragon Souveniers, Ltd.
## 983                  1556       Quebec Home Shopping Network
## 984                  1556           Stylish Desk Decors, Co.
## 985                  1551                       Herkku Gifts
## 986                  1550         Iberia Gift Imports, Corp.
## 987                  1545       Online Diecast Creations Co.
## 988                  1541                      Mini Classics
## 989                  1535              Euro Shopping Channel
## 990                  1529               Diecast Collectables
## 991                  1492              Euro Shopping Channel
## 992                  1456                    Vida Sport, Ltd
## 993                  1440       Mini Gifts Distributors Ltd.
## 994                  1409            Oulu Toy Supplies, Inc.
## 995                  1387              Euro Shopping Channel
## 996                  1361              UK Collectables, Ltd.
## 997                  1348                   Handji Gifts& Co
## 998                  1328                L'ordine Souveniers
## 999                  1315       Mini Gifts Distributors Ltd.
## 1000                 1299                 Signal Gift Stores
## 1001                 1287              Diecast Classics Inc.
## 1002                 1277                    Vida Sport, Ltd
## 1003                 1269                  Land of Toys Inc.
## 1004                 1608          Norway Gifts By Mail, Co.
## 1005                 1236               Marta's Replicas Co.
## 1006                 1234             Toms Spezialitten, Ltd
## 1007                 1229     Canadian Gift Exchange Network
## 1008                 1217                   FunGiftIdeas.com
## 1009                 1217                    Vitachrome Inc.
## 1010                 1206       Motor Mint Distributors Inc.
## 1011                 1205           Volvo Model Replicas, Co
## 1012                 1201         Australian Collectors, Co.
## 1013                 1195                 Muscle Machine Inc
## 1014                 1187              Euro Shopping Channel
## 1015                 1157                       Royale Belge
## 1016                 1148            Anna's Decorations, Ltd
## 1017                 1129               Toys of Finland, Co.
## 1018                 1117              Euro Shopping Channel
## 1019                 1096              Euro Shopping Channel
## 1020                 1067                        Mini Caravy
## 1021                 1049              Euro Shopping Channel
## 1022                 1036              Salzburg Collectables
## 1023                 1023                  La Rochelle Gifts
## 1024                 1864           Danish Wholesale Imports
## 1025                 1801            Dragon Souveniers, Ltd.
## 1026                 1751              Euro Shopping Channel
## 1027                 1689       Mini Gifts Distributors Ltd.
## 1028                 1639              Euro Shopping Channel
## 1029                 1616            Dragon Souveniers, Ltd.
## 1030                 1601                        CAF Imports
## 1031                 1595                Mini Creations Ltd.
## 1032                 1584                   Super Scale Inc.
## 1033                 1548             Saveley & Henriot, Co.
## 1034                 1502                         Petit Auto
## 1035                 1473                  giftsbymail.co.uk
## 1036                 1426                  Land of Toys Inc.
## 1037                 1352                         Petit Auto
## 1038                 1323       Mini Gifts Distributors Ltd.
## 1039                 1304                 Amica Models & Co.
## 1040                 1270                     AV Stores, Co.
## 1041                 1263               Heintze Collectables
## 1042                 1246           Volvo Model Replicas, Co
## 1043                 1236          La Corne D'abondance, Co.
## 1044                 1225              Euro Shopping Channel
## 1045                 1171            Tokyo Collectables, Ltd
## 1046                 1145              Euro Shopping Channel
## 1047                 1116       Mini Gifts Distributors Ltd.
## 1048                 1073                  Gifts4AllAges.com
## 1049                 1869                    Cruz & Sons Co.
## 1050                 1804               Marseille Mini Autos
## 1051                 1750       Mini Gifts Distributors Ltd.
## 1052                 1686         Collectables For Less Inc.
## 1053                 1627            Anna's Decorations, Ltd
## 1054                 1620                       Herkku Gifts
## 1055                 1613             Toms Spezialitten, Ltd
## 1056                 1602              Euro Shopping Channel
## 1057                 1559                   Auto Canal Petit
## 1058                 1522                    Vida Sport, Ltd
## 1059                 1477           Danish Wholesale Imports
## 1060                 1431                   Auto Canal Petit
## 1061                 1395       Australian Collectables, Ltd
## 1062                 1365           Online Mini Collectables
## 1063                 1338                    Vida Sport, Ltd
## 1064                 1669               Blauer See Auto, Co.
## 1065                 1293             Toms Spezialitten, Ltd
## 1066                 1276                    Microscale Inc.
## 1067                 1265                  Land of Toys Inc.
## 1068                 1257         Australian Collectors, Co.
## 1069                 1215                Suominen Souveniers
## 1070                 1181              Euro Shopping Channel
## 1071                 1159       Mini Gifts Distributors Ltd.
## 1072                 1925                 Baane Mini Imports
## 1073                 1807         Corrida Auto Replicas, Ltd
## 1074                 1759          Souveniers And Things Co.
## 1075                 1702           Signal Collectibles Ltd.
## 1076                 1665               Classic Legends Inc.
## 1077                 1650                      Rovelli Gifts
## 1078                 1644       Mini Gifts Distributors Ltd.
## 1079                 1636       Australian Collectables, Ltd
## 1080                 1623     Canadian Gift Exchange Network
## 1081                 1569        West Coast Collectables Co.
## 1082                 1538             Saveley & Henriot, Co.
## 1083                 1481              Euro Shopping Channel
## 1084                 1436          The Sharp Gifts Warehouse
## 1085                 1373                 Amica Models & Co.
## 1086                 1353            Auto-Moto Classics Inc.
## 1087                 1320                 Auto Assoc. & Cie.
## 1088                 1311       Mini Gifts Distributors Ltd.
## 1089                 1297               Blauer See Auto, Co.
## 1090                 1274         Australian Collectors, Co.
## 1091                 1264       Mini Gifts Distributors Ltd.
## 1092                 1224         Collectables For Less Inc.
## 1093                 1197       Mini Gifts Distributors Ltd.
## 1094                 1176                    Mini Auto Werke
## 1095                 1096                         Petit Auto
## 1096                 1916                    Cruz & Sons Co.
## 1097                 1851               Marseille Mini Autos
## 1098                 1797       Mini Gifts Distributors Ltd.
## 1099                 1733         Collectables For Less Inc.
## 1100                 1674            Anna's Decorations, Ltd
## 1101                 1667                       Herkku Gifts
## 1102                 1660             Toms Spezialitten, Ltd
## 1103                 1649              Euro Shopping Channel
## 1104                 1606                   Auto Canal Petit
## 1105                 1569                    Vida Sport, Ltd
## 1106                 1524           Danish Wholesale Imports
## 1107                 1478                   Auto Canal Petit
## 1108                 1442       Australian Collectables, Ltd
## 1109                 1412           Online Mini Collectables
## 1110                 1385                    Vida Sport, Ltd
## 1111                 1716               Blauer See Auto, Co.
## 1112                 1340             Toms Spezialitten, Ltd
## 1113                 1323           Volvo Model Replicas, Co
## 1114                 1311                    Cruz & Sons Co.
## 1115                 1304         Australian Collectors, Co.
## 1116                 1292              Euro Shopping Channel
## 1117                 1263                Suominen Souveniers
## 1118                 1229              Euro Shopping Channel
## 1119                 1207       Mini Gifts Distributors Ltd.
## 1120                 1933       Motor Mint Distributors Inc.
## 1121                 1863                  Atelier graphique
## 1122                 1813                 Reims Collectables
## 1123                 1751            Anna's Decorations, Ltd
## 1124                 1716               Heintze Collectables
## 1125                 1698                    Gift Depot Inc.
## 1126                 1692                       Herkku Gifts
## 1127                 1685       Online Diecast Creations Co.
## 1128                 1674                 Muscle Machine Inc
## 1129                 1630              Euro Shopping Channel
## 1130                 1590       Collectable Mini Designs Co.
## 1131                 1545               Osaka Souveniers Co.
## 1132                 1497              UK Collectables, Ltd.
## 1133                 1463                L'ordine Souveniers
## 1134                 1433                 Signal Gift Stores
## 1135                 1410                    Vida Sport, Ltd
## 1136                 1740          Norway Gifts By Mail, Co.
## 1137                 1365              Euro Shopping Channel
## 1138                 1347                   FunGiftIdeas.com
## 1139                 1335       Motor Mint Distributors Inc.
## 1140                 1329                 Reims Collectables
## 1141                 1281                  Toys4GrownUps.com
## 1142                 1253              Euro Shopping Channel
## 1143                 1189           Danish Wholesale Imports
## 1144                 1158              Salzburg Collectables
## 1145                 1965                    Cruz & Sons Co.
## 1146                 1900               Marseille Mini Autos
## 1147                 1846       Mini Gifts Distributors Ltd.
## 1148                 1784                   Gift Ideas Corp.
## 1149                 1723            Anna's Decorations, Ltd
## 1150                 1717           Daedalus Designs Imports
## 1151                 1709             Toms Spezialitten, Ltd
## 1152                 1654                   Auto Canal Petit
## 1153                 1618           Daedalus Designs Imports
## 1154                 1576                    Vitachrome Inc.
## 1155                 1526                   Auto Canal Petit
## 1156                 1492                  Gifts4AllAges.com
## 1157                 1460           Online Mini Collectables
## 1158                 1435          La Corne D'abondance, Co.
## 1159                 1403               Toys of Finland, Co.
## 1160                 1388             Toms Spezialitten, Ltd
## 1161                 1371                    Microscale Inc.
## 1162                 1359                    Cruz & Sons Co.
## 1163                 1352         Australian Collectors, Co.
## 1164                 1340              Euro Shopping Channel
## 1165                 1311                Suominen Souveniers
## 1166                 1277              Euro Shopping Channel
## 1167                 1255       Mini Gifts Distributors Ltd.
## 1168                 1221              UK Collectables, Ltd.
## 1169                 2003                      Rovelli Gifts
## 1170                 1934              Salzburg Collectables
## 1171                 1886            Auto-Moto Classics Inc.
## 1172                 1832                Mini Creations Ltd.
## 1173                 1776               Toys of Finland, Co.
## 1174                 1760            Scandinavian Gift Ideas
## 1175                 1745                       Alpha Cognac
## 1176                 1740     Double Decker Gift Stores, Ltd
## 1177                 1729                 Enaco Distributors
## 1178                 1645       Collectable Mini Designs Co.
## 1179                 1568         Cambridge Collectables Co.
## 1180                 1522              Euro Shopping Channel
## 1181                 1496                         Petit Auto
## 1182                 1467  Royal Canadian Collectables, Ltd.
## 1183                 1442 Bavarian Collectables Imports, Co.
## 1184                 1414            Classic Gift Ideas, Inc
## 1185                 1397                  giftsbymail.co.uk
## 1186                 1387                      Rovelli Gifts
## 1187                 1378                       Royale Belge
## 1188                 1368           Stylish Desk Decors, Co.
## 1189                 1310            Oulu Toy Supplies, Inc.
## 1190                 1281              Euro Shopping Channel
## 1191                 1253                 Reims Collectables
## 1192                 1252          The Sharp Gifts Warehouse
## 1193                 1215       Australian Collectables, Ltd
## 1194                 2045              Euro Shopping Channel
## 1195                 1971            Dragon Souveniers, Ltd.
## 1196                 1924                 Muscle Machine Inc
## 1197                 1859       Mini Gifts Distributors Ltd.
## 1198                 1812        Australian Gift Network, Co
## 1199                 1786            Dragon Souveniers, Ltd.
## 1200                 1772                L'ordine Souveniers
## 1201                 1765                Mini Creations Ltd.
## 1202                 1754                   Super Scale Inc.
## 1203                 1742               Diecast Collectables
## 1204                 1678            Clover Collections, Co.
## 1205                 1648               Blauer See Auto, Co.
## 1206                 1598                Suominen Souveniers
## 1207                 1523              Diecast Classics Inc.
## 1208                 1493       Mini Gifts Distributors Ltd.
## 1209                 1475                  Land of Toys Inc.
## 1210                 1440                     AV Stores, Co.
## 1211                 1433               Heintze Collectables
## 1212                 1420                    Vitachrome Inc.
## 1213                 1405               Classic Legends Inc.
## 1214                 1396                 Muscle Machine Inc
## 1215                 1388              Euro Shopping Channel
## 1216                 1342            Tokyo Collectables, Ltd
## 1217                 1316              Euro Shopping Channel
## 1218                 1295              Euro Shopping Channel
## 1219                 1245                    Gift Depot Inc.
## 1220                 2096       Online Diecast Creations Co.
## 1221                 2026                     AV Stores, Co.
## 1222                 1963                 Signal Gift Stores
## 1223                 1851            Anna's Decorations, Ltd
## 1224                 1797                      Rovelli Gifts
## 1225                 1791       Mini Gifts Distributors Ltd.
## 1226                 1783       Australian Collectables, Ltd
## 1227                 1773                 Muscle Machine Inc
## 1228                 1723     Double Decker Gift Stores, Ltd
## 1229                 1685             Saveley & Henriot, Co.
## 1230                 1644                        Mini Caravy
## 1231                 1519                 Amica Models & Co.
## 1232                 1505                   Handji Gifts& Co
## 1233                 1836              UK Collectables, Ltd.
## 1234                 1462              Euro Shopping Channel
## 1235                 1431                     AV Stores, Co.
## 1236                 1424               Marseille Mini Autos
## 1237                 1377                  Toys4GrownUps.com
## 1238                 1343              Euro Shopping Channel
## 1239                 1278          The Sharp Gifts Warehouse
## 1240                 1242          Souveniers And Things Co.
## 1241                 2081           Danish Wholesale Imports
## 1242                 2018            Dragon Souveniers, Ltd.
## 1243                 1968              Euro Shopping Channel
## 1244                 1906       Mini Gifts Distributors Ltd.
## 1245                 1856              Euro Shopping Channel
## 1246                 1834                   FunGiftIdeas.com
## 1247                 1818                        CAF Imports
## 1248                 1812                Mini Creations Ltd.
## 1249                 1801                 Enaco Distributors
## 1250                 1765             Saveley & Henriot, Co.
## 1251                 1719                         Petit Auto
## 1252                 1690                  giftsbymail.co.uk
## 1253                 1643                  Land of Toys Inc.
## 1254                 1603       Quebec Home Shopping Network
## 1255                 1570                         Petit Auto
## 1256                 1541  Royal Canadian Collectables, Ltd.
## 1257                 1522                 Amica Models & Co.
## 1258                 1488                     AV Stores, Co.
## 1259                 1474                  La Rochelle Gifts
## 1260                 1464           Volvo Model Replicas, Co
## 1261                 1453               Classic Legends Inc.
## 1262                 1443              Euro Shopping Channel
## 1263                 1389            Tokyo Collectables, Ltd
## 1264                 1363              Euro Shopping Channel
## 1265                 1334       Mini Gifts Distributors Ltd.
## 1266                 1291                  Gifts4AllAges.com
## 1267                 2120                 Baane Mini Imports
## 1268                 2059          La Corne D'abondance, Co.
## 1269                 2003         Corrida Auto Replicas, Ltd
## 1270                 1947               Technics Stores Inc.
## 1271                 1891            Dragon Souveniers, Ltd.
## 1272                 1860                    Mini Auto Werke
## 1273                 1845           Stylish Desk Decors, Co.
## 1274                 1839            Classic Gift Ideas, Inc
## 1275                 1828             Saveley & Henriot, Co.
## 1276                 1815               Diecast Collectables
## 1277                 1759                   Handji Gifts& Co
## 1278                 1725       Mini Gifts Distributors Ltd.
## 1279                 1672                   Super Scale Inc.
## 1280                 1631                   Handji Gifts& Co
## 1281                 1598          Souveniers And Things Co.
## 1282                 1568              Diecast Classics Inc.
## 1283                 1549            Scandinavian Gift Ideas
## 1284                 1515               Marta's Replicas Co.
## 1285                 1507     Canadian Gift Exchange Network
## 1286                 1494               Blauer See Auto, Co.
## 1287                 1481           Volvo Model Replicas, Co
## 1288                 1472         Australian Collectors, Co.
## 1289                 1462       Mini Gifts Distributors Ltd.
## 1290                 1422            Anna's Decorations, Ltd
## 1291                 1395       Mini Gifts Distributors Ltd.
## 1292                 1322       Quebec Home Shopping Network
## 1293                 1293                  La Rochelle Gifts
## 1294                 2147                 Baane Mini Imports
## 1295                 2092       Mini Gifts Distributors Ltd.
## 1296                 2030         Corrida Auto Replicas, Ltd
## 1297                 1974               Technics Stores Inc.
## 1298                 1918            Dragon Souveniers, Ltd.
## 1299                 1887                    Mini Auto Werke
## 1300                 1872        Australian Gift Network, Co
## 1301                 1866            Classic Gift Ideas, Inc
## 1302                 1855             Saveley & Henriot, Co.
## 1303                 1846     Canadian Gift Exchange Network
## 1304                 1792        West Coast Collectables Co.
## 1305                 1752       Mini Gifts Distributors Ltd.
## 1306                 1699                   Super Scale Inc.
## 1307                 1658            Tokyo Collectables, Ltd
## 1308                 1625          Souveniers And Things Co.
## 1309                 1595              Diecast Classics Inc.
## 1310                 1576            Scandinavian Gift Ideas
## 1311                 1544                 Auto Assoc. & Cie.
## 1312                 1535       Mini Gifts Distributors Ltd.
## 1313                 1521                    Vitachrome Inc.
## 1314                 1526         Corrida Auto Replicas, Ltd
## 1315                 1488              Euro Shopping Channel
## 1316                 1448            Anna's Decorations, Ltd
## 1317                 1421       Mini Gifts Distributors Ltd.
## 1318                 1348       Quebec Home Shopping Network
## 1319                 1319              Euro Shopping Channel
## 1320                 2140                    Cruz & Sons Co.
## 1321                 2075               Marseille Mini Autos
## 1322                 2021       Mini Gifts Distributors Ltd.
## 1323                 1959                   Gift Ideas Corp.
## 1324                 1898            Anna's Decorations, Ltd
## 1325                 1892           Daedalus Designs Imports
## 1326                 1884             Toms Spezialitten, Ltd
## 1327                 1829                   Auto Canal Petit
## 1328                 1792                    Vida Sport, Ltd
## 1329                 1747           Danish Wholesale Imports
## 1330                 1701                   Auto Canal Petit
## 1331                 1667                  Gifts4AllAges.com
## 1332                 1635           Online Mini Collectables
## 1333                 1608                    Vida Sport, Ltd
## 1334                 1578               Toys of Finland, Co.
## 1335                 1563             Toms Spezialitten, Ltd
## 1336                 1546                    Microscale Inc.
## 1337                 1534                    Cruz & Sons Co.
## 1338                 1527         Australian Collectors, Co.
## 1339                 1515              Euro Shopping Channel
## 1340                 1486                Suominen Souveniers
## 1341                 1452              Euro Shopping Channel
## 1342                 1430       Mini Gifts Distributors Ltd.
## 1343                 2148                     AV Stores, Co.
## 1344                 2085                 Signal Gift Stores
## 1345                 1973            Anna's Decorations, Ltd
## 1346                 1938               Heintze Collectables
## 1347                 1920                      Rovelli Gifts
## 1348                 1914       Mini Gifts Distributors Ltd.
## 1349                 1906       Australian Collectables, Ltd
## 1350                 1896                 Muscle Machine Inc
## 1351                 1846     Double Decker Gift Stores, Ltd
## 1352                 1808             Saveley & Henriot, Co.
## 1353                 1767                        Mini Caravy
## 1354                 1683                 Muscle Machine Inc
## 1355                 1651              Euro Shopping Channel
## 1356                 1629                   Handji Gifts& Co
## 1357                 1960              UK Collectables, Ltd.
## 1358                 1586              Euro Shopping Channel
## 1359                 1555                     AV Stores, Co.
## 1360                 1548               Marseille Mini Autos
## 1361                 1501                  Toys4GrownUps.com
## 1362                 1467              Euro Shopping Channel
## 1363                 1402          The Sharp Gifts Warehouse
## 1364                 1366          Souveniers And Things Co.
## 1365                 2170                     AV Stores, Co.
## 1366                 2107                 Signal Gift Stores
## 1367                 1995            Anna's Decorations, Ltd
## 1368                 1960               Heintze Collectables
## 1369                 1942                    Gift Depot Inc.
## 1370                 1936       Mini Gifts Distributors Ltd.
## 1371                 1929       Online Diecast Creations Co.
## 1372                 1918                 Muscle Machine Inc
## 1373                 1874              Euro Shopping Channel
## 1374                 1834       Collectable Mini Designs Co.
## 1375                 1789                        Mini Caravy
## 1376                 1705                 Muscle Machine Inc
## 1377                 1673              Euro Shopping Channel
## 1378                 1651                   Handji Gifts& Co
## 1379                 1983          Norway Gifts By Mail, Co.
## 1380                 1608              Euro Shopping Channel
## 1381                 1590                   FunGiftIdeas.com
## 1382                 1578                     AV Stores, Co.
## 1383                 1571               Marseille Mini Autos
## 1384                 1524                  Toys4GrownUps.com
## 1385                 1490              Euro Shopping Channel
## 1386                 1425          The Sharp Gifts Warehouse
## 1387                 1389          Souveniers And Things Co.
## 1388                 2239              Euro Shopping Channel
## 1389                 2177               Classic Legends Inc.
## 1390                 2118                 Muscle Machine Inc
## 1391                 2060                Suominen Souveniers
## 1392                 2006        Australian Gift Network, Co
## 1393                 1980            Dragon Souveniers, Ltd.
## 1394                 1966                L'ordine Souveniers
## 1395                 1959         Iberia Gift Imports, Corp.
## 1396                 1949                      Mini Classics
## 1397                 1936               Diecast Collectables
## 1398                 1872            Clover Collections, Co.
## 1399                 1842               Blauer See Auto, Co.
## 1400                 1792              Euro Shopping Channel
## 1401                 1752                   Handji Gifts& Co
## 1402                 1718       Mini Gifts Distributors Ltd.
## 1403                 1688       Mini Gifts Distributors Ltd.
## 1404                 1670                  Land of Toys Inc.
## 1405                 1636               Marta's Replicas Co.
## 1406                 1628               Heintze Collectables
## 1407                 1615                    Vitachrome Inc.
## 1408                 1601          La Corne D'abondance, Co.
## 1409                 1591                 Muscle Machine Inc
## 1410                 1583              Euro Shopping Channel
## 1411                 1540       Mini Gifts Distributors Ltd.
## 1412                 1511              Euro Shopping Channel
## 1413                 1490              Euro Shopping Channel
## 1414                 1442              Euro Shopping Channel
## 1415                 1415                  La Rochelle Gifts
## 1416                 2243                  Land of Toys Inc.
## 1417                 2180         Australian Collectors, Co.
## 1418                 2118                    Lyon Souveniers
## 1419                 2064                  Toys4GrownUps.com
## 1420                 2001               Technics Stores Inc.
## 1421                 1988           Daedalus Designs Imports
## 1422                 1982                       Herkku Gifts
## 1423                 1925                   Auto Canal Petit
## 1424                 1890         Australian Collectors, Co.
## 1425                 1847                    Vitachrome Inc.
## 1426                 1805            Tekni Collectables Inc.
## 1427                 1765                    Gift Depot Inc.
## 1428                 1741                  La Rochelle Gifts
## 1429                 1707               Marta's Replicas Co.
## 1430                 1674               Toys of Finland, Co.
## 1431                 1660                 Baane Mini Imports
## 1432                 1643              Diecast Classics Inc.
## 1433                 1631                  Land of Toys Inc.
## 1434                 1624            Tokyo Collectables, Ltd
## 1435                 1582               Technics Stores Inc.
## 1436                 1555        Australian Gift Network, Co
## 1437                 1526            Scandinavian Gift Ideas
## 1438                 1491              UK Collectables, Ltd.
## 1439                 1457              Euro Shopping Channel
## 1440                 2245                     AV Stores, Co.
## 1441                 2183                  Atelier graphique
## 1442                 2133                 Reims Collectables
## 1443                 2071            Anna's Decorations, Ltd
## 1444                 2036               Heintze Collectables
## 1445                 2018                    Gift Depot Inc.
## 1446                 2012                       Herkku Gifts
## 1447                 2005       Online Diecast Creations Co.
## 1448                 1994                 Muscle Machine Inc
## 1449                 1950              Euro Shopping Channel
## 1450                 1910       Collectable Mini Designs Co.
## 1451                 1865                        Mini Caravy
## 1452                 1782                L'ordine Souveniers
## 1453                 1752                 Signal Gift Stores
## 1454                 1727                   Handji Gifts& Co
## 1455                 2059          Norway Gifts By Mail, Co.
## 1456                 1684              Euro Shopping Channel
## 1457                 1666                   FunGiftIdeas.com
## 1458                 1654                     AV Stores, Co.
## 1459                 1648                 Reims Collectables
## 1460                 1600                  Toys4GrownUps.com
## 1461                 1572              Euro Shopping Channel
## 1462                 1501          The Sharp Gifts Warehouse
## 1463                 1465          Souveniers And Things Co.
## 1464                 2298                      Rovelli Gifts
## 1465                 2228         Australian Collectors, Co.
## 1466                 2170              Euro Shopping Channel
## 1467                 2112                  Toys4GrownUps.com
## 1468                 2049               Technics Stores Inc.
## 1469                 1974               Osaka Souveniers Co.
## 1470                 1936         Australian Collectors, Co.
## 1471                 1896  Royal Canadian Collectables, Ltd.
## 1472                 1858          The Sharp Gifts Warehouse
## 1473                 1815              Euro Shopping Channel
## 1474                 1787                  La Rochelle Gifts
## 1475                 1759          Norway Gifts By Mail, Co.
## 1476                 1734            Clover Collections, Co.
## 1477                 1706                      Mini Classics
## 1478                 1690                  giftsbymail.co.uk
## 1479                 1680                      Rovelli Gifts
## 1480                 1670            Tokyo Collectables, Ltd
## 1481                 1660                   Gift Ideas Corp.
## 1482                 1601        Australian Gift Network, Co
## 1483                 1574              Euro Shopping Channel
## 1484                 1546                 Reims Collectables
## 1485                 1543            Tekni Collectables Inc.
## 1486                 1507                L'ordine Souveniers
## 1487                 2360               Blauer See Auto, Co.
## 1488                 2293                     AV Stores, Co.
## 1489                 2230                 Signal Gift Stores
## 1490                 2117           Signal Collectibles Ltd.
## 1491                 2064                      Rovelli Gifts
## 1492                 2058       Mini Gifts Distributors Ltd.
## 1493                 2050       Australian Collectables, Ltd
## 1494                 2039              Euro Shopping Channel
## 1495                 1986         Corrida Auto Replicas, Ltd
## 1496                 1952             Saveley & Henriot, Co.
## 1497                 1898               Diecast Collectables
## 1498                 1786                 Amica Models & Co.
## 1499                 1772                   Handji Gifts& Co
## 1500                 1733                 Auto Assoc. & Cie.
## 1501                 1724       Mini Gifts Distributors Ltd.
## 1502                 1711       Online Diecast Creations Co.
## 1503                 1699                     AV Stores, Co.
## 1504                 1692               Marseille Mini Autos
## 1505                 1679                    Lyon Souveniers
## 1506                 1646                  Toys4GrownUps.com
## 1507                 1612              Euro Shopping Channel
## 1508                 1591            Anna's Decorations, Ltd
## 1509                 1547                   Handji Gifts& Co
## 1510                 1512          Souveniers And Things Co.
## 1511                 2338                  Land of Toys Inc.
## 1512                 2275         Australian Collectors, Co.
## 1513                 2213                    Lyon Souveniers
## 1514                 2159                  Toys4GrownUps.com
## 1515                 2114                 Baane Mini Imports
## 1516                 2097               Technics Stores Inc.
## 1517                 2084           Daedalus Designs Imports
## 1518                 2078                       Herkku Gifts
## 1519                 2024               Osaka Souveniers Co.
## 1520                 1986         Australian Collectors, Co.
## 1521                 1945       Motor Mint Distributors Inc.
## 1522                 1908          The Sharp Gifts Warehouse
## 1523                 1861                    Gift Depot Inc.
## 1524                 1837                  La Rochelle Gifts
## 1525                 1803               Marta's Replicas Co.
## 1526                 1784            Clover Collections, Co.
## 1527                 1756                      Mini Classics
## 1528                 1739              Diecast Classics Inc.
## 1529                 1727                  Land of Toys Inc.
## 1530                 1719                 Enaco Distributors
## 1531                 1677                Suominen Souveniers
## 1532                 1650                  La Rochelle Gifts
## 1533                 1622            Scandinavian Gift Ideas
## 1534                 1588                   Auto Canal Petit
## 1535                 1556                L'ordine Souveniers
## 1536                 2376           Danish Wholesale Imports
## 1537                 2313            Dragon Souveniers, Ltd.
## 1538                 2257           Stylish Desk Decors, Co.
## 1539                 2201       Mini Gifts Distributors Ltd.
## 1540                 2151              Euro Shopping Channel
## 1541                 2127            Scandinavian Gift Ideas
## 1542                 2113                        CAF Imports
## 1543                 2107                Mini Creations Ltd.
## 1544                 2096                 Enaco Distributors
## 1545                 2060             Saveley & Henriot, Co.
## 1546                 2014                         Petit Auto
## 1547                 1985                  giftsbymail.co.uk
## 1548                 1938                  Land of Toys Inc.
## 1549                 1898       Quebec Home Shopping Network
## 1550                 1865                         Petit Auto
## 1551                 1836  Royal Canadian Collectables, Ltd.
## 1552                 1817                 Amica Models & Co.
## 1553                 1783                     AV Stores, Co.
## 1554                 1769                  La Rochelle Gifts
## 1555                 1759           Volvo Model Replicas, Co
## 1556                 1748               Classic Legends Inc.
## 1557                 1738              Euro Shopping Channel
## 1558                 1684            Tokyo Collectables, Ltd
## 1559                 1628       Mini Gifts Distributors Ltd.
## 1560                 1585                  Gifts4AllAges.com
## 1561                 2434               Blauer See Auto, Co.
## 1562                 2367                     AV Stores, Co.
## 1563                 2304                 Signal Gift Stores
## 1564                 2191           Signal Collectibles Ltd.
## 1565                 2138                      Rovelli Gifts
## 1566                 2132       Mini Gifts Distributors Ltd.
## 1567                 2124       Australian Collectables, Ltd
## 1568                 2113              Euro Shopping Channel
## 1569                 2060         Corrida Auto Replicas, Ltd
## 1570                 2026             Saveley & Henriot, Co.
## 1571                 1969              Euro Shopping Channel
## 1572                 1934                        Mini Caravy
## 1573                 1861                 Amica Models & Co.
## 1574                 1845                       Herkku Gifts
## 1575                 1808                 Auto Assoc. & Cie.
## 1576                 1799       Mini Gifts Distributors Ltd.
## 1577                 1786       Online Diecast Creations Co.
## 1578                 1774                     AV Stores, Co.
## 1579                 1767                  Atelier graphique
## 1580                 1754                    Lyon Souveniers
## 1581                 1721                  Toys4GrownUps.com
## 1582                 1687              Euro Shopping Channel
## 1583                 1666            Anna's Decorations, Ltd
## 1584                 1586       Mini Gifts Distributors Ltd.
## 1585                 2438                 Baane Mini Imports
## 1586                 2377          La Corne D'abondance, Co.
## 1587                 2321         Corrida Auto Replicas, Ltd
## 1588                 2265               Technics Stores Inc.
## 1589                 2207            Oulu Toy Supplies, Inc.
## 1590                 2177            Dragon Souveniers, Ltd.
## 1591                 2163           Stylish Desk Decors, Co.
## 1592                 2156         Iberia Gift Imports, Corp.
## 1593                 2146             Saveley & Henriot, Co.
## 1594                 2133               Diecast Collectables
## 1595                 2077                   Handji Gifts& Co
## 1596                 2043       Mini Gifts Distributors Ltd.
## 1597                 1989              Euro Shopping Channel
## 1598                 1949                   Handji Gifts& Co
## 1599                 1915       Mini Gifts Distributors Ltd.
## 1600                 1886              Diecast Classics Inc.
## 1601                 1867            Scandinavian Gift Ideas
## 1602                 1833               Marta's Replicas Co.
## 1603                 1825     Canadian Gift Exchange Network
## 1604                 1812                    Vitachrome Inc.
## 1605                 1799           Volvo Model Replicas, Co
## 1606                 1818         Corrida Auto Replicas, Ltd
## 1607                 1780              Euro Shopping Channel
## 1608                 1737       Mini Gifts Distributors Ltd.
## 1609                 1713       Mini Gifts Distributors Ltd.
## 1610                 1638              Euro Shopping Channel
## 1611                 1611                  La Rochelle Gifts
## 1612                 2432                    Cruz & Sons Co.
## 1613                 2368                 Reims Collectables
## 1614                 2313       Mini Gifts Distributors Ltd.
## 1615                 2260                  Toys4GrownUps.com
## 1616                 2190            Anna's Decorations, Ltd
## 1617                 2184           Daedalus Designs Imports
## 1618                 2177              Euro Shopping Channel
## 1619                 2121                   Auto Canal Petit
## 1620                 2085           Daedalus Designs Imports
## 1621                 2043                    Vitachrome Inc.
## 1622                 1993                   Auto Canal Petit
## 1623                 1959                  Gifts4AllAges.com
## 1624                 1927           Online Mini Collectables
## 1625                 1903               Marta's Replicas Co.
## 1626                 1870               Toys of Finland, Co.
## 1627                 1856                 Baane Mini Imports
## 1628                 1838                    Microscale Inc.
## 1629                 1826                    Cruz & Sons Co.
## 1630                 1819              Salzburg Collectables
## 1631                 1807              Euro Shopping Channel
## 1632                 1778                Suominen Souveniers
## 1633                 1751                  La Rochelle Gifts
## 1634                 1722       Mini Gifts Distributors Ltd.
## 1635                 1688              UK Collectables, Ltd.
## 1636                 2441                     AV Stores, Co.
## 1637                 2378                 Signal Gift Stores
## 1638                 2266            Anna's Decorations, Ltd
## 1639                 2231               Heintze Collectables
## 1640                 2213                    Gift Depot Inc.
## 1641                 2207       Mini Gifts Distributors Ltd.
## 1642                 2200       Online Diecast Creations Co.
## 1643                 2189                 Muscle Machine Inc
## 1644                 2145              Euro Shopping Channel
## 1645                 2101             Saveley & Henriot, Co.
## 1646                 2060                        Mini Caravy
## 1647                 1976                 Muscle Machine Inc
## 1648                 1944              Euro Shopping Channel
## 1649                 1922                   Handji Gifts& Co
## 1650                 2253              UK Collectables, Ltd.
## 1651                 1879              Euro Shopping Channel
## 1652                 1861                   FunGiftIdeas.com
## 1653                 1849                     AV Stores, Co.
## 1654                 1838                 Signal Gift Stores
## 1655                 1788       Mini Gifts Distributors Ltd.
## 1656                 1761              Euro Shopping Channel
## 1657                 1696          The Sharp Gifts Warehouse
## 1658                 1660          Souveniers And Things Co.
## 1659                 2510              Euro Shopping Channel
## 1660                 2451          La Corne D'abondance, Co.
## 1661                 2389                 Muscle Machine Inc
## 1662                 2331                Suominen Souveniers
## 1663                 2281            Oulu Toy Supplies, Inc.
## 1664                 2251            Dragon Souveniers, Ltd.
## 1665                 2237           Stylish Desk Decors, Co.
## 1666                 2230         Iberia Gift Imports, Corp.
## 1667                 2220                      Mini Classics
## 1668                 2207               Diecast Collectables
## 1669                 2145           Signal Collectibles Ltd.
## 1670                 2117       Mini Gifts Distributors Ltd.
## 1671                 2063              Euro Shopping Channel
## 1672                 2023                   Handji Gifts& Co
## 1673                 1989       Mini Gifts Distributors Ltd.
## 1674                 1960              Diecast Classics Inc.
## 1675                 1941                  Land of Toys Inc.
## 1676                 1907               Marta's Replicas Co.
## 1677                 1899               Heintze Collectables
## 1678                 1886                    Vitachrome Inc.
## 1679                 1873       Mini Gifts Distributors Ltd.
## 1680                 1862                 Muscle Machine Inc
## 1681                 1854              Euro Shopping Channel
## 1682                 1811       Mini Gifts Distributors Ltd.
## 1683                 1782              Euro Shopping Channel
## 1684                 1761              Euro Shopping Channel
## 1685                 1713              Euro Shopping Channel
## 1686                 1686                  La Rochelle Gifts
## 1687                 2521                      Rovelli Gifts
## 1688                 2452              Salzburg Collectables
## 1689                 2404                   Gift Ideas Corp.
## 1690                 2350                Mini Creations Ltd.
## 1691                 2294               Toys of Finland, Co.
## 1692                 2278            Scandinavian Gift Ideas
## 1693                 2263                       Alpha Cognac
## 1694                 2258     Double Decker Gift Stores, Ltd
## 1695                 2246                    Cruz & Sons Co.
## 1696                 2163       Collectable Mini Designs Co.
## 1697                 2086         Cambridge Collectables Co.
## 1698                 2040              Euro Shopping Channel
## 1699                 2014         Collectables For Less Inc.
## 1700                 1984          Norway Gifts By Mail, Co.
## 1701                 1960 Bavarian Collectables Imports, Co.
## 1702                 1932            Classic Gift Ideas, Inc
## 1703                 1915                  giftsbymail.co.uk
## 1704                 1905                      Rovelli Gifts
## 1705                 1895            Tokyo Collectables, Ltd
## 1706                 1886           Stylish Desk Decors, Co.
## 1707                 1828            Oulu Toy Supplies, Inc.
## 1708                 1799              Euro Shopping Channel
## 1709                 1771                 Reims Collectables
## 1710                 1770          The Sharp Gifts Warehouse
## 1711                 1733       Australian Collectables, Ltd
## 1712                 2517                     AV Stores, Co.
## 1713                 2454                 Signal Gift Stores
## 1714                 2342            Anna's Decorations, Ltd
## 1715                 2307               Heintze Collectables
## 1716                 2289                      Rovelli Gifts
## 1717                 2283       Mini Gifts Distributors Ltd.
## 1718                 2276       Online Diecast Creations Co.
## 1719                 2265                 Muscle Machine Inc
## 1720                 2215     Double Decker Gift Stores, Ltd
## 1721                 2177             Saveley & Henriot, Co.
## 1722                 2136                        Mini Caravy
## 1723                 2052                 Muscle Machine Inc
## 1724                 2020              Euro Shopping Channel
## 1725                 1998                   Handji Gifts& Co
## 1726                 2329              UK Collectables, Ltd.
## 1727                 1955              Euro Shopping Channel
## 1728                 1924                     AV Stores, Co.
## 1729                 1913                 Signal Gift Stores
## 1730                 1863       Mini Gifts Distributors Ltd.
## 1731                 1836              Euro Shopping Channel
## 1732                 1771          The Sharp Gifts Warehouse
## 1733                 1735          Souveniers And Things Co.
## 1734                 2547       Motor Mint Distributors Inc.
## 1735                 2489               Marseille Mini Autos
## 1736                 2435       Mini Gifts Distributors Ltd.
## 1737                 2371         Collectables For Less Inc.
## 1738                 2311       Quebec Home Shopping Network
## 1739                 2305                       Herkku Gifts
## 1740                 2298       Online Diecast Creations Co.
## 1741                 2287              Euro Shopping Channel
## 1742                 2243              Euro Shopping Channel
## 1743                 2207                    Vida Sport, Ltd
## 1744                 2159            Oulu Toy Supplies, Inc.
## 1745                 2110              UK Collectables, Ltd.
## 1746                 2076                L'ordine Souveniers
## 1747                 2046                 Signal Gift Stores
## 1748                 2023                    Vida Sport, Ltd
## 1749                 2353          Norway Gifts By Mail, Co.
## 1750                 1978             Toms Spezialitten, Ltd
## 1751                 1960                   FunGiftIdeas.com
## 1752                 1948       Motor Mint Distributors Inc.
## 1753                 1942         Australian Collectors, Co.
## 1754                 1930              Euro Shopping Channel
## 1755                 1895                  Toys4GrownUps.com
## 1756                 1867              Euro Shopping Channel
## 1757                 1845       Mini Gifts Distributors Ltd.
## 1758                 1805                        Mini Caravy
## 1759                 1773              Salzburg Collectables
## 1760                 2600           Danish Wholesale Imports
## 1761                 2525              Salzburg Collectables
## 1762                 2481           Stylish Desk Decors, Co.
## 1763                 2425       Mini Gifts Distributors Ltd.
## 1764                 2371                  Boards & Toys Co.
## 1765                 2351            Scandinavian Gift Ideas
## 1766                 2337                        CAF Imports
## 1767                 2331                Mini Creations Ltd.
## 1768                 2320                 Enaco Distributors
## 1769                 2284             Saveley & Henriot, Co.
## 1770                 2237       Collectable Mini Designs Co.
## 1771                 2200            Tekni Collectables Inc.
## 1772                 2162                  Land of Toys Inc.
## 1773                 2122       Quebec Home Shopping Network
## 1774                 2089                         Petit Auto
## 1775                 2060  Royal Canadian Collectables, Ltd.
## 1776                 2040                  Gifts4AllAges.com
## 1777                 2007                     AV Stores, Co.
## 1778                 1993                  La Rochelle Gifts
## 1779                 1983           Volvo Model Replicas, Co
## 1780                 1970            Tokyo Collectables, Ltd
## 1781                 1962              Euro Shopping Channel
## 1782                 1903            Oulu Toy Supplies, Inc.
## 1783                 1852       Mini Gifts Distributors Ltd.
## 1784                 1809                  Gifts4AllAges.com
## 1785                 2590                     AV Stores, Co.
## 1786                 2527                 Signal Gift Stores
## 1787                 2415            Anna's Decorations, Ltd
## 1788                 2380               Heintze Collectables
## 1789                 2362                    Gift Depot Inc.
## 1790                 2356       Mini Gifts Distributors Ltd.
## 1791                 2349       Online Diecast Creations Co.
## 1792                 2338                 Muscle Machine Inc
## 1793                 2294              Euro Shopping Channel
## 1794                 2250             Saveley & Henriot, Co.
## 1795                 2209                        Mini Caravy
## 1796                 2125                 Muscle Machine Inc
## 1797                 2093              Euro Shopping Channel
## 1798                 2071                   Handji Gifts& Co
## 1799                 2402              UK Collectables, Ltd.
## 1800                 2028              Euro Shopping Channel
## 1801                 2010                   FunGiftIdeas.com
## 1802                 1998                     AV Stores, Co.
## 1803                 1987                 Signal Gift Stores
## 1804                 1937       Mini Gifts Distributors Ltd.
## 1805                 1910              Euro Shopping Channel
## 1806                 1845          The Sharp Gifts Warehouse
## 1807                 1809          Souveniers And Things Co.
## 1808                 2628                    Cruz & Sons Co.
## 1809                 2563               Marseille Mini Autos
## 1810                 2509       Mini Gifts Distributors Ltd.
## 1811                 2445         Collectables For Less Inc.
## 1812                 2386            Anna's Decorations, Ltd
## 1813                 2379                       Herkku Gifts
## 1814                 2372             Toms Spezialitten, Ltd
## 1815                 2361              Euro Shopping Channel
## 1816                 2318                   Auto Canal Petit
## 1817                 2281                    Vida Sport, Ltd
## 1818                 2236           Danish Wholesale Imports
## 1819                 2184              UK Collectables, Ltd.
## 1820                 2150                L'ordine Souveniers
## 1821                 2124           Online Mini Collectables
## 1822                 2097                    Vida Sport, Ltd
## 1823                 2428               Blauer See Auto, Co.
## 1824                 2052             Toms Spezialitten, Ltd
## 1825                 2035           Volvo Model Replicas, Co
## 1826                 2022       Motor Mint Distributors Inc.
## 1827                 2016         Australian Collectors, Co.
## 1828                 2004              Euro Shopping Channel
## 1829                 1975                Suominen Souveniers
## 1830                 1941              Euro Shopping Channel
## 1831                 1919       Mini Gifts Distributors Ltd.
## 1832                 1846              Salzburg Collectables
## 1833                 2667                      Rovelli Gifts
## 1834                 2598              Salzburg Collectables
## 1835                 2550                   Gift Ideas Corp.
## 1836                 2496                Mini Creations Ltd.
## 1837                 2440               Toys of Finland, Co.
## 1838                 2424            Scandinavian Gift Ideas
## 1839                 2409                       Alpha Cognac
## 1840                 2404     Double Decker Gift Stores, Ltd
## 1841                 2392                    Cruz & Sons Co.
## 1842                 2309       Collectable Mini Designs Co.
## 1843                 2232         Cambridge Collectables Co.
## 1844                 2186              Euro Shopping Channel
## 1845                 2160         Collectables For Less Inc.
## 1846                 2130          Norway Gifts By Mail, Co.
## 1847                 2106 Bavarian Collectables Imports, Co.
## 1848                 2078            Classic Gift Ideas, Inc
## 1849                 2061                  giftsbymail.co.uk
## 1850                 2051                      Rovelli Gifts
## 1851                 2041            Tokyo Collectables, Ltd
## 1852                 2032           Stylish Desk Decors, Co.
## 1853                 2019          Souveniers And Things Co.
## 1854                 1975            Oulu Toy Supplies, Inc.
## 1855                 1946              Euro Shopping Channel
## 1856                 1918                 Reims Collectables
## 1857                 1917          The Sharp Gifts Warehouse
## 1858                 1880       Australian Collectables, Ltd
## 1859                 2664                     AV Stores, Co.
## 1860                 2601                 Signal Gift Stores
## 1861                 2489            Anna's Decorations, Ltd
## 1862                 2454               Heintze Collectables
## 1863                 2436                    Gift Depot Inc.
## 1864                 2430       Mini Gifts Distributors Ltd.
## 1865                 2423       Online Diecast Creations Co.
## 1866                 2412                 Muscle Machine Inc
## 1867                 2368              Euro Shopping Channel
## 1868                 2328       Collectable Mini Designs Co.
## 1869                 2283                        Mini Caravy
## 1870                 2199                 Muscle Machine Inc
## 1871                 2167              Euro Shopping Channel
## 1872                 2145                   Handji Gifts& Co
## 1873                 2477          Norway Gifts By Mail, Co.
## 1874                 2102              Euro Shopping Channel
## 1875                 2084                   FunGiftIdeas.com
## 1876                 2072                     AV Stores, Co.
## 1877                 2061                 Signal Gift Stores
## 1878                 2011       Mini Gifts Distributors Ltd.
## 1879                 1984              Euro Shopping Channel
## 1880                 1919          The Sharp Gifts Warehouse
## 1881                 1883          Souveniers And Things Co.
## 1882                 2722           Danish Wholesale Imports
## 1883                 2647              Salzburg Collectables
## 1884                 2603           Stylish Desk Decors, Co.
## 1885                 2545                Mini Creations Ltd.
## 1886                 2489               Toys of Finland, Co.
## 1887                 2473            Scandinavian Gift Ideas
## 1888                 2458                       Alpha Cognac
## 1889                 2453     Double Decker Gift Stores, Ltd
## 1890                 2442                 Enaco Distributors
## 1891                 2358       Collectable Mini Designs Co.
## 1892                 2282                  Land of Toys Inc.
## 1893                 2235              Euro Shopping Channel
## 1894                 2209                         Petit Auto
## 1895                 2180  Royal Canadian Collectables, Ltd.
## 1896                 2155 Bavarian Collectables Imports, Co.
## 1897                 2127            Classic Gift Ideas, Inc
## 1898                 2110                  giftsbymail.co.uk
## 1899                 2103           Volvo Model Replicas, Co
## 1900                 2090            Tokyo Collectables, Ltd
## 1901                 2082              Euro Shopping Channel
## 1902                 2023            Oulu Toy Supplies, Inc.
## 1903                 1996       Mini Gifts Distributors Ltd.
## 1904                 1973       Mini Gifts Distributors Ltd.
## 1905                 1965          The Sharp Gifts Warehouse
## 1906                 1931                  Gifts4AllAges.com
## 1907                 2727                    Cruz & Sons Co.
## 1908                 2662               Marseille Mini Autos
## 1909                 2608       Mini Gifts Distributors Ltd.
## 1910                 2544         Collectables For Less Inc.
## 1911                 2485                    Mini Auto Werke
## 1912                 2478                       Herkku Gifts
## 1913                 2471       Online Diecast Creations Co.
## 1914                 2460              Euro Shopping Channel
## 1915                 2416              Euro Shopping Channel
## 1916                 2380                    Vida Sport, Ltd
## 1917                 2332            Oulu Toy Supplies, Inc.
## 1918                 2283              UK Collectables, Ltd.
## 1919                 2249                L'ordine Souveniers
## 1920                 2219                 Signal Gift Stores
## 1921                 2196                    Vida Sport, Ltd
## 1922                 2526          Norway Gifts By Mail, Co.
## 1923                 2151             Toms Spezialitten, Ltd
## 1924                 2133                   FunGiftIdeas.com
## 1925                 2121       Motor Mint Distributors Inc.
## 1926                 2115         Australian Collectors, Co.
## 1927                 2103              Euro Shopping Channel
## 1928                 2074                Suominen Souveniers
## 1929                 2040              Euro Shopping Channel
## 1930                 2018       Mini Gifts Distributors Ltd.
## 1931                 1978                        Mini Caravy
## 1932                 1946              Salzburg Collectables
## 1933                 2767                      Rovelli Gifts
## 1934                 2698              Salzburg Collectables
## 1935                 2650                   Gift Ideas Corp.
## 1936                 2596                Mini Creations Ltd.
## 1937                 2540               Toys of Finland, Co.
## 1938                 2519               Technics Stores Inc.
## 1939                 2509                       Alpha Cognac
## 1940                 2491                    Cruz & Sons Co.
## 1941                 2446               Osaka Souveniers Co.
## 1942                 2409       Collectable Mini Designs Co.
## 1943                 2368  Royal Canadian Collectables, Ltd.
## 1944                 2330          The Sharp Gifts Warehouse
## 1945                 2287              Euro Shopping Channel
## 1946                 2259                  La Rochelle Gifts
## 1947                 2231          Norway Gifts By Mail, Co.
## 1948                 2207 Bavarian Collectables Imports, Co.
## 1949                 2178                      Mini Classics
## 1950                 2162                  giftsbymail.co.uk
## 1951                 2152                      Rovelli Gifts
## 1952                 2142            Tokyo Collectables, Ltd
## 1953                 2133           Stylish Desk Decors, Co.
## 1954                 2120          Souveniers And Things Co.
## 1955                 2076            Oulu Toy Supplies, Inc.
## 1956                 2047              Euro Shopping Channel
## 1957                 2019                 Reims Collectables
## 1958                 2016            Tekni Collectables Inc.
## 1959                 1980                L'ordine Souveniers
## 1960                 2836       Online Diecast Creations Co.
## 1961                 2766                     AV Stores, Co.
## 1962                 2703                 Signal Gift Stores
## 1963                 2590           Signal Collectibles Ltd.
## 1964                 2537                      Rovelli Gifts
## 1965                 2531       Mini Gifts Distributors Ltd.
## 1966                 2523       Australian Collectables, Ltd
## 1967                 2513                 Muscle Machine Inc
## 1968                 2459         Corrida Auto Replicas, Ltd
## 1969                 2425             Saveley & Henriot, Co.
## 1970                 2377                    Microscale Inc.
## 1971                 2259                 Amica Models & Co.
## 1972                 2245                   Handji Gifts& Co
## 1973                 2211         Iberia Gift Imports, Corp.
## 1974                 2197       Mini Gifts Distributors Ltd.
## 1975                 2171                     AV Stores, Co.
## 1976                 2160                 Signal Gift Stores
## 1977                 2110       Mini Gifts Distributors Ltd.
## 1978                 2083              Euro Shopping Channel
## 1979                 2018            Tokyo Collectables, Ltd
## 1980                 1982          Souveniers And Things Co.
## 1981                 2832              Euro Shopping Channel
## 1982                 2770               Classic Legends Inc.
## 1983                 2711                 Muscle Machine Inc
## 1984                 2653                Suominen Souveniers
## 1985                 2599        Australian Gift Network, Co
## 1986                 2573            Dragon Souveniers, Ltd.
## 1987                 2559                L'ordine Souveniers
## 1988                 2552         Iberia Gift Imports, Corp.
## 1989                 2542                      Mini Classics
## 1990                 2529               Diecast Collectables
## 1991                 2465            Clover Collections, Co.
## 1992                 2435               Blauer See Auto, Co.
## 1993                 2385              Euro Shopping Channel
## 1994                 2310       Mini Gifts Distributors Ltd.
## 1995                 2280       Mini Gifts Distributors Ltd.
## 1996                 2262                  Land of Toys Inc.
## 1997                 2228               Marta's Replicas Co.
## 1998                 2220               Heintze Collectables
## 1999                 2207                 Baane Mini Imports
## 2000                 2193          La Corne D'abondance, Co.
## 2001                 2183                 Muscle Machine Inc
## 2002                 2170                 Reims Collectables
## 2003                 2132       Mini Gifts Distributors Ltd.
## 2004                 2103              Euro Shopping Channel
## 2005                 2082              Euro Shopping Channel
## 2006                 2034              Euro Shopping Channel
## 2007                 2860                 Baane Mini Imports
## 2008                 2742         Corrida Auto Replicas, Ltd
## 2009                 2694          Souveniers And Things Co.
## 2010                 2637           Signal Collectibles Ltd.
## 2011                 2600               Classic Legends Inc.
## 2012                 2585                      Rovelli Gifts
## 2013                 2578            Classic Gift Ideas, Inc
## 2014                 2571       Australian Collectables, Ltd
## 2015                 2558     Canadian Gift Exchange Network
## 2016                 2504        West Coast Collectables Co.
## 2017                 2465         Cambridge Collectables Co.
## 2018                 2416              Euro Shopping Channel
## 2019                 2371          The Sharp Gifts Warehouse
## 2020                 2340              Salzburg Collectables
## 2021                 2309                 Amica Models & Co.
## 2022                 2289            Auto-Moto Classics Inc.
## 2023                 2256                 Auto Assoc. & Cie.
## 2024                 2247       Mini Gifts Distributors Ltd.
## 2025                 2233                    Vitachrome Inc.
## 2026                 2238         Corrida Auto Replicas, Ltd
## 2027                 2200              Euro Shopping Channel
## 2028                 2160         Collectables For Less Inc.
## 2029                 2133       Mini Gifts Distributors Ltd.
## 2030                 2031                         Petit Auto
## 2031                 2865                      Rovelli Gifts
## 2032                 2795         Australian Collectors, Co.
## 2033                 2737              Euro Shopping Channel
## 2034                 2679                  Toys4GrownUps.com
## 2035                 2616               Technics Stores Inc.
## 2036                 2541               Osaka Souveniers Co.
## 2037                 2503         Australian Collectors, Co.
## 2038                 2463  Royal Canadian Collectables, Ltd.
## 2039                 2425          The Sharp Gifts Warehouse
## 2040                 2378                    Gift Depot Inc.
## 2041                 2354                  La Rochelle Gifts
## 2042                 2326          Norway Gifts By Mail, Co.
## 2043                 2301            Clover Collections, Co.
## 2044                 2273                      Mini Classics
## 2045                 2256               Technics Stores Inc.
## 2046                 2247                      Rovelli Gifts
## 2047                 2236                 Enaco Distributors
## 2048                 2227                   Gift Ideas Corp.
## 2049                 2215          Souveniers And Things Co.
## 2050                 2168                  La Rochelle Gifts
## 2051                 2142              Euro Shopping Channel
## 2052                 2114                 Reims Collectables
## 2053                 2111            Tekni Collectables Inc.
## 2054                 2075                L'ordine Souveniers
## 2055                 2875                    Cruz & Sons Co.
## 2056                 2810               Marseille Mini Autos
## 2057                 2756       Mini Gifts Distributors Ltd.
## 2058                 2692         Collectables For Less Inc.
## 2059                 2633            Anna's Decorations, Ltd
## 2060                 2627           Daedalus Designs Imports
## 2061                 2619             Toms Spezialitten, Ltd
## 2062                 2564                   Auto Canal Petit
## 2063                 2527                    Vida Sport, Ltd
## 2064                 2482           Danish Wholesale Imports
## 2065                 2436                   Auto Canal Petit
## 2066                 2402                  Gifts4AllAges.com
## 2067                 2370           Online Mini Collectables
## 2068                 2343                    Vida Sport, Ltd
## 2069                 2313               Toys of Finland, Co.
## 2070                 2298             Toms Spezialitten, Ltd
## 2071                 2281                    Microscale Inc.
## 2072                 2268       Motor Mint Distributors Inc.
## 2073                 2262                 Reims Collectables
## 2074                 2250              Euro Shopping Channel
## 2075                 2221                Suominen Souveniers
## 2076                 2187              Euro Shopping Channel
## 2077                 2165       Mini Gifts Distributors Ltd.
## 2078                 2931                 Baane Mini Imports
## 2079                 2870          La Corne D'abondance, Co.
## 2080                 2814         Corrida Auto Replicas, Ltd
## 2081                 2758               Technics Stores Inc.
## 2082                 2700            Oulu Toy Supplies, Inc.
## 2083                 2671                    Mini Auto Werke
## 2084                 2656           Stylish Desk Decors, Co.
## 2085                 2649         Iberia Gift Imports, Corp.
## 2086                 2639             Saveley & Henriot, Co.
## 2087                 2626               Diecast Collectables
## 2088                 2570                   Handji Gifts& Co
## 2089                 2536       Mini Gifts Distributors Ltd.
## 2090                 2483                   Super Scale Inc.
## 2091                 2442                   Handji Gifts& Co
## 2092                 2409          Souveniers And Things Co.
## 2093                 2379              Diecast Classics Inc.
## 2094                 2360            Scandinavian Gift Ideas
## 2095                 2326               Marta's Replicas Co.
## 2096                 2318     Canadian Gift Exchange Network
## 2097                 2305                    Vitachrome Inc.
## 2098                 2292       Mini Gifts Distributors Ltd.
## 2099                 2311         Corrida Auto Replicas, Ltd
## 2100                 2273              Euro Shopping Channel
## 2101                 2230       Mini Gifts Distributors Ltd.
## 2102                 2206       Mini Gifts Distributors Ltd.
## 2103                 2133       Quebec Home Shopping Network
## 2104                 2104                  La Rochelle Gifts
## 2105                 2932                  Land of Toys Inc.
## 2106                 2869         Australian Collectors, Co.
## 2107                 2811              Euro Shopping Channel
## 2108                 2753                  Toys4GrownUps.com
## 2109                 2690               Technics Stores Inc.
## 2110                 2670                       Herkku Gifts
## 2111                 2616               Osaka Souveniers Co.
## 2112                 2578         Australian Collectors, Co.
## 2113                 2538  Royal Canadian Collectables, Ltd.
## 2114                 2500          The Sharp Gifts Warehouse
## 2115                 2453                    Gift Depot Inc.
## 2116                 2429                  La Rochelle Gifts
## 2117                 2395               Marta's Replicas Co.
## 2118                 2376            Clover Collections, Co.
## 2119                 2348                      Mini Classics
## 2120                 2331              Diecast Classics Inc.
## 2121                 2319                  Land of Toys Inc.
## 2122                 2311                 Enaco Distributors
## 2123                 2302                   Gift Ideas Corp.
## 2124                 2270                Suominen Souveniers
## 2125                 2243                  La Rochelle Gifts
## 2126                 2216            Dragon Souveniers, Ltd.
## 2127                 2185            Tekni Collectables Inc.
## 2128                 2149                L'ordine Souveniers
## 2129                 2949                    Cruz & Sons Co.
## 2130                 2884               Marseille Mini Autos
## 2131                 2830       Mini Gifts Distributors Ltd.
## 2132                 2777                  Toys4GrownUps.com
## 2133                 2707            Anna's Decorations, Ltd
## 2134                 2701           Daedalus Designs Imports
## 2135                 2694              Euro Shopping Channel
## 2136                 2638                   Auto Canal Petit
## 2137                 2602           Daedalus Designs Imports
## 2138                 2560                    Vitachrome Inc.
## 2139                 2510                   Auto Canal Petit
## 2140                 2476                  Gifts4AllAges.com
## 2141                 2444           Online Mini Collectables
## 2142                 2420               Marta's Replicas Co.
## 2143                 2387               Toys of Finland, Co.
## 2144                 2372             Toms Spezialitten, Ltd
## 2145                 2355                    Microscale Inc.
## 2146                 2342       Motor Mint Distributors Inc.
## 2147                 2336                 Reims Collectables
## 2148                 2324              Euro Shopping Channel
## 2149                 2295               Marseille Mini Autos
## 2150                 2261              Euro Shopping Channel
## 2151                 2239       Mini Gifts Distributors Ltd.
## 2152                 2205              UK Collectables, Ltd.
## 2153                 3004              Euro Shopping Channel
## 2154                 2945          La Corne D'abondance, Co.
## 2155                 2883                 Muscle Machine Inc
## 2156                 2825                Suominen Souveniers
## 2157                 2775            Oulu Toy Supplies, Inc.
## 2158                 2745            Dragon Souveniers, Ltd.
## 2159                 2731           Stylish Desk Decors, Co.
## 2160                 2724         Iberia Gift Imports, Corp.
## 2161                 2714                      Mini Classics
## 2162                 2701               Diecast Collectables
## 2163                 2639           Signal Collectibles Ltd.
## 2164                 2611       Mini Gifts Distributors Ltd.
## 2165                 2557              Euro Shopping Channel
## 2166                 2517                   Handji Gifts& Co
## 2167                 2483       Mini Gifts Distributors Ltd.
## 2168                 2454              Diecast Classics Inc.
## 2169                 2435                  Land of Toys Inc.
## 2170                 2401               Marta's Replicas Co.
## 2171                 2393     Canadian Gift Exchange Network
## 2172                 2380                 Baane Mini Imports
## 2173                 2367       Mini Gifts Distributors Ltd.
## 2174                 2356                 Muscle Machine Inc
## 2175                 2343                 Reims Collectables
## 2176                 2305       Mini Gifts Distributors Ltd.
## 2177                 2276              Euro Shopping Channel
## 2178                 2255              Euro Shopping Channel
## 2179                 2207              Euro Shopping Channel
## 2180                 2180                  La Rochelle Gifts
## 2181                 3032              Euro Shopping Channel
## 2182                 2963                       Royale Belge
## 2183                 2911                 Muscle Machine Inc
## 2184                 2846       Mini Gifts Distributors Ltd.
## 2185                 2799        Australian Gift Network, Co
## 2186                 2773            Dragon Souveniers, Ltd.
## 2187                 2759                L'ordine Souveniers
## 2188                 2752         Iberia Gift Imports, Corp.
## 2189                 2742                      Mini Classics
## 2190                 2729               Diecast Collectables
## 2191                 2665            Clover Collections, Co.
## 2192                 2635               Blauer See Auto, Co.
## 2193                 2585                Suominen Souveniers
## 2194                 2510              Diecast Classics Inc.
## 2195                 2480       Mini Gifts Distributors Ltd.
## 2196                 2462                  Land of Toys Inc.
## 2197                 2427                     AV Stores, Co.
## 2198                 2420               Heintze Collectables
## 2199                 2407                 Baane Mini Imports
## 2200                 2393          La Corne D'abondance, Co.
## 2201                 2382              Euro Shopping Channel
## 2202                 2370                 Reims Collectables
## 2203                 2332       Mini Gifts Distributors Ltd.
## 2204                 2303              Euro Shopping Channel
## 2205                 2282              Euro Shopping Channel
## 2206                 2232                    Gift Depot Inc.
## 2207                 3060                 Baane Mini Imports
## 2208                 3005       Mini Gifts Distributors Ltd.
## 2209                 2943         Corrida Auto Replicas, Ltd
## 2210                 2887               Technics Stores Inc.
## 2211                 2831            Dragon Souveniers, Ltd.
## 2212                 2800                    Mini Auto Werke
## 2213                 2785           Stylish Desk Decors, Co.
## 2214                 2779            Classic Gift Ideas, Inc
## 2215                 2768             Saveley & Henriot, Co.
## 2216                 2759     Canadian Gift Exchange Network
## 2217                 2699                   Handji Gifts& Co
## 2218                 2665       Mini Gifts Distributors Ltd.
## 2219                 2612                   Super Scale Inc.
## 2220                 2571            Tokyo Collectables, Ltd
## 2221                 2538          Souveniers And Things Co.
## 2222                 2508              Diecast Classics Inc.
## 2223                 2489            Scandinavian Gift Ideas
## 2224                 2457                 Auto Assoc. & Cie.
## 2225                 2447     Canadian Gift Exchange Network
## 2226                 2434                    Vitachrome Inc.
## 2227                 2439         Corrida Auto Replicas, Ltd
## 2228                 2401              Euro Shopping Channel
## 2229                 2361            Anna's Decorations, Ltd
## 2230                 2334       Mini Gifts Distributors Ltd.
## 2231                 2261       Quebec Home Shopping Network
## 2232                 2232              Euro Shopping Channel
## 2233                 3067                      Rovelli Gifts
## 2234                 2997         Australian Collectors, Co.
## 2235                 2939              Euro Shopping Channel
## 2236                 2893                       Royale Belge
## 2237                 2818               Technics Stores Inc.
## 2238                 2743               Osaka Souveniers Co.
## 2239                 2705         Australian Collectors, Co.
## 2240                 2665  Royal Canadian Collectables, Ltd.
## 2241                 2627          The Sharp Gifts Warehouse
## 2242                 2584              Euro Shopping Channel
## 2243                 2556                  La Rochelle Gifts
## 2244                 2528          Norway Gifts By Mail, Co.
## 2245                 2503            Clover Collections, Co.
## 2246                 2475                      Mini Classics
## 2247                 2459                  giftsbymail.co.uk
## 2248                 2449                      Rovelli Gifts
## 2249                 2438                 Enaco Distributors
## 2250                 2429                   Gift Ideas Corp.
## 2251                 2417          Souveniers And Things Co.
## 2252                 2370                  La Rochelle Gifts
## 2253                 2342                   FunGiftIdeas.com
## 2254                 2316                 Reims Collectables
## 2255                 2313            Tekni Collectables Inc.
## 2256                 2277                L'ordine Souveniers
## 2257                 3077                    Cruz & Sons Co.
## 2258                 3013                 Reims Collectables
## 2259                 2958       Mini Gifts Distributors Ltd.
## 2260                 2905                  Toys4GrownUps.com
## 2261                 2835            Anna's Decorations, Ltd
## 2262                 2829           Daedalus Designs Imports
## 2263                 2822              Euro Shopping Channel
## 2264                 2766                   Auto Canal Petit
## 2265                 2730           Daedalus Designs Imports
## 2266                 2688                    Vitachrome Inc.
## 2267                 2638                   Auto Canal Petit
## 2268                 2604                  Gifts4AllAges.com
## 2269                 2572           Online Mini Collectables
## 2270                 2548               Marta's Replicas Co.
## 2271                 2515               Toys of Finland, Co.
## 2272                 2501                 Baane Mini Imports
## 2273                 2483                    Microscale Inc.
## 2274                 2470       Motor Mint Distributors Inc.
## 2275                 2464              Salzburg Collectables
## 2276                 2452              Euro Shopping Channel
## 2277                 2422                Mini Creations Ltd.
## 2278                 2396                  La Rochelle Gifts
## 2279                 2367       Mini Gifts Distributors Ltd.
## 2280                 2333              UK Collectables, Ltd.
## 2281                 3115                      Rovelli Gifts
## 2282                 3045         Australian Collectors, Co.
## 2283                 2987              Euro Shopping Channel
## 2284                 2944                Mini Creations Ltd.
## 2285                 2886              Euro Shopping Channel
## 2286                 2867               Technics Stores Inc.
## 2287                 2834        West Coast Collectables Co.
## 2288                 2793               Osaka Souveniers Co.
## 2289                 2755         Australian Collectors, Co.
## 2290                 2715  Royal Canadian Collectables, Ltd.
## 2291                 2677          The Sharp Gifts Warehouse
## 2292                 2634              Euro Shopping Channel
## 2293                 2606                  La Rochelle Gifts
## 2294                 2578          Norway Gifts By Mail, Co.
## 2295                 2554 Bavarian Collectables Imports, Co.
## 2296                 2525                      Mini Classics
## 2297                 2509                  giftsbymail.co.uk
## 2298                 2499                      Rovelli Gifts
## 2299                 2488                 Enaco Distributors
## 2300                 2479                   Gift Ideas Corp.
## 2301                 2467          Souveniers And Things Co.
## 2302                 2420                  La Rochelle Gifts
## 2303                 2392                   FunGiftIdeas.com
## 2304                 2366                 Reims Collectables
## 2305                 2363            Tekni Collectables Inc.
## 2306                 2327                L'ordine Souveniers
## 2307                 3158              Euro Shopping Channel
## 2308                 3096               Classic Legends Inc.
## 2309                 3037                 Muscle Machine Inc
## 2310                 2979                Suominen Souveniers
## 2311                 2929            Oulu Toy Supplies, Inc.
## 2312                 2899            Dragon Souveniers, Ltd.
## 2313                 2885                L'ordine Souveniers
## 2314                 2878         Iberia Gift Imports, Corp.
## 2315                 2868                      Mini Classics
## 2316                 2855               Diecast Collectables
## 2317                 2791            Clover Collections, Co.
## 2318                 2761               Blauer See Auto, Co.
## 2319                 2711              Euro Shopping Channel
## 2320                 2671                   Handji Gifts& Co
## 2321                 2637       Mini Gifts Distributors Ltd.
## 2322                 2607       Mini Gifts Distributors Ltd.
## 2323                 2589                  Land of Toys Inc.
## 2324                 2555               Marta's Replicas Co.
## 2325                 2547               Heintze Collectables
## 2326                 2534                 Baane Mini Imports
## 2327                 2520          La Corne D'abondance, Co.
## 2328                 2509              Euro Shopping Channel
## 2329                 2497                 Reims Collectables
## 2330                 2459       Mini Gifts Distributors Ltd.
## 2331                 2430              Euro Shopping Channel
## 2332                 2407                    Lyon Souveniers
## 2333                 2361              Euro Shopping Channel
## 2334                 2334                  La Rochelle Gifts
## 2335                 3186              Euro Shopping Channel
## 2336                 3112            Dragon Souveniers, Ltd.
## 2337                 3065                 Muscle Machine Inc
## 2338                 3000       Mini Gifts Distributors Ltd.
## 2339                 2950              Euro Shopping Channel
## 2340                 2927            Dragon Souveniers, Ltd.
## 2341                 2913                L'ordine Souveniers
## 2342                 2906                Mini Creations Ltd.
## 2343                 2895                   Super Scale Inc.
## 2344                 2859             Saveley & Henriot, Co.
## 2345                 2819            Clover Collections, Co.
## 2346                 2789               Blauer See Auto, Co.
## 2347                 2739                Suominen Souveniers
## 2348                 2664              Diecast Classics Inc.
## 2349                 2634       Mini Gifts Distributors Ltd.
## 2350                 2616                  Land of Toys Inc.
## 2351                 2581                     AV Stores, Co.
## 2352                 2574               Heintze Collectables
## 2353                 2561                 Baane Mini Imports
## 2354                 2546               Classic Legends Inc.
## 2355                 2536              Euro Shopping Channel
## 2356                 2524                 Reims Collectables
## 2357                 2483            Tokyo Collectables, Ltd
## 2358                 2457              Euro Shopping Channel
## 2359                 2434                    Lyon Souveniers
## 2360                 2386                    Gift Depot Inc.
## 2361                 3181                    Cruz & Sons Co.
## 2362                 3117                 Reims Collectables
## 2363                 3062       Mini Gifts Distributors Ltd.
## 2364                 3009                  Toys4GrownUps.com
## 2365                 2939            Anna's Decorations, Ltd
## 2366                 2933           Daedalus Designs Imports
## 2367                 2926              Euro Shopping Channel
## 2368                 2870                   Auto Canal Petit
## 2369                 2834           Daedalus Designs Imports
## 2370                 2792                    Vitachrome Inc.
## 2371                 2742                   Auto Canal Petit
## 2372                 2708                  Gifts4AllAges.com
## 2373                 2676           Online Mini Collectables
## 2374                 2652               Marta's Replicas Co.
## 2375                 2619               Toys of Finland, Co.
## 2376                 2605                 Baane Mini Imports
## 2377                 2587                    Microscale Inc.
## 2378                 2574       Motor Mint Distributors Inc.
## 2379                 2568              Salzburg Collectables
## 2380                 2554                    Lyon Souveniers
## 2381                 2526                Mini Creations Ltd.
## 2382                 2500                  La Rochelle Gifts
## 2383                 2471       Mini Gifts Distributors Ltd.
## 2384                 2437              UK Collectables, Ltd.
## 2385                 3225           Danish Wholesale Imports
## 2386                 3150              Salzburg Collectables
## 2387                 3106           Stylish Desk Decors, Co.
## 2388                 3050       Mini Gifts Distributors Ltd.
## 2389                 3000              Euro Shopping Channel
## 2390                 2976            Scandinavian Gift Ideas
## 2391                 2962                        CAF Imports
## 2392                 2956                Mini Creations Ltd.
## 2393                 2945                 Enaco Distributors
## 2394                 2909             Saveley & Henriot, Co.
## 2395                 2862       Collectable Mini Designs Co.
## 2396                 2825            Tekni Collectables Inc.
## 2397                 2787                  Land of Toys Inc.
## 2398                 2747       Quebec Home Shopping Network
## 2399                 2714                         Petit Auto
## 2400                 2685  Royal Canadian Collectables, Ltd.
## 2401                 2665                  Gifts4AllAges.com
## 2402                 2632                     AV Stores, Co.
## 2403                 2618                  La Rochelle Gifts
## 2404                 2608           Volvo Model Replicas, Co
## 2405                 2595            Tokyo Collectables, Ltd
## 2406                 2587              Euro Shopping Channel
## 2407                 2528            Oulu Toy Supplies, Inc.
## 2408                 2501       Mini Gifts Distributors Ltd.
## 2409                 2478       Mini Gifts Distributors Ltd.
## 2410                 2435                  Gifts4AllAges.com
## 2411                 3245                      Rovelli Gifts
## 2412                 3175         Australian Collectors, Co.
## 2413                 3117              Euro Shopping Channel
## 2414                 3074                Mini Creations Ltd.
## 2415                 3016              Euro Shopping Channel
## 2416                 2997               Technics Stores Inc.
## 2417                 2964        West Coast Collectables Co.
## 2418                 2923               Osaka Souveniers Co.
## 2419                 2885         Australian Collectors, Co.
## 2420                 2845  Royal Canadian Collectables, Ltd.
## 2421                 2807          The Sharp Gifts Warehouse
## 2422                 2764              Euro Shopping Channel
## 2423                 2736                  La Rochelle Gifts
## 2424                 2708          Norway Gifts By Mail, Co.
## 2425                 2684 Bavarian Collectables Imports, Co.
## 2426                 2655                      Mini Classics
## 2427                 2639                  giftsbymail.co.uk
## 2428                 2629                      Rovelli Gifts
## 2429                 2618                 Enaco Distributors
## 2430                 2609                   Gift Ideas Corp.
## 2431                 2597          Souveniers And Things Co.
## 2432                 2550                  La Rochelle Gifts
## 2433                 2522                   FunGiftIdeas.com
## 2434                 2496                 Reims Collectables
## 2435                 2493            Tekni Collectables Inc.
## 2436                 2457                L'ordine Souveniers
## 2437                 3277           Danish Wholesale Imports
## 2438                 3214            Dragon Souveniers, Ltd.
## 2439                 3164              Euro Shopping Channel
## 2440                 3102       Mini Gifts Distributors Ltd.
## 2441                 3052              Euro Shopping Channel
## 2442                 3030                   FunGiftIdeas.com
## 2443                 3014                        CAF Imports
## 2444                 3008                Mini Creations Ltd.
## 2445                 2997                   Super Scale Inc.
## 2446                 2961             Saveley & Henriot, Co.
## 2447                 2915                         Petit Auto
## 2448                 2886                  giftsbymail.co.uk
## 2449                 2839                  Land of Toys Inc.
## 2450                 2765                         Petit Auto
## 2451                 2736       Mini Gifts Distributors Ltd.
## 2452                 2717                 Amica Models & Co.
## 2453                 2683                     AV Stores, Co.
## 2454                 2676               Heintze Collectables
## 2455                 2658           Danish Wholesale Imports
## 2456                 2648               Classic Legends Inc.
## 2457                 2638              Euro Shopping Channel
## 2458                 2584            Tokyo Collectables, Ltd
## 2459                 2523                       Alpha Cognac
## 2460                 2485                  Gifts4AllAges.com
## 2461                 3295                      Rovelli Gifts
## 2462                 3226              Salzburg Collectables
## 2463                 3178                   Gift Ideas Corp.
## 2464                 3124                Mini Creations Ltd.
## 2465                 3068               Toys of Finland, Co.
## 2466                 3052            Scandinavian Gift Ideas
## 2467                 3037                       Alpha Cognac
## 2468                 3032     Double Decker Gift Stores, Ltd
## 2469                 3021                 Enaco Distributors
## 2470                 2937       Collectable Mini Designs Co.
## 2471                 2860         Cambridge Collectables Co.
## 2472                 2814              Euro Shopping Channel
## 2473                 2788         Collectables For Less Inc.
## 2474                 2759  Royal Canadian Collectables, Ltd.
## 2475                 2734 Bavarian Collectables Imports, Co.
## 2476                 2706            Classic Gift Ideas, Inc
## 2477                 2689                  giftsbymail.co.uk
## 2478                 2679                      Rovelli Gifts
## 2479                 2669            Tokyo Collectables, Ltd
## 2480                 2660            Auto-Moto Classics Inc.
## 2481                 2647          Souveniers And Things Co.
## 2482                 2603            Oulu Toy Supplies, Inc.
## 2483                 2574              Euro Shopping Channel
## 2484                 2546                 Reims Collectables
## 2485                 2545          The Sharp Gifts Warehouse
## 2486                 2508       Australian Collectables, Ltd
## 2487                 3321                      Rovelli Gifts
## 2488                 3251         Australian Collectors, Co.
## 2489                 3204                   Gift Ideas Corp.
## 2490                 3150                Mini Creations Ltd.
## 2491                 3094               Toys of Finland, Co.
## 2492                 3073               Technics Stores Inc.
## 2493                 3063                       Alpha Cognac
## 2494                 3045                    Cruz & Sons Co.
## 2495                 3000               Osaka Souveniers Co.
## 2496                 2963       Collectable Mini Designs Co.
## 2497                 2922  Royal Canadian Collectables, Ltd.
## 2498                 2884          The Sharp Gifts Warehouse
## 2499                 2841              Euro Shopping Channel
## 2500                 2813                  La Rochelle Gifts
## 2501                 2785          Norway Gifts By Mail, Co.
## 2502                 2761 Bavarian Collectables Imports, Co.
## 2503                 2732                      Mini Classics
## 2504                 2716                  giftsbymail.co.uk
## 2505                 2706                      Rovelli Gifts
## 2506                 2695                 Enaco Distributors
## 2507                 2687            Auto-Moto Classics Inc.
## 2508                 2674          Souveniers And Things Co.
## 2509                 2627                  La Rochelle Gifts
## 2510                 2601              Euro Shopping Channel
## 2511                 2573                 Reims Collectables
## 2512                 2570            Tekni Collectables Inc.
## 2513                 2534                L'ordine Souveniers
## 2514                 3354           Danish Wholesale Imports
## 2515                 3279              Salzburg Collectables
## 2516                 3235           Stylish Desk Decors, Co.
## 2517                 3177                Mini Creations Ltd.
## 2518                 3125                  Boards & Toys Co.
## 2519                 3105            Scandinavian Gift Ideas
## 2520                 3091                        CAF Imports
## 2521                 3085                Mini Creations Ltd.
## 2522                 3074                 Enaco Distributors
## 2523                 3038             Saveley & Henriot, Co.
## 2524                 2991       Collectable Mini Designs Co.
## 2525                 2954            Tekni Collectables Inc.
## 2526                 2916                  Land of Toys Inc.
## 2527                 2876       Quebec Home Shopping Network
## 2528                 2843                         Petit Auto
## 2529                 2814  Royal Canadian Collectables, Ltd.
## 2530                 2794                  Gifts4AllAges.com
## 2531                 2761                     AV Stores, Co.
## 2532                 2744                  giftsbymail.co.uk
## 2533                 2736           Danish Wholesale Imports
## 2534                 2724            Tokyo Collectables, Ltd
## 2535                 2716              Euro Shopping Channel
## 2536                 2657            Oulu Toy Supplies, Inc.
## 2537                 2628              Euro Shopping Channel
## 2538                 2602                       Alpha Cognac
## 2539                 2564                  Gifts4AllAges.com
## 2540                 3393                 Baane Mini Imports
## 2541                 3332          La Corne D'abondance, Co.
## 2542                 3276         Corrida Auto Replicas, Ltd
## 2543                 3220               Technics Stores Inc.
## 2544                 3164            Dragon Souveniers, Ltd.
## 2545                 3133                    Mini Auto Werke
## 2546                 3118           Stylish Desk Decors, Co.
## 2547                 3112            Classic Gift Ideas, Inc
## 2548                 3101             Saveley & Henriot, Co.
## 2549                 3092     Canadian Gift Exchange Network
## 2550                 3032                   Handji Gifts& Co
## 2551                 2998       Mini Gifts Distributors Ltd.
## 2552                 2945                   Super Scale Inc.
## 2553                 2904            Tokyo Collectables, Ltd
## 2554                 2871          Souveniers And Things Co.
## 2555                 2841              Diecast Classics Inc.
## 2556                 2822            Scandinavian Gift Ideas
## 2557                 2790                 Auto Assoc. & Cie.
## 2558                 2780     Canadian Gift Exchange Network
## 2559                 2767                    Vitachrome Inc.
## 2560                 2753          La Corne D'abondance, Co.
## 2561                 2773         Corrida Auto Replicas, Ltd
## 2562                 2735              Euro Shopping Channel
## 2563                 2692       Mini Gifts Distributors Ltd.
## 2564                 2668       Mini Gifts Distributors Ltd.
## 2565                 2595       Quebec Home Shopping Network
## 2566                 2566              Euro Shopping Channel
## 2567                 3401                      Rovelli Gifts
## 2568                 3331         Australian Collectors, Co.
## 2569                 3273              Euro Shopping Channel
## 2570                 3215                  Toys4GrownUps.com
## 2571                 3152               Technics Stores Inc.
## 2572                 3132                       Herkku Gifts
## 2573                 3078               Osaka Souveniers Co.
## 2574                 3040         Australian Collectors, Co.
## 2575                 3000  Royal Canadian Collectables, Ltd.
## 2576                 2962          The Sharp Gifts Warehouse
## 2577                 2915                    Gift Depot Inc.
## 2578                 2891                  La Rochelle Gifts
## 2579                 2857               Marta's Replicas Co.
## 2580                 2838            Clover Collections, Co.
## 2581                 2810                      Mini Classics
## 2582                 2793              Diecast Classics Inc.
## 2583                 2784                      Rovelli Gifts
## 2584                 2773                 Enaco Distributors
## 2585                 2764                   Gift Ideas Corp.
## 2586                 2752          Souveniers And Things Co.
## 2587                 2705                  La Rochelle Gifts
## 2588                 2677                   FunGiftIdeas.com
## 2589                 2651                 Reims Collectables
## 2590                 2648            Tekni Collectables Inc.
## 2591                 2612                L'ordine Souveniers
## 2592                 3426                      Rovelli Gifts
## 2593                 3356         Australian Collectors, Co.
## 2594                 3254                Mini Creations Ltd.
## 2595                 3198               Toys of Finland, Co.
## 2596                 3177               Technics Stores Inc.
## 2597                 3144        West Coast Collectables Co.
## 2598                 3103               Osaka Souveniers Co.
## 2599                 3065         Australian Collectors, Co.
## 2600                 3025  Royal Canadian Collectables, Ltd.
## 2601                 2987          The Sharp Gifts Warehouse
## 2602                 2944              Euro Shopping Channel
## 2603                 2916                  La Rochelle Gifts
## 2604                 2888          Norway Gifts By Mail, Co.
## 2605                 2864 Bavarian Collectables Imports, Co.
## 2606                 2835                      Mini Classics
## 2607                 2819                  giftsbymail.co.uk
## 2608                 2809                      Rovelli Gifts
## 2609                 2798              Salzburg Collectables
## 2610                 2789                   Gift Ideas Corp.
## 2611                 2777          Souveniers And Things Co.
## 2612                 2730                  La Rochelle Gifts
## 2613                 2704              Euro Shopping Channel
## 2614                 2676                 Reims Collectables
## 2615                 2673            Tekni Collectables Inc.
## 2616                 2637                L'ordine Souveniers
## 2617                 3457           Danish Wholesale Imports
## 2618                 3389                 Enaco Distributors
## 2619                 3338           Stylish Desk Decors, Co.
## 2620                 3282       Mini Gifts Distributors Ltd.
## 2621                 3232              Euro Shopping Channel
## 2622                 3208            Scandinavian Gift Ideas
## 2623                 3194                        CAF Imports
## 2624                 3188                Mini Creations Ltd.
## 2625                 3177                 Enaco Distributors
## 2626                 3141             Saveley & Henriot, Co.
## 2627                 3094       Collectable Mini Designs Co.
## 2628                 3066                  giftsbymail.co.uk
## 2629                 3019                  Land of Toys Inc.
## 2630                 2979       Quebec Home Shopping Network
## 2631                 2946                         Petit Auto
## 2632                 2917  Royal Canadian Collectables, Ltd.
## 2633                 2897                  Gifts4AllAges.com
## 2634                 2864                     AV Stores, Co.
## 2635                 2850                  La Rochelle Gifts
## 2636                 2839           Danish Wholesale Imports
## 2637                 2829               Classic Legends Inc.
## 2638                 2819              Euro Shopping Channel
## 2639                 2760            Oulu Toy Supplies, Inc.
## 2640                 2731              Euro Shopping Channel
## 2641                 2705                       Alpha Cognac
## 2642                 2667                  Gifts4AllAges.com
## 2643                 3483           Danish Wholesale Imports
## 2644                 3420            Dragon Souveniers, Ltd.
## 2645                 3364           Stylish Desk Decors, Co.
## 2646                 3308       Mini Gifts Distributors Ltd.
## 2647                 3258              Euro Shopping Channel
## 2648                 3234            Scandinavian Gift Ideas
## 2649                 3220                        CAF Imports
## 2650                 3214                Mini Creations Ltd.
## 2651                 3203                 Enaco Distributors
## 2652                 3167             Saveley & Henriot, Co.
## 2653                 3120       Collectable Mini Designs Co.
## 2654                 3092                  giftsbymail.co.uk
## 2655                 3045                  Land of Toys Inc.
## 2656                 3005       Quebec Home Shopping Network
## 2657                 2972                         Petit Auto
## 2658                 2943  Royal Canadian Collectables, Ltd.
## 2659                 2923           Online Mini Collectables
## 2660                 2890                     AV Stores, Co.
## 2661                 2876                  La Rochelle Gifts
## 2662                 2865           Danish Wholesale Imports
## 2663                 2855               Classic Legends Inc.
## 2664                 2845              Euro Shopping Channel
## 2665                 2786            Oulu Toy Supplies, Inc.
## 2666                 2757              Euro Shopping Channel
## 2667                 2731                       Alpha Cognac
## 2668                 2693                  Gifts4AllAges.com
## 2669                 3503                      Rovelli Gifts
## 2670                 3434              Salzburg Collectables
## 2671                 3386                   Gift Ideas Corp.
## 2672                 3332                Mini Creations Ltd.
## 2673                 3276               Toys of Finland, Co.
## 2674                 3255               Technics Stores Inc.
## 2675                 3245                       Alpha Cognac
## 2676                 3227                    Cruz & Sons Co.
## 2677                 3182               Osaka Souveniers Co.
## 2678                 3145       Collectable Mini Designs Co.
## 2679                 3104  Royal Canadian Collectables, Ltd.
## 2680                 3066          The Sharp Gifts Warehouse
## 2681                 3023              Euro Shopping Channel
## 2682                 2995                  La Rochelle Gifts
## 2683                 2967          Norway Gifts By Mail, Co.
## 2684                 2943 Bavarian Collectables Imports, Co.
## 2685                 2914                      Mini Classics
## 2686                 2898                  giftsbymail.co.uk
## 2687                 2888                      Rovelli Gifts
## 2688                 2878            Tokyo Collectables, Ltd
## 2689                 2869            Auto-Moto Classics Inc.
## 2690                 2856          Souveniers And Things Co.
## 2691                 2812            Oulu Toy Supplies, Inc.
## 2692                 2783              Euro Shopping Channel
## 2693                 2755                 Reims Collectables
## 2694                 2752            Tekni Collectables Inc.
## 2695                 2716                L'ordine Souveniers
## 2696                 3530                      Rovelli Gifts
## 2697                 3461              Salzburg Collectables
## 2698                 3413                   Gift Ideas Corp.
## 2699                 3359                Mini Creations Ltd.
## 2700                 3303               Toys of Finland, Co.
## 2701                 3287            Scandinavian Gift Ideas
## 2702                 3272                       Alpha Cognac
## 2703                 3267     Double Decker Gift Stores, Ltd
## 2704                 3256                 Enaco Distributors
## 2705                 3172       Collectable Mini Designs Co.
## 2706                 3095         Cambridge Collectables Co.
## 2707                 3049              Euro Shopping Channel
## 2708                 3023         Collectables For Less Inc.
## 2709                 2994  Royal Canadian Collectables, Ltd.
## 2710                 2969 Bavarian Collectables Imports, Co.
## 2711                 2941            Classic Gift Ideas, Inc
## 2712                 2924                  giftsbymail.co.uk
## 2713                 2911                  Land of Toys Inc.
## 2714                 2904            Tokyo Collectables, Ltd
## 2715                 2895            Auto-Moto Classics Inc.
## 2716                 2882          Souveniers And Things Co.
## 2717                 2838            Oulu Toy Supplies, Inc.
## 2718                 2809              Euro Shopping Channel
## 2719                 2781                 Reims Collectables
## 2720                 2780          The Sharp Gifts Warehouse
## 2721                 2743       Australian Collectables, Ltd
## 2722                 3562           Danish Wholesale Imports
## 2723                 3499            Dragon Souveniers, Ltd.
## 2724                 3443           Stylish Desk Decors, Co.
## 2725                 3387       Mini Gifts Distributors Ltd.
## 2726                 3337              Euro Shopping Channel
## 2727                 3313            Scandinavian Gift Ideas
## 2728                 3299                        CAF Imports
## 2729                 3293                Mini Creations Ltd.
## 2730                 3282                 Enaco Distributors
## 2731                 3246             Saveley & Henriot, Co.
## 2732                 3199       Collectable Mini Designs Co.
## 2733                 3171                  giftsbymail.co.uk
## 2734                 3124                  Land of Toys Inc.
## 2735                 3084       Quebec Home Shopping Network
## 2736                 3051                         Petit Auto
## 2737                 3022  Royal Canadian Collectables, Ltd.
## 2738                 3003                 Amica Models & Co.
## 2739                 2969                     AV Stores, Co.
## 2740                 2955                  La Rochelle Gifts
## 2741                 2944           Danish Wholesale Imports
## 2742                 2934               Classic Legends Inc.
## 2743                 2924              Euro Shopping Channel
## 2744                 2865            Oulu Toy Supplies, Inc.
## 2745                 2836              Euro Shopping Channel
## 2746                 2810                       Alpha Cognac
## 2747                 2772                  Gifts4AllAges.com
filterbuyer_sorted <- filterbuyer[order(filterbuyer$DAYS_SINCE_LASTORDER),]
print(filterbuyer_sorted)
##      DAYS_SINCE_LASTORDER                       CUSTOMERNAME
## 24                     42              Euro Shopping Channel
## 50                     50              Euro Shopping Channel
## 23                     76              UK Collectables, Ltd.
## 49                     79       Quebec Home Shopping Network
## 74                     92              Euro Shopping Channel
## 22                    111                   FunGiftIdeas.com
## 98                    116              Euro Shopping Channel
## 73                    127                   Auto Canal Petit
## 48                    131            Anna's Decorations, Ltd
## 21                    139                  La Rochelle Gifts
## 123                   148                  Gifts4AllAges.com
## 97                    150              UK Collectables, Ltd.
## 150                   150                  La Rochelle Gifts
## 72                    161                   FunGiftIdeas.com
## 47                    179         Collectables For Less Inc.
## 149                   179       Quebec Home Shopping Network
## 122                   182          The Sharp Gifts Warehouse
## 96                    185                   FunGiftIdeas.com
## 20                    186          Souveniers And Things Co.
## 174                   188              Salzburg Collectables
## 71                    190        Australian Gift Network, Co
## 121                   196                    Lyon Souveniers
## 19                    208              Salzburg Collectables
## 95                    214        Australian Gift Network, Co
## 18                    216                  Land of Toys Inc.
## 46                    219       Mini Gifts Distributors Ltd.
## 200                   226                    Gift Depot Inc.
## 226                   226              Euro Shopping Channel
## 17                    228              Diecast Classics Inc.
## 45                    229         Australian Collectors, Co.
## 148                   231            Anna's Decorations, Ltd
## 70                    236          Souveniers And Things Co.
## 94                    241               Technics Stores Inc.
## 120                   241            Oulu Toy Supplies, Inc.
## 16                    245                 Baane Mini Imports
## 44                    253       Online Diecast Creations Co.
## 225                   255       Quebec Home Shopping Network
## 15                    259               Toys of Finland, Co.
## 69                    259            Tokyo Collectables, Ltd
## 173                   262            Scandinavian Gift Ideas
## 43                    266       Mini Gifts Distributors Ltd.
## 68                    266                  Land of Toys Inc.
## 250                   268              Euro Shopping Channel
## 199                   274                    Lyon Souveniers
## 42                    275                 Auto Assoc. & Cie.
## 67                    278              Diecast Classics Inc.
## 147                   279            Anna's Decorations, Ltd
## 93                    283            Tokyo Collectables, Ltd
## 119                   287                 Reims Collectables
## 92                    290                  Land of Toys Inc.
## 172                   290                  La Rochelle Gifts
## 14                    292               Marta's Replicas Co.
## 66                    295                      Mini Classics
## 118                   299              Euro Shopping Channel
## 275                   301                    Gift Depot Inc.
## 91                    302              Diecast Classics Inc.
## 198                   302       Mini Gifts Distributors Ltd.
## 249                   302              UK Collectables, Ltd.
## 41                    307            Scandinavian Gift Ideas
## 224                   307            Anna's Decorations, Ltd
## 117                   309               Classic Legends Inc.
## 65                    312                  Atelier graphique
## 299                   313              Salzburg Collectables
## 171                   317                Suominen Souveniers
## 90                    319                      Mini Classics
## 146                   319       Mini Gifts Distributors Ltd.
## 116                   324                 Baane Mini Imports
## 13                    326                  La Rochelle Gifts
## 197                   326       Mini Gifts Distributors Ltd.
## 115                   327                  giftsbymail.co.uk
## 40                    328                 Amica Models & Co.
## 145                   329         Australian Collectors, Co.
## 89                    333               Toys of Finland, Co.
## 248                   337                   FunGiftIdeas.com
## 144                   338           Volvo Model Replicas, Co
## 64                    342               Marta's Replicas Co.
## 114                   344            Classic Gift Ideas, Inc
## 12                    350                    Gift Depot Inc.
## 325                   351                    Gift Depot Inc.
## 143                   352       Online Diecast Creations Co.
## 223                   355            Anna's Decorations, Ltd
## 39                    356          Souveniers And Things Co.
## 170                   359              Salzburg Collectables
## 349                   363              Salzburg Collectables
## 142                   364     Canadian Gift Exchange Network
## 196                   364                 Reims Collectables
## 247                   365                  La Rochelle Gifts
## 88                    366               Marta's Replicas Co.
## 169                   367                  Land of Toys Inc.
## 141                   372               Marta's Replicas Co.
## 63                    376                  La Rochelle Gifts
## 376                   376                  La Rochelle Gifts
## 113                   377                  Gifts4AllAges.com
## 168                   378           Volvo Model Replicas, Co
## 274                   378       Mini Gifts Distributors Ltd.
## 194                   387          La Corne D'abondance, Co.
## 298                   387            Scandinavian Gift Ideas
## 38                    389            Tokyo Collectables, Ltd
## 11                    390            Tekni Collectables Inc.
## 246                   393               Technics Stores Inc.
## 324                   393       Mini Gifts Distributors Ltd.
## 167                   395             Toms Spezialitten, Ltd
## 222                   395       Mini Gifts Distributors Ltd.
## 112                   397  Royal Canadian Collectables, Ltd.
## 273                   399            Tokyo Collectables, Ltd
## 62                    400                    Gift Depot Inc.
## 87                    400                  La Rochelle Gifts
## 193                   401                 Baane Mini Imports
## 375                   403              Euro Shopping Channel
## 221                   405         Australian Collectors, Co.
## 140                   406            Scandinavian Gift Ideas
## 195                   407         Corrida Auto Replicas, Ltd
## 297                   410                  Boards & Toys Co.
## 192                   414               Heintze Collectables
## 401                   415              Salzburg Collectables
## 191                   421                     AV Stores, Co.
## 86                    424                    Gift Depot Inc.
## 139                   425              Diecast Classics Inc.
## 111                   426                         Petit Auto
## 323                   427       Mini Gifts Distributors Ltd.
## 427                   427              Euro Shopping Channel
## 220                   429       Online Diecast Creations Co.
## 37                    430                   Super Scale Inc.
## 10                    432                    Vitachrome Inc.
## 245                   434              Salzburg Collectables
## 348                   437            Scandinavian Gift Ideas
## 61                    440            Tekni Collectables Inc.
## 165                   440                    Vida Sport, Ltd
## 219                   441     Canadian Gift Exchange Network
## 244                   442                  Land of Toys Inc.
## 296                   442                Suominen Souveniers
## 272                   445              Euro Shopping Channel
## 400                   447                        Mini Caravy
## 322                   448            Tokyo Collectables, Ltd
## 218                   451                 Auto Assoc. & Cie.
## 243                   453                    Microscale Inc.
## 138                   455          Souveniers And Things Co.
## 190                   455                 Amica Models & Co.
## 426                   456       Quebec Home Shopping Network
## 110                   459       Quebec Home Shopping Network
## 347                   459               Toys of Finland, Co.
## 270                   463          La Corne D'abondance, Co.
## 85                    464            Tekni Collectables Inc.
## 164                   467           Online Mini Collectables
## 454                   468              Salzburg Collectables
## 242                   471                 Baane Mini Imports
## 189                   474       Mini Gifts Distributors Ltd.
## 9                     475         Australian Collectors, Co.
## 269                   477                    Vitachrome Inc.
## 374                   478       Mini Gifts Distributors Ltd.
## 478                   479              Diecast Classics Inc.
## 217                   483            Scandinavian Gift Ideas
## 271                   483         Corrida Auto Replicas, Ltd
## 36                    484         Cambridge Collectables Co.
## 60                    484       Motor Mint Distributors Inc.
## 295                   484              Salzburg Collectables
## 241                   485               Toys of Finland, Co.
## 137                   488                   Handji Gifts& Co
## 399                   488            Scandinavian Gift Ideas
## 321                   489                 Reims Collectables
## 268                   490               Heintze Collectables
## 294                   492                  Land of Toys Inc.
## 346                   492                Suominen Souveniers
## 163                   493                L'ordine Souveniers
## 267                   497                     AV Stores, Co.
## 109                   499                  Land of Toys Inc.
## 453                   499           Danish Wholesale Imports
## 216                   502              Diecast Classics Inc.
## 320                   502                 Muscle Machine Inc
## 373                   502       Mini Gifts Distributors Ltd.
## 501                   502              Diecast Classics Inc.
## 293                   503           Volvo Model Replicas, Co
## 188                   504              Diecast Classics Inc.
## 84                    506                    Vitachrome Inc.
## 425                   508            Anna's Decorations, Ltd
## 8                     510                   Auto Canal Petit
## 398                   510               Toys of Finland, Co.
## 319                   512          La Corne D'abondance, Co.
## 240                   518               Marta's Replicas Co.
## 292                   520             Toms Spezialitten, Ltd
## 35                    523        West Coast Collectables Co.
## 59                    525         Australian Collectors, Co.
## 318                   526                 Baane Mini Imports
## 162                   527              UK Collectables, Ltd.
## 136                   529                   Super Scale Inc.
## 266                   531                 Amica Models & Co.
## 215                   532          Souveniers And Things Co.
## 345                   534              Salzburg Collectables
## 317                   539               Heintze Collectables
## 452                   540       Mini Gifts Distributors Ltd.
## 526                   540              Salzburg Collectables
## 239                   542           Online Mini Collectables
## 344                   542                  Land of Toys Inc.
## 397                   543                Suominen Souveniers
## 372                   545              Euro Shopping Channel
## 316                   546                     AV Stores, Co.
## 83                    549         Australian Collectors, Co.
## 265                   550       Mini Gifts Distributors Ltd.
## 343                   553           Volvo Model Replicas, Co
## 371                   553                 Muscle Machine Inc
## 424                   556            Anna's Decorations, Ltd
## 477                   560            Anna's Decorations, Ltd
## 58                    563               Osaka Souveniers Co.
## 370                   563          La Corne D'abondance, Co.
## 451                   563               Toys of Finland, Co.
## 525                   564          The Sharp Gifts Warehouse
## 214                   565            Tokyo Collectables, Ltd
## 290                   565                    Vida Sport, Ltd
## 7                     567                       Herkku Gifts
## 342                   570             Toms Spezialitten, Ltd
## 6                     573           Daedalus Designs Imports
## 552                   573                L'ordine Souveniers
## 108                   575       Collectable Mini Designs Co.
## 573                   575          Souveniers And Things Co.
## 238                   576                    Gift Depot Inc.
## 34                    577     Canadian Gift Exchange Network
## 369                   577                    Vitachrome Inc.
## 161                   579           Danish Wholesale Imports
## 187                   579                Suominen Souveniers
## 264                   580              Diecast Classics Inc.
## 315                   580                 Amica Models & Co.
## 476                   581              Euro Shopping Channel
## 135                   582       Mini Gifts Distributors Ltd.
## 500                   583            Anna's Decorations, Ltd
## 396                   585              Salzburg Collectables
## 5                     586               Technics Stores Inc.
## 33                    586             Saveley & Henriot, Co.
## 82                    587               Osaka Souveniers Co.
## 368                   590               Heintze Collectables
## 289                   592           Online Mini Collectables
## 395                   593                  Land of Toys Inc.
## 450                   595                Mini Creations Ltd.
## 423                   596       Mini Gifts Distributors Ltd.
## 32                    597            Classic Gift Ideas, Inc
## 367                   598               Marta's Replicas Co.
## 314                   599       Mini Gifts Distributors Ltd.
## 31                    603        Australian Gift Network, Co
## 394                   603                   FunGiftIdeas.com
## 213                   606                   Super Scale Inc.
## 422                   606         Australian Collectors, Co.
## 475                   607         Collectables For Less Inc.
## 551                   611          The Sharp Gifts Warehouse
## 572                   611          The Sharp Gifts Warehouse
## 550                   612                 Reims Collectables
## 598                   612              Salzburg Collectables
## 340                   615                    Vida Sport, Ltd
## 134                   616                   Handji Gifts& Co
## 237                   616            Tekni Collectables Inc.
## 57                    617                       Herkku Gifts
## 288                   618                L'ordine Souveniers
## 30                    619               Classic Legends Inc.
## 393                   621             Toms Spezialitten, Ltd
## 56                    623           Daedalus Designs Imports
## 449                   623                    Lyon Souveniers
## 160                   624                    Vida Sport, Ltd
## 186                   625                        CAF Imports
## 313                   629              Diecast Classics Inc.
## 421                   630       Online Diecast Creations Co.
## 499                   631         Collectables For Less Inc.
## 366                   632                  Land of Toys Inc.
## 524                   635              Euro Shopping Channel
## 55                    636               Technics Stores Inc.
## 448                   637         Australian Collectors, Co.
## 625                   639              Salzburg Collectables
## 549                   640              Euro Shopping Channel
## 81                    641                       Herkku Gifts
## 339                   642           Online Mini Collectables
## 420                   643       Mini Gifts Distributors Ltd.
## 447                   643       Motor Mint Distributors Inc.
## 597                   644                        Mini Caravy
## 80                    647           Daedalus Designs Imports
## 474                   648                    Lyon Souveniers
## 4                     649                  Toys4GrownUps.com
## 29                    649            Dragon Souveniers, Ltd.
## 365                   651              Diecast Classics Inc.
## 287                   652              UK Collectables, Ltd.
## 419                   652                 Auto Assoc. & Cie.
## 652                   652                  La Rochelle Gifts
## 263                   655                Suominen Souveniers
## 446                   655                   FunGiftIdeas.com
## 473                   657                 Signal Gift Stores
## 236                   658                    Vitachrome Inc.
## 107                   659                 Enaco Distributors
## 185                   659            Clover Collections, Co.
## 212                   659       Mini Gifts Distributors Ltd.
## 79                    660               Technics Stores Inc.
## 159                   661                   Auto Canal Petit
## 523                   663                  Toys4GrownUps.com
## 391                   666                    Vida Sport, Ltd
## 338                   668                L'ordine Souveniers
## 472                   668                     AV Stores, Co.
## 548                   669            Oulu Toy Supplies, Inc.
## 106                   670     Double Decker Gift Stores, Ltd
## 624                   670           Danish Wholesale Imports
## 133                   672               Diecast Collectables
## 498                   672                    Lyon Souveniers
## 445                   673             Toms Spezialitten, Ltd
## 105                   675                       Alpha Cognac
## 673                   675          Souveniers And Things Co.
## 651                   679              Euro Shopping Channel
## 364                   680       Mini Gifts Distributors Ltd.
## 471                   680       Online Diecast Creations Co.
## 497                   681         Australian Collectors, Co.
## 571                   682              Euro Shopping Channel
## 418                   684            Scandinavian Gift Ideas
## 132                   685             Saveley & Henriot, Co.
## 596                   685            Scandinavian Gift Ideas
## 104                   690            Scandinavian Gift Ideas
## 390                   691            Dragon Souveniers, Ltd.
## 496                   692                     AV Stores, Co.
## 470                   693       Mini Gifts Distributors Ltd.
## 211                   695                 Auto Assoc. & Cie.
## 131                   696            Classic Gift Ideas, Inc
## 54                    699                  Toys4GrownUps.com
## 184                   699             Saveley & Henriot, Co.
## 699                   699                  La Rochelle Gifts
## 235                   700           Daedalus Designs Imports
## 130                   702           Stylish Desk Decors, Co.
## 337                   702              UK Collectables, Ltd.
## 469                   702                 Auto Assoc. & Cie.
## 3                     703                    Lyon Souveniers
## 158                   704              Euro Shopping Channel
## 286                   704           Danish Wholesale Imports
## 312                   704                Suominen Souveniers
## 495                   704       Online Diecast Creations Co.
## 28                    705               Technics Stores Inc.
## 262                   705               Blauer See Auto, Co.
## 417                   705                 Amica Models & Co.
## 103                   706               Toys of Finland, Co.
## 595                   707               Toys of Finland, Co.
## 570                   710                  Toys4GrownUps.com
## 522                   711                 Reims Collectables
## 623                   711       Mini Gifts Distributors Ltd.
## 672                   711          The Sharp Gifts Warehouse
## 363                   714                   Handji Gifts& Co
## 157                   715             Toms Spezialitten, Ltd
## 129                   717                    Mini Auto Werke
## 494                   717       Mini Gifts Distributors Ltd.
## 521                   717       Motor Mint Distributors Inc.
## 443                   718                    Vida Sport, Ltd
## 389                   719                L'ordine Souveniers
## 156                   722                       Herkku Gifts
## 78                    723                  Toys4GrownUps.com
## 723                   725          Souveniers And Things Co.
## 493                   726                 Auto Assoc. & Cie.
## 698                   726              Euro Shopping Channel
## 547                   727           Stylish Desk Decors, Co.
## 155                   729            Anna's Decorations, Ltd
## 520                   729                   FunGiftIdeas.com
## 416                   733          Souveniers And Things Co.
## 622                   734               Toys of Finland, Co.
## 183                   735                   Super Scale Inc.
## 261                   735            Clover Collections, Co.
## 234                   736                   Auto Canal Petit
## 546                   737                       Royale Belge
## 468                   739                       Herkku Gifts
## 594                   740                Suominen Souveniers
## 442                   741                 Signal Gift Stores
## 182                   746                Mini Creations Ltd.
## 519                   747              Euro Shopping Channel
## 128                   748            Dragon Souveniers, Ltd.
## 545                   748           Danish Wholesale Imports
## 285                   749                    Vida Sport, Ltd
## 311                   750                        CAF Imports
## 750                   750                  La Rochelle Gifts
## 53                    753                    Lyon Souveniers
## 181                   753                L'ordine Souveniers
## 210                   753     Canadian Gift Exchange Network
## 388                   753              UK Collectables, Ltd.
## 336                   754           Danish Wholesale Imports
## 362                   754              Euro Shopping Channel
## 650                   754       Mini Gifts Distributors Ltd.
## 467                   755                 Amica Models & Co.
## 544                   756                  giftsbymail.co.uk
## 2                     757                 Reims Collectables
## 569                   757               Marseille Mini Autos
## 722                   760                   Handji Gifts& Co
## 27                    761         Corrida Auto Replicas, Ltd
## 102                   762                Mini Creations Ltd.
## 209                   762             Saveley & Henriot, Co.
## 492                   763                       Herkku Gifts
## 621                   763                       Royale Belge
## 568                   764       Motor Mint Distributors Inc.
## 415                   766            Tokyo Collectables, Ltd
## 180                   767            Dragon Souveniers, Ltd.
## 166                   771               Blauer See Auto, Co.
## 441                   771                L'ordine Souveniers
## 208                   773            Classic Gift Ideas, Inc
## 543                   773            Classic Gift Ideas, Inc
## 260                   775             Saveley & Henriot, Co.
## 77                    777                    Lyon Souveniers
## 749                   777              Euro Shopping Channel
## 649                   778       Mini Gifts Distributors Ltd.
## 207                   779        Australian Gift Network, Co
## 491                   779                 Amica Models & Co.
## 593                   782         Australian Collectors, Co.
## 671                   782              Euro Shopping Channel
## 310                   784            Clover Collections, Co.
## 284                   785              Euro Shopping Channel
## 154                   788         Collectables For Less Inc.
## 179                   790              Euro Shopping Channel
## 517                   790                   Handji Gifts& Co
## 567                   790       Mini Gifts Distributors Ltd.
## 592                   790                  Land of Toys Inc.
## 233                   793                  Toys4GrownUps.com
## 206                   794                    Mini Auto Werke
## 620                   794                    Lyon Souveniers
## 773                   794                L'ordine Souveniers
## 697                   796              Euro Shopping Channel
## 232                   799           Daedalus Designs Imports
## 335                   799                    Vida Sport, Ltd
## 591                   800                   FunGiftIdeas.com
## 542                   801 Bavarian Collectables Imports, Co.
## 387                   802            Oulu Toy Supplies, Inc.
## 127                   804               Technics Stores Inc.
## 231                   805            Anna's Decorations, Ltd
## 440                   805              UK Collectables, Ltd.
## 414                   807                   Super Scale Inc.
## 361                   808       Mini Gifts Distributors Ltd.
## 619                   808         Australian Collectors, Co.
## 721                   809       Mini Gifts Distributors Ltd.
## 670                   810                  Toys4GrownUps.com
## 259                   811                   Super Scale Inc.
## 618                   814       Motor Mint Distributors Inc.
## 52                    815         Australian Collectors, Co.
## 516                   815                 Signal Gift Stores
## 797                   815              Euro Shopping Channel
## 590                   818             Toms Spezialitten, Ltd
## 101                   820           Stylish Desk Decors, Co.
## 648                   821              Euro Shopping Channel
## 258                   822                Mini Creations Ltd.
## 309                   824             Saveley & Henriot, Co.
## 466                   824           Danish Wholesale Imports
## 822                   824       Mini Gifts Distributors Ltd.
## 26                    825           Volvo Model Replicas, Co
## 205                   825            Dragon Souveniers, Ltd.
## 541                   825          Norway Gifts By Mail, Co.
## 720                   825              Euro Shopping Channel
## 617                   826                   FunGiftIdeas.com
## 1                     828                  Land of Toys Inc.
## 696                   828            Anna's Decorations, Ltd
## 257                   829                L'ordine Souveniers
## 283                   829              Euro Shopping Channel
## 647                   829                 Muscle Machine Inc
## 772                   830            Tekni Collectables Inc.
## 748                   831            Anna's Decorations, Ltd
## 771                   833                 Reims Collectables
## 334                   836                   Auto Canal Petit
## 360                   836           Signal Collectibles Ltd.
## 565                   838                   Handji Gifts& Co
## 76                    839         Australian Collectors, Co.
## 646                   839          La Corne D'abondance, Co.
## 178                   840       Mini Gifts Distributors Ltd.
## 282                   840             Toms Spezialitten, Ltd
## 256                   843            Dragon Souveniers, Ltd.
## 616                   844             Toms Spezialitten, Ltd
## 515                   845                L'ordine Souveniers
## 281                   847                       Herkku Gifts
## 490                   848           Danish Wholesale Imports
## 386                   850                    Vida Sport, Ltd
## 796                   850                   Auto Canal Petit
## 153                   852       Mini Gifts Distributors Ltd.
## 564                   852                 Amica Models & Co.
## 439                   853               Osaka Souveniers Co.
## 645                   853                    Vitachrome Inc.
## 280                   854                    Mini Auto Werke
## 540                   855         Collectables For Less Inc.
## 669                   857               Marseille Mini Autos
## 719                   859                  Toys4GrownUps.com
## 126                   860         Corrida Auto Replicas, Ltd
## 308                   860                   Super Scale Inc.
## 413                   861         Cambridge Collectables Co.
## 770                   861              Euro Shopping Channel
## 847                   861              Salzburg Collectables
## 465                   863              Euro Shopping Channel
## 588                   863                    Vida Sport, Ltd
## 100                   864              Salzburg Collectables
## 668                   864                     AV Stores, Co.
## 255                   866              Euro Shopping Channel
## 644                   866               Heintze Collectables
## 695                   868              Euro Shopping Channel
## 307                   871                Mini Creations Ltd.
## 872                   873                         Petit Auto
## 643                   874               Marta's Replicas Co.
## 230                   875                  Toys4GrownUps.com
## 694                   876                 Muscle Machine Inc
## 25                    878                 Baane Mini Imports
## 51                    878                  Land of Toys Inc.
## 306                   878                L'ordine Souveniers
## 333                   879              Euro Shopping Channel
## 514                   879              UK Collectables, Ltd.
## 747                   879            Anna's Decorations, Ltd
## 204                   881               Technics Stores Inc.
## 539                   881              Euro Shopping Channel
## 795                   884            Scandinavian Gift Ideas
## 846                   885          The Sharp Gifts Warehouse
## 385                   886              Euro Shopping Channel
## 587                   886                 Signal Gift Stores
## 489                   887              Euro Shopping Channel
## 693                   887           Volvo Model Replicas, Co
## 769                   888        Australian Gift Network, Co
## 614                   889                    Vida Sport, Ltd
## 332                   890             Toms Spezialitten, Ltd
## 667                   890       Mini Gifts Distributors Ltd.
## 305                   892            Dragon Souveniers, Ltd.
## 718                   892                    Lyon Souveniers
## 291                   896               Blauer See Auto, Co.
## 331                   897                       Herkku Gifts
## 359                   898               Diecast Collectables
## 897                   898                         Petit Auto
## 412                   900        West Coast Collectables Co.
## 692                   900                    Vitachrome Inc.
## 75                    902                  Land of Toys Inc.
## 438                   902                    Vida Sport, Ltd
## 330                   904            Anna's Decorations, Ltd
## 666                   904         Iberia Gift Imports, Corp.
## 177                   905                 Muscle Machine Inc
## 717                   905               Marseille Mini Autos
## 152                   906               Marseille Mini Autos
## 642                   908                  Land of Toys Inc.
## 821                   909       Mini Gifts Distributors Ltd.
## 358                   911                      Mini Classics
## 613                   912                 Signal Gift Stores
## 716                   912                     AV Stores, Co.
## 279                   913         Collectables For Less Inc.
## 691                   913     Canadian Gift Exchange Network
## 794                   913        Australian Gift Network, Co
## 304                   915              Euro Shopping Channel
## 125                   916          La Corne D'abondance, Co.
## 254                   916       Mini Gifts Distributors Ltd.
## 586                   916                L'ordine Souveniers
## 746                   919       Mini Gifts Distributors Ltd.
## 464                   920             Saveley & Henriot, Co.
## 357                   921         Iberia Gift Imports, Corp.
## 690                   921               Marta's Replicas Co.
## 538                   924          The Sharp Gifts Warehouse
## 715                   924       Online Diecast Creations Co.
## 820                   925              Euro Shopping Channel
## 641                   926       Mini Gifts Distributors Ltd.
## 513                   927                        Mini Caravy
## 356                   928           Stylish Desk Decors, Co.
## 229                   929                    Lyon Souveniers
## 745                   929         Australian Collectors, Co.
## 384                   930              Euro Shopping Channel
## 203                   937         Corrida Auto Replicas, Ltd
## 714                   937       Mini Gifts Distributors Ltd.
## 437                   938              Euro Shopping Channel
## 665                   938                   Handji Gifts& Co
## 744                   938           Volvo Model Replicas, Co
## 99                    939           Danish Wholesale Imports
## 793                   940               Technics Stores Inc.
## 383                   941       Online Diecast Creations Co.
## 355                   942            Dragon Souveniers, Ltd.
## 612                   942                L'ordine Souveniers
## 488                   944             Saveley & Henriot, Co.
## 341                   946               Blauer See Auto, Co.
## 713                   946                 Auto Assoc. & Cie.
## 768                   947                   Gift Ideas Corp.
## 922                   947                  Gifts4AllAges.com
## 382                   948                       Herkku Gifts
## 947                   948                         Petit Auto
## 585                   950              UK Collectables, Ltd.
## 463                   951        West Coast Collectables Co.
## 176                   952            Dragon Souveniers, Ltd.
## 664                   952                 Amica Models & Co.
## 743                   952       Online Diecast Creations Co.
## 411                   954     Canadian Gift Exchange Network
## 871                   954            Anna's Decorations, Ltd
## 381                   955                    Mini Auto Werke
## 689                   955                  Land of Toys Inc.
## 640                   956       Mini Gifts Distributors Ltd.
## 845                   956              Euro Shopping Channel
## 767                   957            Tokyo Collectables, Ltd
## 819                   959                  Toys4GrownUps.com
## 329                   963         Collectables For Less Inc.
## 410                   963             Saveley & Henriot, Co.
## 742                   964     Canadian Gift Exchange Network
## 303                   965       Mini Gifts Distributors Ltd.
## 766                   969           Danish Wholesale Imports
## 151                   971                    Cruz & Sons Co.
## 354                   972            Oulu Toy Supplies, Inc.
## 512                   972       Collectable Mini Designs Co.
## 741                   972               Marta's Replicas Co.
## 409                   974            Classic Gift Ideas, Inc
## 688                   974              Diecast Classics Inc.
## 487                   975        West Coast Collectables Co.
## 611                   976              UK Collectables, Ltd.
## 765                   976              Diecast Classics Inc.
## 124                   977                 Baane Mini Imports
## 278                   977       Mini Gifts Distributors Ltd.
## 563                   977                        Mini Caravy
## 896                   978                    Mini Auto Werke
## 408                   980        Australian Gift Network, Co
## 253                   981                 Muscle Machine Inc
## 921                   981          The Sharp Gifts Warehouse
## 436                   982                 Muscle Machine Inc
## 792                   982            Tokyo Collectables, Ltd
## 920                   982                 Reims Collectables
## 228                   983                 Reims Collectables
## 712                   985                   Handji Gifts& Co
## 844                   986                       Royale Belge
## 791                   989                  Land of Toys Inc.
## 639                   990                   Handji Gifts& Co
## 818                   992                    Lyon Souveniers
## 435                   993       Online Diecast Creations Co.
## 764                   993                      Mini Classics
## 407                   995                    Mini Auto Werke
## 392                   997               Blauer See Auto, Co.
## 972                   997                  Gifts4AllAges.com
## 202                   999       Mini Gifts Distributors Ltd.
## 584                   999            Oulu Toy Supplies, Inc.
## 711                   999                 Amica Models & Co.
## 434                  1000                       Herkku Gifts
## 790                  1001              Diecast Classics Inc.
## 817                  1001         Australian Collectors, Co.
## 870                  1002         Collectables For Less Inc.
## 687                  1003       Mini Gifts Distributors Ltd.
## 537                  1004       Collectable Mini Designs Co.
## 433                  1006       Quebec Home Shopping Network
## 740                  1006            Scandinavian Gift Ideas
## 462                  1007              Euro Shopping Channel
## 919                  1010              Euro Shopping Channel
## 511                  1012              Euro Shopping Channel
## 816                  1012                     AV Stores, Co.
## 380                  1014         Collectables For Less Inc.
## 175                  1015           Danish Wholesale Imports
## 461                  1018       Australian Collectables, Ltd
## 562                  1018             Saveley & Henriot, Co.
## 789                  1018                      Mini Classics
## 763                  1021            Clover Collections, Co.
## 353                  1022                Suominen Souveniers
## 1023                 1023                  La Rochelle Gifts
## 432                  1024               Heintze Collectables
## 610                  1024               Osaka Souveniers Co.
## 815                  1024       Online Diecast Creations Co.
## 739                  1025              Diecast Classics Inc.
## 406                  1026            Dragon Souveniers, Ltd.
## 460                  1026       Mini Gifts Distributors Ltd.
## 328                  1027       Mini Gifts Distributors Ltd.
## 895                  1027         Collectables For Less Inc.
## 252                  1028            Dragon Souveniers, Ltd.
## 946                  1028                    Mini Auto Werke
## 302                  1030                 Muscle Machine Inc
## 638                  1030              Euro Shopping Channel
## 277                  1031               Marseille Mini Autos
## 486                  1031              Euro Shopping Channel
## 459                  1032                      Rovelli Gifts
## 843                  1032                 Reims Collectables
## 788                  1035                  Atelier graphique
## 1022                 1036              Salzburg Collectables
## 686                  1037                   Handji Gifts& Co
## 814                  1037       Mini Gifts Distributors Ltd.
## 842                  1038       Motor Mint Distributors Inc.
## 918                  1039            Oulu Toy Supplies, Inc.
## 971                  1040       Mini Gifts Distributors Ltd.
## 536                  1041               Osaka Souveniers Co.
## 485                  1042       Australian Collectables, Ltd
## 869                  1042       Mini Gifts Distributors Ltd.
## 762                  1046          Norway Gifts By Mail, Co.
## 813                  1046                 Auto Assoc. & Cie.
## 583                  1047                    Vida Sport, Ltd
## 444                  1048          Norway Gifts By Mail, Co.
## 1021                 1049              Euro Shopping Channel
## 484                  1050       Mini Gifts Distributors Ltd.
## 841                  1050                   FunGiftIdeas.com
## 561                  1052         Corrida Auto Replicas, Ltd
## 868                  1052         Australian Collectors, Co.
## 201                  1054                 Baane Mini Imports
## 227                  1054                  Land of Toys Inc.
## 738                  1054       Mini Gifts Distributors Ltd.
## 483                  1056                      Rovelli Gifts
## 510                  1056                 Muscle Machine Inc
## 431                  1059            Anna's Decorations, Ltd
## 787                  1065               Marta's Replicas Co.
## 509                  1067       Online Diecast Creations Co.
## 894                  1067       Mini Gifts Distributors Ltd.
## 1020                 1067                        Mini Caravy
## 840                  1068              Euro Shopping Channel
## 609                  1069       Collectable Mini Designs Co.
## 970                  1069              Euro Shopping Channel
## 1048                 1073                  Gifts4AllAges.com
## 508                  1074                       Herkku Gifts
## 761                  1074                  La Rochelle Gifts
## 867                  1076       Online Diecast Creations Co.
## 301                  1077            Dragon Souveniers, Ltd.
## 663                  1077                        Mini Caravy
## 685                  1077              Euro Shopping Channel
## 893                  1077         Australian Collectors, Co.
## 945                  1077         Collectables For Less Inc.
## 379                  1078       Mini Gifts Distributors Ltd.
## 352                  1080                 Muscle Machine Inc
## 507                  1080                    Gift Depot Inc.
## 637                  1080               Blauer See Auto, Co.
## 327                  1081               Marseille Mini Autos
## 405                  1082               Technics Stores Inc.
## 582                  1083              Euro Shopping Channel
## 812                  1083                       Herkku Gifts
## 458                  1085           Signal Collectibles Ltd.
## 535                  1086                    Cruz & Sons Co.
## 737                  1088                   Handji Gifts& Co
## 892                  1088                     AV Stores, Co.
## 866                  1089       Mini Gifts Distributors Ltd.
## 969                  1095            Tokyo Collectables, Ltd
## 276                  1096                    Cruz & Sons Co.
## 1019                 1096              Euro Shopping Channel
## 1095                 1096                         Petit Auto
## 506                  1098               Heintze Collectables
## 534                  1098     Double Decker Gift Stores, Ltd
## 760                  1098                    Gift Depot Inc.
## 865                  1098                 Auto Assoc. & Cie.
## 917                  1098              Euro Shopping Channel
## 786                  1099                  La Rochelle Gifts
## 811                  1099                 Amica Models & Co.
## 891                  1100       Online Diecast Creations Co.
## 251                  1102              Euro Shopping Channel
## 533                  1103                       Alpha Cognac
## 560                  1106                 Muscle Machine Inc
## 916                  1107                       Royale Belge
## 482                  1109           Signal Collectibles Ltd.
## 608                  1109              Euro Shopping Channel
## 710                  1111               Diecast Collectables
## 636                  1112           Signal Collectibles Ltd.
## 838                  1113                    Vida Sport, Ltd
## 890                  1113       Mini Gifts Distributors Ltd.
## 559                  1116       Australian Collectables, Ltd
## 1047                 1116       Mini Gifts Distributors Ltd.
## 944                  1117       Mini Gifts Distributors Ltd.
## 1018                 1117              Euro Shopping Channel
## 532                  1118            Scandinavian Gift Ideas
## 662                  1118             Saveley & Henriot, Co.
## 915                  1118           Danish Wholesale Imports
## 518                  1122          Norway Gifts By Mail, Co.
## 889                  1122                 Auto Assoc. & Cie.
## 785                  1123                    Gift Depot Inc.
## 558                  1124       Mini Gifts Distributors Ltd.
## 914                  1126                  giftsbymail.co.uk
## 430                  1127                       Alpha Cognac
## 581                  1127              Euro Shopping Channel
## 943                  1127         Australian Collectors, Co.
## 736                  1128              Euro Shopping Channel
## 1017                 1129               Toys of Finland, Co.
## 557                  1130                      Rovelli Gifts
## 864                  1130            Scandinavian Gift Ideas
## 684                  1131       Mini Gifts Distributors Ltd.
## 378                  1132               Marseille Mini Autos
## 505                  1133            Anna's Decorations, Ltd
## 531                  1134               Toys of Finland, Co.
## 837                  1136                 Signal Gift Stores
## 404                  1138         Corrida Auto Replicas, Ltd
## 580                  1138       Online Diecast Creations Co.
## 942                  1138                     AV Stores, Co.
## 351                  1139               Classic Legends Inc.
## 300                  1140           Danish Wholesale Imports
## 457                  1142          Souveniers And Things Co.
## 913                  1143            Classic Gift Ideas, Inc
## 579                  1145                       Herkku Gifts
## 759                  1145          The Sharp Gifts Warehouse
## 1046                 1145              Euro Shopping Channel
## 326                  1146                    Cruz & Sons Co.
## 1016                 1148            Anna's Decorations, Ltd
## 968                  1149              Euro Shopping Channel
## 941                  1150       Online Diecast Creations Co.
## 863                  1151                 Amica Models & Co.
## 578                  1152                    Mini Auto Werke
## 661                  1152         Corrida Auto Replicas, Ltd
## 607                  1153                 Muscle Machine Inc
## 888                  1154            Scandinavian Gift Ideas
## 1015                 1157                       Royale Belge
## 1144                 1158              Salzburg Collectables
## 1071                 1159       Mini Gifts Distributors Ltd.
## 967                  1160          La Corne D'abondance, Co.
## 784                  1163            Tekni Collectables Inc.
## 940                  1163       Mini Gifts Distributors Ltd.
## 606                  1164       Online Diecast Creations Co.
## 709                  1165             Saveley & Henriot, Co.
## 481                  1166          Souveniers And Things Co.
## 836                  1166                L'ordine Souveniers
## 566                  1169              UK Collectables, Ltd.
## 605                  1171                       Herkku Gifts
## 912                  1171 Bavarian Collectables Imports, Co.
## 1045                 1171            Tokyo Collectables, Ltd
## 810                  1172                        Mini Caravy
## 939                  1172                 Auto Assoc. & Cie.
## 635                  1174               Diecast Collectables
## 966                  1174                 Baane Mini Imports
## 887                  1175                 Amica Models & Co.
## 1094                 1176                    Mini Auto Werke
## 604                  1177       Quebec Home Shopping Network
## 862                  1179          Souveniers And Things Co.
## 1070                 1181              Euro Shopping Channel
## 735                  1182       Mini Gifts Distributors Ltd.
## 429                  1183               Marseille Mini Autos
## 556                  1183           Signal Collectibles Ltd.
## 758                  1183  Royal Canadian Collectables, Ltd.
## 634                  1187                      Mini Classics
## 965                  1187               Heintze Collectables
## 1014                 1187              Euro Shopping Channel
## 1143                 1189           Danish Wholesale Imports
## 530                  1190                Mini Creations Ltd.
## 589                  1194               Blauer See Auto, Co.
## 964                  1194                     AV Stores, Co.
## 504                  1195                 Reims Collectables
## 603                  1195               Heintze Collectables
## 1013                 1195                 Muscle Machine Inc
## 911                  1196  Royal Canadian Collectables, Ltd.
## 377                  1197                    Cruz & Sons Co.
## 456                  1197         Australian Collectors, Co.
## 633                  1197         Iberia Gift Imports, Corp.
## 1093                 1197       Mini Gifts Distributors Ltd.
## 708                  1199         Corrida Auto Replicas, Ltd
## 403                  1200       Mini Gifts Distributors Ltd.
## 835                  1200              UK Collectables, Ltd.
## 350                  1201              Euro Shopping Channel
## 1012                 1201         Australian Collectors, Co.
## 632                  1204                L'ordine Souveniers
## 938                  1204            Scandinavian Gift Ideas
## 1011                 1205           Volvo Model Replicas, Co
## 660                  1206                 Muscle Machine Inc
## 886                  1206              Salzburg Collectables
## 1010                 1206       Motor Mint Distributors Inc.
## 783                  1207       Motor Mint Distributors Inc.
## 809                  1207              Euro Shopping Channel
## 1119                 1207       Mini Gifts Distributors Ltd.
## 577                  1211         Collectables For Less Inc.
## 861                  1213          The Sharp Gifts Warehouse
## 480                  1214         Corrida Auto Replicas, Ltd
## 1069                 1215                Suominen Souveniers
## 1193                 1215       Australian Collectables, Ltd
## 659                  1216       Australian Collectables, Ltd
## 734                  1216                   Handji Gifts& Co
## 1008                 1217                   FunGiftIdeas.com
## 1009                 1217                    Vitachrome Inc.
## 631                  1218            Dragon Souveniers, Ltd.
## 615                  1219          Norway Gifts By Mail, Co.
## 1168                 1221              UK Collectables, Ltd.
## 683                  1222               Diecast Collectables
## 757                  1223         Australian Collectors, Co.
## 658                  1224       Mini Gifts Distributors Ltd.
## 1092                 1224         Collectables For Less Inc.
## 910                  1225                         Petit Auto
## 937                  1225                 Amica Models & Co.
## 1044                 1225              Euro Shopping Channel
## 963                  1228                 Amica Models & Co.
## 1007                 1229     Canadian Gift Exchange Network
## 1118                 1229              Euro Shopping Channel
## 602                  1230            Anna's Decorations, Ltd
## 657                  1230                      Rovelli Gifts
## 1006                 1234             Toms Spezialitten, Ltd
## 682                  1235                      Mini Classics
## 1005                 1236               Marta's Replicas Co.
## 1043                 1236          La Corne D'abondance, Co.
## 885                  1237          The Sharp Gifts Warehouse
## 428                  1241       Motor Mint Distributors Inc.
## 1240                 1242          Souveniers And Things Co.
## 529                  1244                   Gift Ideas Corp.
## 503                  1245                  Atelier graphique
## 681                  1245         Iberia Gift Imports, Corp.
## 1219                 1245                    Gift Depot Inc.
## 1042                 1246           Volvo Model Replicas, Co
## 962                  1247       Mini Gifts Distributors Ltd.
## 630                  1248            Oulu Toy Supplies, Inc.
## 782                  1248         Australian Collectors, Co.
## 834                  1248                        Mini Caravy
## 909                  1251              Euro Shopping Channel
## 680                  1252           Stylish Desk Decors, Co.
## 1192                 1252          The Sharp Gifts Warehouse
## 707                  1253                 Muscle Machine Inc
## 936                  1253          Souveniers And Things Co.
## 1142                 1253              Euro Shopping Channel
## 1191                 1253                 Reims Collectables
## 402                  1255                 Baane Mini Imports
## 1167                 1255       Mini Gifts Distributors Ltd.
## 1068                 1257         Australian Collectors, Co.
## 860                  1258              Euro Shopping Channel
## 756                  1261               Osaka Souveniers Co.
## 706                  1263       Australian Collectables, Ltd
## 1041                 1263               Heintze Collectables
## 1117                 1263                Suominen Souveniers
## 808                  1264             Saveley & Henriot, Co.
## 1091                 1264       Mini Gifts Distributors Ltd.
## 1067                 1265                  Land of Toys Inc.
## 679                  1266            Dragon Souveniers, Ltd.
## 1003                 1269                  Land of Toys Inc.
## 1040                 1270                     AV Stores, Co.
## 705                  1271       Mini Gifts Distributors Ltd.
## 733                  1272               Diecast Collectables
## 1090                 1274         Australian Collectors, Co.
## 576                  1275       Mini Gifts Distributors Ltd.
## 961                  1276                         Petit Auto
## 1066                 1276                    Microscale Inc.
## 704                  1277                      Rovelli Gifts
## 1002                 1277                    Vida Sport, Ltd
## 1166                 1277              Euro Shopping Channel
## 1239                 1278          The Sharp Gifts Warehouse
## 1141                 1281                  Toys4GrownUps.com
## 1190                 1281              Euro Shopping Channel
## 884                  1282              Euro Shopping Channel
## 656                  1283           Signal Collectibles Ltd.
## 732                  1285             Saveley & Henriot, Co.
## 781                  1286               Osaka Souveniers Co.
## 935                  1287          The Sharp Gifts Warehouse
## 1001                 1287              Diecast Classics Inc.
## 1266                 1291                  Gifts4AllAges.com
## 528                  1292              Salzburg Collectables
## 1116                 1292              Euro Shopping Channel
## 833                  1293       Collectable Mini Designs Co.
## 1065                 1293             Toms Spezialitten, Ltd
## 1293                 1293                  La Rochelle Gifts
## 731                  1295         Iberia Gift Imports, Corp.
## 1218                 1295              Euro Shopping Channel
## 555                  1296                 Signal Gift Stores
## 678                  1296            Oulu Toy Supplies, Inc.
## 1089                 1297               Blauer See Auto, Co.
## 601                  1298                       Alpha Cognac
## 629                  1298                Suominen Souveniers
## 807                  1298         Corrida Auto Replicas, Ltd
## 908                  1298                  Land of Toys Inc.
## 1000                 1299                 Signal Gift Stores
## 730                  1302           Stylish Desk Decors, Co.
## 1039                 1304                 Amica Models & Co.
## 1115                 1304         Australian Collectors, Co.
## 502                  1307                     AV Stores, Co.
## 859                  1307         Cambridge Collectables Co.
## 1189                 1310            Oulu Toy Supplies, Inc.
## 1088                 1311       Mini Gifts Distributors Ltd.
## 1114                 1311                    Cruz & Sons Co.
## 1165                 1311                Suominen Souveniers
## 999                  1315       Mini Gifts Distributors Ltd.
## 729                  1316            Dragon Souveniers, Ltd.
## 1217                 1316              Euro Shopping Channel
## 1319                 1319              Euro Shopping Channel
## 1087                 1320                 Auto Assoc. & Cie.
## 1292                 1322       Quebec Home Shopping Network
## 1038                 1323       Mini Gifts Distributors Ltd.
## 1113                 1323           Volvo Model Replicas, Co
## 455                  1327                    Vitachrome Inc.
## 998                  1328                L'ordine Souveniers
## 575                  1329               Marseille Mini Autos
## 1140                 1329                 Reims Collectables
## 703                  1330           Signal Collectibles Ltd.
## 883                  1331         Cambridge Collectables Co.
## 934                  1332              Euro Shopping Channel
## 832                  1333              Euro Shopping Channel
## 1265                 1334       Mini Gifts Distributors Ltd.
## 1139                 1335       Motor Mint Distributors Inc.
## 755                  1336               Technics Stores Inc.
## 1063                 1338                    Vida Sport, Ltd
## 780                  1340                       Herkku Gifts
## 1112                 1340             Toms Spezialitten, Ltd
## 1164                 1340              Euro Shopping Channel
## 1216                 1342            Tokyo Collectables, Ltd
## 1238                 1343              Euro Shopping Channel
## 677                  1346                Suominen Souveniers
## 728                  1346            Oulu Toy Supplies, Inc.
## 779                  1346           Daedalus Designs Imports
## 858                  1346        West Coast Collectables Co.
## 1138                 1347                   FunGiftIdeas.com
## 997                  1348                   Handji Gifts& Co
## 1318                 1348       Quebec Home Shopping Network
## 960                  1350                  Land of Toys Inc.
## 479                  1351                    Vitachrome Inc.
## 806                  1351              Euro Shopping Channel
## 1037                 1352                         Petit Auto
## 1163                 1352         Australian Collectors, Co.
## 1086                 1353            Auto-Moto Classics Inc.
## 600                  1354               Marseille Mini Autos
## 628                  1356                 Muscle Machine Inc
## 554                  1359                     AV Stores, Co.
## 778                  1359               Technics Stores Inc.
## 1162                 1359                    Cruz & Sons Co.
## 527                  1361                      Rovelli Gifts
## 996                  1361              UK Collectables, Ltd.
## 805                  1362       Australian Collectables, Ltd
## 1264                 1363              Euro Shopping Channel
## 1062                 1365           Online Mini Collectables
## 1137                 1365              Euro Shopping Channel
## 1364                 1366          Souveniers And Things Co.
## 1188                 1368           Stylish Desk Decors, Co.
## 804                  1370       Mini Gifts Distributors Ltd.
## 882                  1370        West Coast Collectables Co.
## 1161                 1371                    Microscale Inc.
## 1085                 1373                 Amica Models & Co.
## 907                  1374       Collectable Mini Designs Co.
## 803                  1376                      Rovelli Gifts
## 831                  1377                 Muscle Machine Inc
## 1237                 1377                  Toys4GrownUps.com
## 1187                 1378                       Royale Belge
## 933                  1381         Cambridge Collectables Co.
## 1110                 1385                    Vida Sport, Ltd
## 995                  1387              Euro Shopping Channel
## 1186                 1387                      Rovelli Gifts
## 830                  1388       Online Diecast Creations Co.
## 1160                 1388             Toms Spezialitten, Ltd
## 1215                 1388              Euro Shopping Channel
## 1263                 1389            Tokyo Collectables, Ltd
## 1387                 1389          Souveniers And Things Co.
## 574                  1394                    Cruz & Sons Co.
## 829                  1395                       Herkku Gifts
## 1061                 1395       Australian Collectables, Ltd
## 1291                 1395       Mini Gifts Distributors Ltd.
## 655                  1396                 Signal Gift Stores
## 1214                 1396                 Muscle Machine Inc
## 959                  1397                  giftsbymail.co.uk
## 1185                 1397                  giftsbymail.co.uk
## 754                  1399                  Toys4GrownUps.com
## 857                  1400     Canadian Gift Exchange Network
## 828                  1401                    Gift Depot Inc.
## 1363                 1402          The Sharp Gifts Warehouse
## 1159                 1403               Toys of Finland, Co.
## 676                  1404                 Muscle Machine Inc
## 727                  1404               Technics Stores Inc.
## 1213                 1405               Classic Legends Inc.
## 994                  1409            Oulu Toy Supplies, Inc.
## 1135                 1410                    Vida Sport, Ltd
## 599                  1412       Motor Mint Distributors Inc.
## 1109                 1412           Online Mini Collectables
## 856                  1413       Australian Collectables, Ltd
## 1184                 1414            Classic Gift Ideas, Inc
## 627                  1415               Classic Legends Inc.
## 1415                 1415                  La Rochelle Gifts
## 827                  1419               Heintze Collectables
## 855                  1420            Classic Gift Ideas, Inc
## 932                  1420        West Coast Collectables Co.
## 1212                 1420                    Vitachrome Inc.
## 1317                 1421       Mini Gifts Distributors Ltd.
## 777                  1422                  Toys4GrownUps.com
## 1290                 1422            Anna's Decorations, Ltd
## 881                  1424     Canadian Gift Exchange Network
## 1236                 1424               Marseille Mini Autos
## 1386                 1425          The Sharp Gifts Warehouse
## 854                  1426        Australian Gift Network, Co
## 958                  1426                         Petit Auto
## 1036                 1426                  Land of Toys Inc.
## 553                  1429       Online Diecast Creations Co.
## 802                  1429           Signal Collectibles Ltd.
## 1342                 1430       Mini Gifts Distributors Ltd.
## 1060                 1431                   Auto Canal Petit
## 1235                 1431                     AV Stores, Co.
## 1134                 1433                 Signal Gift Stores
## 1211                 1433               Heintze Collectables
## 1158                 1435          La Corne D'abondance, Co.
## 1084                 1436          The Sharp Gifts Warehouse
## 880                  1437       Australian Collectables, Ltd
## 993                  1440       Mini Gifts Distributors Ltd.
## 1210                 1440                     AV Stores, Co.
## 853                  1442               Classic Legends Inc.
## 1108                 1442       Australian Collectables, Ltd
## 1183                 1442 Bavarian Collectables Imports, Co.
## 1414                 1442              Euro Shopping Channel
## 702                  1443                 Signal Gift Stores
## 839                  1443          Norway Gifts By Mail, Co.
## 1262                 1443              Euro Shopping Channel
## 879                  1444            Classic Gift Ideas, Inc
## 1316                 1448            Anna's Decorations, Ltd
## 878                  1451                      Rovelli Gifts
## 1341                 1452              Euro Shopping Channel
## 1261                 1453               Classic Legends Inc.
## 826                  1454            Anna's Decorations, Ltd
## 992                  1456                    Vida Sport, Ltd
## 753                  1457              Euro Shopping Channel
## 1439                 1457              Euro Shopping Channel
## 906                  1458                 Enaco Distributors
## 654                  1459                     AV Stores, Co.
## 726                  1460         Corrida Auto Replicas, Ltd
## 1157                 1460           Online Mini Collectables
## 1234                 1462              Euro Shopping Channel
## 1289                 1462       Mini Gifts Distributors Ltd.
## 1133                 1463                L'ordine Souveniers
## 1260                 1464           Volvo Model Replicas, Co
## 1463                 1465          Souveniers And Things Co.
## 675                  1466          La Corne D'abondance, Co.
## 877                  1466               Classic Legends Inc.
## 1182                 1467  Royal Canadian Collectables, Ltd.
## 1362                 1467              Euro Shopping Channel
## 905                  1469     Double Decker Gift Stores, Ltd
## 852                  1472            Dragon Souveniers, Ltd.
## 957                  1472             Saveley & Henriot, Co.
## 1288                 1472         Australian Collectors, Co.
## 1035                 1473                  giftsbymail.co.uk
## 904                  1474                       Alpha Cognac
## 931                  1474     Canadian Gift Exchange Network
## 1259                 1474                  La Rochelle Gifts
## 1209                 1475                  Land of Toys Inc.
## 776                  1476                    Lyon Souveniers
## 626                  1477              Euro Shopping Channel
## 1059                 1477           Danish Wholesale Imports
## 1107                 1478                   Auto Canal Petit
## 1083                 1481              Euro Shopping Channel
## 1287                 1481           Volvo Model Replicas, Co
## 801                  1486          Souveniers And Things Co.
## 1340                 1486                Suominen Souveniers
## 930                  1487       Australian Collectables, Ltd
## 1258                 1488                     AV Stores, Co.
## 1315                 1488              Euro Shopping Channel
## 903                  1489            Scandinavian Gift Ideas
## 1385                 1490              Euro Shopping Channel
## 1413                 1490              Euro Shopping Channel
## 1438                 1491              UK Collectables, Ltd.
## 991                  1492              Euro Shopping Channel
## 1156                 1492                  Gifts4AllAges.com
## 1208                 1493       Mini Gifts Distributors Ltd.
## 929                  1494            Classic Gift Ideas, Inc
## 1286                 1494               Blauer See Auto, Co.
## 876                  1496            Dragon Souveniers, Ltd.
## 1181                 1496                         Petit Auto
## 1132                 1497              UK Collectables, Ltd.
## 928                  1501                      Rovelli Gifts
## 1361                 1501                  Toys4GrownUps.com
## 1462                 1501          The Sharp Gifts Warehouse
## 1034                 1502                         Petit Auto
## 902                  1505               Toys of Finland, Co.
## 1232                 1505                   Handji Gifts& Co
## 701                  1506                     AV Stores, Co.
## 1285                 1507     Canadian Gift Exchange Network
## 1486                 1507                L'ordine Souveniers
## 956                  1508                   Super Scale Inc.
## 1412                 1511              Euro Shopping Channel
## 1510                 1512          Souveniers And Things Co.
## 752                  1515         Australian Collectors, Co.
## 1284                 1515               Marta's Replicas Co.
## 1339                 1515              Euro Shopping Channel
## 725                  1516          La Corne D'abondance, Co.
## 825                  1516                 Reims Collectables
## 927                  1516               Classic Legends Inc.
## 955                  1519                Mini Creations Ltd.
## 1231                 1519                 Amica Models & Co.
## 1313                 1521                    Vitachrome Inc.
## 1058                 1522                    Vida Sport, Ltd
## 1180                 1522              Euro Shopping Channel
## 1257                 1522                 Amica Models & Co.
## 1207                 1523              Diecast Classics Inc.
## 1106                 1524           Danish Wholesale Imports
## 1384                 1524                  Toys4GrownUps.com
## 674                  1525              Euro Shopping Channel
## 954                  1525                        CAF Imports
## 1155                 1526                   Auto Canal Petit
## 1314                 1526         Corrida Auto Replicas, Ltd
## 1437                 1526            Scandinavian Gift Ideas
## 1338                 1527         Australian Collectors, Co.
## 653                  1529       Online Diecast Creations Co.
## 990                  1529               Diecast Collectables
## 1337                 1534                    Cruz & Sons Co.
## 989                  1535              Euro Shopping Channel
## 1312                 1535       Mini Gifts Distributors Ltd.
## 851                  1536          Souveniers And Things Co.
## 775                  1538         Australian Collectors, Co.
## 1082                 1538             Saveley & Henriot, Co.
## 1411                 1540       Mini Gifts Distributors Ltd.
## 800                  1541         Australian Collectors, Co.
## 953                  1541                   FunGiftIdeas.com
## 988                  1541                      Mini Classics
## 1256                 1541  Royal Canadian Collectables, Ltd.
## 1485                 1543            Tekni Collectables Inc.
## 1311                 1544                 Auto Assoc. & Cie.
## 987                  1545       Online Diecast Creations Co.
## 1131                 1545               Osaka Souveniers Co.
## 926                  1546            Dragon Souveniers, Ltd.
## 1336                 1546                    Microscale Inc.
## 1484                 1546                 Reims Collectables
## 1509                 1547                   Handji Gifts& Co
## 1033                 1548             Saveley & Henriot, Co.
## 1360                 1548               Marseille Mini Autos
## 1283                 1549            Scandinavian Gift Ideas
## 986                  1550         Iberia Gift Imports, Corp.
## 985                  1551                       Herkku Gifts
## 1359                 1555                     AV Stores, Co.
## 1436                 1555        Australian Gift Network, Co
## 983                  1556       Quebec Home Shopping Network
## 984                  1556           Stylish Desk Decors, Co.
## 1535                 1556                L'ordine Souveniers
## 1057                 1559                   Auto Canal Petit
## 875                  1560          Souveniers And Things Co.
## 901                  1561                Mini Creations Ltd.
## 952                  1563              Euro Shopping Channel
## 1335                 1563             Toms Spezialitten, Ltd
## 824                  1566                  Atelier graphique
## 1179                 1568         Cambridge Collectables Co.
## 1282                 1568              Diecast Classics Inc.
## 982                  1569            Dragon Souveniers, Ltd.
## 1081                 1569        West Coast Collectables Co.
## 1105                 1569                    Vida Sport, Ltd
## 1255                 1570                         Petit Auto
## 1383                 1571               Marseille Mini Autos
## 1461                 1572              Euro Shopping Channel
## 700                  1573               Blauer See Auto, Co.
## 1483                 1574              Euro Shopping Channel
## 1154                 1576                    Vitachrome Inc.
## 1310                 1576            Scandinavian Gift Ideas
## 724                  1577                 Baane Mini Imports
## 1334                 1578               Toys of Finland, Co.
## 1382                 1578                     AV Stores, Co.
## 1435                 1582               Technics Stores Inc.
## 1410                 1583              Euro Shopping Channel
## 850                  1584         Corrida Auto Replicas, Ltd
## 1032                 1584                   Super Scale Inc.
## 751                  1585                      Rovelli Gifts
## 1560                 1585                  Gifts4AllAges.com
## 1358                 1586              Euro Shopping Channel
## 1584                 1586       Mini Gifts Distributors Ltd.
## 1534                 1588                   Auto Canal Petit
## 1130                 1590       Collectable Mini Designs Co.
## 1381                 1590                   FunGiftIdeas.com
## 1409                 1591                 Muscle Machine Inc
## 1508                 1591            Anna's Decorations, Ltd
## 1031                 1595                Mini Creations Ltd.
## 1309                 1595              Diecast Classics Inc.
## 1206                 1598                Suominen Souveniers
## 1281                 1598          Souveniers And Things Co.
## 981                  1599            Oulu Toy Supplies, Inc.
## 1460                 1600                  Toys4GrownUps.com
## 774                  1601                  Land of Toys Inc.
## 1030                 1601                        CAF Imports
## 1408                 1601          La Corne D'abondance, Co.
## 1482                 1601        Australian Gift Network, Co
## 1056                 1602              Euro Shopping Channel
## 1254                 1603       Quebec Home Shopping Network
## 799                  1604                     AV Stores, Co.
## 1104                 1606                   Auto Canal Petit
## 874                  1608         Corrida Auto Replicas, Ltd
## 980                  1608            Anna's Decorations, Ltd
## 1004                 1608          Norway Gifts By Mail, Co.
## 1333                 1608                    Vida Sport, Ltd
## 1380                 1608              Euro Shopping Channel
## 925                  1610          Souveniers And Things Co.
## 1611                 1611                  La Rochelle Gifts
## 1507                 1612              Euro Shopping Channel
## 951                  1613       Mini Gifts Distributors Ltd.
## 1055                 1613             Toms Spezialitten, Ltd
## 900                  1615            Auto-Moto Classics Inc.
## 1407                 1615                    Vitachrome Inc.
## 1029                 1616            Dragon Souveniers, Ltd.
## 1153                 1618           Daedalus Designs Imports
## 1054                 1620                       Herkku Gifts
## 1533                 1622            Scandinavian Gift Ideas
## 1080                 1623     Canadian Gift Exchange Network
## 1434                 1624            Tokyo Collectables, Ltd
## 1308                 1625          Souveniers And Things Co.
## 1053                 1627            Anna's Decorations, Ltd
## 1406                 1628               Heintze Collectables
## 1559                 1628       Mini Gifts Distributors Ltd.
## 1356                 1629                   Handji Gifts& Co
## 1129                 1630              Euro Shopping Channel
## 1280                 1631                   Handji Gifts& Co
## 1433                 1631                  Land of Toys Inc.
## 1332                 1635           Online Mini Collectables
## 823                  1636       Motor Mint Distributors Inc.
## 1079                 1636       Australian Collectables, Ltd
## 1405                 1636               Marta's Replicas Co.
## 1610                 1638              Euro Shopping Channel
## 1028                 1639              Euro Shopping Channel
## 1253                 1643                  Land of Toys Inc.
## 1432                 1643              Diecast Classics Inc.
## 1078                 1644       Mini Gifts Distributors Ltd.
## 1230                 1644                        Mini Caravy
## 1178                 1645       Collectable Mini Designs Co.
## 1506                 1646                  Toys4GrownUps.com
## 849                  1648           Volvo Model Replicas, Co
## 979                  1648                Suominen Souveniers
## 1205                 1648               Blauer See Auto, Co.
## 1459                 1648                 Reims Collectables
## 1103                 1649              Euro Shopping Channel
## 1077                 1650                      Rovelli Gifts
## 1532                 1650                  La Rochelle Gifts
## 1355                 1651              Euro Shopping Channel
## 1378                 1651                   Handji Gifts& Co
## 1152                 1654                   Auto Canal Petit
## 1458                 1654                     AV Stores, Co.
## 924                  1658         Corrida Auto Replicas, Ltd
## 1307                 1658            Tokyo Collectables, Ltd
## 1102                 1660             Toms Spezialitten, Ltd
## 1431                 1660                 Baane Mini Imports
## 1481                 1660                   Gift Ideas Corp.
## 1658                 1660          Souveniers And Things Co.
## 899                  1663              Salzburg Collectables
## 1076                 1665               Classic Legends Inc.
## 1457                 1666                   FunGiftIdeas.com
## 1583                 1666            Anna's Decorations, Ltd
## 1101                 1667                       Herkku Gifts
## 1331                 1667                  Gifts4AllAges.com
## 1064                 1669               Blauer See Auto, Co.
## 1404                 1670                  Land of Toys Inc.
## 1480                 1670            Tokyo Collectables, Ltd
## 798                  1671               Blauer See Auto, Co.
## 1279                 1672                   Super Scale Inc.
## 1377                 1673              Euro Shopping Channel
## 1100                 1674            Anna's Decorations, Ltd
## 1128                 1674                 Muscle Machine Inc
## 1430                 1674               Toys of Finland, Co.
## 950                  1675              Euro Shopping Channel
## 978                  1675                       Alpha Cognac
## 1531                 1677                Suominen Souveniers
## 1204                 1678            Clover Collections, Co.
## 1505                 1679                    Lyon Souveniers
## 1479                 1680                      Rovelli Gifts
## 1354                 1683                 Muscle Machine Inc
## 1456                 1684              Euro Shopping Channel
## 1558                 1684            Tokyo Collectables, Ltd
## 1127                 1685       Online Diecast Creations Co.
## 1229                 1685             Saveley & Henriot, Co.
## 1052                 1686         Collectables For Less Inc.
## 1686                 1686                  La Rochelle Gifts
## 1582                 1687              Euro Shopping Channel
## 1403                 1688       Mini Gifts Distributors Ltd.
## 1635                 1688              UK Collectables, Ltd.
## 1027                 1689       Mini Gifts Distributors Ltd.
## 1252                 1690                  giftsbymail.co.uk
## 1478                 1690                  giftsbymail.co.uk
## 1126                 1692                       Herkku Gifts
## 1504                 1692               Marseille Mini Autos
## 1657                 1696          The Sharp Gifts Warehouse
## 1125                 1698                    Gift Depot Inc.
## 1306                 1699                   Super Scale Inc.
## 1503                 1699                     AV Stores, Co.
## 848                  1701                 Baane Mini Imports
## 1330                 1701                   Auto Canal Petit
## 1075                 1702           Signal Collectibles Ltd.
## 977                  1705                 Muscle Machine Inc
## 1376                 1705                 Muscle Machine Inc
## 1477                 1706                      Mini Classics
## 1429                 1707               Marta's Replicas Co.
## 1151                 1709             Toms Spezialitten, Ltd
## 1502                 1711       Online Diecast Creations Co.
## 1609                 1713       Mini Gifts Distributors Ltd.
## 1685                 1713              Euro Shopping Channel
## 1111                 1716               Blauer See Auto, Co.
## 1124                 1716               Heintze Collectables
## 1150                 1717           Daedalus Designs Imports
## 1402                 1718       Mini Gifts Distributors Ltd.
## 1251                 1719                         Petit Auto
## 1530                 1719                 Enaco Distributors
## 1581                 1721                  Toys4GrownUps.com
## 1634                 1722       Mini Gifts Distributors Ltd.
## 1149                 1723            Anna's Decorations, Ltd
## 1228                 1723     Double Decker Gift Stores, Ltd
## 1501                 1724       Mini Gifts Distributors Ltd.
## 949                  1725            Dragon Souveniers, Ltd.
## 1278                 1725       Mini Gifts Distributors Ltd.
## 873                  1726                 Baane Mini Imports
## 1454                 1727                   Handji Gifts& Co
## 1529                 1727                  Land of Toys Inc.
## 1177                 1729                 Enaco Distributors
## 976                  1730               Marseille Mini Autos
## 898                  1732                      Rovelli Gifts
## 1099                 1733         Collectables For Less Inc.
## 1500                 1733                 Auto Assoc. & Cie.
## 1711                 1733       Australian Collectables, Ltd
## 1476                 1734            Clover Collections, Co.
## 1733                 1735          Souveniers And Things Co.
## 1608                 1737       Mini Gifts Distributors Ltd.
## 1557                 1738              Euro Shopping Channel
## 1528                 1739              Diecast Classics Inc.
## 1136                 1740          Norway Gifts By Mail, Co.
## 1176                 1740     Double Decker Gift Stores, Ltd
## 1428                 1741                  La Rochelle Gifts
## 1203                 1742               Diecast Collectables
## 1175                 1745                       Alpha Cognac
## 1329                 1747           Danish Wholesale Imports
## 1556                 1748               Classic Legends Inc.
## 1051                 1750       Mini Gifts Distributors Ltd.
## 1026                 1751              Euro Shopping Channel
## 1123                 1751            Anna's Decorations, Ltd
## 1633                 1751                  La Rochelle Gifts
## 1305                 1752       Mini Gifts Distributors Ltd.
## 1401                 1752                   Handji Gifts& Co
## 1453                 1752                 Signal Gift Stores
## 1202                 1754                   Super Scale Inc.
## 1580                 1754                    Lyon Souveniers
## 1527                 1756                      Mini Classics
## 1074                 1759          Souveniers And Things Co.
## 1277                 1759                   Handji Gifts& Co
## 1475                 1759          Norway Gifts By Mail, Co.
## 1555                 1759           Volvo Model Replicas, Co
## 1174                 1760            Scandinavian Gift Ideas
## 1656                 1761              Euro Shopping Channel
## 1684                 1761              Euro Shopping Channel
## 1201                 1765                Mini Creations Ltd.
## 1250                 1765             Saveley & Henriot, Co.
## 1427                 1765                    Gift Depot Inc.
## 975                  1766          La Corne D'abondance, Co.
## 1353                 1767                        Mini Caravy
## 1579                 1767                  Atelier graphique
## 1554                 1769                  La Rochelle Gifts
## 1710                 1770          The Sharp Gifts Warehouse
## 1709                 1771                 Reims Collectables
## 1732                 1771          The Sharp Gifts Warehouse
## 1200                 1772                L'ordine Souveniers
## 1499                 1772                   Handji Gifts& Co
## 1227                 1773                 Muscle Machine Inc
## 1759                 1773              Salzburg Collectables
## 1578                 1774                     AV Stores, Co.
## 923                  1776                 Baane Mini Imports
## 1173                 1776               Toys of Finland, Co.
## 1632                 1778                Suominen Souveniers
## 1607                 1780              Euro Shopping Channel
## 1452                 1782                L'ordine Souveniers
## 1683                 1782              Euro Shopping Channel
## 1226                 1783       Australian Collectables, Ltd
## 1553                 1783                     AV Stores, Co.
## 1148                 1784                   Gift Ideas Corp.
## 1526                 1784            Clover Collections, Co.
## 1199                 1786            Dragon Souveniers, Ltd.
## 1498                 1786                 Amica Models & Co.
## 1577                 1786       Online Diecast Creations Co.
## 974                  1787       Motor Mint Distributors Inc.
## 1474                 1787                  La Rochelle Gifts
## 948                  1788           Danish Wholesale Imports
## 1655                 1788       Mini Gifts Distributors Ltd.
## 1375                 1789                        Mini Caravy
## 1225                 1791       Mini Gifts Distributors Ltd.
## 1304                 1792        West Coast Collectables Co.
## 1328                 1792                    Vida Sport, Ltd
## 1400                 1792              Euro Shopping Channel
## 1098                 1797       Mini Gifts Distributors Ltd.
## 1224                 1797                      Rovelli Gifts
## 1576                 1799       Mini Gifts Distributors Ltd.
## 1605                 1799           Volvo Model Replicas, Co
## 1708                 1799              Euro Shopping Channel
## 1025                 1801            Dragon Souveniers, Ltd.
## 1249                 1801                 Enaco Distributors
## 1525                 1803               Marta's Replicas Co.
## 1050                 1804               Marseille Mini Autos
## 1426                 1805            Tekni Collectables Inc.
## 1758                 1805                        Mini Caravy
## 1073                 1807         Corrida Auto Replicas, Ltd
## 1631                 1807              Euro Shopping Channel
## 1352                 1808             Saveley & Henriot, Co.
## 1575                 1808                 Auto Assoc. & Cie.
## 1784                 1809                  Gifts4AllAges.com
## 1807                 1809          Souveniers And Things Co.
## 1682                 1811       Mini Gifts Distributors Ltd.
## 1198                 1812        Australian Gift Network, Co
## 1248                 1812                Mini Creations Ltd.
## 1604                 1812                    Vitachrome Inc.
## 1122                 1813                 Reims Collectables
## 1276                 1815               Diecast Collectables
## 1473                 1815              Euro Shopping Channel
## 1552                 1817                 Amica Models & Co.
## 1247                 1818                        CAF Imports
## 1606                 1818         Corrida Auto Replicas, Ltd
## 1630                 1819              Salzburg Collectables
## 973                  1824              Euro Shopping Channel
## 1603                 1825     Canadian Gift Exchange Network
## 1629                 1826                    Cruz & Sons Co.
## 1275                 1828             Saveley & Henriot, Co.
## 1707                 1828            Oulu Toy Supplies, Inc.
## 1327                 1829                   Auto Canal Petit
## 1172                 1832                Mini Creations Ltd.
## 1602                 1833               Marta's Replicas Co.
## 1246                 1834                   FunGiftIdeas.com
## 1374                 1834       Collectable Mini Designs Co.
## 1233                 1836              UK Collectables, Ltd.
## 1551                 1836  Royal Canadian Collectables, Ltd.
## 1731                 1836              Euro Shopping Channel
## 1524                 1837                  La Rochelle Gifts
## 1628                 1838                    Microscale Inc.
## 1654                 1838                 Signal Gift Stores
## 1274                 1839            Classic Gift Ideas, Inc
## 1399                 1842               Blauer See Auto, Co.
## 1273                 1845           Stylish Desk Decors, Co.
## 1574                 1845                       Herkku Gifts
## 1757                 1845       Mini Gifts Distributors Ltd.
## 1806                 1845          The Sharp Gifts Warehouse
## 1147                 1846       Mini Gifts Distributors Ltd.
## 1303                 1846     Canadian Gift Exchange Network
## 1351                 1846     Double Decker Gift Stores, Ltd
## 1832                 1846              Salzburg Collectables
## 1425                 1847                    Vitachrome Inc.
## 1653                 1849                     AV Stores, Co.
## 1097                 1851               Marseille Mini Autos
## 1223                 1851            Anna's Decorations, Ltd
## 1783                 1852       Mini Gifts Distributors Ltd.
## 1681                 1854              Euro Shopping Channel
## 1302                 1855             Saveley & Henriot, Co.
## 1245                 1856              Euro Shopping Channel
## 1627                 1856                 Baane Mini Imports
## 1472                 1858          The Sharp Gifts Warehouse
## 1197                 1859       Mini Gifts Distributors Ltd.
## 1272                 1860                    Mini Auto Werke
## 1523                 1861                    Gift Depot Inc.
## 1573                 1861                 Amica Models & Co.
## 1652                 1861                   FunGiftIdeas.com
## 1680                 1862                 Muscle Machine Inc
## 1121                 1863                  Atelier graphique
## 1730                 1863       Mini Gifts Distributors Ltd.
## 1024                 1864           Danish Wholesale Imports
## 1451                 1865                        Mini Caravy
## 1550                 1865                         Petit Auto
## 1301                 1866            Classic Gift Ideas, Inc
## 1601                 1867            Scandinavian Gift Ideas
## 1756                 1867              Euro Shopping Channel
## 1049                 1869                    Cruz & Sons Co.
## 1626                 1870               Toys of Finland, Co.
## 1300                 1872        Australian Gift Network, Co
## 1398                 1872            Clover Collections, Co.
## 1679                 1873       Mini Gifts Distributors Ltd.
## 1373                 1874              Euro Shopping Channel
## 1651                 1879              Euro Shopping Channel
## 1858                 1880       Australian Collectables, Ltd
## 1881                 1883          Souveniers And Things Co.
## 1326                 1884             Toms Spezialitten, Ltd
## 1171                 1886            Auto-Moto Classics Inc.
## 1600                 1886              Diecast Classics Inc.
## 1678                 1886                    Vitachrome Inc.
## 1706                 1886           Stylish Desk Decors, Co.
## 1299                 1887                    Mini Auto Werke
## 1424                 1890         Australian Collectors, Co.
## 1271                 1891            Dragon Souveniers, Ltd.
## 1325                 1892           Daedalus Designs Imports
## 1705                 1895            Tokyo Collectables, Ltd
## 1755                 1895                  Toys4GrownUps.com
## 1350                 1896                 Muscle Machine Inc
## 1471                 1896  Royal Canadian Collectables, Ltd.
## 1324                 1898            Anna's Decorations, Ltd
## 1497                 1898               Diecast Collectables
## 1549                 1898       Quebec Home Shopping Network
## 1677                 1899               Heintze Collectables
## 1146                 1900               Marseille Mini Autos
## 1625                 1903               Marta's Replicas Co.
## 1782                 1903            Oulu Toy Supplies, Inc.
## 1704                 1905                      Rovelli Gifts
## 1244                 1906       Mini Gifts Distributors Ltd.
## 1349                 1906       Australian Collectables, Ltd
## 1676                 1907               Marta's Replicas Co.
## 1522                 1908          The Sharp Gifts Warehouse
## 1450                 1910       Collectable Mini Designs Co.
## 1805                 1910              Euro Shopping Channel
## 1729                 1913                 Signal Gift Stores
## 1348                 1914       Mini Gifts Distributors Ltd.
## 1599                 1915       Mini Gifts Distributors Ltd.
## 1703                 1915                  giftsbymail.co.uk
## 1096                 1916                    Cruz & Sons Co.
## 1857                 1917          The Sharp Gifts Warehouse
## 1298                 1918            Dragon Souveniers, Ltd.
## 1372                 1918                 Muscle Machine Inc
## 1856                 1918                 Reims Collectables
## 1831                 1919       Mini Gifts Distributors Ltd.
## 1880                 1919          The Sharp Gifts Warehouse
## 1347                 1920                      Rovelli Gifts
## 1649                 1922                   Handji Gifts& Co
## 1196                 1924                 Muscle Machine Inc
## 1728                 1924                     AV Stores, Co.
## 1072                 1925                 Baane Mini Imports
## 1423                 1925                   Auto Canal Petit
## 1624                 1927           Online Mini Collectables
## 1371                 1929       Online Diecast Creations Co.
## 1754                 1930              Euro Shopping Channel
## 1906                 1931                  Gifts4AllAges.com
## 1702                 1932            Classic Gift Ideas, Inc
## 1120                 1933       Motor Mint Distributors Inc.
## 1170                 1934              Salzburg Collectables
## 1572                 1934                        Mini Caravy
## 1370                 1936       Mini Gifts Distributors Ltd.
## 1397                 1936               Diecast Collectables
## 1470                 1936         Australian Collectors, Co.
## 1804                 1937       Mini Gifts Distributors Ltd.
## 1346                 1938               Heintze Collectables
## 1548                 1938                  Land of Toys Inc.
## 1675                 1941                  Land of Toys Inc.
## 1830                 1941              Euro Shopping Channel
## 1369                 1942                    Gift Depot Inc.
## 1753                 1942         Australian Collectors, Co.
## 1648                 1944              Euro Shopping Channel
## 1521                 1945       Motor Mint Distributors Inc.
## 1855                 1946              Euro Shopping Channel
## 1932                 1946              Salzburg Collectables
## 1270                 1947               Technics Stores Inc.
## 1752                 1948       Motor Mint Distributors Inc.
## 1396                 1949                      Mini Classics
## 1598                 1949                   Handji Gifts& Co
## 1449                 1950              Euro Shopping Channel
## 1496                 1952             Saveley & Henriot, Co.
## 1727                 1955              Euro Shopping Channel
## 1323                 1959                   Gift Ideas Corp.
## 1395                 1959         Iberia Gift Imports, Corp.
## 1623                 1959                  Gifts4AllAges.com
## 1357                 1960              UK Collectables, Ltd.
## 1368                 1960               Heintze Collectables
## 1674                 1960              Diecast Classics Inc.
## 1701                 1960 Bavarian Collectables Imports, Co.
## 1751                 1960                   FunGiftIdeas.com
## 1781                 1962              Euro Shopping Channel
## 1222                 1963                 Signal Gift Stores
## 1145                 1965                    Cruz & Sons Co.
## 1905                 1965          The Sharp Gifts Warehouse
## 1394                 1966                L'ordine Souveniers
## 1243                 1968              Euro Shopping Channel
## 1571                 1969              Euro Shopping Channel
## 1780                 1970            Tokyo Collectables, Ltd
## 1195                 1971            Dragon Souveniers, Ltd.
## 1345                 1973            Anna's Decorations, Ltd
## 1904                 1973       Mini Gifts Distributors Ltd.
## 1297                 1974               Technics Stores Inc.
## 1469                 1974               Osaka Souveniers Co.
## 1829                 1975                Suominen Souveniers
## 1854                 1975            Oulu Toy Supplies, Inc.
## 1647                 1976                 Muscle Machine Inc
## 1750                 1978             Toms Spezialitten, Ltd
## 1931                 1978                        Mini Caravy
## 1393                 1980            Dragon Souveniers, Ltd.
## 1959                 1980                L'ordine Souveniers
## 1422                 1982                       Herkku Gifts
## 1980                 1982          Souveniers And Things Co.
## 1379                 1983          Norway Gifts By Mail, Co.
## 1779                 1983           Volvo Model Replicas, Co
## 1700                 1984          Norway Gifts By Mail, Co.
## 1879                 1984              Euro Shopping Channel
## 1547                 1985                  giftsbymail.co.uk
## 1495                 1986         Corrida Auto Replicas, Ltd
## 1520                 1986         Australian Collectors, Co.
## 1803                 1987                 Signal Gift Stores
## 1421                 1988           Daedalus Designs Imports
## 1597                 1989              Euro Shopping Channel
## 1673                 1989       Mini Gifts Distributors Ltd.
## 1622                 1993                   Auto Canal Petit
## 1778                 1993                  La Rochelle Gifts
## 1448                 1994                 Muscle Machine Inc
## 1367                 1995            Anna's Decorations, Ltd
## 1903                 1996       Mini Gifts Distributors Ltd.
## 1725                 1998                   Handji Gifts& Co
## 1802                 1998                     AV Stores, Co.
## 1420                 2001               Technics Stores Inc.
## 1169                 2003                      Rovelli Gifts
## 1269                 2003         Corrida Auto Replicas, Ltd
## 1828                 2004              Euro Shopping Channel
## 1447                 2005       Online Diecast Creations Co.
## 1392                 2006        Australian Gift Network, Co
## 1777                 2007                     AV Stores, Co.
## 1801                 2010                   FunGiftIdeas.com
## 1878                 2011       Mini Gifts Distributors Ltd.
## 1446                 2012                       Herkku Gifts
## 1546                 2014                         Petit Auto
## 1699                 2014         Collectables For Less Inc.
## 1827                 2016         Australian Collectors, Co.
## 1958                 2016            Tekni Collectables Inc.
## 1242                 2018            Dragon Souveniers, Ltd.
## 1445                 2018                    Gift Depot Inc.
## 1930                 2018       Mini Gifts Distributors Ltd.
## 1979                 2018            Tokyo Collectables, Ltd
## 1853                 2019          Souveniers And Things Co.
## 1957                 2019                 Reims Collectables
## 1724                 2020              Euro Shopping Channel
## 1322                 2021       Mini Gifts Distributors Ltd.
## 1826                 2022       Motor Mint Distributors Inc.
## 1672                 2023                   Handji Gifts& Co
## 1748                 2023                    Vida Sport, Ltd
## 1902                 2023            Oulu Toy Supplies, Inc.
## 1519                 2024               Osaka Souveniers Co.
## 1221                 2026                     AV Stores, Co.
## 1570                 2026             Saveley & Henriot, Co.
## 1800                 2028              Euro Shopping Channel
## 1296                 2030         Corrida Auto Replicas, Ltd
## 2030                 2031                         Petit Auto
## 1852                 2032           Stylish Desk Decors, Co.
## 2006                 2034              Euro Shopping Channel
## 1825                 2035           Volvo Model Replicas, Co
## 1444                 2036               Heintze Collectables
## 1494                 2039              Euro Shopping Channel
## 1698                 2040              Euro Shopping Channel
## 1776                 2040                  Gifts4AllAges.com
## 1929                 2040              Euro Shopping Channel
## 1851                 2041            Tokyo Collectables, Ltd
## 1596                 2043       Mini Gifts Distributors Ltd.
## 1621                 2043                    Vitachrome Inc.
## 1194                 2045              Euro Shopping Channel
## 1747                 2046                 Signal Gift Stores
## 1956                 2047              Euro Shopping Channel
## 1468                 2049               Technics Stores Inc.
## 1493                 2050       Australian Collectables, Ltd
## 1850                 2051                      Rovelli Gifts
## 1723                 2052                 Muscle Machine Inc
## 1824                 2052             Toms Spezialitten, Ltd
## 1492                 2058       Mini Gifts Distributors Ltd.
## 1268                 2059          La Corne D'abondance, Co.
## 1455                 2059          Norway Gifts By Mail, Co.
## 1391                 2060                Suominen Souveniers
## 1545                 2060             Saveley & Henriot, Co.
## 1569                 2060         Corrida Auto Replicas, Ltd
## 1646                 2060                        Mini Caravy
## 1775                 2060  Royal Canadian Collectables, Ltd.
## 1849                 2061                  giftsbymail.co.uk
## 1877                 2061                 Signal Gift Stores
## 1671                 2063              Euro Shopping Channel
## 1419                 2064                  Toys4GrownUps.com
## 1491                 2064                      Rovelli Gifts
## 1443                 2071            Anna's Decorations, Ltd
## 1798                 2071                   Handji Gifts& Co
## 1876                 2072                     AV Stores, Co.
## 1928                 2074                Suominen Souveniers
## 1321                 2075               Marseille Mini Autos
## 2054                 2075                L'ordine Souveniers
## 1746                 2076                L'ordine Souveniers
## 1955                 2076            Oulu Toy Supplies, Inc.
## 1595                 2077                   Handji Gifts& Co
## 1518                 2078                       Herkku Gifts
## 1848                 2078            Classic Gift Ideas, Inc
## 1241                 2081           Danish Wholesale Imports
## 1901                 2082              Euro Shopping Channel
## 2005                 2082              Euro Shopping Channel
## 1978                 2083              Euro Shopping Channel
## 1517                 2084           Daedalus Designs Imports
## 1875                 2084                   FunGiftIdeas.com
## 1344                 2085                 Signal Gift Stores
## 1620                 2085           Daedalus Designs Imports
## 1697                 2086         Cambridge Collectables Co.
## 1774                 2089                         Petit Auto
## 1900                 2090            Tokyo Collectables, Ltd
## 1295                 2092       Mini Gifts Distributors Ltd.
## 1797                 2093              Euro Shopping Channel
## 1220                 2096       Online Diecast Creations Co.
## 1544                 2096                 Enaco Distributors
## 1516                 2097               Technics Stores Inc.
## 1822                 2097                    Vida Sport, Ltd
## 1645                 2101             Saveley & Henriot, Co.
## 1874                 2102              Euro Shopping Channel
## 1899                 2103           Volvo Model Replicas, Co
## 1927                 2103              Euro Shopping Channel
## 2004                 2103              Euro Shopping Channel
## 2104                 2104                  La Rochelle Gifts
## 1847                 2106 Bavarian Collectables Imports, Co.
## 1366                 2107                 Signal Gift Stores
## 1543                 2107                Mini Creations Ltd.
## 1745                 2110              UK Collectables, Ltd.
## 1898                 2110                  giftsbymail.co.uk
## 1977                 2110       Mini Gifts Distributors Ltd.
## 2053                 2111            Tekni Collectables Inc.
## 1467                 2112                  Toys4GrownUps.com
## 1542                 2113                        CAF Imports
## 1568                 2113              Euro Shopping Channel
## 1515                 2114                 Baane Mini Imports
## 2052                 2114                 Reims Collectables
## 1926                 2115         Australian Collectors, Co.
## 1490                 2117           Signal Collectibles Ltd.
## 1670                 2117       Mini Gifts Distributors Ltd.
## 1390                 2118                 Muscle Machine Inc
## 1418                 2118                    Lyon Souveniers
## 1267                 2120                 Baane Mini Imports
## 1954                 2120          Souveniers And Things Co.
## 1619                 2121                   Auto Canal Petit
## 1925                 2121       Motor Mint Distributors Inc.
## 1773                 2122       Quebec Home Shopping Network
## 1567                 2124       Australian Collectables, Ltd
## 1821                 2124           Online Mini Collectables
## 1796                 2125                 Muscle Machine Inc
## 1541                 2127            Scandinavian Gift Ideas
## 1897                 2127            Classic Gift Ideas, Inc
## 1846                 2130          Norway Gifts By Mail, Co.
## 1566                 2132       Mini Gifts Distributors Ltd.
## 2003                 2132       Mini Gifts Distributors Ltd.
## 1442                 2133                 Reims Collectables
## 1594                 2133               Diecast Collectables
## 1924                 2133                   FunGiftIdeas.com
## 1953                 2133           Stylish Desk Decors, Co.
## 2029                 2133       Mini Gifts Distributors Ltd.
## 2103                 2133       Quebec Home Shopping Network
## 1722                 2136                        Mini Caravy
## 1565                 2138                      Rovelli Gifts
## 1320                 2140                    Cruz & Sons Co.
## 1952                 2142            Tokyo Collectables, Ltd
## 2051                 2142              Euro Shopping Channel
## 1644                 2145              Euro Shopping Channel
## 1669                 2145           Signal Collectibles Ltd.
## 1872                 2145                   Handji Gifts& Co
## 1593                 2146             Saveley & Henriot, Co.
## 1294                 2147                 Baane Mini Imports
## 1343                 2148                     AV Stores, Co.
## 2128                 2149                L'ordine Souveniers
## 1820                 2150                L'ordine Souveniers
## 1540                 2151              Euro Shopping Channel
## 1923                 2151             Toms Spezialitten, Ltd
## 1951                 2152                      Rovelli Gifts
## 1896                 2155 Bavarian Collectables Imports, Co.
## 1592                 2156         Iberia Gift Imports, Corp.
## 1514                 2159                  Toys4GrownUps.com
## 1744                 2159            Oulu Toy Supplies, Inc.
## 1845                 2160         Collectables For Less Inc.
## 1976                 2160                 Signal Gift Stores
## 2028                 2160         Collectables For Less Inc.
## 1772                 2162                  Land of Toys Inc.
## 1950                 2162                  giftsbymail.co.uk
## 1591                 2163           Stylish Desk Decors, Co.
## 1696                 2163       Collectable Mini Designs Co.
## 2077                 2165       Mini Gifts Distributors Ltd.
## 1871                 2167              Euro Shopping Channel
## 2050                 2168                  La Rochelle Gifts
## 1365                 2170                     AV Stores, Co.
## 1466                 2170              Euro Shopping Channel
## 2002                 2170                 Reims Collectables
## 1975                 2171                     AV Stores, Co.
## 1389                 2177               Classic Legends Inc.
## 1590                 2177            Dragon Souveniers, Ltd.
## 1618                 2177              Euro Shopping Channel
## 1721                 2177             Saveley & Henriot, Co.
## 1949                 2178                      Mini Classics
## 1417                 2180         Australian Collectors, Co.
## 1895                 2180  Royal Canadian Collectables, Ltd.
## 2180                 2180                  La Rochelle Gifts
## 1441                 2183                  Atelier graphique
## 2001                 2183                 Muscle Machine Inc
## 1617                 2184           Daedalus Designs Imports
## 1819                 2184              UK Collectables, Ltd.
## 2127                 2185            Tekni Collectables Inc.
## 1844                 2186              Euro Shopping Channel
## 2076                 2187              Euro Shopping Channel
## 1643                 2189                 Muscle Machine Inc
## 1616                 2190            Anna's Decorations, Ltd
## 1564                 2191           Signal Collectibles Ltd.
## 2000                 2193          La Corne D'abondance, Co.
## 1921                 2196                    Vida Sport, Ltd
## 1974                 2197       Mini Gifts Distributors Ltd.
## 1870                 2199                 Muscle Machine Inc
## 1642                 2200       Online Diecast Creations Co.
## 1771                 2200            Tekni Collectables Inc.
## 2027                 2200              Euro Shopping Channel
## 1539                 2201       Mini Gifts Distributors Ltd.
## 2152                 2205              UK Collectables, Ltd.
## 2102                 2206       Mini Gifts Distributors Ltd.
## 1589                 2207            Oulu Toy Supplies, Inc.
## 1641                 2207       Mini Gifts Distributors Ltd.
## 1668                 2207               Diecast Collectables
## 1743                 2207                    Vida Sport, Ltd
## 1948                 2207 Bavarian Collectables Imports, Co.
## 1999                 2207                 Baane Mini Imports
## 2179                 2207              Euro Shopping Channel
## 1795                 2209                        Mini Caravy
## 1894                 2209                         Petit Auto
## 1973                 2211         Iberia Gift Imports, Corp.
## 1513                 2213                    Lyon Souveniers
## 1640                 2213                    Gift Depot Inc.
## 1720                 2215     Double Decker Gift Stores, Ltd
## 2049                 2215          Souveniers And Things Co.
## 2126                 2216            Dragon Souveniers, Ltd.
## 1920                 2219                 Signal Gift Stores
## 1667                 2220                      Mini Classics
## 1998                 2220               Heintze Collectables
## 2075                 2221                Suominen Souveniers
## 2048                 2227                   Gift Ideas Corp.
## 1465                 2228         Australian Collectors, Co.
## 1997                 2228               Marta's Replicas Co.
## 1489                 2230                 Signal Gift Stores
## 1666                 2230         Iberia Gift Imports, Corp.
## 2101                 2230       Mini Gifts Distributors Ltd.
## 1639                 2231               Heintze Collectables
## 1947                 2231          Norway Gifts By Mail, Co.
## 1843                 2232         Cambridge Collectables Co.
## 2206                 2232                    Gift Depot Inc.
## 2232                 2232              Euro Shopping Channel
## 2025                 2233                    Vitachrome Inc.
## 1893                 2235              Euro Shopping Channel
## 1818                 2236           Danish Wholesale Imports
## 2047                 2236                 Enaco Distributors
## 1665                 2237           Stylish Desk Decors, Co.
## 1770                 2237       Collectable Mini Designs Co.
## 2026                 2238         Corrida Auto Replicas, Ltd
## 1388                 2239              Euro Shopping Channel
## 2151                 2239       Mini Gifts Distributors Ltd.
## 1416                 2243                  Land of Toys Inc.
## 1742                 2243              Euro Shopping Channel
## 2125                 2243                  La Rochelle Gifts
## 1440                 2245                     AV Stores, Co.
## 1972                 2245                   Handji Gifts& Co
## 1695                 2246                    Cruz & Sons Co.
## 2024                 2247       Mini Gifts Distributors Ltd.
## 2046                 2247                      Rovelli Gifts
## 1919                 2249                L'ordine Souveniers
## 1794                 2250             Saveley & Henriot, Co.
## 2074                 2250              Euro Shopping Channel
## 1664                 2251            Dragon Souveniers, Ltd.
## 1650                 2253              UK Collectables, Ltd.
## 2178                 2255              Euro Shopping Channel
## 2023                 2256                 Auto Assoc. & Cie.
## 2045                 2256               Technics Stores Inc.
## 1538                 2257           Stylish Desk Decors, Co.
## 1694                 2258     Double Decker Gift Stores, Ltd
## 1946                 2259                  La Rochelle Gifts
## 1971                 2259                 Amica Models & Co.
## 1615                 2260                  Toys4GrownUps.com
## 2150                 2261              Euro Shopping Channel
## 2231                 2261       Quebec Home Shopping Network
## 1996                 2262                  Land of Toys Inc.
## 2073                 2262                 Reims Collectables
## 1693                 2263                       Alpha Cognac
## 1588                 2265               Technics Stores Inc.
## 1719                 2265                 Muscle Machine Inc
## 1638                 2266            Anna's Decorations, Ltd
## 2072                 2268       Motor Mint Distributors Inc.
## 2124                 2270                Suominen Souveniers
## 2044                 2273                      Mini Classics
## 2100                 2273              Euro Shopping Channel
## 1512                 2275         Australian Collectors, Co.
## 1718                 2276       Online Diecast Creations Co.
## 2177                 2276              Euro Shopping Channel
## 2256                 2277                L'ordine Souveniers
## 1692                 2278            Scandinavian Gift Ideas
## 1995                 2280       Mini Gifts Distributors Ltd.
## 1663                 2281            Oulu Toy Supplies, Inc.
## 1817                 2281                    Vida Sport, Ltd
## 2071                 2281                    Microscale Inc.
## 1892                 2282                  Land of Toys Inc.
## 2205                 2282              Euro Shopping Channel
## 1717                 2283       Mini Gifts Distributors Ltd.
## 1869                 2283                        Mini Caravy
## 1918                 2283              UK Collectables, Ltd.
## 1769                 2284             Saveley & Henriot, Co.
## 1741                 2287              Euro Shopping Channel
## 1945                 2287              Euro Shopping Channel
## 1716                 2289                      Rovelli Gifts
## 2022                 2289            Auto-Moto Classics Inc.
## 2098                 2292       Mini Gifts Distributors Ltd.
## 1488                 2293                     AV Stores, Co.
## 1691                 2294               Toys of Finland, Co.
## 1793                 2294              Euro Shopping Channel
## 2149                 2295               Marseille Mini Autos
## 1464                 2298                      Rovelli Gifts
## 1740                 2298       Online Diecast Creations Co.
## 2070                 2298             Toms Spezialitten, Ltd
## 2043                 2301            Clover Collections, Co.
## 2123                 2302                   Gift Ideas Corp.
## 2204                 2303              Euro Shopping Channel
## 1563                 2304                 Signal Gift Stores
## 1739                 2305                       Herkku Gifts
## 2097                 2305                    Vitachrome Inc.
## 2176                 2305       Mini Gifts Distributors Ltd.
## 1715                 2307               Heintze Collectables
## 1842                 2309       Collectable Mini Designs Co.
## 2021                 2309                 Amica Models & Co.
## 1994                 2310       Mini Gifts Distributors Ltd.
## 1738                 2311       Quebec Home Shopping Network
## 2099                 2311         Corrida Auto Replicas, Ltd
## 2122                 2311                 Enaco Distributors
## 1537                 2313            Dragon Souveniers, Ltd.
## 1614                 2313       Mini Gifts Distributors Ltd.
## 2069                 2313               Toys of Finland, Co.
## 2255                 2313            Tekni Collectables Inc.
## 2254                 2316                 Reims Collectables
## 1816                 2318                   Auto Canal Petit
## 2096                 2318     Canadian Gift Exchange Network
## 2121                 2319                  Land of Toys Inc.
## 1768                 2320                 Enaco Distributors
## 1587                 2321         Corrida Auto Replicas, Ltd
## 2148                 2324              Euro Shopping Channel
## 2042                 2326          Norway Gifts By Mail, Co.
## 2095                 2326               Marta's Replicas Co.
## 2306                 2327                L'ordine Souveniers
## 1868                 2328       Collectable Mini Designs Co.
## 1726                 2329              UK Collectables, Ltd.
## 1944                 2330          The Sharp Gifts Warehouse
## 1662                 2331                Suominen Souveniers
## 1767                 2331                Mini Creations Ltd.
## 2120                 2331              Diecast Classics Inc.
## 1917                 2332            Oulu Toy Supplies, Inc.
## 2203                 2332       Mini Gifts Distributors Ltd.
## 2280                 2333              UK Collectables, Ltd.
## 2230                 2334       Mini Gifts Distributors Ltd.
## 2334                 2334                  La Rochelle Gifts
## 2147                 2336                 Reims Collectables
## 1766                 2337                        CAF Imports
## 1511                 2338                  Land of Toys Inc.
## 1792                 2338                 Muscle Machine Inc
## 2020                 2340              Salzburg Collectables
## 1714                 2342            Anna's Decorations, Ltd
## 2146                 2342       Motor Mint Distributors Inc.
## 2253                 2342                   FunGiftIdeas.com
## 2068                 2343                    Vida Sport, Ltd
## 2175                 2343                 Reims Collectables
## 2119                 2348                      Mini Classics
## 1791                 2349       Online Diecast Creations Co.
## 1690                 2350                Mini Creations Ltd.
## 1765                 2351            Scandinavian Gift Ideas
## 1749                 2353          Norway Gifts By Mail, Co.
## 2041                 2354                  La Rochelle Gifts
## 2145                 2355                    Microscale Inc.
## 1790                 2356       Mini Gifts Distributors Ltd.
## 2174                 2356                 Muscle Machine Inc
## 1891                 2358       Collectable Mini Designs Co.
## 1487                 2360               Blauer See Auto, Co.
## 2094                 2360            Scandinavian Gift Ideas
## 1815                 2361              Euro Shopping Channel
## 2229                 2361            Anna's Decorations, Ltd
## 2333                 2361              Euro Shopping Channel
## 1789                 2362                    Gift Depot Inc.
## 2305                 2363            Tekni Collectables Inc.
## 2304                 2366                 Reims Collectables
## 1562                 2367                     AV Stores, Co.
## 2173                 2367       Mini Gifts Distributors Ltd.
## 2279                 2367       Mini Gifts Distributors Ltd.
## 1613                 2368                 Reims Collectables
## 1867                 2368              Euro Shopping Channel
## 1943                 2368  Royal Canadian Collectables, Ltd.
## 2067                 2370           Online Mini Collectables
## 2202                 2370                 Reims Collectables
## 2252                 2370                  La Rochelle Gifts
## 1737                 2371         Collectables For Less Inc.
## 1764                 2371                  Boards & Toys Co.
## 2019                 2371          The Sharp Gifts Warehouse
## 1814                 2372             Toms Spezialitten, Ltd
## 2144                 2372             Toms Spezialitten, Ltd
## 1536                 2376           Danish Wholesale Imports
## 2118                 2376            Clover Collections, Co.
## 1586                 2377          La Corne D'abondance, Co.
## 1970                 2377                    Microscale Inc.
## 1637                 2378                 Signal Gift Stores
## 2040                 2378                    Gift Depot Inc.
## 1813                 2379                       Herkku Gifts
## 2093                 2379              Diecast Classics Inc.
## 1788                 2380               Heintze Collectables
## 1916                 2380                    Vida Sport, Ltd
## 2172                 2380                 Baane Mini Imports
## 2201                 2382              Euro Shopping Channel
## 1993                 2385              Euro Shopping Channel
## 1812                 2386            Anna's Decorations, Ltd
## 2360                 2386                    Gift Depot Inc.
## 2143                 2387               Toys of Finland, Co.
## 1661                 2389                 Muscle Machine Inc
## 1841                 2392                    Cruz & Sons Co.
## 2303                 2392                   FunGiftIdeas.com
## 2171                 2393     Canadian Gift Exchange Network
## 2200                 2393          La Corne D'abondance, Co.
## 2117                 2395               Marta's Replicas Co.
## 2278                 2396                  La Rochelle Gifts
## 2170                 2401               Marta's Replicas Co.
## 2228                 2401              Euro Shopping Channel
## 1799                 2402              UK Collectables, Ltd.
## 2066                 2402                  Gifts4AllAges.com
## 1689                 2404                   Gift Ideas Corp.
## 1840                 2404     Double Decker Gift Stores, Ltd
## 2199                 2407                 Baane Mini Imports
## 2332                 2407                    Lyon Souveniers
## 1839                 2409                       Alpha Cognac
## 1942                 2409       Collectable Mini Designs Co.
## 2092                 2409          Souveniers And Things Co.
## 1866                 2412                 Muscle Machine Inc
## 1787                 2415            Anna's Decorations, Ltd
## 1915                 2416              Euro Shopping Channel
## 2018                 2416              Euro Shopping Channel
## 2251                 2417          Souveniers And Things Co.
## 2142                 2420               Marta's Replicas Co.
## 2198                 2420               Heintze Collectables
## 2302                 2420                  La Rochelle Gifts
## 2277                 2422                Mini Creations Ltd.
## 1865                 2423       Online Diecast Creations Co.
## 1838                 2424            Scandinavian Gift Ideas
## 1763                 2425       Mini Gifts Distributors Ltd.
## 1969                 2425             Saveley & Henriot, Co.
## 2039                 2425          The Sharp Gifts Warehouse
## 2197                 2427                     AV Stores, Co.
## 1823                 2428               Blauer See Auto, Co.
## 2116                 2429                  La Rochelle Gifts
## 2250                 2429                   Gift Ideas Corp.
## 1864                 2430       Mini Gifts Distributors Ltd.
## 2331                 2430              Euro Shopping Channel
## 1612                 2432                    Cruz & Sons Co.
## 1561                 2434               Blauer See Auto, Co.
## 2226                 2434                    Vitachrome Inc.
## 2359                 2434                    Lyon Souveniers
## 1736                 2435       Mini Gifts Distributors Ltd.
## 1992                 2435               Blauer See Auto, Co.
## 2169                 2435                  Land of Toys Inc.
## 2410                 2435                  Gifts4AllAges.com
## 1863                 2436                    Gift Depot Inc.
## 2065                 2436                   Auto Canal Petit
## 2384                 2437              UK Collectables, Ltd.
## 1585                 2438                 Baane Mini Imports
## 2249                 2438                 Enaco Distributors
## 2227                 2439         Corrida Auto Replicas, Ltd
## 1837                 2440               Toys of Finland, Co.
## 1636                 2441                     AV Stores, Co.
## 1890                 2442                 Enaco Distributors
## 2091                 2442                   Handji Gifts& Co
## 2141                 2444           Online Mini Collectables
## 1811                 2445         Collectables For Less Inc.
## 1941                 2446               Osaka Souveniers Co.
## 2225                 2447     Canadian Gift Exchange Network
## 2248                 2449                      Rovelli Gifts
## 1660                 2451          La Corne D'abondance, Co.
## 1688                 2452              Salzburg Collectables
## 2276                 2452              Euro Shopping Channel
## 1889                 2453     Double Decker Gift Stores, Ltd
## 2115                 2453                    Gift Depot Inc.
## 1713                 2454                 Signal Gift Stores
## 1862                 2454               Heintze Collectables
## 2168                 2454              Diecast Classics Inc.
## 2224                 2457                 Auto Assoc. & Cie.
## 2358                 2457              Euro Shopping Channel
## 2436                 2457                L'ordine Souveniers
## 1888                 2458                       Alpha Cognac
## 1968                 2459         Corrida Auto Replicas, Ltd
## 2247                 2459                  giftsbymail.co.uk
## 2330                 2459       Mini Gifts Distributors Ltd.
## 1914                 2460              Euro Shopping Channel
## 2196                 2462                  Land of Toys Inc.
## 2038                 2463  Royal Canadian Collectables, Ltd.
## 2275                 2464              Salzburg Collectables
## 1991                 2465            Clover Collections, Co.
## 2017                 2465         Cambridge Collectables Co.
## 2301                 2467          Souveniers And Things Co.
## 2274                 2470       Motor Mint Distributors Inc.
## 1913                 2471       Online Diecast Creations Co.
## 2383                 2471       Mini Gifts Distributors Ltd.
## 1887                 2473            Scandinavian Gift Ideas
## 2246                 2475                      Mini Classics
## 2140                 2476                  Gifts4AllAges.com
## 1873                 2477          Norway Gifts By Mail, Co.
## 1912                 2478                       Herkku Gifts
## 2409                 2478       Mini Gifts Distributors Ltd.
## 2300                 2479                   Gift Ideas Corp.
## 2195                 2480       Mini Gifts Distributors Ltd.
## 1762                 2481           Stylish Desk Decors, Co.
## 2064                 2482           Danish Wholesale Imports
## 2090                 2483                   Super Scale Inc.
## 2167                 2483       Mini Gifts Distributors Ltd.
## 2273                 2483                    Microscale Inc.
## 2357                 2483            Tokyo Collectables, Ltd
## 1911                 2485                    Mini Auto Werke
## 2460                 2485                  Gifts4AllAges.com
## 2299                 2488                 Enaco Distributors
## 1735                 2489               Marseille Mini Autos
## 1861                 2489            Anna's Decorations, Ltd
## 1886                 2489               Toys of Finland, Co.
## 2223                 2489            Scandinavian Gift Ideas
## 1940                 2491                    Cruz & Sons Co.
## 2435                 2493            Tekni Collectables Inc.
## 1836                 2496                Mini Creations Ltd.
## 2434                 2496                 Reims Collectables
## 2329                 2497                 Reims Collectables
## 2298                 2499                      Rovelli Gifts
## 2114                 2500          The Sharp Gifts Warehouse
## 2382                 2500                  La Rochelle Gifts
## 2272                 2501                 Baane Mini Imports
## 2408                 2501       Mini Gifts Distributors Ltd.
## 2037                 2503         Australian Collectors, Co.
## 2245                 2503            Clover Collections, Co.
## 2016                 2504        West Coast Collectables Co.
## 2222                 2508              Diecast Classics Inc.
## 2486                 2508       Australian Collectables, Ltd
## 1810                 2509       Mini Gifts Distributors Ltd.
## 1939                 2509                       Alpha Cognac
## 2297                 2509                  giftsbymail.co.uk
## 2328                 2509              Euro Shopping Channel
## 1659                 2510              Euro Shopping Channel
## 2139                 2510                   Auto Canal Petit
## 2194                 2510              Diecast Classics Inc.
## 1967                 2513                 Muscle Machine Inc
## 2271                 2515               Toys of Finland, Co.
## 1712                 2517                     AV Stores, Co.
## 2166                 2517                   Handji Gifts& Co
## 1938                 2519               Technics Stores Inc.
## 2327                 2520          La Corne D'abondance, Co.
## 1687                 2521                      Rovelli Gifts
## 2433                 2522                   FunGiftIdeas.com
## 1966                 2523       Australian Collectables, Ltd
## 2459                 2523                       Alpha Cognac
## 2356                 2524                 Reims Collectables
## 1761                 2525              Salzburg Collectables
## 2296                 2525                      Mini Classics
## 1922                 2526          Norway Gifts By Mail, Co.
## 2381                 2526                Mini Creations Ltd.
## 1786                 2527                 Signal Gift Stores
## 2063                 2527                    Vida Sport, Ltd
## 2244                 2528          Norway Gifts By Mail, Co.
## 2407                 2528            Oulu Toy Supplies, Inc.
## 1990                 2529               Diecast Collectables
## 1965                 2531       Mini Gifts Distributors Ltd.
## 2326                 2534                 Baane Mini Imports
## 2513                 2534                L'ordine Souveniers
## 2089                 2536       Mini Gifts Distributors Ltd.
## 2355                 2536              Euro Shopping Channel
## 1964                 2537                      Rovelli Gifts
## 2113                 2538  Royal Canadian Collectables, Ltd.
## 2221                 2538          Souveniers And Things Co.
## 1937                 2540               Toys of Finland, Co.
## 2036                 2541               Osaka Souveniers Co.
## 1989                 2542                      Mini Classics
## 1910                 2544         Collectables For Less Inc.
## 1885                 2545                Mini Creations Ltd.
## 2485                 2545          The Sharp Gifts Warehouse
## 2354                 2546               Classic Legends Inc.
## 2484                 2546                 Reims Collectables
## 1734                 2547       Motor Mint Distributors Inc.
## 2325                 2547               Heintze Collectables
## 2270                 2548               Marta's Replicas Co.
## 1835                 2550                   Gift Ideas Corp.
## 2432                 2550                  La Rochelle Gifts
## 1988                 2552         Iberia Gift Imports, Corp.
## 2295                 2554 Bavarian Collectables Imports, Co.
## 2380                 2554                    Lyon Souveniers
## 2324                 2555               Marta's Replicas Co.
## 2243                 2556                  La Rochelle Gifts
## 2165                 2557              Euro Shopping Channel
## 2015                 2558     Canadian Gift Exchange Network
## 1987                 2559                L'ordine Souveniers
## 2138                 2560                    Vitachrome Inc.
## 2353                 2561                 Baane Mini Imports
## 1809                 2563               Marseille Mini Autos
## 2062                 2564                   Auto Canal Petit
## 2539                 2564                  Gifts4AllAges.com
## 2566                 2566              Euro Shopping Channel
## 2379                 2568              Salzburg Collectables
## 2088                 2570                   Handji Gifts& Co
## 2512                 2570            Tekni Collectables Inc.
## 2014                 2571       Australian Collectables, Ltd
## 2220                 2571            Tokyo Collectables, Ltd
## 2269                 2572           Online Mini Collectables
## 1986                 2573            Dragon Souveniers, Ltd.
## 2511                 2573                 Reims Collectables
## 2352                 2574               Heintze Collectables
## 2378                 2574       Motor Mint Distributors Inc.
## 2483                 2574              Euro Shopping Channel
## 2013                 2578            Classic Gift Ideas, Inc
## 2112                 2578         Australian Collectors, Co.
## 2294                 2578          Norway Gifts By Mail, Co.
## 2351                 2581                     AV Stores, Co.
## 2242                 2584              Euro Shopping Channel
## 2458                 2584            Tokyo Collectables, Ltd
## 2012                 2585                      Rovelli Gifts
## 2193                 2585                Suominen Souveniers
## 2377                 2587                    Microscale Inc.
## 2406                 2587              Euro Shopping Channel
## 2323                 2589                  Land of Toys Inc.
## 1785                 2590                     AV Stores, Co.
## 1963                 2590           Signal Collectibles Ltd.
## 2405                 2595            Tokyo Collectables, Ltd
## 2565                 2595       Quebec Home Shopping Network
## 1936                 2596                Mini Creations Ltd.
## 2431                 2597          Souveniers And Things Co.
## 1834                 2598              Salzburg Collectables
## 1985                 2599        Australian Gift Network, Co
## 1760                 2600           Danish Wholesale Imports
## 2011                 2600               Classic Legends Inc.
## 1860                 2601                 Signal Gift Stores
## 2510                 2601              Euro Shopping Channel
## 2137                 2602           Daedalus Designs Imports
## 2538                 2602                       Alpha Cognac
## 1884                 2603           Stylish Desk Decors, Co.
## 2482                 2603            Oulu Toy Supplies, Inc.
## 2268                 2604                  Gifts4AllAges.com
## 2376                 2605                 Baane Mini Imports
## 2293                 2606                  La Rochelle Gifts
## 2322                 2607       Mini Gifts Distributors Ltd.
## 1909                 2608       Mini Gifts Distributors Ltd.
## 2404                 2608           Volvo Model Replicas, Co
## 2430                 2609                   Gift Ideas Corp.
## 2164                 2611       Mini Gifts Distributors Ltd.
## 2219                 2612                   Super Scale Inc.
## 2591                 2612                L'ordine Souveniers
## 2035                 2616               Technics Stores Inc.
## 2111                 2616               Osaka Souveniers Co.
## 2350                 2616                  Land of Toys Inc.
## 2403                 2618                  La Rochelle Gifts
## 2429                 2618                 Enaco Distributors
## 2061                 2619             Toms Spezialitten, Ltd
## 2375                 2619               Toys of Finland, Co.
## 2087                 2626               Diecast Collectables
## 2060                 2627           Daedalus Designs Imports
## 2241                 2627          The Sharp Gifts Warehouse
## 2509                 2627                  La Rochelle Gifts
## 1808                 2628                    Cruz & Sons Co.
## 2537                 2628              Euro Shopping Channel
## 2428                 2629                      Rovelli Gifts
## 2402                 2632                     AV Stores, Co.
## 2059                 2633            Anna's Decorations, Ltd
## 2292                 2634              Euro Shopping Channel
## 2349                 2634       Mini Gifts Distributors Ltd.
## 2192                 2635               Blauer See Auto, Co.
## 2010                 2637           Signal Collectibles Ltd.
## 2321                 2637       Mini Gifts Distributors Ltd.
## 2616                 2637                L'ordine Souveniers
## 2136                 2638                   Auto Canal Petit
## 2267                 2638                   Auto Canal Petit
## 2457                 2638              Euro Shopping Channel
## 2086                 2639             Saveley & Henriot, Co.
## 2163                 2639           Signal Collectibles Ltd.
## 2427                 2639                  giftsbymail.co.uk
## 1883                 2647              Salzburg Collectables
## 2481                 2647          Souveniers And Things Co.
## 2456                 2648               Classic Legends Inc.
## 2590                 2648            Tekni Collectables Inc.
## 2085                 2649         Iberia Gift Imports, Corp.
## 1935                 2650                   Gift Ideas Corp.
## 2589                 2651                 Reims Collectables
## 2374                 2652               Marta's Replicas Co.
## 1984                 2653                Suominen Souveniers
## 2426                 2655                      Mini Classics
## 2084                 2656           Stylish Desk Decors, Co.
## 2536                 2657            Oulu Toy Supplies, Inc.
## 2455                 2658           Danish Wholesale Imports
## 2480                 2660            Auto-Moto Classics Inc.
## 1908                 2662               Marseille Mini Autos
## 1859                 2664                     AV Stores, Co.
## 2348                 2664              Diecast Classics Inc.
## 2191                 2665            Clover Collections, Co.
## 2218                 2665       Mini Gifts Distributors Ltd.
## 2240                 2665  Royal Canadian Collectables, Ltd.
## 2401                 2665                  Gifts4AllAges.com
## 1833                 2667                      Rovelli Gifts
## 2642                 2667                  Gifts4AllAges.com
## 2564                 2668       Mini Gifts Distributors Ltd.
## 2479                 2669            Tokyo Collectables, Ltd
## 2110                 2670                       Herkku Gifts
## 2083                 2671                    Mini Auto Werke
## 2320                 2671                   Handji Gifts& Co
## 2615                 2673            Tekni Collectables Inc.
## 2508                 2674          Souveniers And Things Co.
## 2373                 2676           Online Mini Collectables
## 2454                 2676               Heintze Collectables
## 2614                 2676                 Reims Collectables
## 2291                 2677          The Sharp Gifts Warehouse
## 2588                 2677                   FunGiftIdeas.com
## 2034                 2679                  Toys4GrownUps.com
## 2478                 2679                      Rovelli Gifts
## 2453                 2683                     AV Stores, Co.
## 2425                 2684 Bavarian Collectables Imports, Co.
## 2400                 2685  Royal Canadian Collectables, Ltd.
## 2507                 2687            Auto-Moto Classics Inc.
## 2266                 2688                    Vitachrome Inc.
## 2477                 2689                  giftsbymail.co.uk
## 2109                 2690               Technics Stores Inc.
## 2058                 2692         Collectables For Less Inc.
## 2563                 2692       Mini Gifts Distributors Ltd.
## 2668                 2693                  Gifts4AllAges.com
## 2009                 2694          Souveniers And Things Co.
## 2135                 2694              Euro Shopping Channel
## 2506                 2695                 Enaco Distributors
## 1934                 2698              Salzburg Collectables
## 2217                 2699                   Handji Gifts& Co
## 2082                 2700            Oulu Toy Supplies, Inc.
## 2134                 2701           Daedalus Designs Imports
## 2162                 2701               Diecast Collectables
## 1962                 2703                 Signal Gift Stores
## 2613                 2704              Euro Shopping Channel
## 2239                 2705         Australian Collectors, Co.
## 2587                 2705                  La Rochelle Gifts
## 2641                 2705                       Alpha Cognac
## 2476                 2706            Classic Gift Ideas, Inc
## 2505                 2706                      Rovelli Gifts
## 2133                 2707            Anna's Decorations, Ltd
## 2372                 2708                  Gifts4AllAges.com
## 2424                 2708          Norway Gifts By Mail, Co.
## 1983                 2711                 Muscle Machine Inc
## 2319                 2711              Euro Shopping Channel
## 2161                 2714                      Mini Classics
## 2399                 2714                         Petit Auto
## 2290                 2715  Royal Canadian Collectables, Ltd.
## 2504                 2716                  giftsbymail.co.uk
## 2535                 2716              Euro Shopping Channel
## 2695                 2716                L'ordine Souveniers
## 2452                 2717                 Amica Models & Co.
## 1882                 2722           Danish Wholesale Imports
## 2160                 2724         Iberia Gift Imports, Corp.
## 2534                 2724            Tokyo Collectables, Ltd
## 1907                 2727                    Cruz & Sons Co.
## 2190                 2729               Diecast Collectables
## 2265                 2730           Daedalus Designs Imports
## 2612                 2730                  La Rochelle Gifts
## 2159                 2731           Stylish Desk Decors, Co.
## 2640                 2731              Euro Shopping Channel
## 2667                 2731                       Alpha Cognac
## 2503                 2732                      Mini Classics
## 2475                 2734 Bavarian Collectables Imports, Co.
## 2562                 2735              Euro Shopping Channel
## 2423                 2736                  La Rochelle Gifts
## 2451                 2736       Mini Gifts Distributors Ltd.
## 2533                 2736           Danish Wholesale Imports
## 2033                 2737              Euro Shopping Channel
## 2347                 2739                Suominen Souveniers
## 2008                 2742         Corrida Auto Replicas, Ltd
## 2189                 2742                      Mini Classics
## 2371                 2742                   Auto Canal Petit
## 2238                 2743               Osaka Souveniers Co.
## 2721                 2743       Australian Collectables, Ltd
## 2532                 2744                  giftsbymail.co.uk
## 2158                 2745            Dragon Souveniers, Ltd.
## 2398                 2747       Quebec Home Shopping Network
## 2188                 2752         Iberia Gift Imports, Corp.
## 2586                 2752          Souveniers And Things Co.
## 2694                 2752            Tekni Collectables Inc.
## 2108                 2753                  Toys4GrownUps.com
## 2560                 2753          La Corne D'abondance, Co.
## 2289                 2755         Australian Collectors, Co.
## 2693                 2755                 Reims Collectables
## 2057                 2756       Mini Gifts Distributors Ltd.
## 2666                 2757              Euro Shopping Channel
## 2081                 2758               Technics Stores Inc.
## 2187                 2759                L'ordine Souveniers
## 2216                 2759     Canadian Gift Exchange Network
## 2474                 2759  Royal Canadian Collectables, Ltd.
## 2639                 2760            Oulu Toy Supplies, Inc.
## 2318                 2761               Blauer See Auto, Co.
## 2502                 2761 Bavarian Collectables Imports, Co.
## 2531                 2761                     AV Stores, Co.
## 2422                 2764              Euro Shopping Channel
## 2585                 2764                   Gift Ideas Corp.
## 2450                 2765                         Petit Auto
## 1961                 2766                     AV Stores, Co.
## 2264                 2766                   Auto Canal Petit
## 1933                 2767                      Rovelli Gifts
## 2559                 2767                    Vitachrome Inc.
## 2215                 2768             Saveley & Henriot, Co.
## 1982                 2770               Classic Legends Inc.
## 2747                 2772                  Gifts4AllAges.com
## 2186                 2773            Dragon Souveniers, Ltd.
## 2561                 2773         Corrida Auto Replicas, Ltd
## 2584                 2773                 Enaco Distributors
## 2157                 2775            Oulu Toy Supplies, Inc.
## 2132                 2777                  Toys4GrownUps.com
## 2611                 2777          Souveniers And Things Co.
## 2214                 2779            Classic Gift Ideas, Inc
## 2558                 2780     Canadian Gift Exchange Network
## 2720                 2780          The Sharp Gifts Warehouse
## 2719                 2781                 Reims Collectables
## 2692                 2783              Euro Shopping Channel
## 2583                 2784                      Rovelli Gifts
## 2213                 2785           Stylish Desk Decors, Co.
## 2501                 2785          Norway Gifts By Mail, Co.
## 2665                 2786            Oulu Toy Supplies, Inc.
## 2397                 2787                  Land of Toys Inc.
## 2473                 2788         Collectables For Less Inc.
## 2346                 2789               Blauer See Auto, Co.
## 2610                 2789                   Gift Ideas Corp.
## 2557                 2790                 Auto Assoc. & Cie.
## 2317                 2791            Clover Collections, Co.
## 2370                 2792                    Vitachrome Inc.
## 2288                 2793               Osaka Souveniers Co.
## 2582                 2793              Diecast Classics Inc.
## 2530                 2794                  Gifts4AllAges.com
## 2032                 2795         Australian Collectors, Co.
## 2609                 2798              Salzburg Collectables
## 2185                 2799        Australian Gift Network, Co
## 2212                 2800                    Mini Auto Werke
## 2421                 2807          The Sharp Gifts Warehouse
## 2608                 2809                      Rovelli Gifts
## 2718                 2809              Euro Shopping Channel
## 2056                 2810               Marseille Mini Autos
## 2581                 2810                      Mini Classics
## 2746                 2810                       Alpha Cognac
## 2107                 2811              Euro Shopping Channel
## 2691                 2812            Oulu Toy Supplies, Inc.
## 2500                 2813                  La Rochelle Gifts
## 2080                 2814         Corrida Auto Replicas, Ltd
## 2472                 2814              Euro Shopping Channel
## 2529                 2814  Royal Canadian Collectables, Ltd.
## 2237                 2818               Technics Stores Inc.
## 2345                 2819            Clover Collections, Co.
## 2607                 2819                  giftsbymail.co.uk
## 2638                 2819              Euro Shopping Channel
## 2263                 2822              Euro Shopping Channel
## 2556                 2822            Scandinavian Gift Ideas
## 2156                 2825                Suominen Souveniers
## 2396                 2825            Tekni Collectables Inc.
## 2262                 2829           Daedalus Designs Imports
## 2637                 2829               Classic Legends Inc.
## 2131                 2830       Mini Gifts Distributors Ltd.
## 2211                 2831            Dragon Souveniers, Ltd.
## 1981                 2832              Euro Shopping Channel
## 2287                 2834        West Coast Collectables Co.
## 2369                 2834           Daedalus Designs Imports
## 2261                 2835            Anna's Decorations, Ltd
## 2606                 2835                      Mini Classics
## 1960                 2836       Online Diecast Creations Co.
## 2745                 2836              Euro Shopping Channel
## 2580                 2838            Clover Collections, Co.
## 2717                 2838            Oulu Toy Supplies, Inc.
## 2449                 2839                  Land of Toys Inc.
## 2636                 2839           Danish Wholesale Imports
## 2499                 2841              Euro Shopping Channel
## 2555                 2841              Diecast Classics Inc.
## 2528                 2843                         Petit Auto
## 2420                 2845  Royal Canadian Collectables, Ltd.
## 2664                 2845              Euro Shopping Channel
## 2184                 2846       Mini Gifts Distributors Ltd.
## 2635                 2850                  La Rochelle Gifts
## 2316                 2855               Diecast Collectables
## 2663                 2855               Classic Legends Inc.
## 2690                 2856          Souveniers And Things Co.
## 2579                 2857               Marta's Replicas Co.
## 2344                 2859             Saveley & Henriot, Co.
## 2007                 2860                 Baane Mini Imports
## 2471                 2860         Cambridge Collectables Co.
## 2395                 2862       Collectable Mini Designs Co.
## 2605                 2864 Bavarian Collectables Imports, Co.
## 2634                 2864                     AV Stores, Co.
## 2031                 2865                      Rovelli Gifts
## 2662                 2865           Danish Wholesale Imports
## 2744                 2865            Oulu Toy Supplies, Inc.
## 2286                 2867               Technics Stores Inc.
## 2315                 2868                      Mini Classics
## 2106                 2869         Australian Collectors, Co.
## 2689                 2869            Auto-Moto Classics Inc.
## 2079                 2870          La Corne D'abondance, Co.
## 2368                 2870                   Auto Canal Petit
## 2554                 2871          Souveniers And Things Co.
## 2055                 2875                    Cruz & Sons Co.
## 2527                 2876       Quebec Home Shopping Network
## 2661                 2876                  La Rochelle Gifts
## 2314                 2878         Iberia Gift Imports, Corp.
## 2688                 2878            Tokyo Collectables, Ltd
## 2716                 2882          Souveniers And Things Co.
## 2155                 2883                 Muscle Machine Inc
## 2130                 2884               Marseille Mini Autos
## 2498                 2884          The Sharp Gifts Warehouse
## 2313                 2885                L'ordine Souveniers
## 2419                 2885         Australian Collectors, Co.
## 2285                 2886              Euro Shopping Channel
## 2448                 2886                  giftsbymail.co.uk
## 2210                 2887               Technics Stores Inc.
## 2604                 2888          Norway Gifts By Mail, Co.
## 2687                 2888                      Rovelli Gifts
## 2660                 2890                     AV Stores, Co.
## 2578                 2891                  La Rochelle Gifts
## 2236                 2893                       Royale Belge
## 2343                 2895                   Super Scale Inc.
## 2715                 2895            Auto-Moto Classics Inc.
## 2633                 2897                  Gifts4AllAges.com
## 2686                 2898                  giftsbymail.co.uk
## 2312                 2899            Dragon Souveniers, Ltd.
## 2553                 2904            Tokyo Collectables, Ltd
## 2714                 2904            Tokyo Collectables, Ltd
## 2260                 2905                  Toys4GrownUps.com
## 2342                 2906                Mini Creations Ltd.
## 2394                 2909             Saveley & Henriot, Co.
## 2183                 2911                 Muscle Machine Inc
## 2713                 2911                  Land of Toys Inc.
## 2341                 2913                L'ordine Souveniers
## 2685                 2914                      Mini Classics
## 2447                 2915                         Petit Auto
## 2577                 2915                    Gift Depot Inc.
## 2526                 2916                  Land of Toys Inc.
## 2603                 2916                  La Rochelle Gifts
## 2632                 2917  Royal Canadian Collectables, Ltd.
## 2497                 2922  Royal Canadian Collectables, Ltd.
## 2418                 2923               Osaka Souveniers Co.
## 2659                 2923           Online Mini Collectables
## 2712                 2924                  giftsbymail.co.uk
## 2743                 2924              Euro Shopping Channel
## 2367                 2926              Euro Shopping Channel
## 2340                 2927            Dragon Souveniers, Ltd.
## 2311                 2929            Oulu Toy Supplies, Inc.
## 2078                 2931                 Baane Mini Imports
## 2105                 2932                  Land of Toys Inc.
## 2366                 2933           Daedalus Designs Imports
## 2742                 2934               Classic Legends Inc.
## 2470                 2937       Collectable Mini Designs Co.
## 2235                 2939              Euro Shopping Channel
## 2365                 2939            Anna's Decorations, Ltd
## 2711                 2941            Classic Gift Ideas, Inc
## 2209                 2943         Corrida Auto Replicas, Ltd
## 2658                 2943  Royal Canadian Collectables, Ltd.
## 2684                 2943 Bavarian Collectables Imports, Co.
## 2284                 2944                Mini Creations Ltd.
## 2602                 2944              Euro Shopping Channel
## 2741                 2944           Danish Wholesale Imports
## 2154                 2945          La Corne D'abondance, Co.
## 2393                 2945                 Enaco Distributors
## 2552                 2945                   Super Scale Inc.
## 2631                 2946                         Petit Auto
## 2129                 2949                    Cruz & Sons Co.
## 2339                 2950              Euro Shopping Channel
## 2525                 2954            Tekni Collectables Inc.
## 2740                 2955                  La Rochelle Gifts
## 2392                 2956                Mini Creations Ltd.
## 2259                 2958       Mini Gifts Distributors Ltd.
## 2446                 2961             Saveley & Henriot, Co.
## 2391                 2962                        CAF Imports
## 2576                 2962          The Sharp Gifts Warehouse
## 2182                 2963                       Royale Belge
## 2496                 2963       Collectable Mini Designs Co.
## 2417                 2964        West Coast Collectables Co.
## 2683                 2967          Norway Gifts By Mail, Co.
## 2710                 2969 Bavarian Collectables Imports, Co.
## 2739                 2969                     AV Stores, Co.
## 2657                 2972                         Petit Auto
## 2390                 2976            Scandinavian Gift Ideas
## 2310                 2979                Suominen Souveniers
## 2630                 2979       Quebec Home Shopping Network
## 2283                 2987              Euro Shopping Channel
## 2601                 2987          The Sharp Gifts Warehouse
## 2524                 2991       Collectable Mini Designs Co.
## 2709                 2994  Royal Canadian Collectables, Ltd.
## 2682                 2995                  La Rochelle Gifts
## 2234                 2997         Australian Collectors, Co.
## 2416                 2997               Technics Stores Inc.
## 2445                 2997                   Super Scale Inc.
## 2551                 2998       Mini Gifts Distributors Ltd.
## 2338                 3000       Mini Gifts Distributors Ltd.
## 2389                 3000              Euro Shopping Channel
## 2495                 3000               Osaka Souveniers Co.
## 2575                 3000  Royal Canadian Collectables, Ltd.
## 2738                 3003                 Amica Models & Co.
## 2153                 3004              Euro Shopping Channel
## 2208                 3005       Mini Gifts Distributors Ltd.
## 2656                 3005       Quebec Home Shopping Network
## 2444                 3008                Mini Creations Ltd.
## 2364                 3009                  Toys4GrownUps.com
## 2258                 3013                 Reims Collectables
## 2443                 3014                        CAF Imports
## 2415                 3016              Euro Shopping Channel
## 2629                 3019                  Land of Toys Inc.
## 2469                 3021                 Enaco Distributors
## 2737                 3022  Royal Canadian Collectables, Ltd.
## 2681                 3023              Euro Shopping Channel
## 2708                 3023         Collectables For Less Inc.
## 2600                 3025  Royal Canadian Collectables, Ltd.
## 2442                 3030                   FunGiftIdeas.com
## 2181                 3032              Euro Shopping Channel
## 2468                 3032     Double Decker Gift Stores, Ltd
## 2550                 3032                   Handji Gifts& Co
## 2309                 3037                 Muscle Machine Inc
## 2467                 3037                       Alpha Cognac
## 2523                 3038             Saveley & Henriot, Co.
## 2574                 3040         Australian Collectors, Co.
## 2282                 3045         Australian Collectors, Co.
## 2494                 3045                    Cruz & Sons Co.
## 2655                 3045                  Land of Toys Inc.
## 2707                 3049              Euro Shopping Channel
## 2388                 3050       Mini Gifts Distributors Ltd.
## 2736                 3051                         Petit Auto
## 2441                 3052              Euro Shopping Channel
## 2466                 3052            Scandinavian Gift Ideas
## 2207                 3060                 Baane Mini Imports
## 2363                 3062       Mini Gifts Distributors Ltd.
## 2493                 3063                       Alpha Cognac
## 2337                 3065                 Muscle Machine Inc
## 2599                 3065         Australian Collectors, Co.
## 2628                 3066                  giftsbymail.co.uk
## 2680                 3066          The Sharp Gifts Warehouse
## 2233                 3067                      Rovelli Gifts
## 2465                 3068               Toys of Finland, Co.
## 2492                 3073               Technics Stores Inc.
## 2414                 3074                Mini Creations Ltd.
## 2522                 3074                 Enaco Distributors
## 2257                 3077                    Cruz & Sons Co.
## 2573                 3078               Osaka Souveniers Co.
## 2735                 3084       Quebec Home Shopping Network
## 2521                 3085                Mini Creations Ltd.
## 2520                 3091                        CAF Imports
## 2549                 3092     Canadian Gift Exchange Network
## 2654                 3092                  giftsbymail.co.uk
## 2491                 3094               Toys of Finland, Co.
## 2627                 3094       Collectable Mini Designs Co.
## 2706                 3095         Cambridge Collectables Co.
## 2308                 3096               Classic Legends Inc.
## 2548                 3101             Saveley & Henriot, Co.
## 2440                 3102       Mini Gifts Distributors Ltd.
## 2598                 3103               Osaka Souveniers Co.
## 2679                 3104  Royal Canadian Collectables, Ltd.
## 2519                 3105            Scandinavian Gift Ideas
## 2387                 3106           Stylish Desk Decors, Co.
## 2336                 3112            Dragon Souveniers, Ltd.
## 2547                 3112            Classic Gift Ideas, Inc
## 2281                 3115                      Rovelli Gifts
## 2362                 3117                 Reims Collectables
## 2413                 3117              Euro Shopping Channel
## 2546                 3118           Stylish Desk Decors, Co.
## 2653                 3120       Collectable Mini Designs Co.
## 2464                 3124                Mini Creations Ltd.
## 2734                 3124                  Land of Toys Inc.
## 2518                 3125                  Boards & Toys Co.
## 2572                 3132                       Herkku Gifts
## 2545                 3133                    Mini Auto Werke
## 2626                 3141             Saveley & Henriot, Co.
## 2597                 3144        West Coast Collectables Co.
## 2678                 3145       Collectable Mini Designs Co.
## 2386                 3150              Salzburg Collectables
## 2490                 3150                Mini Creations Ltd.
## 2571                 3152               Technics Stores Inc.
## 2307                 3158              Euro Shopping Channel
## 2439                 3164              Euro Shopping Channel
## 2544                 3164            Dragon Souveniers, Ltd.
## 2652                 3167             Saveley & Henriot, Co.
## 2733                 3171                  giftsbymail.co.uk
## 2705                 3172       Collectable Mini Designs Co.
## 2412                 3175         Australian Collectors, Co.
## 2517                 3177                Mini Creations Ltd.
## 2596                 3177               Technics Stores Inc.
## 2625                 3177                 Enaco Distributors
## 2463                 3178                   Gift Ideas Corp.
## 2361                 3181                    Cruz & Sons Co.
## 2677                 3182               Osaka Souveniers Co.
## 2335                 3186              Euro Shopping Channel
## 2624                 3188                Mini Creations Ltd.
## 2623                 3194                        CAF Imports
## 2595                 3198               Toys of Finland, Co.
## 2732                 3199       Collectable Mini Designs Co.
## 2651                 3203                 Enaco Distributors
## 2489                 3204                   Gift Ideas Corp.
## 2622                 3208            Scandinavian Gift Ideas
## 2438                 3214            Dragon Souveniers, Ltd.
## 2650                 3214                Mini Creations Ltd.
## 2570                 3215                  Toys4GrownUps.com
## 2543                 3220               Technics Stores Inc.
## 2649                 3220                        CAF Imports
## 2385                 3225           Danish Wholesale Imports
## 2462                 3226              Salzburg Collectables
## 2676                 3227                    Cruz & Sons Co.
## 2621                 3232              Euro Shopping Channel
## 2648                 3234            Scandinavian Gift Ideas
## 2516                 3235           Stylish Desk Decors, Co.
## 2411                 3245                      Rovelli Gifts
## 2675                 3245                       Alpha Cognac
## 2731                 3246             Saveley & Henriot, Co.
## 2488                 3251         Australian Collectors, Co.
## 2594                 3254                Mini Creations Ltd.
## 2674                 3255               Technics Stores Inc.
## 2704                 3256                 Enaco Distributors
## 2647                 3258              Euro Shopping Channel
## 2703                 3267     Double Decker Gift Stores, Ltd
## 2702                 3272                       Alpha Cognac
## 2569                 3273              Euro Shopping Channel
## 2542                 3276         Corrida Auto Replicas, Ltd
## 2673                 3276               Toys of Finland, Co.
## 2437                 3277           Danish Wholesale Imports
## 2515                 3279              Salzburg Collectables
## 2620                 3282       Mini Gifts Distributors Ltd.
## 2730                 3282                 Enaco Distributors
## 2701                 3287            Scandinavian Gift Ideas
## 2729                 3293                Mini Creations Ltd.
## 2461                 3295                      Rovelli Gifts
## 2728                 3299                        CAF Imports
## 2700                 3303               Toys of Finland, Co.
## 2646                 3308       Mini Gifts Distributors Ltd.
## 2727                 3313            Scandinavian Gift Ideas
## 2487                 3321                      Rovelli Gifts
## 2568                 3331         Australian Collectors, Co.
## 2541                 3332          La Corne D'abondance, Co.
## 2672                 3332                Mini Creations Ltd.
## 2726                 3337              Euro Shopping Channel
## 2619                 3338           Stylish Desk Decors, Co.
## 2514                 3354           Danish Wholesale Imports
## 2593                 3356         Australian Collectors, Co.
## 2699                 3359                Mini Creations Ltd.
## 2645                 3364           Stylish Desk Decors, Co.
## 2671                 3386                   Gift Ideas Corp.
## 2725                 3387       Mini Gifts Distributors Ltd.
## 2618                 3389                 Enaco Distributors
## 2540                 3393                 Baane Mini Imports
## 2567                 3401                      Rovelli Gifts
## 2698                 3413                   Gift Ideas Corp.
## 2644                 3420            Dragon Souveniers, Ltd.
## 2592                 3426                      Rovelli Gifts
## 2670                 3434              Salzburg Collectables
## 2724                 3443           Stylish Desk Decors, Co.
## 2617                 3457           Danish Wholesale Imports
## 2697                 3461              Salzburg Collectables
## 2643                 3483           Danish Wholesale Imports
## 2723                 3499            Dragon Souveniers, Ltd.
## 2669                 3503                      Rovelli Gifts
## 2696                 3530                      Rovelli Gifts
## 2722                 3562           Danish Wholesale Imports
print(paste("Pembeli yang paling cepat melakukan order kembali:", filterbuyer_sorted[1,2]))
## [1] "Pembeli yang paling cepat melakukan order kembali: Euro Shopping Channel"